Update Doxygen for 23.11

Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849
diff --git a/latest/_descriptors_8hpp_source.html b/latest/_descriptors_8hpp_source.html
index 52fd342..d093497 100644
--- a/latest/_descriptors_8hpp_source.html
+++ b/latest/_descriptors_8hpp_source.html
@@ -36,7 +36,7 @@
   <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 15rem; margin-top: .5rem; margin-left 13px"/>
   <td id="projectalign" style="padding-left: 0.9em;">
    <div id="projectname">
-   &#160;<span id="projectnumber">23.08</span>
+   &#160;<span id="projectnumber">23.11</span>
    </div>
   </td>
  </tr>
@@ -1038,1116 +1038,1169 @@
 <div class="line"><a name="l00940"></a><span class="lineno"><a class="line" href="structarmnn_1_1_fill_descriptor.html#ab3ebc5cf4a617d43371a4cb7fecdeb32">  940</a></span>&#160;    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_fill_descriptor.html#ab3ebc5cf4a617d43371a4cb7fecdeb32">m_Value</a>;</div>
 <div class="line"><a name="l00941"></a><span class="lineno">  941</span>&#160;};</div>
 <div class="line"><a name="l00942"></a><span class="lineno">  942</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l00943"></a><span class="lineno">  943</span>&#160;<span class="comment">/// A GatherDescriptor for the GatherLayer.</span></div>
-<div class="line"><a name="l00944"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html">  944</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_gather_descriptor.html">GatherDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l00943"></a><span class="lineno">  943</span>&#160;<span class="comment">/// A FusedDescriptor for the FusedLayer.</span></div>
+<div class="line"><a name="l00944"></a><span class="lineno"><a class="line" href="structarmnn_1_1_fused_descriptor.html">  944</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_fused_descriptor.html">FusedDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
 <div class="line"><a name="l00945"></a><span class="lineno">  945</span>&#160;{</div>
-<div class="line"><a name="l00946"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html#acb329a5b427a3799f5e5c12f369a5fd5">  946</a></span>&#160;    <a class="code" href="structarmnn_1_1_gather_descriptor.html#acb329a5b427a3799f5e5c12f369a5fd5">GatherDescriptor</a>()</div>
-<div class="line"><a name="l00947"></a><span class="lineno">  947</span>&#160;        : <a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a>(0)</div>
-<div class="line"><a name="l00948"></a><span class="lineno">  948</span>&#160;    {}</div>
-<div class="line"><a name="l00949"></a><span class="lineno">  949</span>&#160; </div>
-<div class="line"><a name="l00950"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html#a66ec23a1fc5e43a66c07e593f68e3188">  950</a></span>&#160;    <a class="code" href="structarmnn_1_1_gather_descriptor.html#a66ec23a1fc5e43a66c07e593f68e3188">GatherDescriptor</a>(int32_t axis)</div>
-<div class="line"><a name="l00951"></a><span class="lineno">  951</span>&#160;        : <a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a>(axis)</div>
-<div class="line"><a name="l00952"></a><span class="lineno">  952</span>&#160;    {}</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"><a class="line" href="structarmnn_1_1_gather_descriptor.html#a41aebec26893f7648a4af23176313d11">  954</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_gather_descriptor.html#a41aebec26893f7648a4af23176313d11">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_gather_descriptor.html">GatherDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l00955"></a><span class="lineno">  955</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l00956"></a><span class="lineno">  956</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a> == rhs.<a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a>;</div>
+<div class="line"><a name="l00946"></a><span class="lineno"><a class="line" href="structarmnn_1_1_fused_descriptor.html#ae1331e1a851068243183fce2040d566d">  946</a></span>&#160;    <a class="code" href="structarmnn_1_1_fused_descriptor.html#ae1331e1a851068243183fce2040d566d">FusedDescriptor</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> numInputSlots = 4u,</div>
+<div class="line"><a name="l00947"></a><span class="lineno">  947</span>&#160;                    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> numOutputSlots = 2u,</div>
+<div class="line"><a name="l00948"></a><span class="lineno">  948</span>&#160;                    <a class="code" href="namespacearmnn.html#a52d63dc326ef2e2d373217b84ac4a402">FusedKernelType</a> fusedType = <a class="code" href="namespacearmnn.html#a52d63dc326ef2e2d373217b84ac4a402a6708d958187e663fd689cdad2b55b818">FusedKernelType::AddMulAdd</a>)</div>
+<div class="line"><a name="l00949"></a><span class="lineno">  949</span>&#160;        : <a class="code" href="structarmnn_1_1_fused_descriptor.html#aebc22128191c14a59356453600833344">m_NumInputSlots</a>(numInputSlots), <a class="code" href="structarmnn_1_1_fused_descriptor.html#a19244e2574820c8ab69b1559d8638a61">m_NumOutputSlots</a>(numOutputSlots), <a class="code" href="structarmnn_1_1_fused_descriptor.html#a730e4445e04517da4683e7d98ddcee39">m_FusedKernelType</a>(fusedType)</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; </div>
+<div class="line"><a name="l00952"></a><span class="lineno"><a class="line" href="structarmnn_1_1_fused_descriptor.html#a777d0fc72447bf25d6c7bb82b693144c">  952</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_fused_descriptor.html#a777d0fc72447bf25d6c7bb82b693144c">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_fused_descriptor.html">FusedDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l00953"></a><span class="lineno">  953</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l00954"></a><span class="lineno">  954</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_fused_descriptor.html#aebc22128191c14a59356453600833344">m_NumInputSlots</a>  == rhs.<a class="code" href="structarmnn_1_1_fused_descriptor.html#aebc22128191c14a59356453600833344">m_NumInputSlots</a> &amp;&amp;</div>
+<div class="line"><a name="l00955"></a><span class="lineno">  955</span>&#160;               <a class="code" href="structarmnn_1_1_fused_descriptor.html#a19244e2574820c8ab69b1559d8638a61">m_NumOutputSlots</a> == rhs.<a class="code" href="structarmnn_1_1_fused_descriptor.html#a19244e2574820c8ab69b1559d8638a61">m_NumOutputSlots</a> &amp;&amp;</div>
+<div class="line"><a name="l00956"></a><span class="lineno">  956</span>&#160;               <a class="code" href="structarmnn_1_1_fused_descriptor.html#a730e4445e04517da4683e7d98ddcee39">m_FusedKernelType</a> == rhs.<a class="code" href="structarmnn_1_1_fused_descriptor.html#a730e4445e04517da4683e7d98ddcee39">m_FusedKernelType</a>;</div>
 <div class="line"><a name="l00957"></a><span class="lineno">  957</span>&#160;    }</div>
-<div class="line"><a name="l00958"></a><span class="lineno">  958</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l00959"></a><span class="lineno">  959</span>&#160;<span class="comment">    /// The axis in params to gather indices from</span></div>
-<div class="line"><a name="l00960"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">  960</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a>;</div>
-<div class="line"><a name="l00961"></a><span class="lineno">  961</span>&#160;};</div>
-<div class="line"><a name="l00962"></a><span class="lineno">  962</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l00963"></a><span class="lineno">  963</span>&#160;<span class="comment">/// A ResizeDescriptor for the ResizeLayer.</span></div>
-<div class="line"><a name="l00964"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html">  964</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_resize_descriptor.html">ResizeDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l00965"></a><span class="lineno">  965</span>&#160;{</div>
-<div class="line"><a name="l00966"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a2c16307e3575b3bfcd9d33a3923bec73">  966</a></span>&#160;    <a class="code" href="structarmnn_1_1_resize_descriptor.html#a2c16307e3575b3bfcd9d33a3923bec73">ResizeDescriptor</a>()</div>
-<div class="line"><a name="l00967"></a><span class="lineno">  967</span>&#160;        : <a class="code" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">m_TargetWidth</a>(0)</div>
-<div class="line"><a name="l00968"></a><span class="lineno">  968</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">m_TargetHeight</a>(0)</div>
-<div class="line"><a name="l00969"></a><span class="lineno">  969</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">m_Method</a>(<a class="code" href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4">ResizeMethod</a>::<a class="code" href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4aaa020331bb30d2fa2ecf7c3a0777823f">NearestNeighbor</a>)</div>
-<div class="line"><a name="l00970"></a><span class="lineno">  970</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">NCHW</a>)</div>
-<div class="line"><a name="l00971"></a><span class="lineno">  971</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">m_AlignCorners</a>(false)</div>
-<div class="line"><a name="l00972"></a><span class="lineno">  972</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">m_HalfPixelCenters</a>(false)</div>
+<div class="line"><a name="l00958"></a><span class="lineno">  958</span>&#160; </div>
+<div class="line"><a name="l00959"></a><span class="lineno"><a class="line" href="structarmnn_1_1_fused_descriptor.html#aebc22128191c14a59356453600833344">  959</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_fused_descriptor.html#aebc22128191c14a59356453600833344">m_NumInputSlots</a>;</div>
+<div class="line"><a name="l00960"></a><span class="lineno"><a class="line" href="structarmnn_1_1_fused_descriptor.html#a19244e2574820c8ab69b1559d8638a61">  960</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_fused_descriptor.html#a19244e2574820c8ab69b1559d8638a61">m_NumOutputSlots</a>;</div>
+<div class="line"><a name="l00961"></a><span class="lineno"><a class="line" href="structarmnn_1_1_fused_descriptor.html#a730e4445e04517da4683e7d98ddcee39">  961</a></span>&#160;    <a class="code" href="namespacearmnn.html#a52d63dc326ef2e2d373217b84ac4a402">FusedKernelType</a> <a class="code" href="structarmnn_1_1_fused_descriptor.html#a730e4445e04517da4683e7d98ddcee39">m_FusedKernelType</a>;</div>
+<div class="line"><a name="l00962"></a><span class="lineno">  962</span>&#160;};</div>
+<div class="line"><a name="l00963"></a><span class="lineno">  963</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00964"></a><span class="lineno">  964</span>&#160;<span class="comment">/// A GatherDescriptor for the GatherLayer.</span></div>
+<div class="line"><a name="l00965"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html">  965</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_gather_descriptor.html">GatherDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l00966"></a><span class="lineno">  966</span>&#160;{</div>
+<div class="line"><a name="l00967"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html#acb329a5b427a3799f5e5c12f369a5fd5">  967</a></span>&#160;    <a class="code" href="structarmnn_1_1_gather_descriptor.html#acb329a5b427a3799f5e5c12f369a5fd5">GatherDescriptor</a>()</div>
+<div class="line"><a name="l00968"></a><span class="lineno">  968</span>&#160;        : <a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a>(0)</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; </div>
+<div class="line"><a name="l00971"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html#a66ec23a1fc5e43a66c07e593f68e3188">  971</a></span>&#160;    <a class="code" href="structarmnn_1_1_gather_descriptor.html#a66ec23a1fc5e43a66c07e593f68e3188">GatherDescriptor</a>(int32_t axis)</div>
+<div class="line"><a name="l00972"></a><span class="lineno">  972</span>&#160;        : <a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a>(axis)</div>
 <div class="line"><a name="l00973"></a><span class="lineno">  973</span>&#160;    {}</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"><a class="line" href="structarmnn_1_1_resize_descriptor.html#afa0b84fc29f09035aefda7f27f7acef2">  975</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html#afa0b84fc29f09035aefda7f27f7acef2">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html">ResizeDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l00975"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html#a41aebec26893f7648a4af23176313d11">  975</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_gather_descriptor.html#a41aebec26893f7648a4af23176313d11">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_gather_descriptor.html">GatherDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
 <div class="line"><a name="l00976"></a><span class="lineno">  976</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l00977"></a><span class="lineno">  977</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">m_TargetWidth</a>          == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">m_TargetWidth</a> &amp;&amp;</div>
-<div class="line"><a name="l00978"></a><span class="lineno">  978</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">m_TargetHeight</a>         == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">m_TargetHeight</a> &amp;&amp;</div>
-<div class="line"><a name="l00979"></a><span class="lineno">  979</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">m_Method</a>               == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">m_Method</a> &amp;&amp;</div>
-<div class="line"><a name="l00980"></a><span class="lineno">  980</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>           == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> &amp;&amp;</div>
-<div class="line"><a name="l00981"></a><span class="lineno">  981</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">m_AlignCorners</a>         == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">m_AlignCorners</a> &amp;&amp;</div>
-<div class="line"><a name="l00982"></a><span class="lineno">  982</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">m_HalfPixelCenters</a>     == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">m_HalfPixelCenters</a>;</div>
-<div class="line"><a name="l00983"></a><span class="lineno">  983</span>&#160;    }</div>
-<div class="line"><a name="l00984"></a><span class="lineno">  984</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l00985"></a><span class="lineno">  985</span>&#160;<span class="comment">    /// Target width value.</span></div>
-<div class="line"><a name="l00986"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">  986</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">m_TargetWidth</a>;<span class="comment"></span></div>
-<div class="line"><a name="l00987"></a><span class="lineno">  987</span>&#160;<span class="comment">    /// Target height value.</span></div>
-<div class="line"><a name="l00988"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">  988</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">m_TargetHeight</a>;<span class="comment"></span></div>
-<div class="line"><a name="l00989"></a><span class="lineno">  989</span>&#160;<span class="comment">    /// The Interpolation method to use</span></div>
-<div class="line"><a name="l00990"></a><span class="lineno">  990</span>&#160;<span class="comment">    /// (Bilinear, NearestNeighbor).</span></div>
-<div class="line"><a name="l00991"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">  991</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4">ResizeMethod</a> <a class="code" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">m_Method</a>;<span class="comment"></span></div>
-<div class="line"><a name="l00992"></a><span class="lineno">  992</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
-<div class="line"><a name="l00993"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">  993</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;<span class="comment"></span></div>
-<div class="line"><a name="l00994"></a><span class="lineno">  994</span>&#160;<span class="comment">    /// Aligned corners</span></div>
-<div class="line"><a name="l00995"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">  995</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">m_AlignCorners</a>;<span class="comment"></span></div>
-<div class="line"><a name="l00996"></a><span class="lineno">  996</span>&#160;<span class="comment">    /// Half Pixel Centers</span></div>
-<div class="line"><a name="l00997"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">  997</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">m_HalfPixelCenters</a>;</div>
-<div class="line"><a name="l00998"></a><span class="lineno">  998</span>&#160;};</div>
-<div class="line"><a name="l00999"></a><span class="lineno">  999</span>&#160; </div>
-<div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160;<span class="comment">/// A ReshapeDescriptor for the ReshapeLayer.</span></div>
-<div class="line"><a name="l01002"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html"> 1002</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01003"></a><span class="lineno"> 1003</span>&#160;{</div>
-<div class="line"><a name="l01004"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html#aa56cfbc7e14b271ba389e064a769e2f2"> 1004</a></span>&#160;    <a class="code" href="structarmnn_1_1_reshape_descriptor.html#aa56cfbc7e14b271ba389e064a769e2f2">ReshapeDescriptor</a>()</div>
-<div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160;        : <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</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; </div>
-<div class="line"><a name="l01008"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html#a167ba78098e8fdf1e3d467c8ac5bd57c"> 1008</a></span>&#160;    <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a167ba78098e8fdf1e3d467c8ac5bd57c">ReshapeDescriptor</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; shape)</div>
-<div class="line"><a name="l01009"></a><span class="lineno"> 1009</span>&#160;        : <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a>(shape)</div>
-<div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160;    {}</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"><a class="line" href="structarmnn_1_1_reshape_descriptor.html#a382377c9853a4aca845b50ba73a74c79"> 1012</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a382377c9853a4aca845b50ba73a74c79">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a> == rhs.<a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a>;</div>
-<div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;    }</div>
-<div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160;<span class="comment">    /// Target shape value.</span></div>
-<div class="line"><a name="l01018"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9"> 1018</a></span>&#160;<span class="comment"></span>    <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a> <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a>;</div>
+<div class="line"><a name="l00977"></a><span class="lineno">  977</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a> == rhs.<a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a>;</div>
+<div class="line"><a name="l00978"></a><span class="lineno">  978</span>&#160;    }</div>
+<div class="line"><a name="l00979"></a><span class="lineno">  979</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00980"></a><span class="lineno">  980</span>&#160;<span class="comment">    /// The axis in params to gather indices from</span></div>
+<div class="line"><a name="l00981"></a><span class="lineno"><a class="line" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">  981</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">m_Axis</a>;</div>
+<div class="line"><a name="l00982"></a><span class="lineno">  982</span>&#160;};</div>
+<div class="line"><a name="l00983"></a><span class="lineno">  983</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00984"></a><span class="lineno">  984</span>&#160;<span class="comment">/// A ResizeDescriptor for the ResizeLayer.</span></div>
+<div class="line"><a name="l00985"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html">  985</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_resize_descriptor.html">ResizeDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</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"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a2c16307e3575b3bfcd9d33a3923bec73">  987</a></span>&#160;    <a class="code" href="structarmnn_1_1_resize_descriptor.html#a2c16307e3575b3bfcd9d33a3923bec73">ResizeDescriptor</a>()</div>
+<div class="line"><a name="l00988"></a><span class="lineno">  988</span>&#160;        : <a class="code" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">m_TargetWidth</a>(0)</div>
+<div class="line"><a name="l00989"></a><span class="lineno">  989</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">m_TargetHeight</a>(0)</div>
+<div class="line"><a name="l00990"></a><span class="lineno">  990</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">m_Method</a>(<a class="code" href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4">ResizeMethod</a>::<a class="code" href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4aaa020331bb30d2fa2ecf7c3a0777823f">NearestNeighbor</a>)</div>
+<div class="line"><a name="l00991"></a><span class="lineno">  991</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">NCHW</a>)</div>
+<div class="line"><a name="l00992"></a><span class="lineno">  992</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">m_AlignCorners</a>(false)</div>
+<div class="line"><a name="l00993"></a><span class="lineno">  993</span>&#160;        , <a class="code" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">m_HalfPixelCenters</a>(false)</div>
+<div class="line"><a name="l00994"></a><span class="lineno">  994</span>&#160;    {}</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"><a class="line" href="structarmnn_1_1_resize_descriptor.html#afa0b84fc29f09035aefda7f27f7acef2">  996</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html#afa0b84fc29f09035aefda7f27f7acef2">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html">ResizeDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l00997"></a><span class="lineno">  997</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l00998"></a><span class="lineno">  998</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">m_TargetWidth</a>          == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">m_TargetWidth</a> &amp;&amp;</div>
+<div class="line"><a name="l00999"></a><span class="lineno">  999</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">m_TargetHeight</a>         == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">m_TargetHeight</a> &amp;&amp;</div>
+<div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">m_Method</a>               == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">m_Method</a> &amp;&amp;</div>
+<div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>           == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> &amp;&amp;</div>
+<div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">m_AlignCorners</a>         == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">m_AlignCorners</a> &amp;&amp;</div>
+<div class="line"><a name="l01003"></a><span class="lineno"> 1003</span>&#160;               <a class="code" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">m_HalfPixelCenters</a>     == rhs.<a class="code" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">m_HalfPixelCenters</a>;</div>
+<div class="line"><a name="l01004"></a><span class="lineno"> 1004</span>&#160;    }</div>
+<div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01006"></a><span class="lineno"> 1006</span>&#160;<span class="comment">    /// Target width value.</span></div>
+<div class="line"><a name="l01007"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c"> 1007</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">m_TargetWidth</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160;<span class="comment">    /// Target height value.</span></div>
+<div class="line"><a name="l01009"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd"> 1009</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">m_TargetHeight</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160;<span class="comment">    /// The Interpolation method to use</span></div>
+<div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>&#160;<span class="comment">    /// (Bilinear, NearestNeighbor).</span></div>
+<div class="line"><a name="l01012"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b"> 1012</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4">ResizeMethod</a> <a class="code" href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">m_Method</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
+<div class="line"><a name="l01014"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1014</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;<span class="comment">    /// Aligned corners</span></div>
+<div class="line"><a name="l01016"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2"> 1016</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">m_AlignCorners</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160;<span class="comment">    /// Half Pixel Centers</span></div>
+<div class="line"><a name="l01018"></a><span class="lineno"><a class="line" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b"> 1018</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">m_HalfPixelCenters</a>;</div>
 <div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160;};</div>
-<div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160;<span class="comment">/// A SpaceToBatchNdDescriptor for the SpaceToBatchNdLayer.</span></div>
-<div class="line"><a name="l01022"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html"> 1022</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html">SpaceToBatchNdDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01023"></a><span class="lineno"> 1023</span>&#160;{</div>
-<div class="line"><a name="l01024"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#aa7a846e189c37a6092fbf10e90110dc9"> 1024</a></span>&#160;    <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#aa7a846e189c37a6092fbf10e90110dc9">SpaceToBatchNdDescriptor</a>()</div>
-<div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;        : <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a>({1, 1})</div>
-<div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>({{0, 0}, {0, 0}})</div>
-<div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div>
-<div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160;    {}</div>
-<div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160; </div>
-<div class="line"><a name="l01030"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a2c0bf19cb8ae5ab4f5b7373b2b1c79b8"> 1030</a></span>&#160;    <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a2c0bf19cb8ae5ab4f5b7373b2b1c79b8">SpaceToBatchNdDescriptor</a>(<span class="keyword">const</span> std::vector&lt;unsigned int&gt;&amp; blockShape,</div>
-<div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;                             <span class="keyword">const</span> std::vector&lt;std::pair&lt;unsigned int, unsigned int&gt;&gt;&amp; padList)</div>
-<div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;        : <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a>(blockShape)</div>
-<div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>(padList)</div>
-<div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">NCHW</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; </div>
-<div class="line"><a name="l01037"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#ad646266bca8921076c3bcfa68931d375"> 1037</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#ad646266bca8921076c3bcfa68931d375">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html">SpaceToBatchNdDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a> == rhs.<a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a> &amp;&amp;</div>
-<div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160;               <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>    == rhs.<a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a> &amp;&amp;</div>
-<div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160;               <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> == rhs.<a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
-<div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160;    }</div>
-<div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160;<span class="comment">    /// Block shape value.</span></div>
-<div class="line"><a name="l01045"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696"> 1045</a></span>&#160;<span class="comment"></span>    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160;<span class="comment">    /// @brief Specifies the padding values for the input dimension:</span></div>
-<div class="line"><a name="l01047"></a><span class="lineno"> 1047</span>&#160;<span class="comment">    /// heightPad{top, bottom} widthPad{left, right}.</span></div>
-<div class="line"><a name="l01048"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3"> 1048</a></span>&#160;<span class="comment"></span>    std::vector&lt;std::pair&lt;unsigned int, unsigned int&gt;&gt; <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01049"></a><span class="lineno"> 1049</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
-<div class="line"><a name="l01050"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1050</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
-<div class="line"><a name="l01051"></a><span class="lineno"> 1051</span>&#160;};</div>
-<div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160;<span class="comment">/// A SpaceToDepthDescriptor for the SpaceToDepthLayer</span></div>
-<div class="line"><a name="l01054"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html"> 1054</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160;{</div>
-<div class="line"><a name="l01056"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#af295348553622bb3baadff6ea5124414"> 1056</a></span>&#160;    <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#af295348553622bb3baadff6ea5124414">SpaceToDepthDescriptor</a>()</div>
-<div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160;        : <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a>(1u, <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">NHWC</a>)</div>
-<div class="line"><a name="l01058"></a><span class="lineno"> 1058</span>&#160;    {}</div>
-<div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160; </div>
-<div class="line"><a name="l01060"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#a700f6dc2a7a912cd37ee7dbfcc9220b9"> 1060</a></span>&#160;    <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a700f6dc2a7a912cd37ee7dbfcc9220b9">SpaceToDepthDescriptor</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> blockSize, <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayout)</div>
-<div class="line"><a name="l01061"></a><span class="lineno"> 1061</span>&#160;        : <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">m_BlockSize</a>(blockSize)</div>
-<div class="line"><a name="l01062"></a><span class="lineno"> 1062</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(dataLayout)</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; </div>
-<div class="line"><a name="l01065"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#a2b4d1e836dadf7f093ac47a42bb875de"> 1065</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a2b4d1e836dadf7f093ac47a42bb875de">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">m_BlockSize</a> == rhs.<a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">m_BlockSize</a> &amp;&amp; <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> == rhs.<a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
-<div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160;    }</div>
-<div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160;<span class="comment">    /// Scalar specifying the input block size. It must be &gt;= 1</span></div>
-<div class="line"><a name="l01071"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486"> 1071</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">m_BlockSize</a>;</div>
-<div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
-<div class="line"><a name="l01074"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1074</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
-<div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>&#160;};</div>
-<div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01077"></a><span class="lineno"> 1077</span>&#160;<span class="comment">/// A DepthToSpaceDescriptor for the DepthToSpaceLayer</span></div>
-<div class="line"><a name="l01078"></a><span class="lineno"><a class="line" href="namespacearmnn.html#a3647f60510bc8ddaced01c51b0ee8714"> 1078</a></span>&#160;<span class="comment"></span><span class="keyword">using</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">DepthToSpaceDescriptor</a> = <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a>;</div>
-<div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>&#160;<span class="comment">/// An LstmDescriptor for the LstmLayer.</span></div>
-<div class="line"><a name="l01081"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html"> 1081</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_lstm_descriptor.html">LstmDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160;{</div>
-<div class="line"><a name="l01083"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a4a6bc0b32c1db8d15971cae0ed4483a1"> 1083</a></span>&#160;    <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a6bc0b32c1db8d15971cae0ed4483a1">LstmDescriptor</a>()</div>
-<div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160;        : <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">m_ActivationFunc</a>(1) <span class="comment">// 0: None, 1: Relu, 3: Relu6, 4: Tanh, 6: Sigmoid</span></div>
-<div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">m_ClippingThresCell</a>(0.0)</div>
-<div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">m_ClippingThresProj</a>(0.0)</div>
-<div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>(true)</div>
-<div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>(false)</div>
-<div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a>(false)</div>
-<div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>(false)</div>
-<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">m_TimeMajor</a>(false)</div>
-<div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>(0.0)</div>
-<div class="line"><a name="l01093"></a><span class="lineno"> 1093</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a>(0.0)</div>
-<div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>(0.0)</div>
-<div class="line"><a name="l01095"></a><span class="lineno"> 1095</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a>(0.0)</div>
-<div class="line"><a name="l01096"></a><span class="lineno"> 1096</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>(0)</div>
-<div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>(0.0)</div>
-<div class="line"><a name="l01098"></a><span class="lineno"> 1098</span>&#160;    {}</div>
-<div class="line"><a name="l01099"></a><span class="lineno"> 1099</span>&#160; </div>
-<div class="line"><a name="l01100"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a3f7f9ecbcc21de1bf2090474c6360014"> 1100</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3f7f9ecbcc21de1bf2090474c6360014">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html">LstmDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">m_ActivationFunc</a>          == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">m_ActivationFunc</a> &amp;&amp;</div>
-<div class="line"><a name="l01103"></a><span class="lineno"> 1103</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">m_ClippingThresCell</a>       == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">m_ClippingThresCell</a> &amp;&amp;</div>
-<div class="line"><a name="l01104"></a><span class="lineno"> 1104</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">m_ClippingThresProj</a>       == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">m_ClippingThresProj</a> &amp;&amp;</div>
-<div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>             == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>         == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01107"></a><span class="lineno"> 1107</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>        == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">m_TimeMajor</a>               == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">m_TimeMajor</a> &amp;&amp;</div>
-<div class="line"><a name="l01109"></a><span class="lineno"> 1109</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>  == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a> &amp;&amp;</div>
-<div class="line"><a name="l01110"></a><span class="lineno"> 1110</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a> &amp;&amp;</div>
-<div class="line"><a name="l01111"></a><span class="lineno"> 1111</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>   == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a> &amp;&amp;</div>
-<div class="line"><a name="l01112"></a><span class="lineno"> 1112</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a> &amp;&amp;</div>
-<div class="line"><a name="l01113"></a><span class="lineno"> 1113</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>    == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a> &amp;&amp;</div>
-<div class="line"><a name="l01114"></a><span class="lineno"> 1114</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>        == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>;</div>
-<div class="line"><a name="l01115"></a><span class="lineno"> 1115</span>&#160;    }</div>
-<div class="line"><a name="l01116"></a><span class="lineno"> 1116</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01117"></a><span class="lineno"> 1117</span>&#160;<span class="comment">    /// @brief The activation function to use.</span></div>
-<div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160;<span class="comment">    /// 0: None, 1: Relu, 3: Relu6, 4: Tanh, 6: Sigmoid.</span></div>
-<div class="line"><a name="l01119"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4"> 1119</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">m_ActivationFunc</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160;<span class="comment">    /// Clipping threshold value for the cell state.</span></div>
-<div class="line"><a name="l01121"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5"> 1121</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">m_ClippingThresCell</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160;<span class="comment">    /// Clipping threshold value for the projection.</span></div>
-<div class="line"><a name="l01123"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af"> 1123</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">m_ClippingThresProj</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160;<span class="comment">    /// Enable/disable cifg (coupled input &amp; forget gate).</span></div>
-<div class="line"><a name="l01125"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb"> 1125</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160;<span class="comment">    /// Enable/disable peephole.</span></div>
-<div class="line"><a name="l01127"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8"> 1127</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01128"></a><span class="lineno"> 1128</span>&#160;<span class="comment">    /// Enable/disable the projection layer.</span></div>
-<div class="line"><a name="l01129"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17"> 1129</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01130"></a><span class="lineno"> 1130</span>&#160;<span class="comment">    /// Enable/disable layer normalization</span></div>
-<div class="line"><a name="l01131"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780"> 1131</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01132"></a><span class="lineno"> 1132</span>&#160;<span class="comment">    /// Enable/disable time major</span></div>
-<div class="line"><a name="l01133"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15"> 1133</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">m_TimeMajor</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160;<span class="comment">    /// Input intermediate quantization scale</span></div>
-<div class="line"><a name="l01135"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf"> 1135</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160;<span class="comment">    /// Forget intermediate quantization scale</span></div>
-<div class="line"><a name="l01137"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189"> 1137</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01138"></a><span class="lineno"> 1138</span>&#160;<span class="comment">    /// Cell intermediate quantization scale</span></div>
-<div class="line"><a name="l01139"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b"> 1139</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01140"></a><span class="lineno"> 1140</span>&#160;<span class="comment">    /// Output intermediate quantization scale</span></div>
-<div class="line"><a name="l01141"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d"> 1141</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01142"></a><span class="lineno"> 1142</span>&#160;<span class="comment">    /// Hidden State zero point</span></div>
-<div class="line"><a name="l01143"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d"> 1143</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01144"></a><span class="lineno"> 1144</span>&#160;<span class="comment">    /// Hidden State quantization scale</span></div>
-<div class="line"><a name="l01145"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98"> 1145</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>;</div>
-<div class="line"><a name="l01146"></a><span class="lineno"> 1146</span>&#160;};</div>
-<div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160; </div>
-<div class="line"><a name="l01148"></a><span class="lineno"><a class="line" href="namespacearmnn.html#ae6c5f1b51bd32133c4dcc632045d6b58"> 1148</a></span>&#160;<span class="keyword">using</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html">UnidirectionalSequenceLstmDescriptor</a> = <a class="code" href="structarmnn_1_1_lstm_descriptor.html">LstmDescriptor</a>;</div>
-<div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160;<span class="comment">/// A MeanDescriptor for the MeanLayer.</span></div>
-<div class="line"><a name="l01151"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html"> 1151</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_mean_descriptor.html">MeanDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160;{</div>
-<div class="line"><a name="l01153"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#a71ab37b5cafc60ab26a1728354cafe77"> 1153</a></span>&#160;    <a class="code" href="structarmnn_1_1_mean_descriptor.html#a71ab37b5cafc60ab26a1728354cafe77">MeanDescriptor</a>()</div>
-<div class="line"><a name="l01154"></a><span class="lineno"> 1154</span>&#160;        : <a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a>()</div>
-<div class="line"><a name="l01155"></a><span class="lineno"> 1155</span>&#160;        , <a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>(false)</div>
-<div class="line"><a name="l01156"></a><span class="lineno"> 1156</span>&#160;    {}</div>
-<div class="line"><a name="l01157"></a><span class="lineno"> 1157</span>&#160; </div>
-<div class="line"><a name="l01158"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#aeb36ba495f90f46580887217835290ba"> 1158</a></span>&#160;    <a class="code" href="structarmnn_1_1_mean_descriptor.html#aeb36ba495f90f46580887217835290ba">MeanDescriptor</a>(<span class="keyword">const</span> std::vector&lt;unsigned int&gt;&amp; axis, <span class="keywordtype">bool</span> keepDims)</div>
-<div class="line"><a name="l01159"></a><span class="lineno"> 1159</span>&#160;        : <a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a>(axis)</div>
-<div class="line"><a name="l01160"></a><span class="lineno"> 1160</span>&#160;        , <a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>(keepDims)</div>
-<div class="line"><a name="l01161"></a><span class="lineno"> 1161</span>&#160;    {}</div>
-<div class="line"><a name="l01162"></a><span class="lineno"> 1162</span>&#160; </div>
-<div class="line"><a name="l01163"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#a45ddc9ab5e076c7740d54e0fb74f104c"> 1163</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_mean_descriptor.html#a45ddc9ab5e076c7740d54e0fb74f104c">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_mean_descriptor.html">MeanDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01164"></a><span class="lineno"> 1164</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a> == rhs.<a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a> &amp;&amp; <a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a> == rhs.<a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>;</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;<span class="comment"></span> </div>
-<div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160;<span class="comment">    /// Values for the dimensions to reduce.</span></div>
-<div class="line"><a name="l01169"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95"> 1169</a></span>&#160;<span class="comment"></span>    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01170"></a><span class="lineno"> 1170</span>&#160;<span class="comment">    /// Enable/disable keep dimensions. If true, then the reduced dimensions that are of length 1 are kept.</span></div>
-<div class="line"><a name="l01171"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9"> 1171</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>;</div>
-<div class="line"><a name="l01172"></a><span class="lineno"> 1172</span>&#160;};</div>
-<div class="line"><a name="l01173"></a><span class="lineno"> 1173</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01174"></a><span class="lineno"> 1174</span>&#160;<span class="comment">/// A PadDescriptor for the PadLayer.</span></div>
-<div class="line"><a name="l01175"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html"> 1175</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_pad_descriptor.html">PadDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</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"><a class="line" href="structarmnn_1_1_pad_descriptor.html#abf96ff8314156a991f72d107d4f325ce"> 1177</a></span>&#160;    <a class="code" href="structarmnn_1_1_pad_descriptor.html#abf96ff8314156a991f72d107d4f325ce">PadDescriptor</a>() : <a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a>(0), <a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a>(<a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91">PaddingMode</a>::<a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91acb17869fe51048b5a5c4c6106551a255">Constant</a>)</div>
-<div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>&#160;    {}</div>
-<div class="line"><a name="l01179"></a><span class="lineno"> 1179</span>&#160; </div>
-<div class="line"><a name="l01180"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#a9943d217090b2611a6b0eb3e17ed133c"> 1180</a></span>&#160;    <a class="code" href="structarmnn_1_1_pad_descriptor.html#a9943d217090b2611a6b0eb3e17ed133c">PadDescriptor</a>(<span class="keyword">const</span> std::vector&lt;std::pair&lt;unsigned int, unsigned int&gt;&gt;&amp; padList,</div>
-<div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>&#160;                  <span class="keyword">const</span> <span class="keywordtype">float</span>&amp; padValue = 0,</div>
-<div class="line"><a name="l01182"></a><span class="lineno"> 1182</span>&#160;                  <span class="keyword">const</span> <a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91">PaddingMode</a>&amp; paddingMode = <a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91acb17869fe51048b5a5c4c6106551a255">PaddingMode::Constant</a>)</div>
-<div class="line"><a name="l01183"></a><span class="lineno"> 1183</span>&#160;        : <a class="code" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>(padList)</div>
-<div class="line"><a name="l01184"></a><span class="lineno"> 1184</span>&#160;        , <a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a>(padValue)</div>
-<div class="line"><a name="l01185"></a><span class="lineno"> 1185</span>&#160;        , <a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a>(paddingMode)</div>
-<div class="line"><a name="l01186"></a><span class="lineno"> 1186</span>&#160;    {}</div>
-<div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>&#160; </div>
-<div class="line"><a name="l01188"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#acd6df4cac247b20fb2b6a1077299cb1f"> 1188</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_pad_descriptor.html#acd6df4cac247b20fb2b6a1077299cb1f">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_pad_descriptor.html">PadDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01189"></a><span class="lineno"> 1189</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01190"></a><span class="lineno"> 1190</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a> == rhs.<a class="code" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a> &amp;&amp; <a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a> == rhs.<a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a> &amp;&amp; <a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a> == rhs.<a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a>;</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;<span class="comment"></span> </div>
-<div class="line"><a name="l01193"></a><span class="lineno"> 1193</span>&#160;<span class="comment">    /// @brief Specifies the padding for input dimension.</span></div>
-<div class="line"><a name="l01194"></a><span class="lineno"> 1194</span>&#160;<span class="comment">    /// First is the number of values to add before the tensor in the dimension.</span></div>
-<div class="line"><a name="l01195"></a><span class="lineno"> 1195</span>&#160;<span class="comment">    /// Second is the number of values to add after the tensor in the dimension.</span></div>
-<div class="line"><a name="l01196"></a><span class="lineno"> 1196</span>&#160;<span class="comment">    /// The number of pairs should match the number of dimensions in the input tensor.</span></div>
-<div class="line"><a name="l01197"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3"> 1197</a></span>&#160;<span class="comment"></span>    std::vector&lt;std::pair&lt;unsigned int, unsigned int&gt;&gt; <a class="code" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>;</div>
-<div class="line"><a name="l01198"></a><span class="lineno"> 1198</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160;<span class="comment">    /// Optional value to use for padding, defaults to 0</span></div>
-<div class="line"><a name="l01200"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab"> 1200</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a>;</div>
-<div class="line"><a name="l01201"></a><span class="lineno"> 1201</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01202"></a><span class="lineno"> 1202</span>&#160;<span class="comment">    /// Specifies the Padding mode (Constant, Reflect or Symmetric)</span></div>
-<div class="line"><a name="l01203"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69"> 1203</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91">PaddingMode</a> <a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a>;</div>
-<div class="line"><a name="l01204"></a><span class="lineno"> 1204</span>&#160;};</div>
-<div class="line"><a name="l01205"></a><span class="lineno"> 1205</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160;<span class="comment">/// A SliceDescriptor for the SliceLayer.</span></div>
-<div class="line"><a name="l01207"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html"> 1207</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_slice_descriptor.html">SliceDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01208"></a><span class="lineno"> 1208</span>&#160;{</div>
-<div class="line"><a name="l01209"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#ad4ee7c36b787daa1232528e2f902d8ce"> 1209</a></span>&#160;    <a class="code" href="structarmnn_1_1_slice_descriptor.html#ad4ee7c36b787daa1232528e2f902d8ce">SliceDescriptor</a>(<span class="keyword">const</span> std::vector&lt;unsigned int&gt;&amp; begin, <span class="keyword">const</span> std::vector&lt;unsigned int&gt;&amp; size)</div>
-<div class="line"><a name="l01210"></a><span class="lineno"> 1210</span>&#160;        : <a class="code" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">m_Begin</a>(begin)</div>
-<div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160;        , <a class="code" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">m_Size</a>(size)</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; </div>
-<div class="line"><a name="l01214"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#a6d81f59d176cf5b1b7f7b16653cb909c"> 1214</a></span>&#160;    <a class="code" href="structarmnn_1_1_slice_descriptor.html#a6d81f59d176cf5b1b7f7b16653cb909c">SliceDescriptor</a>() : <a class="code" href="structarmnn_1_1_slice_descriptor.html">SliceDescriptor</a>({}, {})</div>
-<div class="line"><a name="l01215"></a><span class="lineno"> 1215</span>&#160;    {}</div>
-<div class="line"><a name="l01216"></a><span class="lineno"> 1216</span>&#160; </div>
-<div class="line"><a name="l01217"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#a905d0b4a55652d69f18cef769e6c739f"> 1217</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_slice_descriptor.html#a905d0b4a55652d69f18cef769e6c739f">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_slice_descriptor.html">SliceDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01218"></a><span class="lineno"> 1218</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">m_Begin</a> == rhs.<a class="code" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">m_Begin</a> &amp;&amp; <a class="code" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">m_Size</a> == rhs.<a class="code" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">m_Size</a>;</div>
-<div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>&#160;    }</div>
-<div class="line"><a name="l01221"></a><span class="lineno"> 1221</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01222"></a><span class="lineno"> 1222</span>&#160;<span class="comment">    /// Beginning indices of the slice in each dimension.</span></div>
-<div class="line"><a name="l01223"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e"> 1223</a></span>&#160;<span class="comment"></span>    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">m_Begin</a>;</div>
-<div class="line"><a name="l01224"></a><span class="lineno"> 1224</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01225"></a><span class="lineno"> 1225</span>&#160;<span class="comment">    /// Size of the slice in each dimension.</span></div>
-<div class="line"><a name="l01226"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0"> 1226</a></span>&#160;<span class="comment"></span>    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">m_Size</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;<span class="comment"></span> </div>
-<div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160;<span class="comment">/// A StackDescriptor for the StackLayer.</span></div>
-<div class="line"><a name="l01230"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html"> 1230</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_stack_descriptor.html">StackDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01231"></a><span class="lineno"> 1231</span>&#160;{</div>
-<div class="line"><a name="l01232"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#a7174d76ab2205127ef4c2255c7169c5b"> 1232</a></span>&#160;    <a class="code" href="structarmnn_1_1_stack_descriptor.html#a7174d76ab2205127ef4c2255c7169c5b">StackDescriptor</a>()</div>
-<div class="line"><a name="l01233"></a><span class="lineno"> 1233</span>&#160;        : <a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>(0)</div>
-<div class="line"><a name="l01234"></a><span class="lineno"> 1234</span>&#160;        , <a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>(0)</div>
-<div class="line"><a name="l01235"></a><span class="lineno"> 1235</span>&#160;        , <a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a>()</div>
+<div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160; </div>
+<div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01022"></a><span class="lineno"> 1022</span>&#160;<span class="comment">/// A ReshapeDescriptor for the ReshapeLayer.</span></div>
+<div class="line"><a name="l01023"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html"> 1023</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;{</div>
+<div class="line"><a name="l01025"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html#aa56cfbc7e14b271ba389e064a769e2f2"> 1025</a></span>&#160;    <a class="code" href="structarmnn_1_1_reshape_descriptor.html#aa56cfbc7e14b271ba389e064a769e2f2">ReshapeDescriptor</a>()</div>
+<div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160;        : <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a>()</div>
+<div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;    {}</div>
+<div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160; </div>
+<div class="line"><a name="l01029"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html#a167ba78098e8fdf1e3d467c8ac5bd57c"> 1029</a></span>&#160;    <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a167ba78098e8fdf1e3d467c8ac5bd57c">ReshapeDescriptor</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; shape)</div>
+<div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160;        : <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a>(shape)</div>
+<div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;    {}</div>
+<div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160; </div>
+<div class="line"><a name="l01033"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html#a382377c9853a4aca845b50ba73a74c79"> 1033</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a382377c9853a4aca845b50ba73a74c79">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01035"></a><span class="lineno"> 1035</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a> == rhs.<a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a>;</div>
+<div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160;    }</div>
+<div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;<span class="comment">    /// Target shape value.</span></div>
+<div class="line"><a name="l01039"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9"> 1039</a></span>&#160;<span class="comment"></span>    <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a> <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</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;<span class="comment"></span> </div>
+<div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160;<span class="comment">/// A SpaceToBatchNdDescriptor for the SpaceToBatchNdLayer.</span></div>
+<div class="line"><a name="l01043"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html"> 1043</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html">SpaceToBatchNdDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160;{</div>
+<div class="line"><a name="l01045"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#aa7a846e189c37a6092fbf10e90110dc9"> 1045</a></span>&#160;    <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#aa7a846e189c37a6092fbf10e90110dc9">SpaceToBatchNdDescriptor</a>()</div>
+<div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160;        : <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a>({1, 1})</div>
+<div class="line"><a name="l01047"></a><span class="lineno"> 1047</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>({{0, 0}, {0, 0}})</div>
+<div class="line"><a name="l01048"></a><span class="lineno"> 1048</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div>
+<div class="line"><a name="l01049"></a><span class="lineno"> 1049</span>&#160;    {}</div>
+<div class="line"><a name="l01050"></a><span class="lineno"> 1050</span>&#160; </div>
+<div class="line"><a name="l01051"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a2c0bf19cb8ae5ab4f5b7373b2b1c79b8"> 1051</a></span>&#160;    <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a2c0bf19cb8ae5ab4f5b7373b2b1c79b8">SpaceToBatchNdDescriptor</a>(<span class="keyword">const</span> std::vector&lt;unsigned int&gt;&amp; blockShape,</div>
+<div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160;                             <span class="keyword">const</span> std::vector&lt;std::pair&lt;unsigned int, unsigned int&gt;&gt;&amp; padList)</div>
+<div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160;        : <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a>(blockShape)</div>
+<div class="line"><a name="l01054"></a><span class="lineno"> 1054</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>(padList)</div>
+<div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">NCHW</a>)</div>
+<div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160;    {}</div>
+<div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160; </div>
+<div class="line"><a name="l01058"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#ad646266bca8921076c3bcfa68931d375"> 1058</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#ad646266bca8921076c3bcfa68931d375">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html">SpaceToBatchNdDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01060"></a><span class="lineno"> 1060</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a> == rhs.<a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a> &amp;&amp;</div>
+<div class="line"><a name="l01061"></a><span class="lineno"> 1061</span>&#160;               <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>    == rhs.<a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a> &amp;&amp;</div>
+<div class="line"><a name="l01062"></a><span class="lineno"> 1062</span>&#160;               <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> == rhs.<a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</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;<span class="comment"></span> </div>
+<div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160;<span class="comment">    /// Block shape value.</span></div>
+<div class="line"><a name="l01066"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696"> 1066</a></span>&#160;<span class="comment"></span>    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">m_BlockShape</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160;<span class="comment">    /// @brief Specifies the padding values for the input dimension:</span></div>
+<div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160;<span class="comment">    /// heightPad{top, bottom} widthPad{left, right}.</span></div>
+<div class="line"><a name="l01069"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3"> 1069</a></span>&#160;<span class="comment"></span>    std::vector&lt;std::pair&lt;unsigned int, unsigned int&gt;&gt; <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
+<div class="line"><a name="l01071"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1071</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</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"></span> </div>
+<div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>&#160;<span class="comment">/// A SpaceToDepthDescriptor for the SpaceToDepthLayer</span></div>
+<div class="line"><a name="l01075"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html"> 1075</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>&#160;{</div>
+<div class="line"><a name="l01077"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#af295348553622bb3baadff6ea5124414"> 1077</a></span>&#160;    <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#af295348553622bb3baadff6ea5124414">SpaceToDepthDescriptor</a>()</div>
+<div class="line"><a name="l01078"></a><span class="lineno"> 1078</span>&#160;        : <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a>(1u, <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">NHWC</a>)</div>
+<div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>&#160;    {}</div>
+<div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>&#160; </div>
+<div class="line"><a name="l01081"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#a700f6dc2a7a912cd37ee7dbfcc9220b9"> 1081</a></span>&#160;    <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a700f6dc2a7a912cd37ee7dbfcc9220b9">SpaceToDepthDescriptor</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> blockSize, <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayout)</div>
+<div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160;        : <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">m_BlockSize</a>(blockSize)</div>
+<div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>&#160;        , <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(dataLayout)</div>
+<div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160;    {}</div>
+<div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160; </div>
+<div class="line"><a name="l01086"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#a2b4d1e836dadf7f093ac47a42bb875de"> 1086</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a2b4d1e836dadf7f093ac47a42bb875de">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">m_BlockSize</a> == rhs.<a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">m_BlockSize</a> &amp;&amp; <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> == rhs.<a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
+<div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160;    }</div>
+<div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;<span class="comment">    /// Scalar specifying the input block size. It must be &gt;= 1</span></div>
+<div class="line"><a name="l01092"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486"> 1092</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">m_BlockSize</a>;</div>
+<div class="line"><a name="l01093"></a><span class="lineno"> 1093</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
+<div class="line"><a name="l01095"></a><span class="lineno"><a class="line" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1095</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
+<div class="line"><a name="l01096"></a><span class="lineno"> 1096</span>&#160;};</div>
+<div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01098"></a><span class="lineno"> 1098</span>&#160;<span class="comment">/// A DepthToSpaceDescriptor for the DepthToSpaceLayer</span></div>
+<div class="line"><a name="l01099"></a><span class="lineno"><a class="line" href="namespacearmnn.html#a3647f60510bc8ddaced01c51b0ee8714"> 1099</a></span>&#160;<span class="comment"></span><span class="keyword">using</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">DepthToSpaceDescriptor</a> = <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.html">SpaceToDepthDescriptor</a>;</div>
+<div class="line"><a name="l01100"></a><span class="lineno"> 1100</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160;<span class="comment">/// An LstmDescriptor for the LstmLayer.</span></div>
+<div class="line"><a name="l01102"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html"> 1102</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_lstm_descriptor.html">LstmDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01103"></a><span class="lineno"> 1103</span>&#160;{</div>
+<div class="line"><a name="l01104"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a4a6bc0b32c1db8d15971cae0ed4483a1"> 1104</a></span>&#160;    <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a6bc0b32c1db8d15971cae0ed4483a1">LstmDescriptor</a>()</div>
+<div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>&#160;        : <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">m_ActivationFunc</a>(1) <span class="comment">// 0: None, 1: Relu, 3: Relu6, 4: Tanh, 6: Sigmoid</span></div>
+<div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">m_ClippingThresCell</a>(0.0)</div>
+<div class="line"><a name="l01107"></a><span class="lineno"> 1107</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">m_ClippingThresProj</a>(0.0)</div>
+<div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>(true)</div>
+<div class="line"><a name="l01109"></a><span class="lineno"> 1109</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>(false)</div>
+<div class="line"><a name="l01110"></a><span class="lineno"> 1110</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a>(false)</div>
+<div class="line"><a name="l01111"></a><span class="lineno"> 1111</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>(false)</div>
+<div class="line"><a name="l01112"></a><span class="lineno"> 1112</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">m_TimeMajor</a>(false)</div>
+<div class="line"><a name="l01113"></a><span class="lineno"> 1113</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>(0.0)</div>
+<div class="line"><a name="l01114"></a><span class="lineno"> 1114</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a>(0.0)</div>
+<div class="line"><a name="l01115"></a><span class="lineno"> 1115</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>(0.0)</div>
+<div class="line"><a name="l01116"></a><span class="lineno"> 1116</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a>(0.0)</div>
+<div class="line"><a name="l01117"></a><span class="lineno"> 1117</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>(0)</div>
+<div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160;        , <a class="code" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>(0.0)</div>
+<div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160;    {}</div>
+<div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160; </div>
+<div class="line"><a name="l01121"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a3f7f9ecbcc21de1bf2090474c6360014"> 1121</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3f7f9ecbcc21de1bf2090474c6360014">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html">LstmDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01123"></a><span class="lineno"> 1123</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">m_ActivationFunc</a>          == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">m_ActivationFunc</a> &amp;&amp;</div>
+<div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">m_ClippingThresCell</a>       == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">m_ClippingThresCell</a> &amp;&amp;</div>
+<div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">m_ClippingThresProj</a>       == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">m_ClippingThresProj</a> &amp;&amp;</div>
+<div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>             == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01127"></a><span class="lineno"> 1127</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>         == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01128"></a><span class="lineno"> 1128</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>        == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01129"></a><span class="lineno"> 1129</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">m_TimeMajor</a>               == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">m_TimeMajor</a> &amp;&amp;</div>
+<div class="line"><a name="l01130"></a><span class="lineno"> 1130</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>  == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a> &amp;&amp;</div>
+<div class="line"><a name="l01131"></a><span class="lineno"> 1131</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a> &amp;&amp;</div>
+<div class="line"><a name="l01132"></a><span class="lineno"> 1132</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>   == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a> &amp;&amp;</div>
+<div class="line"><a name="l01133"></a><span class="lineno"> 1133</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a> &amp;&amp;</div>
+<div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>    == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a> &amp;&amp;</div>
+<div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>&#160;               <a class="code" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>        == rhs.<a class="code" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>;</div>
+<div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160;    }</div>
+<div class="line"><a name="l01137"></a><span class="lineno"> 1137</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01138"></a><span class="lineno"> 1138</span>&#160;<span class="comment">    /// @brief The activation function to use.</span></div>
+<div class="line"><a name="l01139"></a><span class="lineno"> 1139</span>&#160;<span class="comment">    /// 0: None, 1: Relu, 3: Relu6, 4: Tanh, 6: Sigmoid.</span></div>
+<div class="line"><a name="l01140"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4"> 1140</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">m_ActivationFunc</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01141"></a><span class="lineno"> 1141</span>&#160;<span class="comment">    /// Clipping threshold value for the cell state.</span></div>
+<div class="line"><a name="l01142"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5"> 1142</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">m_ClippingThresCell</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01143"></a><span class="lineno"> 1143</span>&#160;<span class="comment">    /// Clipping threshold value for the projection.</span></div>
+<div class="line"><a name="l01144"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af"> 1144</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">m_ClippingThresProj</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01145"></a><span class="lineno"> 1145</span>&#160;<span class="comment">    /// Enable/disable cifg (coupled input &amp; forget gate).</span></div>
+<div class="line"><a name="l01146"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb"> 1146</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160;<span class="comment">    /// Enable/disable peephole.</span></div>
+<div class="line"><a name="l01148"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8"> 1148</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160;<span class="comment">    /// Enable/disable the projection layer.</span></div>
+<div class="line"><a name="l01150"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17"> 1150</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01151"></a><span class="lineno"> 1151</span>&#160;<span class="comment">    /// Enable/disable layer normalization</span></div>
+<div class="line"><a name="l01152"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780"> 1152</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160;<span class="comment">    /// Enable/disable time major</span></div>
+<div class="line"><a name="l01154"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15"> 1154</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">m_TimeMajor</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01155"></a><span class="lineno"> 1155</span>&#160;<span class="comment">    /// Input intermediate quantization scale</span></div>
+<div class="line"><a name="l01156"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf"> 1156</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01157"></a><span class="lineno"> 1157</span>&#160;<span class="comment">    /// Forget intermediate quantization scale</span></div>
+<div class="line"><a name="l01158"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189"> 1158</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01159"></a><span class="lineno"> 1159</span>&#160;<span class="comment">    /// Cell intermediate quantization scale</span></div>
+<div class="line"><a name="l01160"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b"> 1160</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01161"></a><span class="lineno"> 1161</span>&#160;<span class="comment">    /// Output intermediate quantization scale</span></div>
+<div class="line"><a name="l01162"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d"> 1162</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01163"></a><span class="lineno"> 1163</span>&#160;<span class="comment">    /// Hidden State zero point</span></div>
+<div class="line"><a name="l01164"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d"> 1164</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160;<span class="comment">    /// Hidden State quantization scale</span></div>
+<div class="line"><a name="l01166"></a><span class="lineno"><a class="line" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98"> 1166</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>;</div>
+<div class="line"><a name="l01167"></a><span class="lineno"> 1167</span>&#160;};</div>
+<div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160; </div>
+<div class="line"><a name="l01169"></a><span class="lineno"><a class="line" href="namespacearmnn.html#ae6c5f1b51bd32133c4dcc632045d6b58"> 1169</a></span>&#160;<span class="keyword">using</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.html">UnidirectionalSequenceLstmDescriptor</a> = <a class="code" href="structarmnn_1_1_lstm_descriptor.html">LstmDescriptor</a>;</div>
+<div class="line"><a name="l01170"></a><span class="lineno"> 1170</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01171"></a><span class="lineno"> 1171</span>&#160;<span class="comment">/// A MeanDescriptor for the MeanLayer.</span></div>
+<div class="line"><a name="l01172"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html"> 1172</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_mean_descriptor.html">MeanDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01173"></a><span class="lineno"> 1173</span>&#160;{</div>
+<div class="line"><a name="l01174"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#a71ab37b5cafc60ab26a1728354cafe77"> 1174</a></span>&#160;    <a class="code" href="structarmnn_1_1_mean_descriptor.html#a71ab37b5cafc60ab26a1728354cafe77">MeanDescriptor</a>()</div>
+<div class="line"><a name="l01175"></a><span class="lineno"> 1175</span>&#160;        : <a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a>()</div>
+<div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>&#160;        , <a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>(false)</div>
+<div class="line"><a name="l01177"></a><span class="lineno"> 1177</span>&#160;    {}</div>
+<div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>&#160; </div>
+<div class="line"><a name="l01179"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#aeb36ba495f90f46580887217835290ba"> 1179</a></span>&#160;    <a class="code" href="structarmnn_1_1_mean_descriptor.html#aeb36ba495f90f46580887217835290ba">MeanDescriptor</a>(<span class="keyword">const</span> std::vector&lt;unsigned int&gt;&amp; axis, <span class="keywordtype">bool</span> keepDims)</div>
+<div class="line"><a name="l01180"></a><span class="lineno"> 1180</span>&#160;        : <a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a>(axis)</div>
+<div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>&#160;        , <a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>(keepDims)</div>
+<div class="line"><a name="l01182"></a><span class="lineno"> 1182</span>&#160;    {}</div>
+<div class="line"><a name="l01183"></a><span class="lineno"> 1183</span>&#160; </div>
+<div class="line"><a name="l01184"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#a45ddc9ab5e076c7740d54e0fb74f104c"> 1184</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_mean_descriptor.html#a45ddc9ab5e076c7740d54e0fb74f104c">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_mean_descriptor.html">MeanDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01185"></a><span class="lineno"> 1185</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01186"></a><span class="lineno"> 1186</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a> == rhs.<a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a> &amp;&amp; <a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a> == rhs.<a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>;</div>
+<div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>&#160;    }</div>
+<div class="line"><a name="l01188"></a><span class="lineno"> 1188</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01189"></a><span class="lineno"> 1189</span>&#160;<span class="comment">    /// Values for the dimensions to reduce.</span></div>
+<div class="line"><a name="l01190"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95"> 1190</a></span>&#160;<span class="comment"></span>    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">m_Axis</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01191"></a><span class="lineno"> 1191</span>&#160;<span class="comment">    /// Enable/disable keep dimensions. If true, then the reduced dimensions that are of length 1 are kept.</span></div>
+<div class="line"><a name="l01192"></a><span class="lineno"><a class="line" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9"> 1192</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>;</div>
+<div class="line"><a name="l01193"></a><span class="lineno"> 1193</span>&#160;};</div>
+<div class="line"><a name="l01194"></a><span class="lineno"> 1194</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01195"></a><span class="lineno"> 1195</span>&#160;<span class="comment">/// A PadDescriptor for the PadLayer.</span></div>
+<div class="line"><a name="l01196"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html"> 1196</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_pad_descriptor.html">PadDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01197"></a><span class="lineno"> 1197</span>&#160;{</div>
+<div class="line"><a name="l01198"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#abf96ff8314156a991f72d107d4f325ce"> 1198</a></span>&#160;    <a class="code" href="structarmnn_1_1_pad_descriptor.html#abf96ff8314156a991f72d107d4f325ce">PadDescriptor</a>() : <a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a>(0), <a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a>(<a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91">PaddingMode</a>::<a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91acb17869fe51048b5a5c4c6106551a255">Constant</a>)</div>
+<div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160;    {}</div>
+<div class="line"><a name="l01200"></a><span class="lineno"> 1200</span>&#160; </div>
+<div class="line"><a name="l01201"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#a9943d217090b2611a6b0eb3e17ed133c"> 1201</a></span>&#160;    <a class="code" href="structarmnn_1_1_pad_descriptor.html#a9943d217090b2611a6b0eb3e17ed133c">PadDescriptor</a>(<span class="keyword">const</span> std::vector&lt;std::pair&lt;unsigned int, unsigned int&gt;&gt;&amp; padList,</div>
+<div class="line"><a name="l01202"></a><span class="lineno"> 1202</span>&#160;                  <span class="keyword">const</span> <span class="keywordtype">float</span>&amp; padValue = 0,</div>
+<div class="line"><a name="l01203"></a><span class="lineno"> 1203</span>&#160;                  <span class="keyword">const</span> <a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91">PaddingMode</a>&amp; paddingMode = <a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91acb17869fe51048b5a5c4c6106551a255">PaddingMode::Constant</a>)</div>
+<div class="line"><a name="l01204"></a><span class="lineno"> 1204</span>&#160;        : <a class="code" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>(padList)</div>
+<div class="line"><a name="l01205"></a><span class="lineno"> 1205</span>&#160;        , <a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a>(padValue)</div>
+<div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160;        , <a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a>(paddingMode)</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; </div>
+<div class="line"><a name="l01209"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#acd6df4cac247b20fb2b6a1077299cb1f"> 1209</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_pad_descriptor.html#acd6df4cac247b20fb2b6a1077299cb1f">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_pad_descriptor.html">PadDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01210"></a><span class="lineno"> 1210</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a> == rhs.<a class="code" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a> &amp;&amp; <a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a> == rhs.<a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a> &amp;&amp; <a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a> == rhs.<a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</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;<span class="comment"></span> </div>
+<div class="line"><a name="l01214"></a><span class="lineno"> 1214</span>&#160;<span class="comment">    /// @brief Specifies the padding for input dimension.</span></div>
+<div class="line"><a name="l01215"></a><span class="lineno"> 1215</span>&#160;<span class="comment">    /// First is the number of values to add before the tensor in the dimension.</span></div>
+<div class="line"><a name="l01216"></a><span class="lineno"> 1216</span>&#160;<span class="comment">    /// Second is the number of values to add after the tensor in the dimension.</span></div>
+<div class="line"><a name="l01217"></a><span class="lineno"> 1217</span>&#160;<span class="comment">    /// The number of pairs should match the number of dimensions in the input tensor.</span></div>
+<div class="line"><a name="l01218"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3"> 1218</a></span>&#160;<span class="comment"></span>    std::vector&lt;std::pair&lt;unsigned int, unsigned int&gt;&gt; <a class="code" href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">m_PadList</a>;</div>
+<div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>&#160;<span class="comment">    /// Optional value to use for padding, defaults to 0</span></div>
+<div class="line"><a name="l01221"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab"> 1221</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">m_PadValue</a>;</div>
+<div class="line"><a name="l01222"></a><span class="lineno"> 1222</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01223"></a><span class="lineno"> 1223</span>&#160;<span class="comment">    /// Specifies the Padding mode (Constant, Reflect or Symmetric)</span></div>
+<div class="line"><a name="l01224"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69"> 1224</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91">PaddingMode</a> <a class="code" href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">m_PaddingMode</a>;</div>
+<div class="line"><a name="l01225"></a><span class="lineno"> 1225</span>&#160;};</div>
+<div class="line"><a name="l01226"></a><span class="lineno"> 1226</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01227"></a><span class="lineno"> 1227</span>&#160;<span class="comment">/// A SliceDescriptor for the SliceLayer.</span></div>
+<div class="line"><a name="l01228"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html"> 1228</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_slice_descriptor.html">SliceDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160;{</div>
+<div class="line"><a name="l01230"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#ad4ee7c36b787daa1232528e2f902d8ce"> 1230</a></span>&#160;    <a class="code" href="structarmnn_1_1_slice_descriptor.html#ad4ee7c36b787daa1232528e2f902d8ce">SliceDescriptor</a>(<span class="keyword">const</span> std::vector&lt;unsigned int&gt;&amp; begin, <span class="keyword">const</span> std::vector&lt;unsigned int&gt;&amp; size)</div>
+<div class="line"><a name="l01231"></a><span class="lineno"> 1231</span>&#160;        : <a class="code" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">m_Begin</a>(begin)</div>
+<div class="line"><a name="l01232"></a><span class="lineno"> 1232</span>&#160;        , <a class="code" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">m_Size</a>(size)</div>
+<div class="line"><a name="l01233"></a><span class="lineno"> 1233</span>&#160;    {}</div>
+<div class="line"><a name="l01234"></a><span class="lineno"> 1234</span>&#160; </div>
+<div class="line"><a name="l01235"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#a6d81f59d176cf5b1b7f7b16653cb909c"> 1235</a></span>&#160;    <a class="code" href="structarmnn_1_1_slice_descriptor.html#a6d81f59d176cf5b1b7f7b16653cb909c">SliceDescriptor</a>() : <a class="code" href="structarmnn_1_1_slice_descriptor.html">SliceDescriptor</a>({}, {})</div>
 <div class="line"><a name="l01236"></a><span class="lineno"> 1236</span>&#160;    {}</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"><a class="line" href="structarmnn_1_1_stack_descriptor.html#ac6edc657f681c74f48d0ce16b26d2e49"> 1238</a></span>&#160;    <a class="code" href="structarmnn_1_1_stack_descriptor.html#ac6edc657f681c74f48d0ce16b26d2e49">StackDescriptor</a>(uint32_t axis, uint32_t numInputs, <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; inputShape)</div>
-<div class="line"><a name="l01239"></a><span class="lineno"> 1239</span>&#160;        : <a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>(axis)</div>
-<div class="line"><a name="l01240"></a><span class="lineno"> 1240</span>&#160;        , <a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>(numInputs)</div>
-<div class="line"><a name="l01241"></a><span class="lineno"> 1241</span>&#160;        , <a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a>(inputShape)</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; </div>
-<div class="line"><a name="l01244"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#a826e54f294176588e4f53cf4c4d33734"> 1244</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_stack_descriptor.html#a826e54f294176588e4f53cf4c4d33734">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_stack_descriptor.html">StackDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01245"></a><span class="lineno"> 1245</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01246"></a><span class="lineno"> 1246</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>       == rhs.<a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a> &amp;&amp;</div>
-<div class="line"><a name="l01247"></a><span class="lineno"> 1247</span>&#160;               <a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>  == rhs.<a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a> &amp;&amp;</div>
-<div class="line"><a name="l01248"></a><span class="lineno"> 1248</span>&#160;               <a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a> == rhs.<a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a>;</div>
-<div class="line"><a name="l01249"></a><span class="lineno"> 1249</span>&#160;    }</div>
-<div class="line"><a name="l01250"></a><span class="lineno"> 1250</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01251"></a><span class="lineno"> 1251</span>&#160;<span class="comment">    /// 0-based axis along which to stack the input tensors.</span></div>
-<div class="line"><a name="l01252"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2"> 1252</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01253"></a><span class="lineno"> 1253</span>&#160;<span class="comment">    /// Number of input tensors.</span></div>
-<div class="line"><a name="l01254"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f"> 1254</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01255"></a><span class="lineno"> 1255</span>&#160;<span class="comment">    /// Required shape of all input tensors.</span></div>
-<div class="line"><a name="l01256"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04"> 1256</a></span>&#160;<span class="comment"></span>    <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a> <a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a>;</div>
-<div class="line"><a name="l01257"></a><span class="lineno"> 1257</span>&#160;};</div>
-<div class="line"><a name="l01258"></a><span class="lineno"> 1258</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01259"></a><span class="lineno"> 1259</span>&#160;<span class="comment">/// A StandInDescriptor for the StandIn layer</span></div>
-<div class="line"><a name="l01260"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html"> 1260</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_stand_in_descriptor.html">StandInDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01261"></a><span class="lineno"> 1261</span>&#160;{</div>
-<div class="line"><a name="l01262"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#afb634876abc8d09178cf2af0f2ca984d"> 1262</a></span>&#160;    <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#afb634876abc8d09178cf2af0f2ca984d">StandInDescriptor</a>() {};</div>
-<div class="line"><a name="l01263"></a><span class="lineno"> 1263</span>&#160; </div>
-<div class="line"><a name="l01264"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#a22073dfd53bf509848f43a2f0d799496"> 1264</a></span>&#160;    <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#a22073dfd53bf509848f43a2f0d799496">StandInDescriptor</a>(uint32_t numInputs, uint32_t numOutputs)</div>
-<div class="line"><a name="l01265"></a><span class="lineno"> 1265</span>&#160;        : <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>(numInputs)</div>
-<div class="line"><a name="l01266"></a><span class="lineno"> 1266</span>&#160;        , <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">m_NumOutputs</a>(numOutputs)</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; </div>
-<div class="line"><a name="l01269"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#ac2ecc61f3502ac3886226a1b6c02d9b3"> 1269</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#ac2ecc61f3502ac3886226a1b6c02d9b3">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_stand_in_descriptor.html">StandInDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01270"></a><span class="lineno"> 1270</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01271"></a><span class="lineno"> 1271</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>  == rhs.<a class="code" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a> &amp;&amp;</div>
-<div class="line"><a name="l01272"></a><span class="lineno"> 1272</span>&#160;               <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">m_NumOutputs</a> == rhs.<a class="code" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">m_NumOutputs</a>;</div>
-<div class="line"><a name="l01273"></a><span class="lineno"> 1273</span>&#160;    }</div>
-<div class="line"><a name="l01274"></a><span class="lineno"> 1274</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01275"></a><span class="lineno"> 1275</span>&#160;<span class="comment">    /// Number of input tensors</span></div>
-<div class="line"><a name="l01276"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f"> 1276</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a> = 0;<span class="comment"></span></div>
-<div class="line"><a name="l01277"></a><span class="lineno"> 1277</span>&#160;<span class="comment">    /// Number of output tensors</span></div>
-<div class="line"><a name="l01278"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc"> 1278</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">m_NumOutputs</a> = 0;</div>
-<div class="line"><a name="l01279"></a><span class="lineno"> 1279</span>&#160;};</div>
-<div class="line"><a name="l01280"></a><span class="lineno"> 1280</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01281"></a><span class="lineno"> 1281</span>&#160;<span class="comment">/// A StridedSliceDescriptor for the StridedSliceLayer.</span></div>
-<div class="line"><a name="l01282"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html"> 1282</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_strided_slice_descriptor.html">StridedSliceDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></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"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#afeab6350b2194f924f7e73af2f7c0c5c"> 1284</a></span>&#160;    <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#afeab6350b2194f924f7e73af2f7c0c5c">StridedSliceDescriptor</a>(<span class="keyword">const</span> std::vector&lt;int&gt;&amp; begin,</div>
-<div class="line"><a name="l01285"></a><span class="lineno"> 1285</span>&#160;                           <span class="keyword">const</span> std::vector&lt;int&gt;&amp; end,</div>
-<div class="line"><a name="l01286"></a><span class="lineno"> 1286</span>&#160;                           <span class="keyword">const</span> std::vector&lt;int&gt;&amp; stride)</div>
-<div class="line"><a name="l01287"></a><span class="lineno"> 1287</span>&#160;        : <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">m_Begin</a>(begin)</div>
-<div class="line"><a name="l01288"></a><span class="lineno"> 1288</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">m_End</a>(end)</div>
-<div class="line"><a name="l01289"></a><span class="lineno"> 1289</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">m_Stride</a>(stride)</div>
-<div class="line"><a name="l01290"></a><span class="lineno"> 1290</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">m_BeginMask</a>(0)</div>
-<div class="line"><a name="l01291"></a><span class="lineno"> 1291</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">m_EndMask</a>(0)</div>
-<div class="line"><a name="l01292"></a><span class="lineno"> 1292</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">m_ShrinkAxisMask</a>(0)</div>
-<div class="line"><a name="l01293"></a><span class="lineno"> 1293</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">m_EllipsisMask</a>(0)</div>
-<div class="line"><a name="l01294"></a><span class="lineno"> 1294</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">m_NewAxisMask</a>(0)</div>
-<div class="line"><a name="l01295"></a><span class="lineno"> 1295</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">NCHW</a>)</div>
-<div class="line"><a name="l01296"></a><span class="lineno"> 1296</span>&#160;    {}</div>
-<div class="line"><a name="l01297"></a><span class="lineno"> 1297</span>&#160; </div>
-<div class="line"><a name="l01298"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a434e9cc9eba8c408a1c784db20d6ad61"> 1298</a></span>&#160;    <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a434e9cc9eba8c408a1c784db20d6ad61">StridedSliceDescriptor</a>()</div>
-<div class="line"><a name="l01299"></a><span class="lineno"> 1299</span>&#160;        : <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html">StridedSliceDescriptor</a>({}, {}, {})</div>
-<div class="line"><a name="l01300"></a><span class="lineno"> 1300</span>&#160;    {}</div>
-<div class="line"><a name="l01301"></a><span class="lineno"> 1301</span>&#160; </div>
-<div class="line"><a name="l01302"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a61b444f8d8445c1144c2126b043ce331"> 1302</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61b444f8d8445c1144c2126b043ce331">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html">StridedSliceDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01303"></a><span class="lineno"> 1303</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01304"></a><span class="lineno"> 1304</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">m_Begin</a>          == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">m_Begin</a> &amp;&amp;</div>
-<div class="line"><a name="l01305"></a><span class="lineno"> 1305</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">m_End</a>            == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">m_End</a> &amp;&amp;</div>
-<div class="line"><a name="l01306"></a><span class="lineno"> 1306</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">m_Stride</a>         == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">m_Stride</a> &amp;&amp;</div>
-<div class="line"><a name="l01307"></a><span class="lineno"> 1307</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">m_BeginMask</a>      == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">m_BeginMask</a> &amp;&amp;</div>
-<div class="line"><a name="l01308"></a><span class="lineno"> 1308</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">m_EndMask</a>        == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">m_EndMask</a> &amp;&amp;</div>
-<div class="line"><a name="l01309"></a><span class="lineno"> 1309</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">m_ShrinkAxisMask</a> == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">m_ShrinkAxisMask</a> &amp;&amp;</div>
-<div class="line"><a name="l01310"></a><span class="lineno"> 1310</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">m_EllipsisMask</a>   == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">m_EllipsisMask</a> &amp;&amp;</div>
-<div class="line"><a name="l01311"></a><span class="lineno"> 1311</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">m_NewAxisMask</a>    == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">m_NewAxisMask</a> &amp;&amp;</div>
-<div class="line"><a name="l01312"></a><span class="lineno"> 1312</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>     == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
-<div class="line"><a name="l01313"></a><span class="lineno"> 1313</span>&#160;    }</div>
-<div class="line"><a name="l01314"></a><span class="lineno"> 1314</span>&#160; </div>
-<div class="line"><a name="l01315"></a><span class="lineno"> 1315</span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#add849c1188ee7ff60774755b746aa526">GetStartForAxis</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; inputShape, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> axis) <span class="keyword">const</span>;</div>
-<div class="line"><a name="l01316"></a><span class="lineno"> 1316</span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#afc4731b55776f71af1e14c799c6e6e2c">GetStopForAxis</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; inputShape,</div>
-<div class="line"><a name="l01317"></a><span class="lineno"> 1317</span>&#160;                       <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> axis,</div>
-<div class="line"><a name="l01318"></a><span class="lineno"> 1318</span>&#160;                       <span class="keywordtype">int</span> startForAxis) <span class="keyword">const</span>;</div>
-<div class="line"><a name="l01319"></a><span class="lineno"> 1319</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01320"></a><span class="lineno"> 1320</span>&#160;<span class="comment">    /// Begin values for the input that will be sliced.</span></div>
-<div class="line"><a name="l01321"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923"> 1321</a></span>&#160;<span class="comment"></span>    std::vector&lt;int&gt; <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">m_Begin</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01322"></a><span class="lineno"> 1322</span>&#160;<span class="comment">    /// End values for the input that will be sliced.</span></div>
-<div class="line"><a name="l01323"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25"> 1323</a></span>&#160;<span class="comment"></span>    std::vector&lt;int&gt; <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">m_End</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01324"></a><span class="lineno"> 1324</span>&#160;<span class="comment">    /// Stride values for the input that will be sliced.</span></div>
-<div class="line"><a name="l01325"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201"> 1325</a></span>&#160;<span class="comment"></span>    std::vector&lt;int&gt; <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">m_Stride</a>;</div>
-<div class="line"><a name="l01326"></a><span class="lineno"> 1326</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01327"></a><span class="lineno"> 1327</span>&#160;<span class="comment">    /// @brief Begin mask value. If set, then the begin is disregarded and the fullest</span></div>
-<div class="line"><a name="l01328"></a><span class="lineno"> 1328</span>&#160;<span class="comment">    /// range is used for the dimension.</span></div>
-<div class="line"><a name="l01329"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51"> 1329</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">m_BeginMask</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01330"></a><span class="lineno"> 1330</span>&#160;<span class="comment">    /// @brief End mask value. If set, then the end is disregarded and the fullest range</span></div>
-<div class="line"><a name="l01331"></a><span class="lineno"> 1331</span>&#160;<span class="comment">    /// is used for the dimension.</span></div>
-<div class="line"><a name="l01332"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7"> 1332</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">m_EndMask</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01333"></a><span class="lineno"> 1333</span>&#160;<span class="comment">    /// Shrink axis mask value. If set, the nth specification shrinks the dimensionality by 1.</span></div>
-<div class="line"><a name="l01334"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f"> 1334</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">m_ShrinkAxisMask</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01335"></a><span class="lineno"> 1335</span>&#160;<span class="comment">    /// Ellipsis mask value.</span></div>
-<div class="line"><a name="l01336"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030"> 1336</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">m_EllipsisMask</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01337"></a><span class="lineno"> 1337</span>&#160;<span class="comment">    /// @brief New axis mask value. If set, the begin, end and stride is disregarded and</span></div>
-<div class="line"><a name="l01338"></a><span class="lineno"> 1338</span>&#160;<span class="comment">    /// a new 1 dimension is inserted to this location of the output tensor.</span></div>
-<div class="line"><a name="l01339"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9"> 1339</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">m_NewAxisMask</a>;</div>
+<div class="line"><a name="l01238"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#a905d0b4a55652d69f18cef769e6c739f"> 1238</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_slice_descriptor.html#a905d0b4a55652d69f18cef769e6c739f">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_slice_descriptor.html">SliceDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01239"></a><span class="lineno"> 1239</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01240"></a><span class="lineno"> 1240</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">m_Begin</a> == rhs.<a class="code" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">m_Begin</a> &amp;&amp; <a class="code" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">m_Size</a> == rhs.<a class="code" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">m_Size</a>;</div>
+<div class="line"><a name="l01241"></a><span class="lineno"> 1241</span>&#160;    }</div>
+<div class="line"><a name="l01242"></a><span class="lineno"> 1242</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01243"></a><span class="lineno"> 1243</span>&#160;<span class="comment">    /// Beginning indices of the slice in each dimension.</span></div>
+<div class="line"><a name="l01244"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e"> 1244</a></span>&#160;<span class="comment"></span>    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">m_Begin</a>;</div>
+<div class="line"><a name="l01245"></a><span class="lineno"> 1245</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01246"></a><span class="lineno"> 1246</span>&#160;<span class="comment">    /// Size of the slice in each dimension.</span></div>
+<div class="line"><a name="l01247"></a><span class="lineno"><a class="line" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0"> 1247</a></span>&#160;<span class="comment"></span>    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">m_Size</a>;</div>
+<div class="line"><a name="l01248"></a><span class="lineno"> 1248</span>&#160;};</div>
+<div class="line"><a name="l01249"></a><span class="lineno"> 1249</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01250"></a><span class="lineno"> 1250</span>&#160;<span class="comment">/// A StackDescriptor for the StackLayer.</span></div>
+<div class="line"><a name="l01251"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html"> 1251</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_stack_descriptor.html">StackDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01252"></a><span class="lineno"> 1252</span>&#160;{</div>
+<div class="line"><a name="l01253"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#a7174d76ab2205127ef4c2255c7169c5b"> 1253</a></span>&#160;    <a class="code" href="structarmnn_1_1_stack_descriptor.html#a7174d76ab2205127ef4c2255c7169c5b">StackDescriptor</a>()</div>
+<div class="line"><a name="l01254"></a><span class="lineno"> 1254</span>&#160;        : <a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>(0)</div>
+<div class="line"><a name="l01255"></a><span class="lineno"> 1255</span>&#160;        , <a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>(0)</div>
+<div class="line"><a name="l01256"></a><span class="lineno"> 1256</span>&#160;        , <a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a>()</div>
+<div class="line"><a name="l01257"></a><span class="lineno"> 1257</span>&#160;    {}</div>
+<div class="line"><a name="l01258"></a><span class="lineno"> 1258</span>&#160; </div>
+<div class="line"><a name="l01259"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#ac6edc657f681c74f48d0ce16b26d2e49"> 1259</a></span>&#160;    <a class="code" href="structarmnn_1_1_stack_descriptor.html#ac6edc657f681c74f48d0ce16b26d2e49">StackDescriptor</a>(uint32_t axis, uint32_t numInputs, <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; inputShape)</div>
+<div class="line"><a name="l01260"></a><span class="lineno"> 1260</span>&#160;        : <a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>(axis)</div>
+<div class="line"><a name="l01261"></a><span class="lineno"> 1261</span>&#160;        , <a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>(numInputs)</div>
+<div class="line"><a name="l01262"></a><span class="lineno"> 1262</span>&#160;        , <a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a>(inputShape)</div>
+<div class="line"><a name="l01263"></a><span class="lineno"> 1263</span>&#160;    {}</div>
+<div class="line"><a name="l01264"></a><span class="lineno"> 1264</span>&#160; </div>
+<div class="line"><a name="l01265"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#a826e54f294176588e4f53cf4c4d33734"> 1265</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_stack_descriptor.html#a826e54f294176588e4f53cf4c4d33734">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_stack_descriptor.html">StackDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01266"></a><span class="lineno"> 1266</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01267"></a><span class="lineno"> 1267</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>       == rhs.<a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a> &amp;&amp;</div>
+<div class="line"><a name="l01268"></a><span class="lineno"> 1268</span>&#160;               <a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>  == rhs.<a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a> &amp;&amp;</div>
+<div class="line"><a name="l01269"></a><span class="lineno"> 1269</span>&#160;               <a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a> == rhs.<a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a>;</div>
+<div class="line"><a name="l01270"></a><span class="lineno"> 1270</span>&#160;    }</div>
+<div class="line"><a name="l01271"></a><span class="lineno"> 1271</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01272"></a><span class="lineno"> 1272</span>&#160;<span class="comment">    /// 0-based axis along which to stack the input tensors.</span></div>
+<div class="line"><a name="l01273"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2"> 1273</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01274"></a><span class="lineno"> 1274</span>&#160;<span class="comment">    /// Number of input tensors.</span></div>
+<div class="line"><a name="l01275"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f"> 1275</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01276"></a><span class="lineno"> 1276</span>&#160;<span class="comment">    /// Required shape of all input tensors.</span></div>
+<div class="line"><a name="l01277"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04"> 1277</a></span>&#160;<span class="comment"></span>    <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a> <a class="code" href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">m_InputShape</a>;</div>
+<div class="line"><a name="l01278"></a><span class="lineno"> 1278</span>&#160;};</div>
+<div class="line"><a name="l01279"></a><span class="lineno"> 1279</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01280"></a><span class="lineno"> 1280</span>&#160;<span class="comment">/// A StandInDescriptor for the StandIn layer</span></div>
+<div class="line"><a name="l01281"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html"> 1281</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_stand_in_descriptor.html">StandInDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01282"></a><span class="lineno"> 1282</span>&#160;{</div>
+<div class="line"><a name="l01283"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#afb634876abc8d09178cf2af0f2ca984d"> 1283</a></span>&#160;    <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#afb634876abc8d09178cf2af0f2ca984d">StandInDescriptor</a>() {};</div>
+<div class="line"><a name="l01284"></a><span class="lineno"> 1284</span>&#160; </div>
+<div class="line"><a name="l01285"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#a22073dfd53bf509848f43a2f0d799496"> 1285</a></span>&#160;    <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#a22073dfd53bf509848f43a2f0d799496">StandInDescriptor</a>(uint32_t numInputs, uint32_t numOutputs)</div>
+<div class="line"><a name="l01286"></a><span class="lineno"> 1286</span>&#160;        : <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>(numInputs)</div>
+<div class="line"><a name="l01287"></a><span class="lineno"> 1287</span>&#160;        , <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">m_NumOutputs</a>(numOutputs)</div>
+<div class="line"><a name="l01288"></a><span class="lineno"> 1288</span>&#160;    {}</div>
+<div class="line"><a name="l01289"></a><span class="lineno"> 1289</span>&#160; </div>
+<div class="line"><a name="l01290"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#ac2ecc61f3502ac3886226a1b6c02d9b3"> 1290</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#ac2ecc61f3502ac3886226a1b6c02d9b3">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_stand_in_descriptor.html">StandInDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01291"></a><span class="lineno"> 1291</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01292"></a><span class="lineno"> 1292</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a>  == rhs.<a class="code" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a> &amp;&amp;</div>
+<div class="line"><a name="l01293"></a><span class="lineno"> 1293</span>&#160;               <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">m_NumOutputs</a> == rhs.<a class="code" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">m_NumOutputs</a>;</div>
+<div class="line"><a name="l01294"></a><span class="lineno"> 1294</span>&#160;    }</div>
+<div class="line"><a name="l01295"></a><span class="lineno"> 1295</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01296"></a><span class="lineno"> 1296</span>&#160;<span class="comment">    /// Number of input tensors</span></div>
+<div class="line"><a name="l01297"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f"> 1297</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">m_NumInputs</a> = 0;<span class="comment"></span></div>
+<div class="line"><a name="l01298"></a><span class="lineno"> 1298</span>&#160;<span class="comment">    /// Number of output tensors</span></div>
+<div class="line"><a name="l01299"></a><span class="lineno"><a class="line" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc"> 1299</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">m_NumOutputs</a> = 0;</div>
+<div class="line"><a name="l01300"></a><span class="lineno"> 1300</span>&#160;};</div>
+<div class="line"><a name="l01301"></a><span class="lineno"> 1301</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01302"></a><span class="lineno"> 1302</span>&#160;<span class="comment">/// A StridedSliceDescriptor for the StridedSliceLayer.</span></div>
+<div class="line"><a name="l01303"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html"> 1303</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_strided_slice_descriptor.html">StridedSliceDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01304"></a><span class="lineno"> 1304</span>&#160;{</div>
+<div class="line"><a name="l01305"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#afeab6350b2194f924f7e73af2f7c0c5c"> 1305</a></span>&#160;    <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#afeab6350b2194f924f7e73af2f7c0c5c">StridedSliceDescriptor</a>(<span class="keyword">const</span> std::vector&lt;int&gt;&amp; begin,</div>
+<div class="line"><a name="l01306"></a><span class="lineno"> 1306</span>&#160;                           <span class="keyword">const</span> std::vector&lt;int&gt;&amp; end,</div>
+<div class="line"><a name="l01307"></a><span class="lineno"> 1307</span>&#160;                           <span class="keyword">const</span> std::vector&lt;int&gt;&amp; stride)</div>
+<div class="line"><a name="l01308"></a><span class="lineno"> 1308</span>&#160;        : <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">m_Begin</a>(begin)</div>
+<div class="line"><a name="l01309"></a><span class="lineno"> 1309</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">m_End</a>(end)</div>
+<div class="line"><a name="l01310"></a><span class="lineno"> 1310</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">m_Stride</a>(stride)</div>
+<div class="line"><a name="l01311"></a><span class="lineno"> 1311</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">m_BeginMask</a>(0)</div>
+<div class="line"><a name="l01312"></a><span class="lineno"> 1312</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">m_EndMask</a>(0)</div>
+<div class="line"><a name="l01313"></a><span class="lineno"> 1313</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">m_ShrinkAxisMask</a>(0)</div>
+<div class="line"><a name="l01314"></a><span class="lineno"> 1314</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">m_EllipsisMask</a>(0)</div>
+<div class="line"><a name="l01315"></a><span class="lineno"> 1315</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">m_NewAxisMask</a>(0)</div>
+<div class="line"><a name="l01316"></a><span class="lineno"> 1316</span>&#160;        , <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">NCHW</a>)</div>
+<div class="line"><a name="l01317"></a><span class="lineno"> 1317</span>&#160;    {}</div>
+<div class="line"><a name="l01318"></a><span class="lineno"> 1318</span>&#160; </div>
+<div class="line"><a name="l01319"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a434e9cc9eba8c408a1c784db20d6ad61"> 1319</a></span>&#160;    <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a434e9cc9eba8c408a1c784db20d6ad61">StridedSliceDescriptor</a>()</div>
+<div class="line"><a name="l01320"></a><span class="lineno"> 1320</span>&#160;        : <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html">StridedSliceDescriptor</a>({}, {}, {})</div>
+<div class="line"><a name="l01321"></a><span class="lineno"> 1321</span>&#160;    {}</div>
+<div class="line"><a name="l01322"></a><span class="lineno"> 1322</span>&#160; </div>
+<div class="line"><a name="l01323"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a61b444f8d8445c1144c2126b043ce331"> 1323</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61b444f8d8445c1144c2126b043ce331">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html">StridedSliceDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01324"></a><span class="lineno"> 1324</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01325"></a><span class="lineno"> 1325</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">m_Begin</a>          == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">m_Begin</a> &amp;&amp;</div>
+<div class="line"><a name="l01326"></a><span class="lineno"> 1326</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">m_End</a>            == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">m_End</a> &amp;&amp;</div>
+<div class="line"><a name="l01327"></a><span class="lineno"> 1327</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">m_Stride</a>         == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">m_Stride</a> &amp;&amp;</div>
+<div class="line"><a name="l01328"></a><span class="lineno"> 1328</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">m_BeginMask</a>      == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">m_BeginMask</a> &amp;&amp;</div>
+<div class="line"><a name="l01329"></a><span class="lineno"> 1329</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">m_EndMask</a>        == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">m_EndMask</a> &amp;&amp;</div>
+<div class="line"><a name="l01330"></a><span class="lineno"> 1330</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">m_ShrinkAxisMask</a> == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">m_ShrinkAxisMask</a> &amp;&amp;</div>
+<div class="line"><a name="l01331"></a><span class="lineno"> 1331</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">m_EllipsisMask</a>   == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">m_EllipsisMask</a> &amp;&amp;</div>
+<div class="line"><a name="l01332"></a><span class="lineno"> 1332</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">m_NewAxisMask</a>    == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">m_NewAxisMask</a> &amp;&amp;</div>
+<div class="line"><a name="l01333"></a><span class="lineno"> 1333</span>&#160;               <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>     == rhs.<a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
+<div class="line"><a name="l01334"></a><span class="lineno"> 1334</span>&#160;    }</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;    <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#add849c1188ee7ff60774755b746aa526">GetStartForAxis</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; inputShape, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> axis) <span class="keyword">const</span>;</div>
+<div class="line"><a name="l01337"></a><span class="lineno"> 1337</span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#afc4731b55776f71af1e14c799c6e6e2c">GetStopForAxis</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; inputShape,</div>
+<div class="line"><a name="l01338"></a><span class="lineno"> 1338</span>&#160;                       <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> axis,</div>
+<div class="line"><a name="l01339"></a><span class="lineno"> 1339</span>&#160;                       <span class="keywordtype">int</span> startForAxis) <span class="keyword">const</span>;</div>
 <div class="line"><a name="l01340"></a><span class="lineno"> 1340</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01341"></a><span class="lineno"> 1341</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
-<div class="line"><a name="l01342"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1342</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
-<div class="line"><a name="l01343"></a><span class="lineno"> 1343</span>&#160;};</div>
-<div class="line"><a name="l01344"></a><span class="lineno"> 1344</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01345"></a><span class="lineno"> 1345</span>&#160;<span class="comment">/// A PreCompiledDescriptor for the PreCompiledLayer.</span></div>
-<div class="line"><a name="l01346"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pre_compiled_descriptor.html"> 1346</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html">PreCompiledDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</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"><a class="line" href="structarmnn_1_1_pre_compiled_descriptor.html#a6be5287e50fca444cd42986e47ab75db"> 1348</a></span>&#160;    <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#a6be5287e50fca444cd42986e47ab75db">PreCompiledDescriptor</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> numInputSlots = 1u, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> numOutputSlots = 1u)</div>
-<div class="line"><a name="l01349"></a><span class="lineno"> 1349</span>&#160;        : <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#aebc22128191c14a59356453600833344">m_NumInputSlots</a>(numInputSlots), <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#a19244e2574820c8ab69b1559d8638a61">m_NumOutputSlots</a>(numOutputSlots)</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; </div>
-<div class="line"><a name="l01352"></a><span class="lineno"> 1352</span>&#160;    <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#aeb67c9588f5a9eadc6453e3a4c8889d3">~PreCompiledDescriptor</a>() = <span class="keywordflow">default</span>;</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"><a class="line" href="structarmnn_1_1_pre_compiled_descriptor.html#aebc22128191c14a59356453600833344"> 1354</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#aebc22128191c14a59356453600833344">m_NumInputSlots</a>;</div>
-<div class="line"><a name="l01355"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pre_compiled_descriptor.html#a19244e2574820c8ab69b1559d8638a61"> 1355</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#a19244e2574820c8ab69b1559d8638a61">m_NumOutputSlots</a>;</div>
-<div class="line"><a name="l01356"></a><span class="lineno"> 1356</span>&#160;};</div>
-<div class="line"><a name="l01357"></a><span class="lineno"> 1357</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01358"></a><span class="lineno"> 1358</span>&#160;<span class="comment">/// A QLstmDescriptor for the QLstmLayer.</span></div>
-<div class="line"><a name="l01359"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html"> 1359</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_q_lstm_descriptor.html">QLstmDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01360"></a><span class="lineno"> 1360</span>&#160;{</div>
-<div class="line"><a name="l01361"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#ad85386aea7d6e684da1ff46fd099962e"> 1361</a></span>&#160;    <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad85386aea7d6e684da1ff46fd099962e">QLstmDescriptor</a>()</div>
-<div class="line"><a name="l01362"></a><span class="lineno"> 1362</span>&#160;            : <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">m_CellClip</a>(0.0)</div>
-<div class="line"><a name="l01363"></a><span class="lineno"> 1363</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">m_ProjectionClip</a>(0.0)</div>
-<div class="line"><a name="l01364"></a><span class="lineno"> 1364</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>(true)</div>
-<div class="line"><a name="l01365"></a><span class="lineno"> 1365</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>(false)</div>
-<div class="line"><a name="l01366"></a><span class="lineno"> 1366</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a>(false)</div>
-<div class="line"><a name="l01367"></a><span class="lineno"> 1367</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>(false)</div>
-<div class="line"><a name="l01368"></a><span class="lineno"> 1368</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>(0.0)</div>
-<div class="line"><a name="l01369"></a><span class="lineno"> 1369</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a>(0.0)</div>
-<div class="line"><a name="l01370"></a><span class="lineno"> 1370</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>(0.0)</div>
-<div class="line"><a name="l01371"></a><span class="lineno"> 1371</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a>(0.0)</div>
-<div class="line"><a name="l01372"></a><span class="lineno"> 1372</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>(0)</div>
-<div class="line"><a name="l01373"></a><span class="lineno"> 1373</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>(0.0)</div>
-<div class="line"><a name="l01374"></a><span class="lineno"> 1374</span>&#160;    {}</div>
-<div class="line"><a name="l01375"></a><span class="lineno"> 1375</span>&#160; </div>
-<div class="line"><a name="l01376"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#aec7ab932e134bb3f0955a80014df3e6e"> 1376</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aec7ab932e134bb3f0955a80014df3e6e">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html">QLstmDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01377"></a><span class="lineno"> 1377</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01378"></a><span class="lineno"> 1378</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">m_CellClip</a>          == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">m_CellClip</a> &amp;&amp;</div>
-<div class="line"><a name="l01379"></a><span class="lineno"> 1379</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">m_ProjectionClip</a>    == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">m_ProjectionClip</a> &amp;&amp;</div>
-<div class="line"><a name="l01380"></a><span class="lineno"> 1380</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>       == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01381"></a><span class="lineno"> 1381</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>   == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01382"></a><span class="lineno"> 1382</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01383"></a><span class="lineno"> 1383</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>  == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01384"></a><span class="lineno"> 1384</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a> &amp;&amp;</div>
-<div class="line"><a name="l01385"></a><span class="lineno"> 1385</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a> &amp;&amp;</div>
-<div class="line"><a name="l01386"></a><span class="lineno"> 1386</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a> &amp;&amp;</div>
-<div class="line"><a name="l01387"></a><span class="lineno"> 1387</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a> &amp;&amp;</div>
-<div class="line"><a name="l01388"></a><span class="lineno"> 1388</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a> &amp;&amp;</div>
-<div class="line"><a name="l01389"></a><span class="lineno"> 1389</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>;</div>
-<div class="line"><a name="l01390"></a><span class="lineno"> 1390</span>&#160;    }</div>
-<div class="line"><a name="l01391"></a><span class="lineno"> 1391</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01392"></a><span class="lineno"> 1392</span>&#160;<span class="comment">    /// Clipping threshold value for the cell state</span></div>
-<div class="line"><a name="l01393"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3"> 1393</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">m_CellClip</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01394"></a><span class="lineno"> 1394</span>&#160;<span class="comment">    /// Clipping threshold value for the projection</span></div>
-<div class="line"><a name="l01395"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61"> 1395</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">m_ProjectionClip</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01396"></a><span class="lineno"> 1396</span>&#160;<span class="comment">    /// Enable/disable CIFG (coupled input &amp; forget gate).</span></div>
-<div class="line"><a name="l01397"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb"> 1397</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01398"></a><span class="lineno"> 1398</span>&#160;<span class="comment">    /// Enable/disable peephole</span></div>
-<div class="line"><a name="l01399"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8"> 1399</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01400"></a><span class="lineno"> 1400</span>&#160;<span class="comment">    /// Enable/disable the projection layer</span></div>
-<div class="line"><a name="l01401"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17"> 1401</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01402"></a><span class="lineno"> 1402</span>&#160;<span class="comment">    /// Enable/disable layer normalization</span></div>
-<div class="line"><a name="l01403"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780"> 1403</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01404"></a><span class="lineno"> 1404</span>&#160;<span class="comment">    /// Input intermediate quantization scale</span></div>
-<div class="line"><a name="l01405"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf"> 1405</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01406"></a><span class="lineno"> 1406</span>&#160;<span class="comment">    /// Forget intermediate quantization scale</span></div>
-<div class="line"><a name="l01407"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189"> 1407</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01408"></a><span class="lineno"> 1408</span>&#160;<span class="comment">    /// Cell intermediate quantization scale</span></div>
-<div class="line"><a name="l01409"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b"> 1409</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01410"></a><span class="lineno"> 1410</span>&#160;<span class="comment">    /// Output intermediate quantization scale</span></div>
-<div class="line"><a name="l01411"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d"> 1411</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01412"></a><span class="lineno"> 1412</span>&#160;<span class="comment">    /// Hidden State zero point</span></div>
-<div class="line"><a name="l01413"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d"> 1413</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01414"></a><span class="lineno"> 1414</span>&#160;<span class="comment">    /// Hidden State quantization scale</span></div>
-<div class="line"><a name="l01415"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98"> 1415</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>;</div>
-<div class="line"><a name="l01416"></a><span class="lineno"> 1416</span>&#160;};</div>
-<div class="line"><a name="l01417"></a><span class="lineno"> 1417</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01418"></a><span class="lineno"> 1418</span>&#160;<span class="comment">/// A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer.</span></div>
-<div class="line"><a name="l01419"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html"> 1419</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html">TransposeConvolution2dDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01420"></a><span class="lineno"> 1420</span>&#160;{</div>
-<div class="line"><a name="l01421"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ad2246752a0ac080cfa2e815c6528acf9"> 1421</a></span>&#160;    <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ad2246752a0ac080cfa2e815c6528acf9">TransposeConvolution2dDescriptor</a>() :</div>
-<div class="line"><a name="l01422"></a><span class="lineno"> 1422</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a>(0),</div>
-<div class="line"><a name="l01423"></a><span class="lineno"> 1423</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a>(0),</div>
-<div class="line"><a name="l01424"></a><span class="lineno"> 1424</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a>(0),</div>
-<div class="line"><a name="l01425"></a><span class="lineno"> 1425</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a>(0),</div>
-<div class="line"><a name="l01426"></a><span class="lineno"> 1426</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a>(0),</div>
-<div class="line"><a name="l01427"></a><span class="lineno"> 1427</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a>(0),</div>
-<div class="line"><a name="l01428"></a><span class="lineno"> 1428</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a>(false),</div>
-<div class="line"><a name="l01429"></a><span class="lineno"> 1429</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">NCHW</a>),</div>
-<div class="line"><a name="l01430"></a><span class="lineno"> 1430</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">m_OutputShapeEnabled</a>(false)</div>
-<div class="line"><a name="l01431"></a><span class="lineno"> 1431</span>&#160;    {}</div>
-<div class="line"><a name="l01432"></a><span class="lineno"> 1432</span>&#160; </div>
-<div class="line"><a name="l01433"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aeda9d4e5d384ce5919425df001f49751"> 1433</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aeda9d4e5d384ce5919425df001f49751">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html">TransposeConvolution2dDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01434"></a><span class="lineno"> 1434</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01435"></a><span class="lineno"> 1435</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a>            == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a> &amp;&amp;</div>
-<div class="line"><a name="l01436"></a><span class="lineno"> 1436</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a>           == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a> &amp;&amp;</div>
-<div class="line"><a name="l01437"></a><span class="lineno"> 1437</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a>             == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a> &amp;&amp;</div>
-<div class="line"><a name="l01438"></a><span class="lineno"> 1438</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a>          == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a> &amp;&amp;</div>
-<div class="line"><a name="l01439"></a><span class="lineno"> 1439</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a>            == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a> &amp;&amp;</div>
-<div class="line"><a name="l01440"></a><span class="lineno"> 1440</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a>            == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a> &amp;&amp;</div>
-<div class="line"><a name="l01441"></a><span class="lineno"> 1441</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a>        == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01442"></a><span class="lineno"> 1442</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>         == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> &amp;&amp;</div>
-<div class="line"><a name="l01443"></a><span class="lineno"> 1443</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">m_OutputShapeEnabled</a> == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">m_OutputShapeEnabled</a> &amp;&amp;</div>
-<div class="line"><a name="l01444"></a><span class="lineno"> 1444</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203">m_OutputShape</a>        == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203">m_OutputShape</a>;</div>
-<div class="line"><a name="l01445"></a><span class="lineno"> 1445</span>&#160;    }</div>
-<div class="line"><a name="l01446"></a><span class="lineno"> 1446</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01447"></a><span class="lineno"> 1447</span>&#160;<span class="comment">    /// Padding left value in the width dimension.</span></div>
-<div class="line"><a name="l01448"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600"> 1448</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01449"></a><span class="lineno"> 1449</span>&#160;<span class="comment">    /// Padding right value in the width dimension.</span></div>
-<div class="line"><a name="l01450"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7"> 1450</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01451"></a><span class="lineno"> 1451</span>&#160;<span class="comment">    /// Padding top value in the height dimension.</span></div>
-<div class="line"><a name="l01452"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046"> 1452</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01453"></a><span class="lineno"> 1453</span>&#160;<span class="comment">    /// Padding bottom value in the height dimension.</span></div>
-<div class="line"><a name="l01454"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618"> 1454</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01455"></a><span class="lineno"> 1455</span>&#160;<span class="comment">    /// Stride value when proceeding through input for the width dimension.</span></div>
-<div class="line"><a name="l01456"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda"> 1456</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01457"></a><span class="lineno"> 1457</span>&#160;<span class="comment">    /// Stride value when proceeding through input for the height dimension.</span></div>
-<div class="line"><a name="l01458"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8"> 1458</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01459"></a><span class="lineno"> 1459</span>&#160;<span class="comment">    /// Enable/disable bias.</span></div>
-<div class="line"><a name="l01460"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25"> 1460</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span>                      <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01461"></a><span class="lineno"> 1461</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
-<div class="line"><a name="l01462"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1462</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>                <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01463"></a><span class="lineno"> 1463</span>&#160;<span class="comment">    /// Output shape if it has been specified.</span></div>
-<div class="line"><a name="l01464"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a"> 1464</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span>                      <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">m_OutputShapeEnabled</a>;</div>
-<div class="line"><a name="l01465"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203"> 1465</a></span>&#160;    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203">m_OutputShape</a>;</div>
-<div class="line"><a name="l01466"></a><span class="lineno"> 1466</span>&#160;};</div>
+<div class="line"><a name="l01341"></a><span class="lineno"> 1341</span>&#160;<span class="comment">    /// Begin values for the input that will be sliced.</span></div>
+<div class="line"><a name="l01342"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923"> 1342</a></span>&#160;<span class="comment"></span>    std::vector&lt;int&gt; <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">m_Begin</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01343"></a><span class="lineno"> 1343</span>&#160;<span class="comment">    /// End values for the input that will be sliced.</span></div>
+<div class="line"><a name="l01344"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25"> 1344</a></span>&#160;<span class="comment"></span>    std::vector&lt;int&gt; <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">m_End</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01345"></a><span class="lineno"> 1345</span>&#160;<span class="comment">    /// Stride values for the input that will be sliced.</span></div>
+<div class="line"><a name="l01346"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201"> 1346</a></span>&#160;<span class="comment"></span>    std::vector&lt;int&gt; <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">m_Stride</a>;</div>
+<div class="line"><a name="l01347"></a><span class="lineno"> 1347</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01348"></a><span class="lineno"> 1348</span>&#160;<span class="comment">    /// @brief Begin mask value. If set, then the begin is disregarded and the fullest</span></div>
+<div class="line"><a name="l01349"></a><span class="lineno"> 1349</span>&#160;<span class="comment">    /// range is used for the dimension.</span></div>
+<div class="line"><a name="l01350"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51"> 1350</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">m_BeginMask</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01351"></a><span class="lineno"> 1351</span>&#160;<span class="comment">    /// @brief End mask value. If set, then the end is disregarded and the fullest range</span></div>
+<div class="line"><a name="l01352"></a><span class="lineno"> 1352</span>&#160;<span class="comment">    /// is used for the dimension.</span></div>
+<div class="line"><a name="l01353"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7"> 1353</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">m_EndMask</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01354"></a><span class="lineno"> 1354</span>&#160;<span class="comment">    /// Shrink axis mask value. If set, the nth specification shrinks the dimensionality by 1.</span></div>
+<div class="line"><a name="l01355"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f"> 1355</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">m_ShrinkAxisMask</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01356"></a><span class="lineno"> 1356</span>&#160;<span class="comment">    /// Ellipsis mask value.</span></div>
+<div class="line"><a name="l01357"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030"> 1357</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">m_EllipsisMask</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01358"></a><span class="lineno"> 1358</span>&#160;<span class="comment">    /// @brief New axis mask value. If set, the begin, end and stride is disregarded and</span></div>
+<div class="line"><a name="l01359"></a><span class="lineno"> 1359</span>&#160;<span class="comment">    /// a new 1 dimension is inserted to this location of the output tensor.</span></div>
+<div class="line"><a name="l01360"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9"> 1360</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">m_NewAxisMask</a>;</div>
+<div class="line"><a name="l01361"></a><span class="lineno"> 1361</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01362"></a><span class="lineno"> 1362</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
+<div class="line"><a name="l01363"></a><span class="lineno"><a class="line" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1363</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;</div>
+<div class="line"><a name="l01364"></a><span class="lineno"> 1364</span>&#160;};</div>
+<div class="line"><a name="l01365"></a><span class="lineno"> 1365</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01366"></a><span class="lineno"> 1366</span>&#160;<span class="comment">/// A PreCompiledDescriptor for the PreCompiledLayer.</span></div>
+<div class="line"><a name="l01367"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pre_compiled_descriptor.html"> 1367</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html">PreCompiledDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01368"></a><span class="lineno"> 1368</span>&#160;{</div>
+<div class="line"><a name="l01369"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pre_compiled_descriptor.html#a6be5287e50fca444cd42986e47ab75db"> 1369</a></span>&#160;    <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#a6be5287e50fca444cd42986e47ab75db">PreCompiledDescriptor</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> numInputSlots = 1u, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> numOutputSlots = 1u)</div>
+<div class="line"><a name="l01370"></a><span class="lineno"> 1370</span>&#160;        : <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#aebc22128191c14a59356453600833344">m_NumInputSlots</a>(numInputSlots), <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#a19244e2574820c8ab69b1559d8638a61">m_NumOutputSlots</a>(numOutputSlots)</div>
+<div class="line"><a name="l01371"></a><span class="lineno"> 1371</span>&#160;    {}</div>
+<div class="line"><a name="l01372"></a><span class="lineno"> 1372</span>&#160; </div>
+<div class="line"><a name="l01373"></a><span class="lineno"> 1373</span>&#160;    <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#aeb67c9588f5a9eadc6453e3a4c8889d3">~PreCompiledDescriptor</a>() = <span class="keywordflow">default</span>;</div>
+<div class="line"><a name="l01374"></a><span class="lineno"> 1374</span>&#160; </div>
+<div class="line"><a name="l01375"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pre_compiled_descriptor.html#aebc22128191c14a59356453600833344"> 1375</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#aebc22128191c14a59356453600833344">m_NumInputSlots</a>;</div>
+<div class="line"><a name="l01376"></a><span class="lineno"><a class="line" href="structarmnn_1_1_pre_compiled_descriptor.html#a19244e2574820c8ab69b1559d8638a61"> 1376</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarmnn_1_1_pre_compiled_descriptor.html#a19244e2574820c8ab69b1559d8638a61">m_NumOutputSlots</a>;</div>
+<div class="line"><a name="l01377"></a><span class="lineno"> 1377</span>&#160;};</div>
+<div class="line"><a name="l01378"></a><span class="lineno"> 1378</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01379"></a><span class="lineno"> 1379</span>&#160;<span class="comment">/// A QLstmDescriptor for the QLstmLayer.</span></div>
+<div class="line"><a name="l01380"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html"> 1380</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_q_lstm_descriptor.html">QLstmDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01381"></a><span class="lineno"> 1381</span>&#160;{</div>
+<div class="line"><a name="l01382"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#ad85386aea7d6e684da1ff46fd099962e"> 1382</a></span>&#160;    <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad85386aea7d6e684da1ff46fd099962e">QLstmDescriptor</a>()</div>
+<div class="line"><a name="l01383"></a><span class="lineno"> 1383</span>&#160;            : <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">m_CellClip</a>(0.0)</div>
+<div class="line"><a name="l01384"></a><span class="lineno"> 1384</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">m_ProjectionClip</a>(0.0)</div>
+<div class="line"><a name="l01385"></a><span class="lineno"> 1385</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>(true)</div>
+<div class="line"><a name="l01386"></a><span class="lineno"> 1386</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>(false)</div>
+<div class="line"><a name="l01387"></a><span class="lineno"> 1387</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a>(false)</div>
+<div class="line"><a name="l01388"></a><span class="lineno"> 1388</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>(false)</div>
+<div class="line"><a name="l01389"></a><span class="lineno"> 1389</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>(0.0)</div>
+<div class="line"><a name="l01390"></a><span class="lineno"> 1390</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a>(0.0)</div>
+<div class="line"><a name="l01391"></a><span class="lineno"> 1391</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>(0.0)</div>
+<div class="line"><a name="l01392"></a><span class="lineno"> 1392</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a>(0.0)</div>
+<div class="line"><a name="l01393"></a><span class="lineno"> 1393</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>(0)</div>
+<div class="line"><a name="l01394"></a><span class="lineno"> 1394</span>&#160;            , <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>(0.0)</div>
+<div class="line"><a name="l01395"></a><span class="lineno"> 1395</span>&#160;    {}</div>
+<div class="line"><a name="l01396"></a><span class="lineno"> 1396</span>&#160; </div>
+<div class="line"><a name="l01397"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#aec7ab932e134bb3f0955a80014df3e6e"> 1397</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aec7ab932e134bb3f0955a80014df3e6e">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html">QLstmDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01398"></a><span class="lineno"> 1398</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01399"></a><span class="lineno"> 1399</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">m_CellClip</a>          == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">m_CellClip</a> &amp;&amp;</div>
+<div class="line"><a name="l01400"></a><span class="lineno"> 1400</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">m_ProjectionClip</a>    == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">m_ProjectionClip</a> &amp;&amp;</div>
+<div class="line"><a name="l01401"></a><span class="lineno"> 1401</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>       == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01402"></a><span class="lineno"> 1402</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>   == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01403"></a><span class="lineno"> 1403</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01404"></a><span class="lineno"> 1404</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>  == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01405"></a><span class="lineno"> 1405</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a> &amp;&amp;</div>
+<div class="line"><a name="l01406"></a><span class="lineno"> 1406</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a> &amp;&amp;</div>
+<div class="line"><a name="l01407"></a><span class="lineno"> 1407</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a> &amp;&amp;</div>
+<div class="line"><a name="l01408"></a><span class="lineno"> 1408</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a> &amp;&amp;</div>
+<div class="line"><a name="l01409"></a><span class="lineno"> 1409</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a> &amp;&amp;</div>
+<div class="line"><a name="l01410"></a><span class="lineno"> 1410</span>&#160;               <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a> == rhs.<a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>;</div>
+<div class="line"><a name="l01411"></a><span class="lineno"> 1411</span>&#160;    }</div>
+<div class="line"><a name="l01412"></a><span class="lineno"> 1412</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01413"></a><span class="lineno"> 1413</span>&#160;<span class="comment">    /// Clipping threshold value for the cell state</span></div>
+<div class="line"><a name="l01414"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3"> 1414</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">m_CellClip</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01415"></a><span class="lineno"> 1415</span>&#160;<span class="comment">    /// Clipping threshold value for the projection</span></div>
+<div class="line"><a name="l01416"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61"> 1416</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">m_ProjectionClip</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01417"></a><span class="lineno"> 1417</span>&#160;<span class="comment">    /// Enable/disable CIFG (coupled input &amp; forget gate).</span></div>
+<div class="line"><a name="l01418"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb"> 1418</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">m_CifgEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01419"></a><span class="lineno"> 1419</span>&#160;<span class="comment">    /// Enable/disable peephole</span></div>
+<div class="line"><a name="l01420"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8"> 1420</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">m_PeepholeEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01421"></a><span class="lineno"> 1421</span>&#160;<span class="comment">    /// Enable/disable the projection layer</span></div>
+<div class="line"><a name="l01422"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17"> 1422</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">m_ProjectionEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01423"></a><span class="lineno"> 1423</span>&#160;<span class="comment">    /// Enable/disable layer normalization</span></div>
+<div class="line"><a name="l01424"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780"> 1424</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">m_LayerNormEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01425"></a><span class="lineno"> 1425</span>&#160;<span class="comment">    /// Input intermediate quantization scale</span></div>
+<div class="line"><a name="l01426"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf"> 1426</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">m_InputIntermediateScale</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01427"></a><span class="lineno"> 1427</span>&#160;<span class="comment">    /// Forget intermediate quantization scale</span></div>
+<div class="line"><a name="l01428"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189"> 1428</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">m_ForgetIntermediateScale</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01429"></a><span class="lineno"> 1429</span>&#160;<span class="comment">    /// Cell intermediate quantization scale</span></div>
+<div class="line"><a name="l01430"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b"> 1430</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">m_CellIntermediateScale</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01431"></a><span class="lineno"> 1431</span>&#160;<span class="comment">    /// Output intermediate quantization scale</span></div>
+<div class="line"><a name="l01432"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d"> 1432</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">m_OutputIntermediateScale</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01433"></a><span class="lineno"> 1433</span>&#160;<span class="comment">    /// Hidden State zero point</span></div>
+<div class="line"><a name="l01434"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d"> 1434</a></span>&#160;<span class="comment"></span>    int32_t <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">m_HiddenStateZeroPoint</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01435"></a><span class="lineno"> 1435</span>&#160;<span class="comment">    /// Hidden State quantization scale</span></div>
+<div class="line"><a name="l01436"></a><span class="lineno"><a class="line" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98"> 1436</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">float</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">m_HiddenStateScale</a>;</div>
+<div class="line"><a name="l01437"></a><span class="lineno"> 1437</span>&#160;};</div>
+<div class="line"><a name="l01438"></a><span class="lineno"> 1438</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01439"></a><span class="lineno"> 1439</span>&#160;<span class="comment">/// A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer.</span></div>
+<div class="line"><a name="l01440"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html"> 1440</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html">TransposeConvolution2dDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01441"></a><span class="lineno"> 1441</span>&#160;{</div>
+<div class="line"><a name="l01442"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ad2246752a0ac080cfa2e815c6528acf9"> 1442</a></span>&#160;    <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ad2246752a0ac080cfa2e815c6528acf9">TransposeConvolution2dDescriptor</a>() :</div>
+<div class="line"><a name="l01443"></a><span class="lineno"> 1443</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a>(0),</div>
+<div class="line"><a name="l01444"></a><span class="lineno"> 1444</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a>(0),</div>
+<div class="line"><a name="l01445"></a><span class="lineno"> 1445</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a>(0),</div>
+<div class="line"><a name="l01446"></a><span class="lineno"> 1446</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a>(0),</div>
+<div class="line"><a name="l01447"></a><span class="lineno"> 1447</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a>(0),</div>
+<div class="line"><a name="l01448"></a><span class="lineno"> 1448</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a>(0),</div>
+<div class="line"><a name="l01449"></a><span class="lineno"> 1449</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a>(false),</div>
+<div class="line"><a name="l01450"></a><span class="lineno"> 1450</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">NCHW</a>),</div>
+<div class="line"><a name="l01451"></a><span class="lineno"> 1451</span>&#160;        <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">m_OutputShapeEnabled</a>(false)</div>
+<div class="line"><a name="l01452"></a><span class="lineno"> 1452</span>&#160;    {}</div>
+<div class="line"><a name="l01453"></a><span class="lineno"> 1453</span>&#160; </div>
+<div class="line"><a name="l01454"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aeda9d4e5d384ce5919425df001f49751"> 1454</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aeda9d4e5d384ce5919425df001f49751">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html">TransposeConvolution2dDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01455"></a><span class="lineno"> 1455</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01456"></a><span class="lineno"> 1456</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a>            == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a> &amp;&amp;</div>
+<div class="line"><a name="l01457"></a><span class="lineno"> 1457</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a>           == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a> &amp;&amp;</div>
+<div class="line"><a name="l01458"></a><span class="lineno"> 1458</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a>             == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a> &amp;&amp;</div>
+<div class="line"><a name="l01459"></a><span class="lineno"> 1459</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a>          == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a> &amp;&amp;</div>
+<div class="line"><a name="l01460"></a><span class="lineno"> 1460</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a>            == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a> &amp;&amp;</div>
+<div class="line"><a name="l01461"></a><span class="lineno"> 1461</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a>            == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a> &amp;&amp;</div>
+<div class="line"><a name="l01462"></a><span class="lineno"> 1462</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a>        == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01463"></a><span class="lineno"> 1463</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>         == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> &amp;&amp;</div>
+<div class="line"><a name="l01464"></a><span class="lineno"> 1464</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">m_OutputShapeEnabled</a> == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">m_OutputShapeEnabled</a> &amp;&amp;</div>
+<div class="line"><a name="l01465"></a><span class="lineno"> 1465</span>&#160;               <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203">m_OutputShape</a>        == rhs.<a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203">m_OutputShape</a>;</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;<span class="comment"></span> </div>
-<div class="line"><a name="l01468"></a><span class="lineno"> 1468</span>&#160;<span class="comment">/// A TransposeDescriptor for the TransposeLayer.</span></div>
-<div class="line"><a name="l01469"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_descriptor.html"> 1469</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_transpose_descriptor.html">TransposeDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></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"><a class="line" href="structarmnn_1_1_transpose_descriptor.html#af4d882230882f20ef1500510e5ff4c87"> 1471</a></span>&#160;    <a class="code" href="structarmnn_1_1_transpose_descriptor.html#af4d882230882f20ef1500510e5ff4c87">TransposeDescriptor</a>()</div>
-<div class="line"><a name="l01472"></a><span class="lineno"> 1472</span>&#160;            : <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>{}</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"> 1474</span>&#160; </div>
-<div class="line"><a name="l01475"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_descriptor.html#ae7fbf819ce2bbdbdc55d546dd40a1213"> 1475</a></span>&#160;    <a class="code" href="structarmnn_1_1_transpose_descriptor.html#ae7fbf819ce2bbdbdc55d546dd40a1213">TransposeDescriptor</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_permutation_vector.html">PermutationVector</a>&amp; dimMappings)</div>
-<div class="line"><a name="l01476"></a><span class="lineno"> 1476</span>&#160;            : <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>(dimMappings)</div>
-<div class="line"><a name="l01477"></a><span class="lineno"> 1477</span>&#160;    {}</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="structarmnn_1_1_transpose_descriptor.html#a08d0e3a8b7b074f7c101366f0d431c47"> 1479</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a08d0e3a8b7b074f7c101366f0d431c47">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_transpose_descriptor.html">TransposeDescriptor</a> &amp;rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01480"></a><span class="lineno"> 1480</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01481"></a><span class="lineno"> 1481</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>.<a class="code" href="classarmnn_1_1_permutation_vector.html#aae44e4154aa80fba7616747450ff69d5">IsEqual</a>(rhs.<a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>);</div>
-<div class="line"><a name="l01482"></a><span class="lineno"> 1482</span>&#160;    }</div>
-<div class="line"><a name="l01483"></a><span class="lineno"> 1483</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01484"></a><span class="lineno"> 1484</span>&#160;<span class="comment">    /// @brief Indicates how to translate tensor elements from a given source into the target destination, when</span></div>
-<div class="line"><a name="l01485"></a><span class="lineno"> 1485</span>&#160;<span class="comment">    /// source and target potentially have different memory layouts e.g.</span></div>
-<div class="line"><a name="l01486"></a><span class="lineno"> 1486</span>&#160;<span class="comment">    /// Input Shape        {1, 1, 4, 4}</span></div>
-<div class="line"><a name="l01487"></a><span class="lineno"> 1487</span>&#160;<span class="comment">    /// Permutation Vector {0, 2, 3, 1}</span></div>
-<div class="line"><a name="l01488"></a><span class="lineno"> 1488</span>&#160;<span class="comment">    /// Output Shape       {1, 4, 4, 1}</span></div>
-<div class="line"><a name="l01489"></a><span class="lineno"> 1489</span>&#160;<span class="comment">    /// dim &quot;0&quot; of input goes into index 0 ([ 1, X, X, X])</span></div>
-<div class="line"><a name="l01490"></a><span class="lineno"> 1490</span>&#160;<span class="comment">    /// dim &quot;2&quot; of input goes into index 1 ([ 1, 4, X, X ])</span></div>
-<div class="line"><a name="l01491"></a><span class="lineno"> 1491</span>&#160;<span class="comment">    /// dim &quot;3&quot; of input goes into index 2 ([ 1, 4, 4, X ])</span></div>
-<div class="line"><a name="l01492"></a><span class="lineno"> 1492</span>&#160;<span class="comment">    /// dim &quot;1&quot; of input goes into index 3 ([ 1, 4, 4, 1 ])</span></div>
-<div class="line"><a name="l01493"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f"> 1493</a></span>&#160;<span class="comment"></span>    <a class="code" href="classarmnn_1_1_permutation_vector.html">PermutationVector</a> <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>;</div>
-<div class="line"><a name="l01494"></a><span class="lineno"> 1494</span>&#160;};</div>
-<div class="line"><a name="l01495"></a><span class="lineno"> 1495</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01496"></a><span class="lineno"> 1496</span>&#160;<span class="comment">/// A LogicalBinaryDescriptor for the LogicalBinaryLayer</span></div>
-<div class="line"><a name="l01497"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html"> 1497</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_logical_binary_descriptor.html">LogicalBinaryDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01498"></a><span class="lineno"> 1498</span>&#160;{</div>
-<div class="line"><a name="l01499"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html#a51f5857f7037128a859546af624c1fe4"> 1499</a></span>&#160;    <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a51f5857f7037128a859546af624c1fe4">LogicalBinaryDescriptor</a>()</div>
-<div class="line"><a name="l01500"></a><span class="lineno"> 1500</span>&#160;        : <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html">LogicalBinaryDescriptor</a>(<a class="code" href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379e">LogicalBinaryOperation</a>::<a class="code" href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379ea103aa83df42877d5f9baeafdbf620b55">LogicalAnd</a>)</div>
-<div class="line"><a name="l01501"></a><span class="lineno"> 1501</span>&#160;    {}</div>
-<div class="line"><a name="l01502"></a><span class="lineno"> 1502</span>&#160; </div>
-<div class="line"><a name="l01503"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html#a31b09a0610040e8609c945c5adfaaee2"> 1503</a></span>&#160;    <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a31b09a0610040e8609c945c5adfaaee2">LogicalBinaryDescriptor</a>(<a class="code" href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379e">LogicalBinaryOperation</a> operation)</div>
-<div class="line"><a name="l01504"></a><span class="lineno"> 1504</span>&#160;        : <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">m_Operation</a>(operation)</div>
-<div class="line"><a name="l01505"></a><span class="lineno"> 1505</span>&#160;    {}</div>
-<div class="line"><a name="l01506"></a><span class="lineno"> 1506</span>&#160; </div>
-<div class="line"><a name="l01507"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html#a3df6ab97c762dabddea5ca5d930e10fd"> 1507</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a3df6ab97c762dabddea5ca5d930e10fd">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html">LogicalBinaryDescriptor</a> &amp;rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01508"></a><span class="lineno"> 1508</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01509"></a><span class="lineno"> 1509</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">m_Operation</a> == rhs.<a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">m_Operation</a>;</div>
-<div class="line"><a name="l01510"></a><span class="lineno"> 1510</span>&#160;    }</div>
-<div class="line"><a name="l01511"></a><span class="lineno"> 1511</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01512"></a><span class="lineno"> 1512</span>&#160;<span class="comment">    /// Specifies the logical operation to execute</span></div>
-<div class="line"><a name="l01513"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0"> 1513</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379e">LogicalBinaryOperation</a> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">m_Operation</a>;</div>
-<div class="line"><a name="l01514"></a><span class="lineno"> 1514</span>&#160;};</div>
-<div class="line"><a name="l01515"></a><span class="lineno"> 1515</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01516"></a><span class="lineno"> 1516</span>&#160;<span class="comment">/// A ReduceDescriptor for the REDUCE operators.</span></div>
-<div class="line"><a name="l01517"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html"> 1517</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_reduce_descriptor.html">ReduceDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01518"></a><span class="lineno"> 1518</span>&#160;{</div>
-<div class="line"><a name="l01519"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#a0b39804ec2fae491cb0b4fcaba681e4c"> 1519</a></span>&#160;    <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a0b39804ec2fae491cb0b4fcaba681e4c">ReduceDescriptor</a>()</div>
-<div class="line"><a name="l01520"></a><span class="lineno"> 1520</span>&#160;        : <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>(false)</div>
-<div class="line"><a name="l01521"></a><span class="lineno"> 1521</span>&#160;        , <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">m_vAxis</a>()</div>
-<div class="line"><a name="l01522"></a><span class="lineno"> 1522</span>&#160;        , <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">m_ReduceOperation</a>(<a class="code" href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0">ReduceOperation</a>::<a class="code" href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0aa0ec87054b5e5b7847d0d8780a01a3d5">Sum</a>)</div>
-<div class="line"><a name="l01523"></a><span class="lineno"> 1523</span>&#160;    {}</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"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#a6589f55be8e5469d44f67b1887fbc2ad"> 1525</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a6589f55be8e5469d44f67b1887fbc2ad">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.html">ReduceDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01526"></a><span class="lineno"> 1526</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01527"></a><span class="lineno"> 1527</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>             == rhs.<a class="code" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a> &amp;&amp;</div>
-<div class="line"><a name="l01528"></a><span class="lineno"> 1528</span>&#160;               <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">m_vAxis</a>                == rhs.<a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">m_vAxis</a> &amp;&amp;</div>
-<div class="line"><a name="l01529"></a><span class="lineno"> 1529</span>&#160;               <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">m_ReduceOperation</a>      == rhs.<a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">m_ReduceOperation</a>;</div>
-<div class="line"><a name="l01530"></a><span class="lineno"> 1530</span>&#160;    }</div>
-<div class="line"><a name="l01531"></a><span class="lineno"> 1531</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01532"></a><span class="lineno"> 1532</span>&#160;<span class="comment">    /// if true then output shape has no change.</span></div>
-<div class="line"><a name="l01533"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9"> 1533</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01534"></a><span class="lineno"> 1534</span>&#160;<span class="comment">    /// The indices of the dimensions to reduce.</span></div>
-<div class="line"><a name="l01535"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59"> 1535</a></span>&#160;<span class="comment"></span>    std::vector&lt;uint32_t&gt; <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">m_vAxis</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01536"></a><span class="lineno"> 1536</span>&#160;<span class="comment">    /// Specifies the reduction operation to execute</span></div>
-<div class="line"><a name="l01537"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f"> 1537</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0">ReduceOperation</a> <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">m_ReduceOperation</a>;</div>
-<div class="line"><a name="l01538"></a><span class="lineno"> 1538</span>&#160;};</div>
-<div class="line"><a name="l01539"></a><span class="lineno"> 1539</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01540"></a><span class="lineno"> 1540</span>&#160;<span class="comment">/// A ChannelShuffleDescriptor for the ChannelShuffle operator</span></div>
-<div class="line"><a name="l01541"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html"> 1541</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html">ChannelShuffleDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01542"></a><span class="lineno"> 1542</span>&#160;{</div>
-<div class="line"><a name="l01543"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#a9a9b91f345b141a62e984fe1a1ab0f8b"> 1543</a></span>&#160;    <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a9a9b91f345b141a62e984fe1a1ab0f8b">ChannelShuffleDescriptor</a>()</div>
-<div class="line"><a name="l01544"></a><span class="lineno"> 1544</span>&#160;        : <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a>(0), <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>(0)</div>
-<div class="line"><a name="l01545"></a><span class="lineno"> 1545</span>&#160;    {}</div>
-<div class="line"><a name="l01546"></a><span class="lineno"> 1546</span>&#160; </div>
-<div class="line"><a name="l01547"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#a3613459765b8bc457405eb2708a4795f"> 1547</a></span>&#160;    <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a3613459765b8bc457405eb2708a4795f">ChannelShuffleDescriptor</a>(<span class="keyword">const</span> uint32_t&amp; numGroups, <span class="keyword">const</span> uint32_t&amp; axis)</div>
-<div class="line"><a name="l01548"></a><span class="lineno"> 1548</span>&#160;        : <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a>(numGroups), <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>(axis)</div>
-<div class="line"><a name="l01549"></a><span class="lineno"> 1549</span>&#160;    {}</div>
-<div class="line"><a name="l01550"></a><span class="lineno"> 1550</span>&#160; </div>
-<div class="line"><a name="l01551"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#a45332cf8abcf3109214ebe53869b87b6"> 1551</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a45332cf8abcf3109214ebe53869b87b6">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html">ChannelShuffleDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01552"></a><span class="lineno"> 1552</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01553"></a><span class="lineno"> 1553</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a> == rhs.<a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a>;</div>
-<div class="line"><a name="l01554"></a><span class="lineno"> 1554</span>&#160;    }</div>
-<div class="line"><a name="l01555"></a><span class="lineno"> 1555</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01556"></a><span class="lineno"> 1556</span>&#160;<span class="comment">    /// Number of groups for the channel shuffle operation</span></div>
-<div class="line"><a name="l01557"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf"> 1557</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a>;<span class="comment"></span></div>
-<div class="line"><a name="l01558"></a><span class="lineno"> 1558</span>&#160;<span class="comment">    /// Axis to apply channel shuffle operation on</span></div>
-<div class="line"><a name="l01559"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2"> 1559</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>;</div>
-<div class="line"><a name="l01560"></a><span class="lineno"> 1560</span>&#160;};</div>
-<div class="line"><a name="l01561"></a><span class="lineno"> 1561</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01562"></a><span class="lineno"> 1562</span>&#160;<span class="comment">/// A BatchMatMulDescriptor for the BatchMatMul operator</span></div>
-<div class="line"><a name="l01563"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html"> 1563</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html">BatchMatMulDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01564"></a><span class="lineno"> 1564</span>&#160;{</div>
-<div class="line"><a name="l01565"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#afeaf71922a51fe85cd5a159381dd8b13"> 1565</a></span>&#160;    <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#afeaf71922a51fe85cd5a159381dd8b13">BatchMatMulDescriptor</a>(<span class="keywordtype">bool</span> transposeX = <span class="keyword">false</span>,</div>
-<div class="line"><a name="l01566"></a><span class="lineno"> 1566</span>&#160;                          <span class="keywordtype">bool</span> transposeY = <span class="keyword">false</span>,</div>
-<div class="line"><a name="l01567"></a><span class="lineno"> 1567</span>&#160;                          <span class="keywordtype">bool</span> adjointX = <span class="keyword">false</span>,</div>
-<div class="line"><a name="l01568"></a><span class="lineno"> 1568</span>&#160;                          <span class="keywordtype">bool</span> adjointY = <span class="keyword">false</span>,</div>
-<div class="line"><a name="l01569"></a><span class="lineno"> 1569</span>&#160;                          <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayoutX = <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>,</div>
-<div class="line"><a name="l01570"></a><span class="lineno"> 1570</span>&#160;                          <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayoutY = <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div>
-<div class="line"><a name="l01571"></a><span class="lineno"> 1571</span>&#160;        : <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">m_TransposeX</a>(transposeX)</div>
-<div class="line"><a name="l01572"></a><span class="lineno"> 1572</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">m_TransposeY</a>(transposeY)</div>
-<div class="line"><a name="l01573"></a><span class="lineno"> 1573</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">m_AdjointX</a>(adjointX)</div>
-<div class="line"><a name="l01574"></a><span class="lineno"> 1574</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">m_AdjointY</a>(adjointY)</div>
-<div class="line"><a name="l01575"></a><span class="lineno"> 1575</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">m_DataLayoutX</a>(dataLayoutX)</div>
-<div class="line"><a name="l01576"></a><span class="lineno"> 1576</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">m_DataLayoutY</a>(dataLayoutY)</div>
-<div class="line"><a name="l01577"></a><span class="lineno"> 1577</span>&#160;    {}</div>
-<div class="line"><a name="l01578"></a><span class="lineno"> 1578</span>&#160; </div>
-<div class="line"><a name="l01579"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a5c02af4929fee7377b0c8e0410044582"> 1579</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a5c02af4929fee7377b0c8e0410044582">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html">BatchMatMulDescriptor</a> &amp;rhs)<span class="keyword">  const</span></div>
-<div class="line"><a name="l01580"></a><span class="lineno"> 1580</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01581"></a><span class="lineno"> 1581</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">m_TransposeX</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">m_TransposeX</a> &amp;&amp;</div>
-<div class="line"><a name="l01582"></a><span class="lineno"> 1582</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">m_TransposeY</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">m_TransposeY</a> &amp;&amp;</div>
-<div class="line"><a name="l01583"></a><span class="lineno"> 1583</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">m_AdjointX</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">m_AdjointX</a> &amp;&amp;</div>
-<div class="line"><a name="l01584"></a><span class="lineno"> 1584</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">m_AdjointY</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">m_AdjointY</a> &amp;&amp;</div>
-<div class="line"><a name="l01585"></a><span class="lineno"> 1585</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">m_DataLayoutX</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">m_DataLayoutX</a> &amp;&amp;</div>
-<div class="line"><a name="l01586"></a><span class="lineno"> 1586</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">m_DataLayoutY</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">m_DataLayoutY</a>;</div>
-<div class="line"><a name="l01587"></a><span class="lineno"> 1587</span>&#160;    }</div>
-<div class="line"><a name="l01588"></a><span class="lineno"> 1588</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01589"></a><span class="lineno"> 1589</span>&#160;<span class="comment">    /// Transpose the slices of each input tensor</span></div>
-<div class="line"><a name="l01590"></a><span class="lineno"> 1590</span>&#160;<span class="comment">    /// Transpose and Adjoint can not both be set to true for the same tensor at the same time</span></div>
-<div class="line"><a name="l01591"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0"> 1591</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">m_TransposeX</a>;</div>
-<div class="line"><a name="l01592"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c"> 1592</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">m_TransposeY</a>;</div>
-<div class="line"><a name="l01593"></a><span class="lineno"> 1593</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01594"></a><span class="lineno"> 1594</span>&#160;<span class="comment">    /// Adjoint the slices of each input tensor</span></div>
-<div class="line"><a name="l01595"></a><span class="lineno"> 1595</span>&#160;<span class="comment">    /// Transpose and Adjoint can not both be set to true for the same tensor at the same time</span></div>
-<div class="line"><a name="l01596"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525"> 1596</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">m_AdjointX</a>;</div>
-<div class="line"><a name="l01597"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b"> 1597</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">m_AdjointY</a>;</div>
-<div class="line"><a name="l01598"></a><span class="lineno"> 1598</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01599"></a><span class="lineno"> 1599</span>&#160;<span class="comment">    /// Data layout of each input tensor, such as NHWC/NDHWC (leave as default for arbitrary layout)</span></div>
-<div class="line"><a name="l01600"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d"> 1600</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">m_DataLayoutX</a>;</div>
-<div class="line"><a name="l01601"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843"> 1601</a></span>&#160;    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">m_DataLayoutY</a>;</div>
-<div class="line"><a name="l01602"></a><span class="lineno"> 1602</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01603"></a><span class="lineno"> 1603</span>&#160;<span class="comment">    /// Static helper to get the two axes (for each input) for multiplication</span></div>
-<div class="line"><a name="l01604"></a><span class="lineno"> 1604</span>&#160;<span class="comment"></span>    <span class="keyword">static</span> std::pair&lt;unsigned int, unsigned int&gt; <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a58a8b597d58396266e06dd2c415154a2">GetAxesToMul</a>(</div>
-<div class="line"><a name="l01605"></a><span class="lineno"> 1605</span>&#160;        <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayout,</div>
-<div class="line"><a name="l01606"></a><span class="lineno"> 1606</span>&#160;        <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; tensorShape);</div>
-<div class="line"><a name="l01607"></a><span class="lineno"> 1607</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01608"></a><span class="lineno"> 1608</span>&#160;<span class="comment">    /// Static helper to get the axes (for each input) that will not be multiplied together</span></div>
-<div class="line"><a name="l01609"></a><span class="lineno"> 1609</span>&#160;<span class="comment"></span>    <span class="keyword">static</span> std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a991faafc762a50c3aa7a756117378cc1">GetAxesNotMul</a>(</div>
-<div class="line"><a name="l01610"></a><span class="lineno"> 1610</span>&#160;        <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayout,</div>
-<div class="line"><a name="l01611"></a><span class="lineno"> 1611</span>&#160;        <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; tensorShape);</div>
-<div class="line"><a name="l01612"></a><span class="lineno"> 1612</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01613"></a><span class="lineno"> 1613</span>&#160;<span class="comment">    /// Static helper to get the axes which will be transposed</span></div>
-<div class="line"><a name="l01614"></a><span class="lineno"> 1614</span>&#160;<span class="comment"></span>    <span class="keyword">static</span> <a class="code" href="classarmnn_1_1_permutation_vector.html">PermutationVector</a> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a85e74c2aeaf6fc124e9582329a82d72b">GetPermuteVec</a>(</div>
-<div class="line"><a name="l01615"></a><span class="lineno"> 1615</span>&#160;        <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayout,</div>
-<div class="line"><a name="l01616"></a><span class="lineno"> 1616</span>&#160;        <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; tensorShape);</div>
-<div class="line"><a name="l01617"></a><span class="lineno"> 1617</span>&#160;};</div>
-<div class="line"><a name="l01618"></a><span class="lineno"> 1618</span>&#160; </div>
-<div class="line"><a name="l01619"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html"> 1619</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarmnn_1_1_tile_descriptor.html">TileDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
-<div class="line"><a name="l01620"></a><span class="lineno"> 1620</span>&#160;{</div>
-<div class="line"><a name="l01621"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html#ac50b61e053192c8d40d1f4aa1d6f6663"> 1621</a></span>&#160;    <a class="code" href="structarmnn_1_1_tile_descriptor.html#ac50b61e053192c8d40d1f4aa1d6f6663">TileDescriptor</a>()</div>
-<div class="line"><a name="l01622"></a><span class="lineno"> 1622</span>&#160;        : <a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</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; </div>
-<div class="line"><a name="l01625"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html#aea3531289053bee43ddc7c7941982864"> 1625</a></span>&#160;    <span class="keyword">explicit</span> <a class="code" href="structarmnn_1_1_tile_descriptor.html#aea3531289053bee43ddc7c7941982864">TileDescriptor</a>(std::vector&lt;uint32_t&gt; multiples)</div>
-<div class="line"><a name="l01626"></a><span class="lineno"> 1626</span>&#160;        : <a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a>(<a class="code" href="namespacestd.html">std</a>::move(multiples))</div>
-<div class="line"><a name="l01627"></a><span class="lineno"> 1627</span>&#160;    {}</div>
-<div class="line"><a name="l01628"></a><span class="lineno"> 1628</span>&#160; </div>
-<div class="line"><a name="l01629"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html#a7f5372564b62af034ef61bd846fdd0de"> 1629</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_tile_descriptor.html#a7f5372564b62af034ef61bd846fdd0de">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_tile_descriptor.html">TileDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
-<div class="line"><a name="l01630"></a><span class="lineno"> 1630</span>&#160;<span class="keyword">    </span>{</div>
-<div class="line"><a name="l01631"></a><span class="lineno"> 1631</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a> == rhs.<a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a>;</div>
-<div class="line"><a name="l01632"></a><span class="lineno"> 1632</span>&#160;    }</div>
+<div class="line"><a name="l01468"></a><span class="lineno"> 1468</span>&#160;<span class="comment">    /// Padding left value in the width dimension.</span></div>
+<div class="line"><a name="l01469"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600"> 1469</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01470"></a><span class="lineno"> 1470</span>&#160;<span class="comment">    /// Padding right value in the width dimension.</span></div>
+<div class="line"><a name="l01471"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7"> 1471</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01472"></a><span class="lineno"> 1472</span>&#160;<span class="comment">    /// Padding top value in the height dimension.</span></div>
+<div class="line"><a name="l01473"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046"> 1473</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01474"></a><span class="lineno"> 1474</span>&#160;<span class="comment">    /// Padding bottom value in the height dimension.</span></div>
+<div class="line"><a name="l01475"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618"> 1475</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01476"></a><span class="lineno"> 1476</span>&#160;<span class="comment">    /// Stride value when proceeding through input for the width dimension.</span></div>
+<div class="line"><a name="l01477"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda"> 1477</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01478"></a><span class="lineno"> 1478</span>&#160;<span class="comment">    /// Stride value when proceeding through input for the height dimension.</span></div>
+<div class="line"><a name="l01479"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8"> 1479</a></span>&#160;<span class="comment"></span>    uint32_t                  <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01480"></a><span class="lineno"> 1480</span>&#160;<span class="comment">    /// Enable/disable bias.</span></div>
+<div class="line"><a name="l01481"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25"> 1481</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span>                      <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01482"></a><span class="lineno"> 1482</span>&#160;<span class="comment">    /// The data layout to be used (NCHW, NHWC).</span></div>
+<div class="line"><a name="l01483"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a"> 1483</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>                <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01484"></a><span class="lineno"> 1484</span>&#160;<span class="comment">    /// Output shape if it has been specified.</span></div>
+<div class="line"><a name="l01485"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a"> 1485</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span>                      <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">m_OutputShapeEnabled</a>;</div>
+<div class="line"><a name="l01486"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203"> 1486</a></span>&#160;    std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203">m_OutputShape</a>;</div>
+<div class="line"><a name="l01487"></a><span class="lineno"> 1487</span>&#160;};</div>
+<div class="line"><a name="l01488"></a><span class="lineno"> 1488</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01489"></a><span class="lineno"> 1489</span>&#160;<span class="comment">/// A TransposeDescriptor for the TransposeLayer.</span></div>
+<div class="line"><a name="l01490"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_descriptor.html"> 1490</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_transpose_descriptor.html">TransposeDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01491"></a><span class="lineno"> 1491</span>&#160;{</div>
+<div class="line"><a name="l01492"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_descriptor.html#af4d882230882f20ef1500510e5ff4c87"> 1492</a></span>&#160;    <a class="code" href="structarmnn_1_1_transpose_descriptor.html#af4d882230882f20ef1500510e5ff4c87">TransposeDescriptor</a>()</div>
+<div class="line"><a name="l01493"></a><span class="lineno"> 1493</span>&#160;            : <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>{}</div>
+<div class="line"><a name="l01494"></a><span class="lineno"> 1494</span>&#160;    {}</div>
+<div class="line"><a name="l01495"></a><span class="lineno"> 1495</span>&#160; </div>
+<div class="line"><a name="l01496"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_descriptor.html#ae7fbf819ce2bbdbdc55d546dd40a1213"> 1496</a></span>&#160;    <a class="code" href="structarmnn_1_1_transpose_descriptor.html#ae7fbf819ce2bbdbdc55d546dd40a1213">TransposeDescriptor</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_permutation_vector.html">PermutationVector</a>&amp; dimMappings)</div>
+<div class="line"><a name="l01497"></a><span class="lineno"> 1497</span>&#160;            : <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>(dimMappings)</div>
+<div class="line"><a name="l01498"></a><span class="lineno"> 1498</span>&#160;    {}</div>
+<div class="line"><a name="l01499"></a><span class="lineno"> 1499</span>&#160; </div>
+<div class="line"><a name="l01500"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_descriptor.html#a08d0e3a8b7b074f7c101366f0d431c47"> 1500</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a08d0e3a8b7b074f7c101366f0d431c47">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_transpose_descriptor.html">TransposeDescriptor</a> &amp;rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01501"></a><span class="lineno"> 1501</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01502"></a><span class="lineno"> 1502</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>.<a class="code" href="classarmnn_1_1_permutation_vector.html#aae44e4154aa80fba7616747450ff69d5">IsEqual</a>(rhs.<a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>);</div>
+<div class="line"><a name="l01503"></a><span class="lineno"> 1503</span>&#160;    }</div>
+<div class="line"><a name="l01504"></a><span class="lineno"> 1504</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01505"></a><span class="lineno"> 1505</span>&#160;<span class="comment">    /// @brief Indicates how to translate tensor elements from a given source into the target destination, when</span></div>
+<div class="line"><a name="l01506"></a><span class="lineno"> 1506</span>&#160;<span class="comment">    /// source and target potentially have different memory layouts e.g.</span></div>
+<div class="line"><a name="l01507"></a><span class="lineno"> 1507</span>&#160;<span class="comment">    /// Input Shape        {1, 1, 4, 4}</span></div>
+<div class="line"><a name="l01508"></a><span class="lineno"> 1508</span>&#160;<span class="comment">    /// Permutation Vector {0, 2, 3, 1}</span></div>
+<div class="line"><a name="l01509"></a><span class="lineno"> 1509</span>&#160;<span class="comment">    /// Output Shape       {1, 4, 4, 1}</span></div>
+<div class="line"><a name="l01510"></a><span class="lineno"> 1510</span>&#160;<span class="comment">    /// dim &quot;0&quot; of input goes into index 0 ([ 1, X, X, X])</span></div>
+<div class="line"><a name="l01511"></a><span class="lineno"> 1511</span>&#160;<span class="comment">    /// dim &quot;2&quot; of input goes into index 1 ([ 1, 4, X, X ])</span></div>
+<div class="line"><a name="l01512"></a><span class="lineno"> 1512</span>&#160;<span class="comment">    /// dim &quot;3&quot; of input goes into index 2 ([ 1, 4, 4, X ])</span></div>
+<div class="line"><a name="l01513"></a><span class="lineno"> 1513</span>&#160;<span class="comment">    /// dim &quot;1&quot; of input goes into index 3 ([ 1, 4, 4, 1 ])</span></div>
+<div class="line"><a name="l01514"></a><span class="lineno"><a class="line" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f"> 1514</a></span>&#160;<span class="comment"></span>    <a class="code" href="classarmnn_1_1_permutation_vector.html">PermutationVector</a> <a class="code" href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">m_DimMappings</a>;</div>
+<div class="line"><a name="l01515"></a><span class="lineno"> 1515</span>&#160;};</div>
+<div class="line"><a name="l01516"></a><span class="lineno"> 1516</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01517"></a><span class="lineno"> 1517</span>&#160;<span class="comment">/// A LogicalBinaryDescriptor for the LogicalBinaryLayer</span></div>
+<div class="line"><a name="l01518"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html"> 1518</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_logical_binary_descriptor.html">LogicalBinaryDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</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"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html#a51f5857f7037128a859546af624c1fe4"> 1520</a></span>&#160;    <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a51f5857f7037128a859546af624c1fe4">LogicalBinaryDescriptor</a>()</div>
+<div class="line"><a name="l01521"></a><span class="lineno"> 1521</span>&#160;        : <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html">LogicalBinaryDescriptor</a>(<a class="code" href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379e">LogicalBinaryOperation</a>::<a class="code" href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379ea103aa83df42877d5f9baeafdbf620b55">LogicalAnd</a>)</div>
+<div class="line"><a name="l01522"></a><span class="lineno"> 1522</span>&#160;    {}</div>
+<div class="line"><a name="l01523"></a><span class="lineno"> 1523</span>&#160; </div>
+<div class="line"><a name="l01524"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html#a31b09a0610040e8609c945c5adfaaee2"> 1524</a></span>&#160;    <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a31b09a0610040e8609c945c5adfaaee2">LogicalBinaryDescriptor</a>(<a class="code" href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379e">LogicalBinaryOperation</a> operation)</div>
+<div class="line"><a name="l01525"></a><span class="lineno"> 1525</span>&#160;        : <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">m_Operation</a>(operation)</div>
+<div class="line"><a name="l01526"></a><span class="lineno"> 1526</span>&#160;    {}</div>
+<div class="line"><a name="l01527"></a><span class="lineno"> 1527</span>&#160; </div>
+<div class="line"><a name="l01528"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html#a3df6ab97c762dabddea5ca5d930e10fd"> 1528</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a3df6ab97c762dabddea5ca5d930e10fd">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html">LogicalBinaryDescriptor</a> &amp;rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01529"></a><span class="lineno"> 1529</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01530"></a><span class="lineno"> 1530</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">m_Operation</a> == rhs.<a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">m_Operation</a>;</div>
+<div class="line"><a name="l01531"></a><span class="lineno"> 1531</span>&#160;    }</div>
+<div class="line"><a name="l01532"></a><span class="lineno"> 1532</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01533"></a><span class="lineno"> 1533</span>&#160;<span class="comment">    /// Specifies the logical operation to execute</span></div>
+<div class="line"><a name="l01534"></a><span class="lineno"><a class="line" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0"> 1534</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379e">LogicalBinaryOperation</a> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">m_Operation</a>;</div>
+<div class="line"><a name="l01535"></a><span class="lineno"> 1535</span>&#160;};</div>
+<div class="line"><a name="l01536"></a><span class="lineno"> 1536</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01537"></a><span class="lineno"> 1537</span>&#160;<span class="comment">/// A ReduceDescriptor for the REDUCE operators.</span></div>
+<div class="line"><a name="l01538"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html"> 1538</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_reduce_descriptor.html">ReduceDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01539"></a><span class="lineno"> 1539</span>&#160;{</div>
+<div class="line"><a name="l01540"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#a0b39804ec2fae491cb0b4fcaba681e4c"> 1540</a></span>&#160;    <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a0b39804ec2fae491cb0b4fcaba681e4c">ReduceDescriptor</a>()</div>
+<div class="line"><a name="l01541"></a><span class="lineno"> 1541</span>&#160;        : <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>(false)</div>
+<div class="line"><a name="l01542"></a><span class="lineno"> 1542</span>&#160;        , <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">m_vAxis</a>()</div>
+<div class="line"><a name="l01543"></a><span class="lineno"> 1543</span>&#160;        , <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">m_ReduceOperation</a>(<a class="code" href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0">ReduceOperation</a>::<a class="code" href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0aa0ec87054b5e5b7847d0d8780a01a3d5">Sum</a>)</div>
+<div class="line"><a name="l01544"></a><span class="lineno"> 1544</span>&#160;    {}</div>
+<div class="line"><a name="l01545"></a><span class="lineno"> 1545</span>&#160; </div>
+<div class="line"><a name="l01546"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#a6589f55be8e5469d44f67b1887fbc2ad"> 1546</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a6589f55be8e5469d44f67b1887fbc2ad">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.html">ReduceDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01547"></a><span class="lineno"> 1547</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01548"></a><span class="lineno"> 1548</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>             == rhs.<a class="code" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a> &amp;&amp;</div>
+<div class="line"><a name="l01549"></a><span class="lineno"> 1549</span>&#160;               <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">m_vAxis</a>                == rhs.<a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">m_vAxis</a> &amp;&amp;</div>
+<div class="line"><a name="l01550"></a><span class="lineno"> 1550</span>&#160;               <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">m_ReduceOperation</a>      == rhs.<a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">m_ReduceOperation</a>;</div>
+<div class="line"><a name="l01551"></a><span class="lineno"> 1551</span>&#160;    }</div>
+<div class="line"><a name="l01552"></a><span class="lineno"> 1552</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01553"></a><span class="lineno"> 1553</span>&#160;<span class="comment">    /// if true then output shape has no change.</span></div>
+<div class="line"><a name="l01554"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9"> 1554</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">m_KeepDims</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01555"></a><span class="lineno"> 1555</span>&#160;<span class="comment">    /// The indices of the dimensions to reduce.</span></div>
+<div class="line"><a name="l01556"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59"> 1556</a></span>&#160;<span class="comment"></span>    std::vector&lt;uint32_t&gt; <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">m_vAxis</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01557"></a><span class="lineno"> 1557</span>&#160;<span class="comment">    /// Specifies the reduction operation to execute</span></div>
+<div class="line"><a name="l01558"></a><span class="lineno"><a class="line" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f"> 1558</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0">ReduceOperation</a> <a class="code" href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">m_ReduceOperation</a>;</div>
+<div class="line"><a name="l01559"></a><span class="lineno"> 1559</span>&#160;};</div>
+<div class="line"><a name="l01560"></a><span class="lineno"> 1560</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01561"></a><span class="lineno"> 1561</span>&#160;<span class="comment">/// A ChannelShuffleDescriptor for the ChannelShuffle operator</span></div>
+<div class="line"><a name="l01562"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html"> 1562</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html">ChannelShuffleDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01563"></a><span class="lineno"> 1563</span>&#160;{</div>
+<div class="line"><a name="l01564"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#a9a9b91f345b141a62e984fe1a1ab0f8b"> 1564</a></span>&#160;    <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a9a9b91f345b141a62e984fe1a1ab0f8b">ChannelShuffleDescriptor</a>()</div>
+<div class="line"><a name="l01565"></a><span class="lineno"> 1565</span>&#160;        : <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a>(0), <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>(0)</div>
+<div class="line"><a name="l01566"></a><span class="lineno"> 1566</span>&#160;    {}</div>
+<div class="line"><a name="l01567"></a><span class="lineno"> 1567</span>&#160; </div>
+<div class="line"><a name="l01568"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#a3613459765b8bc457405eb2708a4795f"> 1568</a></span>&#160;    <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a3613459765b8bc457405eb2708a4795f">ChannelShuffleDescriptor</a>(<span class="keyword">const</span> uint32_t&amp; numGroups, <span class="keyword">const</span> uint32_t&amp; axis)</div>
+<div class="line"><a name="l01569"></a><span class="lineno"> 1569</span>&#160;        : <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a>(numGroups), <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>(axis)</div>
+<div class="line"><a name="l01570"></a><span class="lineno"> 1570</span>&#160;    {}</div>
+<div class="line"><a name="l01571"></a><span class="lineno"> 1571</span>&#160; </div>
+<div class="line"><a name="l01572"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#a45332cf8abcf3109214ebe53869b87b6"> 1572</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a45332cf8abcf3109214ebe53869b87b6">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html">ChannelShuffleDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01573"></a><span class="lineno"> 1573</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01574"></a><span class="lineno"> 1574</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a> == rhs.<a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a>;</div>
+<div class="line"><a name="l01575"></a><span class="lineno"> 1575</span>&#160;    }</div>
+<div class="line"><a name="l01576"></a><span class="lineno"> 1576</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01577"></a><span class="lineno"> 1577</span>&#160;<span class="comment">    /// Number of groups for the channel shuffle operation</span></div>
+<div class="line"><a name="l01578"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf"> 1578</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">m_NumGroups</a>;<span class="comment"></span></div>
+<div class="line"><a name="l01579"></a><span class="lineno"> 1579</span>&#160;<span class="comment">    /// Axis to apply channel shuffle operation on</span></div>
+<div class="line"><a name="l01580"></a><span class="lineno"><a class="line" href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2"> 1580</a></span>&#160;<span class="comment"></span>    uint32_t <a class="code" href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">m_Axis</a>;</div>
+<div class="line"><a name="l01581"></a><span class="lineno"> 1581</span>&#160;};</div>
+<div class="line"><a name="l01582"></a><span class="lineno"> 1582</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01583"></a><span class="lineno"> 1583</span>&#160;<span class="comment">/// A BatchMatMulDescriptor for the BatchMatMul operator</span></div>
+<div class="line"><a name="l01584"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html"> 1584</a></span>&#160;<span class="comment"></span><span class="keyword">struct </span><a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html">BatchMatMulDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01585"></a><span class="lineno"> 1585</span>&#160;{</div>
+<div class="line"><a name="l01586"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#afeaf71922a51fe85cd5a159381dd8b13"> 1586</a></span>&#160;    <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#afeaf71922a51fe85cd5a159381dd8b13">BatchMatMulDescriptor</a>(<span class="keywordtype">bool</span> transposeX = <span class="keyword">false</span>,</div>
+<div class="line"><a name="l01587"></a><span class="lineno"> 1587</span>&#160;                          <span class="keywordtype">bool</span> transposeY = <span class="keyword">false</span>,</div>
+<div class="line"><a name="l01588"></a><span class="lineno"> 1588</span>&#160;                          <span class="keywordtype">bool</span> adjointX = <span class="keyword">false</span>,</div>
+<div class="line"><a name="l01589"></a><span class="lineno"> 1589</span>&#160;                          <span class="keywordtype">bool</span> adjointY = <span class="keyword">false</span>,</div>
+<div class="line"><a name="l01590"></a><span class="lineno"> 1590</span>&#160;                          <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayoutX = <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>,</div>
+<div class="line"><a name="l01591"></a><span class="lineno"> 1591</span>&#160;                          <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayoutY = <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div>
+<div class="line"><a name="l01592"></a><span class="lineno"> 1592</span>&#160;        : <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">m_TransposeX</a>(transposeX)</div>
+<div class="line"><a name="l01593"></a><span class="lineno"> 1593</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">m_TransposeY</a>(transposeY)</div>
+<div class="line"><a name="l01594"></a><span class="lineno"> 1594</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">m_AdjointX</a>(adjointX)</div>
+<div class="line"><a name="l01595"></a><span class="lineno"> 1595</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">m_AdjointY</a>(adjointY)</div>
+<div class="line"><a name="l01596"></a><span class="lineno"> 1596</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">m_DataLayoutX</a>(dataLayoutX)</div>
+<div class="line"><a name="l01597"></a><span class="lineno"> 1597</span>&#160;        , <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">m_DataLayoutY</a>(dataLayoutY)</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; </div>
+<div class="line"><a name="l01600"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a5c02af4929fee7377b0c8e0410044582"> 1600</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a5c02af4929fee7377b0c8e0410044582">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html">BatchMatMulDescriptor</a> &amp;rhs)<span class="keyword">  const</span></div>
+<div class="line"><a name="l01601"></a><span class="lineno"> 1601</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01602"></a><span class="lineno"> 1602</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">m_TransposeX</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">m_TransposeX</a> &amp;&amp;</div>
+<div class="line"><a name="l01603"></a><span class="lineno"> 1603</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">m_TransposeY</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">m_TransposeY</a> &amp;&amp;</div>
+<div class="line"><a name="l01604"></a><span class="lineno"> 1604</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">m_AdjointX</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">m_AdjointX</a> &amp;&amp;</div>
+<div class="line"><a name="l01605"></a><span class="lineno"> 1605</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">m_AdjointY</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">m_AdjointY</a> &amp;&amp;</div>
+<div class="line"><a name="l01606"></a><span class="lineno"> 1606</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">m_DataLayoutX</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">m_DataLayoutX</a> &amp;&amp;</div>
+<div class="line"><a name="l01607"></a><span class="lineno"> 1607</span>&#160;               <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">m_DataLayoutY</a> == rhs.<a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">m_DataLayoutY</a>;</div>
+<div class="line"><a name="l01608"></a><span class="lineno"> 1608</span>&#160;    }</div>
+<div class="line"><a name="l01609"></a><span class="lineno"> 1609</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01610"></a><span class="lineno"> 1610</span>&#160;<span class="comment">    /// Transpose the slices of each input tensor</span></div>
+<div class="line"><a name="l01611"></a><span class="lineno"> 1611</span>&#160;<span class="comment">    /// Transpose and Adjoint can not both be set to true for the same tensor at the same time</span></div>
+<div class="line"><a name="l01612"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0"> 1612</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">m_TransposeX</a>;</div>
+<div class="line"><a name="l01613"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c"> 1613</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">m_TransposeY</a>;</div>
+<div class="line"><a name="l01614"></a><span class="lineno"> 1614</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01615"></a><span class="lineno"> 1615</span>&#160;<span class="comment">    /// Adjoint the slices of each input tensor</span></div>
+<div class="line"><a name="l01616"></a><span class="lineno"> 1616</span>&#160;<span class="comment">    /// Transpose and Adjoint can not both be set to true for the same tensor at the same time</span></div>
+<div class="line"><a name="l01617"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525"> 1617</a></span>&#160;<span class="comment"></span>    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">m_AdjointX</a>;</div>
+<div class="line"><a name="l01618"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b"> 1618</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">m_AdjointY</a>;</div>
+<div class="line"><a name="l01619"></a><span class="lineno"> 1619</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01620"></a><span class="lineno"> 1620</span>&#160;<span class="comment">    /// Data layout of each input tensor, such as NHWC/NDHWC (leave as default for arbitrary layout)</span></div>
+<div class="line"><a name="l01621"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d"> 1621</a></span>&#160;<span class="comment"></span>    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">m_DataLayoutX</a>;</div>
+<div class="line"><a name="l01622"></a><span class="lineno"><a class="line" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843"> 1622</a></span>&#160;    <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">m_DataLayoutY</a>;</div>
+<div class="line"><a name="l01623"></a><span class="lineno"> 1623</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01624"></a><span class="lineno"> 1624</span>&#160;<span class="comment">    /// Static helper to get the two axes (for each input) for multiplication</span></div>
+<div class="line"><a name="l01625"></a><span class="lineno"> 1625</span>&#160;<span class="comment"></span>    <span class="keyword">static</span> std::pair&lt;unsigned int, unsigned int&gt; <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a58a8b597d58396266e06dd2c415154a2">GetAxesToMul</a>(</div>
+<div class="line"><a name="l01626"></a><span class="lineno"> 1626</span>&#160;        <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayout,</div>
+<div class="line"><a name="l01627"></a><span class="lineno"> 1627</span>&#160;        <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; tensorShape);</div>
+<div class="line"><a name="l01628"></a><span class="lineno"> 1628</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01629"></a><span class="lineno"> 1629</span>&#160;<span class="comment">    /// Static helper to get the axes (for each input) that will not be multiplied together</span></div>
+<div class="line"><a name="l01630"></a><span class="lineno"> 1630</span>&#160;<span class="comment"></span>    <span class="keyword">static</span> std::vector&lt;unsigned int&gt; <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a991faafc762a50c3aa7a756117378cc1">GetAxesNotMul</a>(</div>
+<div class="line"><a name="l01631"></a><span class="lineno"> 1631</span>&#160;        <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayout,</div>
+<div class="line"><a name="l01632"></a><span class="lineno"> 1632</span>&#160;        <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; tensorShape);</div>
 <div class="line"><a name="l01633"></a><span class="lineno"> 1633</span>&#160;<span class="comment"></span> </div>
-<div class="line"><a name="l01634"></a><span class="lineno"> 1634</span>&#160;<span class="comment">    /// The vector to multiply the input shape by</span></div>
-<div class="line"><a name="l01635"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def"> 1635</a></span>&#160;<span class="comment"></span>    std::vector&lt;uint32_t&gt; <a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a>;</div>
-<div class="line"><a name="l01636"></a><span class="lineno"> 1636</span>&#160;};</div>
-<div class="line"><a name="l01637"></a><span class="lineno"> 1637</span>&#160; </div>
-<div class="line"><a name="l01638"></a><span class="lineno"> 1638</span>&#160;} <span class="comment">// namespace armnn</span></div>
+<div class="line"><a name="l01634"></a><span class="lineno"> 1634</span>&#160;<span class="comment">    /// Static helper to get the axes which will be transposed</span></div>
+<div class="line"><a name="l01635"></a><span class="lineno"> 1635</span>&#160;<span class="comment"></span>    <span class="keyword">static</span> <a class="code" href="classarmnn_1_1_permutation_vector.html">PermutationVector</a> <a class="code" href="structarmnn_1_1_batch_mat_mul_descriptor.html#a85e74c2aeaf6fc124e9582329a82d72b">GetPermuteVec</a>(</div>
+<div class="line"><a name="l01636"></a><span class="lineno"> 1636</span>&#160;        <a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> dataLayout,</div>
+<div class="line"><a name="l01637"></a><span class="lineno"> 1637</span>&#160;        <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; tensorShape);</div>
+<div class="line"><a name="l01638"></a><span class="lineno"> 1638</span>&#160;};</div>
+<div class="line"><a name="l01639"></a><span class="lineno"> 1639</span>&#160; </div>
+<div class="line"><a name="l01640"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html"> 1640</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarmnn_1_1_tile_descriptor.html">TileDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01641"></a><span class="lineno"> 1641</span>&#160;{</div>
+<div class="line"><a name="l01642"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html#ac50b61e053192c8d40d1f4aa1d6f6663"> 1642</a></span>&#160;    <a class="code" href="structarmnn_1_1_tile_descriptor.html#ac50b61e053192c8d40d1f4aa1d6f6663">TileDescriptor</a>()</div>
+<div class="line"><a name="l01643"></a><span class="lineno"> 1643</span>&#160;        : <a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a>()</div>
+<div class="line"><a name="l01644"></a><span class="lineno"> 1644</span>&#160;    {}</div>
+<div class="line"><a name="l01645"></a><span class="lineno"> 1645</span>&#160; </div>
+<div class="line"><a name="l01646"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html#aea3531289053bee43ddc7c7941982864"> 1646</a></span>&#160;    <span class="keyword">explicit</span> <a class="code" href="structarmnn_1_1_tile_descriptor.html#aea3531289053bee43ddc7c7941982864">TileDescriptor</a>(std::vector&lt;uint32_t&gt; multiples)</div>
+<div class="line"><a name="l01647"></a><span class="lineno"> 1647</span>&#160;        : <a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a>(<a class="code" href="namespacestd.html">std</a>::move(multiples))</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; </div>
+<div class="line"><a name="l01650"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html#a7f5372564b62af034ef61bd846fdd0de"> 1650</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_tile_descriptor.html#a7f5372564b62af034ef61bd846fdd0de">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_tile_descriptor.html">TileDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01651"></a><span class="lineno"> 1651</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01652"></a><span class="lineno"> 1652</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a> == rhs.<a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a>;</div>
+<div class="line"><a name="l01653"></a><span class="lineno"> 1653</span>&#160;    }</div>
+<div class="line"><a name="l01654"></a><span class="lineno"> 1654</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01655"></a><span class="lineno"> 1655</span>&#160;<span class="comment">    /// The vector to multiply the input shape by</span></div>
+<div class="line"><a name="l01656"></a><span class="lineno"><a class="line" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def"> 1656</a></span>&#160;<span class="comment"></span>    std::vector&lt;uint32_t&gt; <a class="code" href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">m_Multiples</a>;</div>
+<div class="line"><a name="l01657"></a><span class="lineno"> 1657</span>&#160;};</div>
+<div class="line"><a name="l01658"></a><span class="lineno"> 1658</span>&#160; </div>
+<div class="line"><a name="l01659"></a><span class="lineno"><a class="line" href="structarmnn_1_1_broadcast_to_descriptor.html"> 1659</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html">BroadcastToDescriptor</a> : <a class="code" href="structarmnn_1_1_base_descriptor.html">BaseDescriptor</a></div>
+<div class="line"><a name="l01660"></a><span class="lineno"> 1660</span>&#160;{</div>
+<div class="line"><a name="l01661"></a><span class="lineno"><a class="line" href="structarmnn_1_1_broadcast_to_descriptor.html#a0ac63c980524577ea49788ad53df3586"> 1661</a></span>&#160;    <a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html#a0ac63c980524577ea49788ad53df3586">BroadcastToDescriptor</a>()</div>
+<div class="line"><a name="l01662"></a><span class="lineno"> 1662</span>&#160;        : <a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html#aa81561fd893971458da01dd94c04ef4e">m_BroadcastToShape</a>()</div>
+<div class="line"><a name="l01663"></a><span class="lineno"> 1663</span>&#160;    {}</div>
+<div class="line"><a name="l01664"></a><span class="lineno"> 1664</span>&#160; </div>
+<div class="line"><a name="l01665"></a><span class="lineno"><a class="line" href="structarmnn_1_1_broadcast_to_descriptor.html#ac1797a73147140b6c9d72c2d353a9e8a"> 1665</a></span>&#160;    <span class="keyword">explicit</span> <a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html#ac1797a73147140b6c9d72c2d353a9e8a">BroadcastToDescriptor</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&amp; shape)</div>
+<div class="line"><a name="l01666"></a><span class="lineno"> 1666</span>&#160;        : <a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html#aa81561fd893971458da01dd94c04ef4e">m_BroadcastToShape</a>(shape)</div>
+<div class="line"><a name="l01667"></a><span class="lineno"> 1667</span>&#160;    {}</div>
+<div class="line"><a name="l01668"></a><span class="lineno"> 1668</span>&#160; </div>
+<div class="line"><a name="l01669"></a><span class="lineno"><a class="line" href="structarmnn_1_1_broadcast_to_descriptor.html#aafac059c65e803046b5e57eab845dab4"> 1669</a></span>&#160;    <span class="keywordtype">bool</span> <a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html#aafac059c65e803046b5e57eab845dab4">operator ==</a>(<span class="keyword">const</span> <a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html">BroadcastToDescriptor</a>&amp; rhs)<span class="keyword"> const</span></div>
+<div class="line"><a name="l01670"></a><span class="lineno"> 1670</span>&#160;<span class="keyword">    </span>{</div>
+<div class="line"><a name="l01671"></a><span class="lineno"> 1671</span>&#160;        <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html#aa81561fd893971458da01dd94c04ef4e">m_BroadcastToShape</a> == rhs.<a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html#aa81561fd893971458da01dd94c04ef4e">m_BroadcastToShape</a>;</div>
+<div class="line"><a name="l01672"></a><span class="lineno"> 1672</span>&#160;    }</div>
+<div class="line"><a name="l01673"></a><span class="lineno"> 1673</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l01674"></a><span class="lineno"> 1674</span>&#160;<span class="comment">    /// Target shape value.</span></div>
+<div class="line"><a name="l01675"></a><span class="lineno"><a class="line" href="structarmnn_1_1_broadcast_to_descriptor.html#aa81561fd893971458da01dd94c04ef4e"> 1675</a></span>&#160;<span class="comment"></span>    <a class="code" href="classarmnn_1_1_tensor_shape.html">TensorShape</a> <a class="code" href="structarmnn_1_1_broadcast_to_descriptor.html#aa81561fd893971458da01dd94c04ef4e">m_BroadcastToShape</a>;</div>
+<div class="line"><a name="l01676"></a><span class="lineno"> 1676</span>&#160;};</div>
+<div class="line"><a name="l01677"></a><span class="lineno"> 1677</span>&#160; </div>
+<div class="line"><a name="l01678"></a><span class="lineno"> 1678</span>&#160;} <span class="comment">// namespace armnn</span></div>
 </div><!-- fragment --></div><!-- contents -->
 </div><!-- doc-content -->
 <div class="ttc" id="astructarmnn_1_1_batch_normalization_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_batch_normalization_descriptor.html">armnn::BatchNormalizationDescriptor</a></div><div class="ttdoc">A BatchNormalizationDescriptor for the BatchNormalizationLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00828">Descriptors.hpp:828</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_a56b51f56cef50cdfa554258eecdab046"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">armnn::Convolution2dDescriptor::m_PadTop</a></div><div class="ttdeci">uint32_t m_PadTop</div><div class="ttdoc">Padding top value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00570">Descriptors.hpp:570</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ae7e8cbf71db6a490789ca6dcaa8deeaea6a061313d22e51e0f25b7cd4dc065233"><div class="ttname"><a href="namespacearmnn.html#ae7e8cbf71db6a490789ca6dcaa8deeaea6a061313d22e51e0f25b7cd4dc065233">armnn::ArgMinMaxFunction::Max</a></div><div class="ttdeci">@ Max</div></div>
 <div class="ttc" id="astructarmnn_1_1_instance_normalization_descriptor_html_a8275d51ef9a584feb95726ea0522f6e5"><div class="ttname"><a href="structarmnn_1_1_instance_normalization_descriptor.html#a8275d51ef9a584feb95726ea0522f6e5">armnn::InstanceNormalizationDescriptor::m_Beta</a></div><div class="ttdeci">float m_Beta</div><div class="ttdoc">Beta, the offset scalar value applied for the normalized tensor. Defaults to 1.0.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00867">Descriptors.hpp:867</a></div></div>
-<div class="ttc" id="aclassarmnn_1_1_permutation_vector_html_aae44e4154aa80fba7616747450ff69d5"><div class="ttname"><a href="classarmnn_1_1_permutation_vector.html#aae44e4154aa80fba7616747450ff69d5">armnn::PermutationVector::IsEqual</a></div><div class="ttdeci">bool IsEqual(const PermutationVector &amp;other) const</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00360">Types.hpp:360</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_a4939f00778f08d6c6fec6f74c0a59b7e"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">armnn::SliceDescriptor::m_Begin</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_Begin</div><div class="ttdoc">Beginning indices of the slice in each dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01223">Descriptors.hpp:1223</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_permutation_vector_html_aae44e4154aa80fba7616747450ff69d5"><div class="ttname"><a href="classarmnn_1_1_permutation_vector.html#aae44e4154aa80fba7616747450ff69d5">armnn::PermutationVector::IsEqual</a></div><div class="ttdeci">bool IsEqual(const PermutationVector &amp;other) const</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00366">Types.hpp:366</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_a4939f00778f08d6c6fec6f74c0a59b7e"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#a4939f00778f08d6c6fec6f74c0a59b7e">armnn::SliceDescriptor::m_Begin</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_Begin</div><div class="ttdoc">Beginning indices of the slice in each dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01244">Descriptors.hpp:1244</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_arg_min_max_descriptor_html_abce784834696eb928c620f1fafe71a8d"><div class="ttname"><a href="structarmnn_1_1_arg_min_max_descriptor.html#abce784834696eb928c620f1fafe71a8d">armnn::ArgMinMaxDescriptor::m_Output_Type</a></div><div class="ttdeci">armnn::DataType m_Output_Type</div><div class="ttdoc">Deprecated and will be removed in future release.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00085">Descriptors.hpp:85</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a62938964ffd34d5af3f2d56ca1183b18"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a62938964ffd34d5af3f2d56ca1183b18">armnn::Convolution3dDescriptor::GetNumInputs</a></div><div class="ttdeci">uint32_t GetNumInputs() const</div><div class="ttdoc">Get the number of views/inputs.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00456">Descriptors.cpp:456</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_ab218de7805899c8412d75d1fd1d846d2"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">armnn::ChannelShuffleDescriptor::m_Axis</a></div><div class="ttdeci">uint32_t m_Axis</div><div class="ttdoc">Axis to apply channel shuffle operation on.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01559">Descriptors.hpp:1559</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a62938964ffd34d5af3f2d56ca1183b18"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a62938964ffd34d5af3f2d56ca1183b18">armnn::Convolution3dDescriptor::GetNumInputs</a></div><div class="ttdeci">uint32_t GetNumInputs() const</div><div class="ttdoc">Get the number of views/inputs.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00464">Descriptors.cpp:464</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_ab218de7805899c8412d75d1fd1d846d2"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">armnn::ChannelShuffleDescriptor::m_Axis</a></div><div class="ttdeci">uint32_t m_Axis</div><div class="ttdoc">Axis to apply channel shuffle operation on.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01580">Descriptors.hpp:1580</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a379929e3b277f1ef94f3ce645870589d"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a379929e3b277f1ef94f3ce645870589d">armnn::OriginsDescriptor::GetConcatAxis</a></div><div class="ttdeci">unsigned int GetConcatAxis() const</div><div class="ttdoc">Get the concatenation axis value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00162">Descriptors.cpp:162</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fully_connected_descriptor_html_a2d3dcfc10f90adedc995b64211dab6e9"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.html#a2d3dcfc10f90adedc995b64211dab6e9">armnn::FullyConnectedDescriptor::m_ConstantWeights</a></div><div class="ttdeci">bool m_ConstantWeights</div><div class="ttdoc">Enable/disable constant weights and biases.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00530">Descriptors.hpp:530</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a8c29d6ea9b4186d69aad5961c910939c"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a8c29d6ea9b4186d69aad5961c910939c">armnn::Pooling2dDescriptor::m_PaddingMethod</a></div><div class="ttdeci">PaddingMethod m_PaddingMethod</div><div class="ttdoc">The padding method to be used. (Exclude, IgnoreValue).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00425">Descriptors.hpp:425</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_views_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html">armnn::ViewsDescriptor</a></div><div class="ttdoc">A ViewsDescriptor for the SplitterLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00244">Descriptors.hpp:244</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_a4392dd6b4862cc9cf95ae8f1001ba592"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#a4392dd6b4862cc9cf95ae8f1001ba592">armnn::DetectionPostProcessDescriptor::m_NmsScoreThreshold</a></div><div class="ttdeci">float m_NmsScoreThreshold</div><div class="ttdoc">NMS score threshold.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00751">Descriptors.hpp:751</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_afec7f36158448f723b426a9527acb189"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">armnn::QLstmDescriptor::m_ForgetIntermediateScale</a></div><div class="ttdeci">float m_ForgetIntermediateScale</div><div class="ttdoc">Forget intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01407">Descriptors.hpp:1407</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_afec7f36158448f723b426a9527acb189"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">armnn::QLstmDescriptor::m_ForgetIntermediateScale</a></div><div class="ttdeci">float m_ForgetIntermediateScale</div><div class="ttdoc">Forget intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01428">Descriptors.hpp:1428</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_activation_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_activation_descriptor.html">armnn::ActivationDescriptor</a></div><div class="ttdoc">An ActivationDescriptor for the ActivationLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00036">Descriptors.hpp:36</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_ac18546ebbebbb32fe0a03baa9bf2c600"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">armnn::TransposeConvolution2dDescriptor::m_PadLeft</a></div><div class="ttdeci">uint32_t m_PadLeft</div><div class="ttdoc">Padding left value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01448">Descriptors.hpp:1448</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_acb441bb8db19bcce78d15cdd8ceb5ea0"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">armnn::BatchMatMulDescriptor::m_TransposeX</a></div><div class="ttdeci">bool m_TransposeX</div><div class="ttdoc">Transpose the slices of each input tensor Transpose and Adjoint can not both be set to true for the s...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01591">Descriptors.hpp:1591</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_ac18546ebbebbb32fe0a03baa9bf2c600"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">armnn::TransposeConvolution2dDescriptor::m_PadLeft</a></div><div class="ttdeci">uint32_t m_PadLeft</div><div class="ttdoc">Padding left value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01469">Descriptors.hpp:1469</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_acb441bb8db19bcce78d15cdd8ceb5ea0"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#acb441bb8db19bcce78d15cdd8ceb5ea0">armnn::BatchMatMulDescriptor::m_TransposeX</a></div><div class="ttdeci">bool m_TransposeX</div><div class="ttdoc">Transpose the slices of each input tensor Transpose and Adjoint can not both be set to true for the s...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01612">Descriptors.hpp:1612</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a35546e7b56e6e972a495b48748478ede"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a35546e7b56e6e972a495b48748478ede">armnn::OriginsDescriptor::GetNumViews</a></div><div class="ttdeci">uint32_t GetNumViews() const</div><div class="ttdoc">Get the number of views.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00187">Descriptors.cpp:187</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_aa507c5561373dbd58e149611a7f46470"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#aa507c5561373dbd58e149611a7f46470">armnn::OriginsDescriptor::~OriginsDescriptor</a></div><div class="ttdeci">~OriginsDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00120">Descriptors.cpp:120</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_a9943d217090b2611a6b0eb3e17ed133c"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#a9943d217090b2611a6b0eb3e17ed133c">armnn::PadDescriptor::PadDescriptor</a></div><div class="ttdeci">PadDescriptor(const std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt;&gt; &amp;padList, const float &amp;padValue=0, const PaddingMode &amp;paddingMode=PaddingMode::Constant)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01180">Descriptors.hpp:1180</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_fused_descriptor_html_a777d0fc72447bf25d6c7bb82b693144c"><div class="ttname"><a href="structarmnn_1_1_fused_descriptor.html#a777d0fc72447bf25d6c7bb82b693144c">armnn::FusedDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const FusedDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00952">Descriptors.hpp:952</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_a9943d217090b2611a6b0eb3e17ed133c"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#a9943d217090b2611a6b0eb3e17ed133c">armnn::PadDescriptor::PadDescriptor</a></div><div class="ttdeci">PadDescriptor(const std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt;&gt; &amp;padList, const float &amp;padValue=0, const PaddingMode &amp;paddingMode=PaddingMode::Constant)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01201">Descriptors.hpp:1201</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fully_connected_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.html">armnn::FullyConnectedDescriptor</a></div><div class="ttdoc">A FullyConnectedDescriptor for the FullyConnectedLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00507">Descriptors.hpp:507</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ac4f8557279754ed7b3f749d55b0e3047aec211f7c20af43e742bf2570c3cb84f9"><div class="ttname"><a href="namespacearmnn.html#ac4f8557279754ed7b3f749d55b0e3047aec211f7c20af43e742bf2570c3cb84f9">armnn::BinaryOperation::Add</a></div><div class="ttdeci">@ Add</div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_a0773c6fc2b30dc55c1bbdfc603e6e79f"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#a0773c6fc2b30dc55c1bbdfc603e6e79f">armnn::DetectionPostProcessDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const DetectionPostProcessDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00729">Descriptors.hpp:729</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_null_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_null_descriptor.html">armnn::NullDescriptor</a></div><div class="ttdoc">Null Descriptor used as a return value from the IConnectableLayer GetParameters method by layers whic...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00030">Descriptors.hpp:30</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_a45332cf8abcf3109214ebe53869b87b6"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#a45332cf8abcf3109214ebe53869b87b6">armnn::ChannelShuffleDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ChannelShuffleDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01551">Descriptors.hpp:1551</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_acd6df4cac247b20fb2b6a1077299cb1f"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#acd6df4cac247b20fb2b6a1077299cb1f">armnn::PadDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const PadDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01188">Descriptors.hpp:1188</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_a45332cf8abcf3109214ebe53869b87b6"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#a45332cf8abcf3109214ebe53869b87b6">armnn::ChannelShuffleDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ChannelShuffleDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01572">Descriptors.hpp:1572</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_acd6df4cac247b20fb2b6a1077299cb1f"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#acd6df4cac247b20fb2b6a1077299cb1f">armnn::PadDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const PadDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01209">Descriptors.hpp:1209</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_ae64523937ea910030ad66fee6fddd51f"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#ae64523937ea910030ad66fee6fddd51f">armnn::DetectionPostProcessDescriptor::m_ScaleX</a></div><div class="ttdeci">float m_ScaleX</div><div class="ttdoc">Center size encoding scale x.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00759">Descriptors.hpp:759</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html">armnn::QLstmDescriptor</a></div><div class="ttdoc">A QLstmDescriptor for the QLstmLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01359">Descriptors.hpp:1359</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_afe6a3377c4531315354def9023c8fdda"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">armnn::TransposeConvolution2dDescriptor::m_StrideX</a></div><div class="ttdeci">uint32_t m_StrideX</div><div class="ttdoc">Stride value when proceeding through input for the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01456">Descriptors.hpp:1456</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html">armnn::QLstmDescriptor</a></div><div class="ttdoc">A QLstmDescriptor for the QLstmLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01380">Descriptors.hpp:1380</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_afe6a3377c4531315354def9023c8fdda"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">armnn::TransposeConvolution2dDescriptor::m_StrideX</a></div><div class="ttdeci">uint32_t m_StrideX</div><div class="ttdoc">Stride value when proceeding through input for the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01477">Descriptors.hpp:1477</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ad1d5cce2d9e9a5d61c243e5c989112e0a884e0167ebf9bbe6cfd6ca5ab97ab015"><div class="ttname"><a href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a884e0167ebf9bbe6cfd6ca5ab97ab015">armnn::DataLayout::NCDHW</a></div><div class="ttdeci">@ NCDHW</div></div>
+<div class="ttc" id="astructarmnn_1_1_fused_descriptor_html_a730e4445e04517da4683e7d98ddcee39"><div class="ttname"><a href="structarmnn_1_1_fused_descriptor.html#a730e4445e04517da4683e7d98ddcee39">armnn::FusedDescriptor::m_FusedKernelType</a></div><div class="ttdeci">FusedKernelType m_FusedKernelType</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00961">Descriptors.hpp:961</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fake_quantization_descriptor_html_a4f25330d63abd7dc45a77c17efb9eb8f"><div class="ttname"><a href="structarmnn_1_1_fake_quantization_descriptor.html#a4f25330d63abd7dc45a77c17efb9eb8f">armnn::FakeQuantizationDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const FakeQuantizationDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00913">Descriptors.hpp:913</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_afeab6350b2194f924f7e73af2f7c0c5c"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#afeab6350b2194f924f7e73af2f7c0c5c">armnn::StridedSliceDescriptor::StridedSliceDescriptor</a></div><div class="ttdeci">StridedSliceDescriptor(const std::vector&lt; int &gt; &amp;begin, const std::vector&lt; int &gt; &amp;end, const std::vector&lt; int &gt; &amp;stride)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01284">Descriptors.hpp:1284</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a6c9de81fc65b3c4924cab11907075a17"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">armnn::QLstmDescriptor::m_ProjectionEnabled</a></div><div class="ttdeci">bool m_ProjectionEnabled</div><div class="ttdoc">Enable/disable the projection layer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01401">Descriptors.hpp:1401</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_afeab6350b2194f924f7e73af2f7c0c5c"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#afeab6350b2194f924f7e73af2f7c0c5c">armnn::StridedSliceDescriptor::StridedSliceDescriptor</a></div><div class="ttdeci">StridedSliceDescriptor(const std::vector&lt; int &gt; &amp;begin, const std::vector&lt; int &gt; &amp;end, const std::vector&lt; int &gt; &amp;stride)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01305">Descriptors.hpp:1305</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a6c9de81fc65b3c4924cab11907075a17"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">armnn::QLstmDescriptor::m_ProjectionEnabled</a></div><div class="ttdeci">bool m_ProjectionEnabled</div><div class="ttdoc">Enable/disable the projection layer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01422">Descriptors.hpp:1422</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_affb5b68b3eba3ed45a06c7cde7781962"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#affb5b68b3eba3ed45a06c7cde7781962">armnn::Pooling3dDescriptor::m_OutputShapeRounding</a></div><div class="ttdeci">OutputShapeRounding m_OutputShapeRounding</div><div class="ttdoc">The rounding method for the output shape. (Floor, Ceiling).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00499">Descriptors.hpp:499</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a4022d5107338aaf5eb7abebf78a1360b"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">armnn::ResizeDescriptor::m_HalfPixelCenters</a></div><div class="ttdeci">bool m_HalfPixelCenters</div><div class="ttdoc">Half Pixel Centers.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00997">Descriptors.hpp:997</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a3dcd10ca3ea2e132558b1e2814668c15"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">armnn::LstmDescriptor::m_TimeMajor</a></div><div class="ttdeci">bool m_TimeMajor</div><div class="ttdoc">Enable/disable time major.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01133">Descriptors.hpp:1133</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a4022d5107338aaf5eb7abebf78a1360b"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a4022d5107338aaf5eb7abebf78a1360b">armnn::ResizeDescriptor::m_HalfPixelCenters</a></div><div class="ttdeci">bool m_HalfPixelCenters</div><div class="ttdoc">Half Pixel Centers.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01018">Descriptors.hpp:1018</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a3dcd10ca3ea2e132558b1e2814668c15"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a3dcd10ca3ea2e132558b1e2814668c15">armnn::LstmDescriptor::m_TimeMajor</a></div><div class="ttdeci">bool m_TimeMajor</div><div class="ttdoc">Enable/disable time major.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01154">Descriptors.hpp:1154</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_normalization_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_batch_normalization_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::BatchNormalizationDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00843">Descriptors.hpp:843</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_a9a2af2f8c4af4f9efa8e79417d505ac4"><div class="ttname"><a href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4">armnn::ResizeMethod</a></div><div class="ttdeci">ResizeMethod</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00165">Types.hpp:165</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a9a2af2f8c4af4f9efa8e79417d505ac4"><div class="ttname"><a href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4">armnn::ResizeMethod</a></div><div class="ttdeci">ResizeMethod</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00166">Types.hpp:166</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ad1d5cce2d9e9a5d61c243e5c989112e0"><div class="ttname"><a href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">armnn::DataLayout</a></div><div class="ttdeci">DataLayout</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00062">Types.hpp:62</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_a22073dfd53bf509848f43a2f0d799496"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#a22073dfd53bf509848f43a2f0d799496">armnn::StandInDescriptor::StandInDescriptor</a></div><div class="ttdeci">StandInDescriptor(uint32_t numInputs, uint32_t numOutputs)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01264">Descriptors.hpp:1264</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_a22073dfd53bf509848f43a2f0d799496"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#a22073dfd53bf509848f43a2f0d799496">armnn::StandInDescriptor::StandInDescriptor</a></div><div class="ttdeci">StandInDescriptor(uint32_t numInputs, uint32_t numOutputs)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01285">Descriptors.hpp:1285</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a56b51f56cef50cdfa554258eecdab046"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">armnn::Pooling3dDescriptor::m_PadTop</a></div><div class="ttdeci">uint32_t m_PadTop</div><div class="ttdoc">Padding top value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00479">Descriptors.hpp:479</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::SpaceToBatchNdDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01050">Descriptors.hpp:1050</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::SpaceToBatchNdDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01071">Descriptors.hpp:1071</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fully_connected_descriptor_html_a281fcaec86e17c97f7b8402633f6b55a"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.html#a281fcaec86e17c97f7b8402633f6b55a">armnn::FullyConnectedDescriptor::m_TransposeWeightMatrix</a></div><div class="ttdeci">bool m_TransposeWeightMatrix</div><div class="ttdoc">Enable/disable transpose weight matrix.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00528">Descriptors.hpp:528</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a46c3fa15c46fb0d1dcdc24d0ea5cb5cd"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">armnn::ResizeDescriptor::m_TargetHeight</a></div><div class="ttdeci">uint32_t m_TargetHeight</div><div class="ttdoc">Target height value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00988">Descriptors.hpp:988</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a46c3fa15c46fb0d1dcdc24d0ea5cb5cd"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a46c3fa15c46fb0d1dcdc24d0ea5cb5cd">armnn::ResizeDescriptor::m_TargetHeight</a></div><div class="ttdeci">uint32_t m_TargetHeight</div><div class="ttdoc">Target height value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01009">Descriptors.hpp:1009</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_aea202e14d8874cefd9a0f778022b7e25"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">armnn::DepthwiseConvolution2dDescriptor::m_BiasEnabled</a></div><div class="ttdeci">bool m_BiasEnabled</div><div class="ttdoc">Enable/disable bias.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00708">Descriptors.hpp:708</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_aae1f4844cfb511b5b3a25c6761483624"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#aae1f4844cfb511b5b3a25c6761483624">armnn::OriginsDescriptor::ReorderOrigins</a></div><div class="ttdeci">void ReorderOrigins(unsigned int *newOrdering, unsigned int numNewOrdering)</div><div class="ttdoc">Reorders the viewOrigins in accordance with the indices presented in newOrdering array.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00204">Descriptors.cpp:204</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_arg_min_max_descriptor_html_a42d192541edb2334e194365b87423b5e"><div class="ttname"><a href="structarmnn_1_1_arg_min_max_descriptor.html#a42d192541edb2334e194365b87423b5e">armnn::ArgMinMaxDescriptor::ArgMinMaxDescriptor</a></div><div class="ttdeci">ArgMinMaxDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00069">Descriptors.hpp:69</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a5699e8606c37d18c03910b242cd1b010"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a5699e8606c37d18c03910b242cd1b010">armnn::Pooling2dDescriptor::m_PoolHeight</a></div><div class="ttdeci">uint32_t m_PoolHeight</div><div class="ttdoc">Pooling height value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00417">Descriptors.hpp:417</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a118fe06b7c2599da60398ee311ede923"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">armnn::StridedSliceDescriptor::m_Begin</a></div><div class="ttdeci">std::vector&lt; int &gt; m_Begin</div><div class="ttdoc">Begin values for the input that will be sliced.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01321">Descriptors.hpp:1321</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a118fe06b7c2599da60398ee311ede923"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a118fe06b7c2599da60398ee311ede923">armnn::StridedSliceDescriptor::m_Begin</a></div><div class="ttdeci">std::vector&lt; int &gt; m_Begin</div><div class="ttdoc">Begin values for the input that will be sliced.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01342">Descriptors.hpp:1342</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_a7a2156ec7d9c012ce00bbcc6afcb9028"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#a7a2156ec7d9c012ce00bbcc6afcb9028">armnn::DetectionPostProcessDescriptor::m_ScaleY</a></div><div class="ttdeci">float m_ScaleY</div><div class="ttdoc">Center size encoding scale y.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00761">Descriptors.hpp:761</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html">armnn::Pooling3dDescriptor</a></div><div class="ttdoc">A Pooling3dDescriptor for the Pooling3dLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00431">Descriptors.hpp:431</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a0cf8306be7d301de0f095fff9901a525"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">armnn::BatchMatMulDescriptor::m_AdjointX</a></div><div class="ttdeci">bool m_AdjointX</div><div class="ttdoc">Adjoint the slices of each input tensor Transpose and Adjoint can not both be set to true for the sam...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01596">Descriptors.hpp:1596</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a0cf8306be7d301de0f095fff9901a525"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a0cf8306be7d301de0f095fff9901a525">armnn::BatchMatMulDescriptor::m_AdjointX</a></div><div class="ttdeci">bool m_AdjointX</div><div class="ttdoc">Adjoint the slices of each input tensor Transpose and Adjoint can not both be set to true for the sam...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01617">Descriptors.hpp:1617</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_ae72089bcab60ac175557f4241b16a014"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#ae72089bcab60ac175557f4241b16a014">armnn::DetectionPostProcessDescriptor::m_MaxDetections</a></div><div class="ttdeci">uint32_t m_MaxDetections</div><div class="ttdoc">Maximum numbers of detections.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00745">Descriptors.hpp:745</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51"><div class="ttname"><a href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">armnn::DataLayout::NHWC</a></div><div class="ttdeci">@ NHWC</div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a58a8b597d58396266e06dd2c415154a2"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a58a8b597d58396266e06dd2c415154a2">armnn::BatchMatMulDescriptor::GetAxesToMul</a></div><div class="ttdeci">static std::pair&lt; unsigned int, unsigned int &gt; GetAxesToMul(DataLayout dataLayout, const TensorShape &amp;tensorShape)</div><div class="ttdoc">Static helper to get the two axes (for each input) for multiplication.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00476">Descriptors.cpp:476</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html_a31b09a0610040e8609c945c5adfaaee2"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html#a31b09a0610040e8609c945c5adfaaee2">armnn::LogicalBinaryDescriptor::LogicalBinaryDescriptor</a></div><div class="ttdeci">LogicalBinaryDescriptor(LogicalBinaryOperation operation)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01503">Descriptors.hpp:1503</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_ad85386aea7d6e684da1ff46fd099962e"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#ad85386aea7d6e684da1ff46fd099962e">armnn::QLstmDescriptor::QLstmDescriptor</a></div><div class="ttdeci">QLstmDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01361">Descriptors.hpp:1361</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a2c16307e3575b3bfcd9d33a3923bec73"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a2c16307e3575b3bfcd9d33a3923bec73">armnn::ResizeDescriptor::ResizeDescriptor</a></div><div class="ttdeci">ResizeDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00966">Descriptors.hpp:966</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a58a8b597d58396266e06dd2c415154a2"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a58a8b597d58396266e06dd2c415154a2">armnn::BatchMatMulDescriptor::GetAxesToMul</a></div><div class="ttdeci">static std::pair&lt; unsigned int, unsigned int &gt; GetAxesToMul(DataLayout dataLayout, const TensorShape &amp;tensorShape)</div><div class="ttdoc">Static helper to get the two axes (for each input) for multiplication.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00484">Descriptors.cpp:484</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html_a31b09a0610040e8609c945c5adfaaee2"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html#a31b09a0610040e8609c945c5adfaaee2">armnn::LogicalBinaryDescriptor::LogicalBinaryDescriptor</a></div><div class="ttdeci">LogicalBinaryDescriptor(LogicalBinaryOperation operation)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01524">Descriptors.hpp:1524</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_ad85386aea7d6e684da1ff46fd099962e"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#ad85386aea7d6e684da1ff46fd099962e">armnn::QLstmDescriptor::QLstmDescriptor</a></div><div class="ttdeci">QLstmDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01382">Descriptors.hpp:1382</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a2c16307e3575b3bfcd9d33a3923bec73"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a2c16307e3575b3bfcd9d33a3923bec73">armnn::ResizeDescriptor::ResizeDescriptor</a></div><div class="ttdeci">ResizeDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00987">Descriptors.hpp:987</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a83ca447892f460dabaa2f87d3dc3db61"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a83ca447892f460dabaa2f87d3dc3db61">armnn::Convolution3dDescriptor::m_PadFront</a></div><div class="ttdeci">uint32_t m_PadFront</div><div class="ttdoc">Padding front value in the depth dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00637">Descriptors.hpp:637</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html">armnn::ResizeDescriptor</a></div><div class="ttdoc">A ResizeDescriptor for the ResizeLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00964">Descriptors.hpp:964</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html">armnn::ResizeDescriptor</a></div><div class="ttdoc">A ResizeDescriptor for the ResizeLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00985">Descriptors.hpp:985</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_arg_min_max_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_arg_min_max_descriptor.html">armnn::ArgMinMaxDescriptor</a></div><div class="ttdoc">An ArgMinMaxDescriptor for ArgMinMaxLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00067">Descriptors.hpp:67</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_activation_descriptor_html_a017b2990003a014234f13e999dc7c689"><div class="ttname"><a href="structarmnn_1_1_activation_descriptor.html#a017b2990003a014234f13e999dc7c689">armnn::ActivationDescriptor::m_A</a></div><div class="ttdeci">float m_A</div><div class="ttdoc">Alpha upper bound value used by the activation functions. (BoundedReLu, Linear, TanH,...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00061">Descriptors.hpp:61</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_instance_normalization_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_instance_normalization_descriptor.html">armnn::InstanceNormalizationDescriptor</a></div><div class="ttdoc">An InstanceNormalizationDescriptor for InstanceNormalizationLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00847">Descriptors.hpp:847</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_af996d82c47e43a16f4c8faa6c6b3e030"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">armnn::StridedSliceDescriptor::m_EllipsisMask</a></div><div class="ttdeci">int32_t m_EllipsisMask</div><div class="ttdoc">Ellipsis mask value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01336">Descriptors.hpp:1336</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a0863c05ae66572108c23853f8f003b55"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a0863c05ae66572108c23853f8f003b55">armnn::ViewsDescriptor::HasAxis</a></div><div class="ttdeci">bool HasAxis() const</div><div class="ttdoc">Returns true if an axis has been set.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00379">Descriptors.cpp:379</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_af996d82c47e43a16f4c8faa6c6b3e030"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#af996d82c47e43a16f4c8faa6c6b3e030">armnn::StridedSliceDescriptor::m_EllipsisMask</a></div><div class="ttdeci">int32_t m_EllipsisMask</div><div class="ttdoc">Ellipsis mask value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01357">Descriptors.hpp:1357</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a0863c05ae66572108c23853f8f003b55"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a0863c05ae66572108c23853f8f003b55">armnn::ViewsDescriptor::HasAxis</a></div><div class="ttdeci">bool HasAxis() const</div><div class="ttdoc">Returns true if an axis has been set.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00387">Descriptors.cpp:387</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_softmax_descriptor_html_a8275d51ef9a584feb95726ea0522f6e5"><div class="ttname"><a href="structarmnn_1_1_softmax_descriptor.html#a8275d51ef9a584feb95726ea0522f6e5">armnn::SoftmaxDescriptor::m_Beta</a></div><div class="ttdeci">float m_Beta</div><div class="ttdoc">Exponentiation value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00190">Descriptors.hpp:190</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html_a41aebec26893f7648a4af23176313d11"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html#a41aebec26893f7648a4af23176313d11">armnn::GatherDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const GatherDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00954">Descriptors.hpp:954</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html">armnn::GatherDescriptor</a></div><div class="ttdoc">A GatherDescriptor for the GatherLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00944">Descriptors.hpp:944</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html_a41aebec26893f7648a4af23176313d11"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html#a41aebec26893f7648a4af23176313d11">armnn::GatherDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const GatherDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00975">Descriptors.hpp:975</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html">armnn::GatherDescriptor</a></div><div class="ttdoc">A GatherDescriptor for the GatherLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00965">Descriptors.hpp:965</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::DepthwiseConvolution2dDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00710">Descriptors.hpp:710</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a9aa1f2c8dd9402d6797779d7e4768e48"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a9aa1f2c8dd9402d6797779d7e4768e48">armnn::Pooling3dDescriptor::Pooling3dDescriptor</a></div><div class="ttdeci">Pooling3dDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00433">Descriptors.hpp:433</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_normalization_descriptor_html_a65f4f175144b079a9b33eb4871192af6"><div class="ttname"><a href="structarmnn_1_1_batch_normalization_descriptor.html#a65f4f175144b079a9b33eb4871192af6">armnn::BatchNormalizationDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const BatchNormalizationDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00835">Descriptors.hpp:835</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fill_descriptor_html_ab424db19258eeff7f27ff87e9b74bf5e"><div class="ttname"><a href="structarmnn_1_1_fill_descriptor.html#ab424db19258eeff7f27ff87e9b74bf5e">armnn::FillDescriptor::FillDescriptor</a></div><div class="ttdeci">FillDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00927">Descriptors.hpp:927</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_a7174d76ab2205127ef4c2255c7169c5b"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#a7174d76ab2205127ef4c2255c7169c5b">armnn::StackDescriptor::StackDescriptor</a></div><div class="ttdeci">StackDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01232">Descriptors.hpp:1232</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_aedca000a005e091c23191e82d7e81b1d"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">armnn::BatchMatMulDescriptor::m_DataLayoutX</a></div><div class="ttdeci">DataLayout m_DataLayoutX</div><div class="ttdoc">Data layout of each input tensor, such as NHWC/NDHWC (leave as default for arbitrary layout)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01600">Descriptors.hpp:1600</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_a7174d76ab2205127ef4c2255c7169c5b"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#a7174d76ab2205127ef4c2255c7169c5b">armnn::StackDescriptor::StackDescriptor</a></div><div class="ttdeci">StackDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01253">Descriptors.hpp:1253</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_aedca000a005e091c23191e82d7e81b1d"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#aedca000a005e091c23191e82d7e81b1d">armnn::BatchMatMulDescriptor::m_DataLayoutX</a></div><div class="ttdeci">DataLayout m_DataLayoutX</div><div class="ttdoc">Data layout of each input tensor, such as NHWC/NDHWC (leave as default for arbitrary layout)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01621">Descriptors.hpp:1621</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_l2_normalization_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_l2_normalization_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::L2NormalizationDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00824">Descriptors.hpp:824</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_l2_normalization_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_l2_normalization_descriptor.html">armnn::L2NormalizationDescriptor</a></div><div class="ttdoc">A L2NormalizationDescriptor for the L2NormalizationLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00809">Descriptors.hpp:809</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_adf2e5515c4c36a3e7e46bb8b83c6754e"><div class="ttname"><a href="namespacearmnn.html#adf2e5515c4c36a3e7e46bb8b83c6754e">armnn::OutputShapeRounding</a></div><div class="ttdeci">OutputShapeRounding</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00220">Types.hpp:220</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html_af4d882230882f20ef1500510e5ff4c87"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html#af4d882230882f20ef1500510e5ff4c87">armnn::TransposeDescriptor::TransposeDescriptor</a></div><div class="ttdeci">TransposeDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01471">Descriptors.hpp:1471</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_adf2e5515c4c36a3e7e46bb8b83c6754e"><div class="ttname"><a href="namespacearmnn.html#adf2e5515c4c36a3e7e46bb8b83c6754e">armnn::OutputShapeRounding</a></div><div class="ttdeci">OutputShapeRounding</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00221">Types.hpp:221</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html_af4d882230882f20ef1500510e5ff4c87"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html#af4d882230882f20ef1500510e5ff4c87">armnn::TransposeDescriptor::TransposeDescriptor</a></div><div class="ttdeci">TransposeDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01492">Descriptors.hpp:1492</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ad605d1661fa0d8c7fea651d82fbe11c9ac65d2e51c610dd3853a3c777aa8bfe9d"><div class="ttname"><a href="namespacearmnn.html#ad605d1661fa0d8c7fea651d82fbe11c9ac65d2e51c610dd3853a3c777aa8bfe9d">armnn::NormalizationAlgorithmMethod::LocalBrightness</a></div><div class="ttdeci">@ LocalBrightness</div><div class="ttdoc">Krichevsky 2012: Local Brightness Normalization.</div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_a8275d51ef9a584feb95726ea0522f6e5"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#a8275d51ef9a584feb95726ea0522f6e5">armnn::NormalizationDescriptor::m_Beta</a></div><div class="ttdeci">float m_Beta</div><div class="ttdoc">Beta value for the normalization equation.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00801">Descriptors.hpp:801</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_ad605d1661fa0d8c7fea651d82fbe11c9"><div class="ttname"><a href="namespacearmnn.html#ad605d1661fa0d8c7fea651d82fbe11c9">armnn::NormalizationAlgorithmMethod</a></div><div class="ttdeci">NormalizationAlgorithmMethod</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00212">Types.hpp:212</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_ad605d1661fa0d8c7fea651d82fbe11c9"><div class="ttname"><a href="namespacearmnn.html#ad605d1661fa0d8c7fea651d82fbe11c9">armnn::NormalizationAlgorithmMethod</a></div><div class="ttdeci">NormalizationAlgorithmMethod</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00213">Types.hpp:213</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a78e8266be865fdd92cadd04d6e25ae1f"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a78e8266be865fdd92cadd04d6e25ae1f">armnn::OriginsDescriptor::GetNumDimensions</a></div><div class="ttdeci">uint32_t GetNumDimensions() const</div><div class="ttdoc">Get the number of dimensions.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00192">Descriptors.cpp:192</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fake_quantization_descriptor_html_ad3729c591f7bfda7ad9ef9927d8a1bd6"><div class="ttname"><a href="structarmnn_1_1_fake_quantization_descriptor.html#ad3729c591f7bfda7ad9ef9927d8a1bd6">armnn::FakeQuantizationDescriptor::m_Max</a></div><div class="ttdeci">float m_Max</div><div class="ttdoc">Maximum value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00921">Descriptors.hpp:921</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html">armnn::NormalizationDescriptor</a></div><div class="ttdoc">A NormalizationDescriptor for the NormalizationLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00769">Descriptors.hpp:769</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_adf2e5515c4c36a3e7e46bb8b83c6754eaf3f6d0343d56ce88ce7958170ed05cb3"><div class="ttname"><a href="namespacearmnn.html#adf2e5515c4c36a3e7e46bb8b83c6754eaf3f6d0343d56ce88ce7958170ed05cb3">armnn::OutputShapeRounding::Floor</a></div><div class="ttdeci">@ Floor</div></div>
 <div class="ttc" id="astructarmnn_1_1_activation_descriptor_html_a6c7517bc11f580a0a443940bc5f81775"><div class="ttname"><a href="structarmnn_1_1_activation_descriptor.html#a6c7517bc11f580a0a443940bc5f81775">armnn::ActivationDescriptor::ActivationDescriptor</a></div><div class="ttdeci">ActivationDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00038">Descriptors.hpp:38</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_ac1fe174bbadfb39a2b636940c2e647c8"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">armnn::Pooling2dDescriptor::m_StrideY</a></div><div class="ttdeci">uint32_t m_StrideY</div><div class="ttdoc">Stride value when proceeding through input for the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00421">Descriptors.hpp:421</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_abf96ff8314156a991f72d107d4f325ce"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#abf96ff8314156a991f72d107d4f325ce">armnn::PadDescriptor::PadDescriptor</a></div><div class="ttdeci">PadDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01177">Descriptors.hpp:1177</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_abf96ff8314156a991f72d107d4f325ce"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#abf96ff8314156a991f72d107d4f325ce">armnn::PadDescriptor::PadDescriptor</a></div><div class="ttdeci">PadDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01198">Descriptors.hpp:1198</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a77b1d8701ac0e41b1d9d40eaacc79252"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a77b1d8701ac0e41b1d9d40eaacc79252">armnn::Pooling2dDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const Pooling2dDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00388">Descriptors.hpp:388</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_to_space_nd_descriptor_html_a02e143524aefddd40b485fcf7dea6696"><div class="ttname"><a href="structarmnn_1_1_batch_to_space_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">armnn::BatchToSpaceNdDescriptor::m_BlockShape</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_BlockShape</div><div class="ttdoc">Block shape values.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00898">Descriptors.hpp:898</a></div></div>
 <div class="ttc" id="a_deprecated_8hpp_html"><div class="ttname"><a href="_deprecated_8hpp.html">Deprecated.hpp</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html">armnn::ChannelShuffleDescriptor</a></div><div class="ttdoc">A ChannelShuffleDescriptor for the ChannelShuffle operator.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01541">Descriptors.hpp:1541</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a85e74c2aeaf6fc124e9582329a82d72b"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a85e74c2aeaf6fc124e9582329a82d72b">armnn::BatchMatMulDescriptor::GetPermuteVec</a></div><div class="ttdeci">static PermutationVector GetPermuteVec(DataLayout dataLayout, const TensorShape &amp;tensorShape)</div><div class="ttdoc">Static helper to get the axes which will be transposed.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00514">Descriptors.cpp:514</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::ResizeDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00993">Descriptors.hpp:993</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html">armnn::ChannelShuffleDescriptor</a></div><div class="ttdoc">A ChannelShuffleDescriptor for the ChannelShuffle operator.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01562">Descriptors.hpp:1562</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a85e74c2aeaf6fc124e9582329a82d72b"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a85e74c2aeaf6fc124e9582329a82d72b">armnn::BatchMatMulDescriptor::GetPermuteVec</a></div><div class="ttdeci">static PermutationVector GetPermuteVec(DataLayout dataLayout, const TensorShape &amp;tensorShape)</div><div class="ttdoc">Static helper to get the axes which will be transposed.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00522">Descriptors.cpp:522</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::ResizeDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01014">Descriptors.hpp:1014</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_ac18546ebbebbb32fe0a03baa9bf2c600"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">armnn::DepthwiseConvolution2dDescriptor::m_PadLeft</a></div><div class="ttdeci">uint32_t m_PadLeft</div><div class="ttdoc">Padding left value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00692">Descriptors.hpp:692</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_ac1fe174bbadfb39a2b636940c2e647c8"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">armnn::Convolution2dDescriptor::m_StrideY</a></div><div class="ttdeci">uint32_t m_StrideY</div><div class="ttdoc">Stride value when proceeding through input for the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00576">Descriptors.hpp:576</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a56b51f56cef50cdfa554258eecdab046"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">armnn::Pooling2dDescriptor::m_PadTop</a></div><div class="ttdeci">uint32_t m_PadTop</div><div class="ttdoc">Padding top value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00411">Descriptors.hpp:411</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a56b51f56cef50cdfa554258eecdab046"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">armnn::Convolution3dDescriptor::m_PadTop</a></div><div class="ttdeci">uint32_t m_PadTop</div><div class="ttdoc">Padding top value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00633">Descriptors.hpp:633</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_arg_min_max_descriptor_html_ab1ae6f520bb1a4da191a0ae907477f23"><div class="ttname"><a href="structarmnn_1_1_arg_min_max_descriptor.html#ab1ae6f520bb1a4da191a0ae907477f23">armnn::ArgMinMaxDescriptor::m_Function</a></div><div class="ttdeci">ArgMinMaxFunction m_Function</div><div class="ttdoc">Specify if the function is to find Min or Max.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00081">Descriptors.hpp:81</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_a02e143524aefddd40b485fcf7dea6696"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">armnn::SpaceToBatchNdDescriptor::m_BlockShape</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_BlockShape</div><div class="ttdoc">Block shape value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01045">Descriptors.hpp:1045</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_a02e143524aefddd40b485fcf7dea6696"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a02e143524aefddd40b485fcf7dea6696">armnn::SpaceToBatchNdDescriptor::m_BlockShape</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_BlockShape</div><div class="ttdoc">Block shape value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01066">Descriptors.hpp:1066</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_l2_normalization_descriptor_html_affc4fe96bd046f459ae712bd811b9d28"><div class="ttname"><a href="structarmnn_1_1_l2_normalization_descriptor.html#affc4fe96bd046f459ae712bd811b9d28">armnn::L2NormalizationDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const L2NormalizationDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00816">Descriptors.hpp:816</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a61081be1483984e33db452c75d569f51"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">armnn::StridedSliceDescriptor::m_BeginMask</a></div><div class="ttdeci">int32_t m_BeginMask</div><div class="ttdoc">Begin mask value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01329">Descriptors.hpp:1329</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_ad945fc98770356dd886a68e98a52e26b"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">armnn::BatchMatMulDescriptor::m_AdjointY</a></div><div class="ttdeci">bool m_AdjointY</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01597">Descriptors.hpp:1597</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a61081be1483984e33db452c75d569f51"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a61081be1483984e33db452c75d569f51">armnn::StridedSliceDescriptor::m_BeginMask</a></div><div class="ttdeci">int32_t m_BeginMask</div><div class="ttdoc">Begin mask value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01350">Descriptors.hpp:1350</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_ad945fc98770356dd886a68e98a52e26b"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#ad945fc98770356dd886a68e98a52e26b">armnn::BatchMatMulDescriptor::m_AdjointY</a></div><div class="ttdeci">bool m_AdjointY</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01618">Descriptors.hpp:1618</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_aa3c6a77a963a98ccb8ea7b8fd008a8c1"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#aa3c6a77a963a98ccb8ea7b8fd008a8c1">armnn::Convolution3dDescriptor::m_DilationX</a></div><div class="ttdeci">uint32_t m_DilationX</div><div class="ttdoc">Dilation along x axis.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00647">Descriptors.hpp:647</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_a14d24d90ab4ba2956e92e27890ba4c91"><div class="ttname"><a href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91">armnn::PaddingMode</a></div><div class="ttdeci">PaddingMode</div><div class="ttdoc">The padding mode controls whether the padding should be filled with constant values (Constant),...</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00199">Types.hpp:199</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a14d24d90ab4ba2956e92e27890ba4c91"><div class="ttname"><a href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91">armnn::PaddingMode</a></div><div class="ttdeci">PaddingMode</div><div class="ttdoc">The padding mode controls whether the padding should be filled with constant values (Constant),...</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00200">Types.hpp:200</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_aa9e49717ebdb741e8c767741647fc618"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">armnn::Convolution3dDescriptor::m_PadBottom</a></div><div class="ttdeci">uint32_t m_PadBottom</div><div class="ttdoc">Padding bottom value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00635">Descriptors.hpp:635</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html_acb329a5b427a3799f5e5c12f369a5fd5"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html#acb329a5b427a3799f5e5c12f369a5fd5">armnn::GatherDescriptor::GatherDescriptor</a></div><div class="ttdeci">GatherDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00946">Descriptors.hpp:946</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html_acb329a5b427a3799f5e5c12f369a5fd5"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html#acb329a5b427a3799f5e5c12f369a5fd5">armnn::GatherDescriptor::GatherDescriptor</a></div><div class="ttdeci">GatherDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00967">Descriptors.hpp:967</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_instance_normalization_descriptor_html_a4218cb8f0071de0300393c78e3900b80"><div class="ttname"><a href="structarmnn_1_1_instance_normalization_descriptor.html#a4218cb8f0071de0300393c78e3900b80">armnn::InstanceNormalizationDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const InstanceNormalizationDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00856">Descriptors.hpp:856</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a09e1f097944f61cc901240f9300364cf"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">armnn::QLstmDescriptor::m_InputIntermediateScale</a></div><div class="ttdeci">float m_InputIntermediateScale</div><div class="ttdoc">Input intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01405">Descriptors.hpp:1405</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_ae7e8cbf71db6a490789ca6dcaa8deeae"><div class="ttname"><a href="namespacearmnn.html#ae7e8cbf71db6a490789ca6dcaa8deeae">armnn::ArgMinMaxFunction</a></div><div class="ttdeci">ArgMinMaxFunction</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00102">Types.hpp:102</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a09e1f097944f61cc901240f9300364cf"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">armnn::QLstmDescriptor::m_InputIntermediateScale</a></div><div class="ttdeci">float m_InputIntermediateScale</div><div class="ttdoc">Input intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01426">Descriptors.hpp:1426</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_ae7e8cbf71db6a490789ca6dcaa8deeae"><div class="ttname"><a href="namespacearmnn.html#ae7e8cbf71db6a490789ca6dcaa8deeae">armnn::ArgMinMaxFunction</a></div><div class="ttdeci">ArgMinMaxFunction</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00103">Types.hpp:103</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_ab509802c659de19929f18bad14a35c58"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#ab509802c659de19929f18bad14a35c58">armnn::DetectionPostProcessDescriptor::m_ScaleW</a></div><div class="ttdeci">float m_ScaleW</div><div class="ttdoc">Center size encoding scale weight.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00763">Descriptors.hpp:763</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a09e1f097944f61cc901240f9300364cf"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">armnn::LstmDescriptor::m_InputIntermediateScale</a></div><div class="ttdeci">float m_InputIntermediateScale</div><div class="ttdoc">Input intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01135">Descriptors.hpp:1135</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html">armnn::StackDescriptor</a></div><div class="ttdoc">A StackDescriptor for the StackLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01230">Descriptors.hpp:1230</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_a2b4d1e836dadf7f093ac47a42bb875de"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#a2b4d1e836dadf7f093ac47a42bb875de">armnn::SpaceToDepthDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const SpaceToDepthDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01065">Descriptors.hpp:1065</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a3f7f9ecbcc21de1bf2090474c6360014"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a3f7f9ecbcc21de1bf2090474c6360014">armnn::LstmDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const LstmDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01100">Descriptors.hpp:1100</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_fused_descriptor_html_ae1331e1a851068243183fce2040d566d"><div class="ttname"><a href="structarmnn_1_1_fused_descriptor.html#ae1331e1a851068243183fce2040d566d">armnn::FusedDescriptor::FusedDescriptor</a></div><div class="ttdeci">FusedDescriptor(unsigned int numInputSlots=4u, unsigned int numOutputSlots=2u, FusedKernelType fusedType=FusedKernelType::AddMulAdd)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00946">Descriptors.hpp:946</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a09e1f097944f61cc901240f9300364cf"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a09e1f097944f61cc901240f9300364cf">armnn::LstmDescriptor::m_InputIntermediateScale</a></div><div class="ttdeci">float m_InputIntermediateScale</div><div class="ttdoc">Input intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01156">Descriptors.hpp:1156</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html">armnn::StackDescriptor</a></div><div class="ttdoc">A StackDescriptor for the StackLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01251">Descriptors.hpp:1251</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_broadcast_to_descriptor_html_ac1797a73147140b6c9d72c2d353a9e8a"><div class="ttname"><a href="structarmnn_1_1_broadcast_to_descriptor.html#ac1797a73147140b6c9d72c2d353a9e8a">armnn::BroadcastToDescriptor::BroadcastToDescriptor</a></div><div class="ttdeci">BroadcastToDescriptor(const TensorShape &amp;shape)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01665">Descriptors.hpp:1665</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_a2b4d1e836dadf7f093ac47a42bb875de"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#a2b4d1e836dadf7f093ac47a42bb875de">armnn::SpaceToDepthDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const SpaceToDepthDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01086">Descriptors.hpp:1086</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a3f7f9ecbcc21de1bf2090474c6360014"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a3f7f9ecbcc21de1bf2090474c6360014">armnn::LstmDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const LstmDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01121">Descriptors.hpp:1121</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a5164336f6a1b15be0d434a6bbf7289da"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a5164336f6a1b15be0d434a6bbf7289da">armnn::Pooling3dDescriptor::m_StrideZ</a></div><div class="ttdeci">uint32_t m_StrideZ</div><div class="ttdoc">Stride value when proceeding through input for the depth dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00497">Descriptors.hpp:497</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_aa7a846e189c37a6092fbf10e90110dc9"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#aa7a846e189c37a6092fbf10e90110dc9">armnn::SpaceToBatchNdDescriptor::SpaceToBatchNdDescriptor</a></div><div class="ttdeci">SpaceToBatchNdDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01024">Descriptors.hpp:1024</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_aa7a846e189c37a6092fbf10e90110dc9"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#aa7a846e189c37a6092fbf10e90110dc9">armnn::SpaceToBatchNdDescriptor::SpaceToBatchNdDescriptor</a></div><div class="ttdeci">SpaceToBatchNdDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01045">Descriptors.hpp:1045</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_aa70c05f1aad12fbd9d9ec43ea4557b03"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#aa70c05f1aad12fbd9d9ec43ea4557b03">armnn::NormalizationDescriptor::m_NormSize</a></div><div class="ttdeci">uint32_t m_NormSize</div><div class="ttdoc">Depth radius value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00797">Descriptors.hpp:797</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html_aea3531289053bee43ddc7c7941982864"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html#aea3531289053bee43ddc7c7941982864">armnn::TileDescriptor::TileDescriptor</a></div><div class="ttdeci">TileDescriptor(std::vector&lt; uint32_t &gt; multiples)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01625">Descriptors.hpp:1625</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_broadcast_to_descriptor_html_aa81561fd893971458da01dd94c04ef4e"><div class="ttname"><a href="structarmnn_1_1_broadcast_to_descriptor.html#aa81561fd893971458da01dd94c04ef4e">armnn::BroadcastToDescriptor::m_BroadcastToShape</a></div><div class="ttdeci">TensorShape m_BroadcastToShape</div><div class="ttdoc">Target shape value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01675">Descriptors.hpp:1675</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html_aea3531289053bee43ddc7c7941982864"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html#aea3531289053bee43ddc7c7941982864">armnn::TileDescriptor::TileDescriptor</a></div><div class="ttdeci">TileDescriptor(std::vector&lt; uint32_t &gt; multiples)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01646">Descriptors.hpp:1646</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a6d8fb685cc1ff224f25aa127fcf62c86"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a6d8fb685cc1ff224f25aa127fcf62c86">armnn::Pooling2dDescriptor::m_PoolWidth</a></div><div class="ttdeci">uint32_t m_PoolWidth</div><div class="ttdoc">Pooling width value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00415">Descriptors.hpp:415</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_aed6086070440ceb94129bef06f70173f"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">armnn::StandInDescriptor::m_NumInputs</a></div><div class="ttdeci">uint32_t m_NumInputs</div><div class="ttdoc">Number of input tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01276">Descriptors.hpp:1276</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_a2da4db0140d1a6dc69c9c82e9ef5379e"><div class="ttname"><a href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379e">armnn::LogicalBinaryOperation</a></div><div class="ttdeci">LogicalBinaryOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00118">Types.hpp:118</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_ad2246752a0ac080cfa2e815c6528acf9"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ad2246752a0ac080cfa2e815c6528acf9">armnn::TransposeConvolution2dDescriptor::TransposeConvolution2dDescriptor</a></div><div class="ttdeci">TransposeConvolution2dDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01421">Descriptors.hpp:1421</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_aed6086070440ceb94129bef06f70173f"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#aed6086070440ceb94129bef06f70173f">armnn::StandInDescriptor::m_NumInputs</a></div><div class="ttdeci">uint32_t m_NumInputs</div><div class="ttdoc">Number of input tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01297">Descriptors.hpp:1297</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a2da4db0140d1a6dc69c9c82e9ef5379e"><div class="ttname"><a href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379e">armnn::LogicalBinaryOperation</a></div><div class="ttdeci">LogicalBinaryOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00119">Types.hpp:119</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_ad2246752a0ac080cfa2e815c6528acf9"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ad2246752a0ac080cfa2e815c6528acf9">armnn::TransposeConvolution2dDescriptor::TransposeConvolution2dDescriptor</a></div><div class="ttdeci">TransposeConvolution2dDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01442">Descriptors.hpp:1442</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::Pooling3dDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCDHW, NDHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00503">Descriptors.hpp:503</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_afa0b84fc29f09035aefda7f27f7acef2"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#afa0b84fc29f09035aefda7f27f7acef2">armnn::ResizeDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ResizeDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00975">Descriptors.hpp:975</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_afa0b84fc29f09035aefda7f27f7acef2"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#afa0b84fc29f09035aefda7f27f7acef2">armnn::ResizeDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ResizeDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00996">Descriptors.hpp:996</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_ac18546ebbebbb32fe0a03baa9bf2c600"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">armnn::Convolution2dDescriptor::m_PadLeft</a></div><div class="ttdeci">uint32_t m_PadLeft</div><div class="ttdoc">Padding left value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00566">Descriptors.hpp:566</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_to_space_nd_descriptor_html_a3941f674c071c9503e00d2b59e92e454"><div class="ttname"><a href="structarmnn_1_1_batch_to_space_nd_descriptor.html#a3941f674c071c9503e00d2b59e92e454">armnn::BatchToSpaceNdDescriptor::m_Crops</a></div><div class="ttdeci">std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt; &gt; m_Crops</div><div class="ttdoc">The values to crop from the input dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00900">Descriptors.hpp:900</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_aae0893695f5803a3517985c7cb1ccb2e"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#aae0893695f5803a3517985c7cb1ccb2e">armnn::ViewsDescriptor::SetViewSize</a></div><div class="ttdeci">Status SetViewSize(uint32_t view, uint32_t coord, uint32_t value)</div><div class="ttdoc">Set the size of the views.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00315">Descriptors.cpp:315</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_afb634876abc8d09178cf2af0f2ca984d"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#afb634876abc8d09178cf2af0f2ca984d">armnn::StandInDescriptor::StandInDescriptor</a></div><div class="ttdeci">StandInDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01262">Descriptors.hpp:1262</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_aae0893695f5803a3517985c7cb1ccb2e"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#aae0893695f5803a3517985c7cb1ccb2e">armnn::ViewsDescriptor::SetViewSize</a></div><div class="ttdeci">Status SetViewSize(uint32_t view, uint32_t coord, uint32_t value)</div><div class="ttdoc">Set the size of the views.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00321">Descriptors.cpp:321</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_afb634876abc8d09178cf2af0f2ca984d"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#afb634876abc8d09178cf2af0f2ca984d">armnn::StandInDescriptor::StandInDescriptor</a></div><div class="ttdeci">StandInDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01283">Descriptors.hpp:1283</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_ac1fe174bbadfb39a2b636940c2e647c8"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">armnn::DepthwiseConvolution2dDescriptor::m_StrideY</a></div><div class="ttdeci">uint32_t m_StrideY</div><div class="ttdoc">Stride value when proceeding through input for the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00702">Descriptors.hpp:702</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_a302b688d88dd73cde0fb1faef6679907"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#a302b688d88dd73cde0fb1faef6679907">armnn::Convolution2dDescriptor::m_DilationY</a></div><div class="ttdeci">uint32_t m_DilationY</div><div class="ttdoc">Dilation along y axis.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00580">Descriptors.hpp:580</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html_a6be5287e50fca444cd42986e47ab75db"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html#a6be5287e50fca444cd42986e47ab75db">armnn::PreCompiledDescriptor::PreCompiledDescriptor</a></div><div class="ttdeci">PreCompiledDescriptor(unsigned int numInputSlots=1u, unsigned int numOutputSlots=1u)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01348">Descriptors.hpp:1348</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_ac6edc657f681c74f48d0ce16b26d2e49"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#ac6edc657f681c74f48d0ce16b26d2e49">armnn::StackDescriptor::StackDescriptor</a></div><div class="ttdeci">StackDescriptor(uint32_t axis, uint32_t numInputs, const TensorShape &amp;inputShape)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01238">Descriptors.hpp:1238</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html_a6be5287e50fca444cd42986e47ab75db"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html#a6be5287e50fca444cd42986e47ab75db">armnn::PreCompiledDescriptor::PreCompiledDescriptor</a></div><div class="ttdeci">PreCompiledDescriptor(unsigned int numInputSlots=1u, unsigned int numOutputSlots=1u)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01369">Descriptors.hpp:1369</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_ac6edc657f681c74f48d0ce16b26d2e49"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#ac6edc657f681c74f48d0ce16b26d2e49">armnn::StackDescriptor::StackDescriptor</a></div><div class="ttdeci">StackDescriptor(uint32_t axis, uint32_t numInputs, const TensorShape &amp;inputShape)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01259">Descriptors.hpp:1259</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_aa9e49717ebdb741e8c767741647fc618"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">armnn::Pooling3dDescriptor::m_PadBottom</a></div><div class="ttdeci">uint32_t m_PadBottom</div><div class="ttdoc">Padding bottom value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00481">Descriptors.hpp:481</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_a9ae2c9796692ebeafe19a4d3f09c8ea8"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#a9ae2c9796692ebeafe19a4d3f09c8ea8">armnn::DetectionPostProcessDescriptor::m_MaxClassesPerDetection</a></div><div class="ttdeci">uint32_t m_MaxClassesPerDetection</div><div class="ttdoc">Maximum numbers of classes per detection, used in Fast NMS.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00747">Descriptors.hpp:747</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_ad9574a414b3dcf582f8e02245df2222a"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#ad9574a414b3dcf582f8e02245df2222a">armnn::Convolution3dDescriptor::Convolution3dDescriptor</a></div><div class="ttdeci">Convolution3dDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00590">Descriptors.hpp:590</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_normalization_descriptor_html_aefba12eed94174fb6eaeb78b6eaf7e59"><div class="ttname"><a href="structarmnn_1_1_batch_normalization_descriptor.html#aefba12eed94174fb6eaeb78b6eaf7e59">armnn::BatchNormalizationDescriptor::BatchNormalizationDescriptor</a></div><div class="ttdeci">BatchNormalizationDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00830">Descriptors.hpp:830</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a0477ee1b44ace6090119178eea78cb0b"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">armnn::QLstmDescriptor::m_CellIntermediateScale</a></div><div class="ttdeci">float m_CellIntermediateScale</div><div class="ttdoc">Cell intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01409">Descriptors.hpp:1409</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a0477ee1b44ace6090119178eea78cb0b"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">armnn::QLstmDescriptor::m_CellIntermediateScale</a></div><div class="ttdeci">float m_CellIntermediateScale</div><div class="ttdoc">Cell intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01430">Descriptors.hpp:1430</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_a05945f080edf694b631960728b87aadb"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#a05945f080edf694b631960728b87aadb">armnn::NormalizationDescriptor::m_NormMethodType</a></div><div class="ttdeci">NormalizationAlgorithmMethod m_NormMethodType</div><div class="ttdoc">Normalization method algorithm to use (LocalBrightness, LocalContrast).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00795">Descriptors.hpp:795</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_null_descriptor_html_ad7c0bdb2b6e538d8f75596d8cdb633c6"><div class="ttname"><a href="structarmnn_1_1_null_descriptor.html#ad7c0bdb2b6e538d8f75596d8cdb633c6">armnn::NullDescriptor::IsNull</a></div><div class="ttdeci">bool IsNull() const override</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00032">Descriptors.hpp:32</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html_a3df6ab97c762dabddea5ca5d930e10fd"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html#a3df6ab97c762dabddea5ca5d930e10fd">armnn::LogicalBinaryDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const LogicalBinaryDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01507">Descriptors.hpp:1507</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html_a3df6ab97c762dabddea5ca5d930e10fd"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html#a3df6ab97c762dabddea5ca5d930e10fd">armnn::LogicalBinaryDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const LogicalBinaryDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01528">Descriptors.hpp:1528</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fully_connected_descriptor_html_ab70cd7344da13580556ea1af358a8a8b"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.html#ab70cd7344da13580556ea1af358a8a8b">armnn::FullyConnectedDescriptor::FullyConnectedDescriptor</a></div><div class="ttdeci">FullyConnectedDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00509">Descriptors.hpp:509</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_aec7ab932e134bb3f0955a80014df3e6e"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#aec7ab932e134bb3f0955a80014df3e6e">armnn::QLstmDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const QLstmDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01376">Descriptors.hpp:1376</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_aa9e49717ebdb741e8c767741647fc618"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">armnn::TransposeConvolution2dDescriptor::m_PadBottom</a></div><div class="ttdeci">uint32_t m_PadBottom</div><div class="ttdoc">Padding bottom value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01454">Descriptors.hpp:1454</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_aec7ab932e134bb3f0955a80014df3e6e"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#aec7ab932e134bb3f0955a80014df3e6e">armnn::QLstmDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const QLstmDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01397">Descriptors.hpp:1397</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_aa9e49717ebdb741e8c767741647fc618"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">armnn::TransposeConvolution2dDescriptor::m_PadBottom</a></div><div class="ttdeci">uint32_t m_PadBottom</div><div class="ttdoc">Padding bottom value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01475">Descriptors.hpp:1475</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_ac1fe174bbadfb39a2b636940c2e647c8"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">armnn::Pooling3dDescriptor::m_StrideY</a></div><div class="ttdeci">uint32_t m_StrideY</div><div class="ttdoc">Stride value when proceeding through input for the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00495">Descriptors.hpp:495</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fully_connected_descriptor_html_a81499fc0c8844290c0f273b6c5e184a1"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.html#a81499fc0c8844290c0f273b6c5e184a1">armnn::FullyConnectedDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const FullyConnectedDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00515">Descriptors.hpp:515</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_abe18a5033f2ab9c0de82c676b48f5437a810f43f3996922151c39b76143faeecc"><div class="ttname"><a href="namespacearmnn.html#abe18a5033f2ab9c0de82c676b48f5437a810f43f3996922151c39b76143faeecc">armnn::NormalizationAlgorithmChannel::Across</a></div><div class="ttdeci">@ Across</div></div>
-<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_aa57c67b1da0011b1abb30170146e870f"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">armnn::ReduceDescriptor::m_ReduceOperation</a></div><div class="ttdeci">ReduceOperation m_ReduceOperation</div><div class="ttdoc">Specifies the reduction operation to execute.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01537">Descriptors.hpp:1537</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_aa57c67b1da0011b1abb30170146e870f"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#aa57c67b1da0011b1abb30170146e870f">armnn::ReduceDescriptor::m_ReduceOperation</a></div><div class="ttdeci">ReduceOperation m_ReduceOperation</div><div class="ttdoc">Specifies the reduction operation to execute.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01558">Descriptors.hpp:1558</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html_aeb67c9588f5a9eadc6453e3a4c8889d3"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html#aeb67c9588f5a9eadc6453e3a4c8889d3">armnn::PreCompiledDescriptor::~PreCompiledDescriptor</a></div><div class="ttdeci">~PreCompiledDescriptor()=default</div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_afc4731b55776f71af1e14c799c6e6e2c"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#afc4731b55776f71af1e14c799c6e6e2c">armnn::StridedSliceDescriptor::GetStopForAxis</a></div><div class="ttdeci">int GetStopForAxis(const TensorShape &amp;inputShape, unsigned int axis, int startForAxis) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00411">Descriptors.cpp:411</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html_aebc22128191c14a59356453600833344"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html#aebc22128191c14a59356453600833344">armnn::PreCompiledDescriptor::m_NumInputSlots</a></div><div class="ttdeci">unsigned int m_NumInputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01354">Descriptors.hpp:1354</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_a28e0548abfc4e79c48f29a3d11a062e9"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">armnn::MeanDescriptor::m_KeepDims</a></div><div class="ttdeci">bool m_KeepDims</div><div class="ttdoc">Enable/disable keep dimensions. If true, then the reduced dimensions that are of length 1 are kept.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01171">Descriptors.hpp:1171</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_afc4731b55776f71af1e14c799c6e6e2c"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#afc4731b55776f71af1e14c799c6e6e2c">armnn::StridedSliceDescriptor::GetStopForAxis</a></div><div class="ttdeci">int GetStopForAxis(const TensorShape &amp;inputShape, unsigned int axis, int startForAxis) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00419">Descriptors.cpp:419</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html_aebc22128191c14a59356453600833344"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html#aebc22128191c14a59356453600833344">armnn::PreCompiledDescriptor::m_NumInputSlots</a></div><div class="ttdeci">unsigned int m_NumInputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01375">Descriptors.hpp:1375</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a52d63dc326ef2e2d373217b84ac4a402a6708d958187e663fd689cdad2b55b818"><div class="ttname"><a href="namespacearmnn.html#a52d63dc326ef2e2d373217b84ac4a402a6708d958187e663fd689cdad2b55b818">armnn::FusedKernelType::AddMulAdd</a></div><div class="ttdeci">@ AddMulAdd</div></div>
+<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_a28e0548abfc4e79c48f29a3d11a062e9"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">armnn::MeanDescriptor::m_KeepDims</a></div><div class="ttdeci">bool m_KeepDims</div><div class="ttdoc">Enable/disable keep dimensions. If true, then the reduced dimensions that are of length 1 are kept.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01192">Descriptors.hpp:1192</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_permute_descriptor_html_abaafe52396509f67f8cde6578c75df01"><div class="ttname"><a href="structarmnn_1_1_permute_descriptor.html#abaafe52396509f67f8cde6578c75df01">armnn::PermuteDescriptor::PermuteDescriptor</a></div><div class="ttdeci">PermuteDescriptor(const PermutationVector &amp;dimMappings)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00155">Descriptors.hpp:155</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html_a66ec23a1fc5e43a66c07e593f68e3188"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html#a66ec23a1fc5e43a66c07e593f68e3188">armnn::GatherDescriptor::GatherDescriptor</a></div><div class="ttdeci">GatherDescriptor(int32_t axis)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00950">Descriptors.hpp:950</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html_a66ec23a1fc5e43a66c07e593f68e3188"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html#a66ec23a1fc5e43a66c07e593f68e3188">armnn::GatherDescriptor::GatherDescriptor</a></div><div class="ttdeci">GatherDescriptor(int32_t axis)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00971">Descriptors.hpp:971</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ad1d5cce2d9e9a5d61c243e5c989112e0a4dd0194b114cbf51da5b3a72569863ef"><div class="ttname"><a href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a4dd0194b114cbf51da5b3a72569863ef">armnn::DataLayout::NDHWC</a></div><div class="ttdeci">@ NDHWC</div></div>
 <div class="ttc" id="astructarmnn_1_1_fill_descriptor_html_ab3ebc5cf4a617d43371a4cb7fecdeb32"><div class="ttname"><a href="structarmnn_1_1_fill_descriptor.html#ab3ebc5cf4a617d43371a4cb7fecdeb32">armnn::FillDescriptor::m_Value</a></div><div class="ttdeci">float m_Value</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00940">Descriptors.hpp:940</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_binary_descriptor_html_a166111e14bbfab0d31bd69540ca290b5"><div class="ttname"><a href="structarmnn_1_1_elementwise_binary_descriptor.html#a166111e14bbfab0d31bd69540ca290b5">armnn::ElementwiseBinaryDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ElementwiseBinaryDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00119">Descriptors.hpp:119</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_binary_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_elementwise_binary_descriptor.html">armnn::ElementwiseBinaryDescriptor</a></div><div class="ttdoc">A ElementwiseBinaryDescriptor for the ElementwiseBinaryLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00109">Descriptors.hpp:109</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a3c1ab47a0a319413b3a4b5757ed5b80b"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a3c1ab47a0a319413b3a4b5757ed5b80b">armnn::ViewsDescriptor::GetViewSizes</a></div><div class="ttdeci">const uint32_t * GetViewSizes(uint32_t idx) const</div><div class="ttdoc">Get the view sizes at the int value idx.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00340">Descriptors.cpp:340</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html_a08d0e3a8b7b074f7c101366f0d431c47"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html#a08d0e3a8b7b074f7c101366f0d431c47">armnn::TransposeDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const TransposeDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01479">Descriptors.hpp:1479</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a2b125117aa61f9baf3a9cb8658aa61a2"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a2b125117aa61f9baf3a9cb8658aa61a2">armnn::ViewsDescriptor::SetViewOriginCoord</a></div><div class="ttdeci">Status SetViewOriginCoord(uint32_t view, uint32_t coord, uint32_t value)</div><div class="ttdoc">@Brief Set the view origin coordinates.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00310">Descriptors.cpp:310</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a3c1ab47a0a319413b3a4b5757ed5b80b"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a3c1ab47a0a319413b3a4b5757ed5b80b">armnn::ViewsDescriptor::GetViewSizes</a></div><div class="ttdeci">const uint32_t * GetViewSizes(uint32_t idx) const</div><div class="ttdoc">Get the view sizes at the int value idx.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00346">Descriptors.cpp:346</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html_a08d0e3a8b7b074f7c101366f0d431c47"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html#a08d0e3a8b7b074f7c101366f0d431c47">armnn::TransposeDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const TransposeDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01500">Descriptors.hpp:1500</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a2b125117aa61f9baf3a9cb8658aa61a2"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a2b125117aa61f9baf3a9cb8658aa61a2">armnn::ViewsDescriptor::SetViewOriginCoord</a></div><div class="ttdeci">Status SetViewOriginCoord(uint32_t view, uint32_t coord, uint32_t value)</div><div class="ttdoc">@Brief Set the view origin coordinates.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00316">Descriptors.cpp:316</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a0031997bf43bd2747656c31e4977793a"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a0031997bf43bd2747656c31e4977793a">armnn::Pooling3dDescriptor::m_PoolType</a></div><div class="ttdeci">PoolingAlgorithm m_PoolType</div><div class="ttdoc">The pooling algorithm to use (Max. Average, L2).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00473">Descriptors.hpp:473</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a869254cb56968986a78a79e1d6d4a86b"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">armnn::ResizeDescriptor::m_Method</a></div><div class="ttdeci">ResizeMethod m_Method</div><div class="ttdoc">The Interpolation method to use (Bilinear, NearestNeighbor).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00991">Descriptors.hpp:991</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_a85f98c94e11f65a6b73f831735c040f3"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">armnn::SpaceToBatchNdDescriptor::m_PadList</a></div><div class="ttdeci">std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt; &gt; m_PadList</div><div class="ttdoc">Specifies the padding values for the input dimension: heightPad{top, bottom} widthPad{left,...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01048">Descriptors.hpp:1048</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_aeb36ba495f90f46580887217835290ba"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#aeb36ba495f90f46580887217835290ba">armnn::MeanDescriptor::MeanDescriptor</a></div><div class="ttdeci">MeanDescriptor(const std::vector&lt; unsigned int &gt; &amp;axis, bool keepDims)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01158">Descriptors.hpp:1158</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a2837b4396f20c956952d1a7286cab5f8"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">armnn::LstmDescriptor::m_PeepholeEnabled</a></div><div class="ttdeci">bool m_PeepholeEnabled</div><div class="ttdoc">Enable/disable peephole.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01127">Descriptors.hpp:1127</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_a869254cb56968986a78a79e1d6d4a86b"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#a869254cb56968986a78a79e1d6d4a86b">armnn::ResizeDescriptor::m_Method</a></div><div class="ttdeci">ResizeMethod m_Method</div><div class="ttdoc">The Interpolation method to use (Bilinear, NearestNeighbor).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01012">Descriptors.hpp:1012</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_a85f98c94e11f65a6b73f831735c040f3"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">armnn::SpaceToBatchNdDescriptor::m_PadList</a></div><div class="ttdeci">std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt; &gt; m_PadList</div><div class="ttdoc">Specifies the padding values for the input dimension: heightPad{top, bottom} widthPad{left,...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01069">Descriptors.hpp:1069</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_aeb36ba495f90f46580887217835290ba"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#aeb36ba495f90f46580887217835290ba">armnn::MeanDescriptor::MeanDescriptor</a></div><div class="ttdeci">MeanDescriptor(const std::vector&lt; unsigned int &gt; &amp;axis, bool keepDims)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01179">Descriptors.hpp:1179</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a2837b4396f20c956952d1a7286cab5f8"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">armnn::LstmDescriptor::m_PeepholeEnabled</a></div><div class="ttdeci">bool m_PeepholeEnabled</div><div class="ttdoc">Enable/disable peephole.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01148">Descriptors.hpp:1148</a></div></div>
 <div class="ttc" id="aclassarmnn_1_1_tensor_shape_html"><div class="ttname"><a href="classarmnn_1_1_tensor_shape.html">armnn::TensorShape</a></div><div class="ttdef"><b>Definition:</b> <a href="_tensor_8hpp_source.html#l00020">Tensor.hpp:20</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a002bc30e590d78cbb4f4d12171055ca7"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">armnn::Convolution3dDescriptor::m_PadRight</a></div><div class="ttdeci">uint32_t m_PadRight</div><div class="ttdoc">Padding right value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00631">Descriptors.hpp:631</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_afe1f0f09d49ad2befc01f8789187b7dd"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#afe1f0f09d49ad2befc01f8789187b7dd">armnn::NormalizationDescriptor::m_NormChannelType</a></div><div class="ttdeci">NormalizationAlgorithmChannel m_NormChannelType</div><div class="ttdoc">Normalization channel algorithm to use (Across, Within).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00793">Descriptors.hpp:793</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_a8adc7995fc87683fb9a99b3a161904c6"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#a8adc7995fc87683fb9a99b3a161904c6">armnn::NormalizationDescriptor::NormalizationDescriptor</a></div><div class="ttdeci">NormalizationDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00771">Descriptors.hpp:771</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_ab297e72fab7f2ebba2ffd05b11bfbf7a"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#ab297e72fab7f2ebba2ffd05b11bfbf7a">armnn::Convolution2dDescriptor::Convolution2dDescriptor</a></div><div class="ttdeci">Convolution2dDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00536">Descriptors.hpp:536</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_aed6086070440ceb94129bef06f70173f"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">armnn::StackDescriptor::m_NumInputs</a></div><div class="ttdeci">uint32_t m_NumInputs</div><div class="ttdoc">Number of input tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01254">Descriptors.hpp:1254</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a86e88bef0df4df96df752b4b8955a3af"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">armnn::LstmDescriptor::m_ClippingThresProj</a></div><div class="ttdeci">float m_ClippingThresProj</div><div class="ttdoc">Clipping threshold value for the projection.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01123">Descriptors.hpp:1123</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_fused_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_fused_descriptor.html">armnn::FusedDescriptor</a></div><div class="ttdoc">A FusedDescriptor for the FusedLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00944">Descriptors.hpp:944</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_aed6086070440ceb94129bef06f70173f"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#aed6086070440ceb94129bef06f70173f">armnn::StackDescriptor::m_NumInputs</a></div><div class="ttdeci">uint32_t m_NumInputs</div><div class="ttdoc">Number of input tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01275">Descriptors.hpp:1275</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a86e88bef0df4df96df752b4b8955a3af"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a86e88bef0df4df96df752b4b8955a3af">armnn::LstmDescriptor::m_ClippingThresProj</a></div><div class="ttdeci">float m_ClippingThresProj</div><div class="ttdoc">Clipping threshold value for the projection.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01144">Descriptors.hpp:1144</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_a5cfc12c95893da682e3bb526a81e7864"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#a5cfc12c95893da682e3bb526a81e7864">armnn::DepthwiseConvolution2dDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const DepthwiseConvolution2dDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00674">Descriptors.hpp:674</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a6d8fb685cc1ff224f25aa127fcf62c86"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a6d8fb685cc1ff224f25aa127fcf62c86">armnn::Pooling3dDescriptor::m_PoolWidth</a></div><div class="ttdeci">uint32_t m_PoolWidth</div><div class="ttdoc">Pooling width value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00487">Descriptors.hpp:487</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::StridedSliceDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01342">Descriptors.hpp:1342</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_a826e54f294176588e4f53cf4c4d33734"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#a826e54f294176588e4f53cf4c4d33734">armnn::StackDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const StackDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01244">Descriptors.hpp:1244</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::StridedSliceDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01363">Descriptors.hpp:1363</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_a826e54f294176588e4f53cf4c4d33734"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#a826e54f294176588e4f53cf4c4d33734">armnn::StackDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const StackDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01265">Descriptors.hpp:1265</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::Pooling2dDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00427">Descriptors.hpp:427</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_a62938964ffd34d5af3f2d56ca1183b18"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#a62938964ffd34d5af3f2d56ca1183b18">armnn::Convolution2dDescriptor::GetNumInputs</a></div><div class="ttdeci">uint32_t GetNumInputs() const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00461">Descriptors.cpp:461</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_a62938964ffd34d5af3f2d56ca1183b18"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#a62938964ffd34d5af3f2d56ca1183b18">armnn::Convolution2dDescriptor::GetNumInputs</a></div><div class="ttdeci">uint32_t GetNumInputs() const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00469">Descriptors.cpp:469</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_a302b688d88dd73cde0fb1faef6679907"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#a302b688d88dd73cde0fb1faef6679907">armnn::DepthwiseConvolution2dDescriptor::m_DilationY</a></div><div class="ttdeci">uint32_t m_DilationY</div><div class="ttdoc">Dilation factor value for height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00706">Descriptors.hpp:706</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_aa9e49717ebdb741e8c767741647fc618"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">armnn::Pooling2dDescriptor::m_PadBottom</a></div><div class="ttdeci">uint32_t m_PadBottom</div><div class="ttdoc">Padding bottom value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00413">Descriptors.hpp:413</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a109d4dc452ce677b1e0791cb2a6b781e"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a109d4dc452ce677b1e0791cb2a6b781e">armnn::ViewsDescriptor::GetAxis</a></div><div class="ttdeci">int32_t GetAxis() const</div><div class="ttdoc">Get the axis value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00373">Descriptors.cpp:373</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a109d4dc452ce677b1e0791cb2a6b781e"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a109d4dc452ce677b1e0791cb2a6b781e">armnn::ViewsDescriptor::GetAxis</a></div><div class="ttdeci">int32_t GetAxis() const</div><div class="ttdoc">Get the axis value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00381">Descriptors.cpp:381</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a8c29d6ea9b4186d69aad5961c910939c"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a8c29d6ea9b4186d69aad5961c910939c">armnn::Pooling3dDescriptor::m_PaddingMethod</a></div><div class="ttdeci">PaddingMethod m_PaddingMethod</div><div class="ttdoc">The padding method to be used. (Exclude, IgnoreValue).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00501">Descriptors.hpp:501</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a002bc30e590d78cbb4f4d12171055ca7"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">armnn::Pooling2dDescriptor::m_PadRight</a></div><div class="ttdeci">uint32_t m_PadRight</div><div class="ttdoc">Padding right value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00409">Descriptors.hpp:409</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_to_space_nd_descriptor_html_a2b53a866f5baae6a357bf034019e0ff3"><div class="ttname"><a href="structarmnn_1_1_batch_to_space_nd_descriptor.html#a2b53a866f5baae6a357bf034019e0ff3">armnn::BatchToSpaceNdDescriptor::BatchToSpaceNdDescriptor</a></div><div class="ttdeci">BatchToSpaceNdDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00877">Descriptors.hpp:877</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fully_connected_descriptor_html_aea202e14d8874cefd9a0f778022b7e25"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">armnn::FullyConnectedDescriptor::m_BiasEnabled</a></div><div class="ttdeci">bool m_BiasEnabled</div><div class="ttdoc">Enable/disable bias.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00526">Descriptors.hpp:526</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_af714290740c651092629e45cf692fc1a"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#af714290740c651092629e45cf692fc1a">armnn::OriginsDescriptor::operator=</a></div><div class="ttdeci">OriginsDescriptor &amp; operator=(OriginsDescriptor rhs)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00129">Descriptors.cpp:129</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_permute_descriptor_html_a515ce4ad34d652a553e685ff9abecb33"><div class="ttname"><a href="structarmnn_1_1_permute_descriptor.html#a515ce4ad34d652a553e685ff9abecb33">armnn::PermuteDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const PermuteDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00159">Descriptors.hpp:159</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html_a32c95d929d2e2e0fa7fc1a3a25865eb0"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">armnn::LogicalBinaryDescriptor::m_Operation</a></div><div class="ttdeci">LogicalBinaryOperation m_Operation</div><div class="ttdoc">Specifies the logical operation to execute.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01513">Descriptors.hpp:1513</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html">armnn::PadDescriptor</a></div><div class="ttdoc">A PadDescriptor for the PadLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01175">Descriptors.hpp:1175</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html">armnn::TransposeDescriptor</a></div><div class="ttdoc">A TransposeDescriptor for the TransposeLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01469">Descriptors.hpp:1469</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html_a32c95d929d2e2e0fa7fc1a3a25865eb0"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html#a32c95d929d2e2e0fa7fc1a3a25865eb0">armnn::LogicalBinaryDescriptor::m_Operation</a></div><div class="ttdeci">LogicalBinaryOperation m_Operation</div><div class="ttdoc">Specifies the logical operation to execute.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01534">Descriptors.hpp:1534</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html">armnn::PadDescriptor</a></div><div class="ttdoc">A PadDescriptor for the PadLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01196">Descriptors.hpp:1196</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html">armnn::TransposeDescriptor</a></div><div class="ttdoc">A TransposeDescriptor for the TransposeLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01490">Descriptors.hpp:1490</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a16543bce17aa2e4d6e81c88f74227192"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a16543bce17aa2e4d6e81c88f74227192">armnn::Convolution3dDescriptor::m_DilationZ</a></div><div class="ttdeci">uint32_t m_DilationZ</div><div class="ttdoc">Dilation along z axis.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00651">Descriptors.hpp:651</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a112b466e5d2ab9d1887178adbe3afa1c"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">armnn::BatchMatMulDescriptor::m_TransposeY</a></div><div class="ttdeci">bool m_TransposeY</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01592">Descriptors.hpp:1592</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a88d7c8ef4baba3690a4d25eec350ecb3"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a88d7c8ef4baba3690a4d25eec350ecb3">armnn::ViewsDescriptor::GetOrigins</a></div><div class="ttdeci">const OriginsDescriptor &amp; GetOrigins() const</div><div class="ttdoc">Get the View Origins.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00345">Descriptors.cpp:345</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a112b466e5d2ab9d1887178adbe3afa1c"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a112b466e5d2ab9d1887178adbe3afa1c">armnn::BatchMatMulDescriptor::m_TransposeY</a></div><div class="ttdeci">bool m_TransposeY</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01613">Descriptors.hpp:1613</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a88d7c8ef4baba3690a4d25eec350ecb3"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a88d7c8ef4baba3690a4d25eec350ecb3">armnn::ViewsDescriptor::GetOrigins</a></div><div class="ttdeci">const OriginsDescriptor &amp; GetOrigins() const</div><div class="ttdoc">Get the View Origins.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00351">Descriptors.cpp:351</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_a3a04b0ccee4bb2f21721ee5045e83df4"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#a3a04b0ccee4bb2f21721ee5045e83df4">armnn::DetectionPostProcessDescriptor::m_NumClasses</a></div><div class="ttdeci">uint32_t m_NumClasses</div><div class="ttdoc">Number of classes.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00755">Descriptors.hpp:755</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a3888429b6ebc79f9a7df549e5e4d9a2fa843f2812f595e7ec7c5036e89fde02d6"><div class="ttname"><a href="namespacearmnn.html#a3888429b6ebc79f9a7df549e5e4d9a2fa843f2812f595e7ec7c5036e89fde02d6">armnn::PaddingMethod::Exclude</a></div><div class="ttdeci">@ Exclude</div><div class="ttdoc">The padding fields don't count and are ignored.</div></div>
-<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_ab218de7805899c8412d75d1fd1d846d2"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">armnn::StackDescriptor::m_Axis</a></div><div class="ttdeci">uint32_t m_Axis</div><div class="ttdoc">0-based axis along which to stack the input tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01252">Descriptors.hpp:1252</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html">armnn::SliceDescriptor</a></div><div class="ttdoc">A SliceDescriptor for the SliceLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01207">Descriptors.hpp:1207</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_ab218de7805899c8412d75d1fd1d846d2"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#ab218de7805899c8412d75d1fd1d846d2">armnn::StackDescriptor::m_Axis</a></div><div class="ttdeci">uint32_t m_Axis</div><div class="ttdoc">0-based axis along which to stack the input tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01273">Descriptors.hpp:1273</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html">armnn::SliceDescriptor</a></div><div class="ttdoc">A SliceDescriptor for the SliceLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01228">Descriptors.hpp:1228</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ad8ed01ff3ff33333d8e19db4d2818bb6"><div class="ttname"><a href="namespacearmnn.html#ad8ed01ff3ff33333d8e19db4d2818bb6">armnn::DataType</a></div><div class="ttdeci">DataType</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00048">Types.hpp:48</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fill_descriptor_html_a5d52acced1b220575c512f19480f6e99"><div class="ttname"><a href="structarmnn_1_1_fill_descriptor.html#a5d52acced1b220575c512f19480f6e99">armnn::FillDescriptor::FillDescriptor</a></div><div class="ttdeci">FillDescriptor(const float &amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00931">Descriptors.hpp:931</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_instance_normalization_descriptor_html_a5e078fd505aef7bccaa05c8058e096cc"><div class="ttname"><a href="structarmnn_1_1_instance_normalization_descriptor.html#a5e078fd505aef7bccaa05c8058e096cc">armnn::InstanceNormalizationDescriptor::m_Gamma</a></div><div class="ttdeci">float m_Gamma</div><div class="ttdoc">Gamma, the scale scalar value applied for the normalized tensor. Defaults to 1.0.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00865">Descriptors.hpp:865</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_a53c8a7f33a40e1e240256bcfcf41b101"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#a53c8a7f33a40e1e240256bcfcf41b101">armnn::DetectionPostProcessDescriptor::m_NmsIouThreshold</a></div><div class="ttdeci">float m_NmsIouThreshold</div><div class="ttdoc">Intersection over union threshold.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00753">Descriptors.hpp:753</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_comparison_descriptor_html_abc1707b90d0ceb3594945256af70c839"><div class="ttname"><a href="structarmnn_1_1_comparison_descriptor.html#abc1707b90d0ceb3594945256af70c839">armnn::ComparisonDescriptor::ComparisonDescriptor</a></div><div class="ttdeci">ComparisonDescriptor(ComparisonOperation operation)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00095">Descriptors.hpp:95</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_a2c0bf19cb8ae5ab4f5b7373b2b1c79b8"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a2c0bf19cb8ae5ab4f5b7373b2b1c79b8">armnn::SpaceToBatchNdDescriptor::SpaceToBatchNdDescriptor</a></div><div class="ttdeci">SpaceToBatchNdDescriptor(const std::vector&lt; unsigned int &gt; &amp;blockShape, const std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt;&gt; &amp;padList)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01030">Descriptors.hpp:1030</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_a2c0bf19cb8ae5ab4f5b7373b2b1c79b8"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#a2c0bf19cb8ae5ab4f5b7373b2b1c79b8">armnn::SpaceToBatchNdDescriptor::SpaceToBatchNdDescriptor</a></div><div class="ttdeci">SpaceToBatchNdDescriptor(const std::vector&lt; unsigned int &gt; &amp;blockShape, const std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt;&gt; &amp;padList)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01051">Descriptors.hpp:1051</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_softmax_descriptor_html_a3b7fdc72f23079437110c764f0533af5"><div class="ttname"><a href="structarmnn_1_1_softmax_descriptor.html#a3b7fdc72f23079437110c764f0533af5">armnn::SoftmaxDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const SoftmaxDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00184">Descriptors.hpp:184</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_to_space_nd_descriptor_html_a160993b2430d1063d2dc803d1ff0903f"><div class="ttname"><a href="structarmnn_1_1_batch_to_space_nd_descriptor.html#a160993b2430d1063d2dc803d1ff0903f">armnn::BatchToSpaceNdDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const BatchToSpaceNdDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00890">Descriptors.hpp:890</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_aea202e14d8874cefd9a0f778022b7e25"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">armnn::Convolution2dDescriptor::m_BiasEnabled</a></div><div class="ttdeci">bool m_BiasEnabled</div><div class="ttdoc">Enable/disable bias.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00582">Descriptors.hpp:582</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_aaf7828880989b4b9378d3e86aa6dc843"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">armnn::BatchMatMulDescriptor::m_DataLayoutY</a></div><div class="ttdeci">DataLayout m_DataLayoutY</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01601">Descriptors.hpp:1601</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_a9a9b91f345b141a62e984fe1a1ab0f8b"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#a9a9b91f345b141a62e984fe1a1ab0f8b">armnn::ChannelShuffleDescriptor::ChannelShuffleDescriptor</a></div><div class="ttdeci">ChannelShuffleDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01543">Descriptors.hpp:1543</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html_ae7fbf819ce2bbdbdc55d546dd40a1213"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html#ae7fbf819ce2bbdbdc55d546dd40a1213">armnn::TransposeDescriptor::TransposeDescriptor</a></div><div class="ttdeci">TransposeDescriptor(const PermutationVector &amp;dimMappings)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01475">Descriptors.hpp:1475</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html">armnn::ReshapeDescriptor</a></div><div class="ttdoc">A ReshapeDescriptor for the ReshapeLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01002">Descriptors.hpp:1002</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_af8f724af7210b52529216feefa993c98"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">armnn::LstmDescriptor::m_HiddenStateScale</a></div><div class="ttdeci">float m_HiddenStateScale</div><div class="ttdoc">Hidden State quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01145">Descriptors.hpp:1145</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_aaf7828880989b4b9378d3e86aa6dc843"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#aaf7828880989b4b9378d3e86aa6dc843">armnn::BatchMatMulDescriptor::m_DataLayoutY</a></div><div class="ttdeci">DataLayout m_DataLayoutY</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01622">Descriptors.hpp:1622</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_a9a9b91f345b141a62e984fe1a1ab0f8b"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#a9a9b91f345b141a62e984fe1a1ab0f8b">armnn::ChannelShuffleDescriptor::ChannelShuffleDescriptor</a></div><div class="ttdeci">ChannelShuffleDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01564">Descriptors.hpp:1564</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html_ae7fbf819ce2bbdbdc55d546dd40a1213"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html#ae7fbf819ce2bbdbdc55d546dd40a1213">armnn::TransposeDescriptor::TransposeDescriptor</a></div><div class="ttdeci">TransposeDescriptor(const PermutationVector &amp;dimMappings)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01496">Descriptors.hpp:1496</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html">armnn::ReshapeDescriptor</a></div><div class="ttdoc">A ReshapeDescriptor for the ReshapeLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01023">Descriptors.hpp:1023</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_af8f724af7210b52529216feefa993c98"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">armnn::LstmDescriptor::m_HiddenStateScale</a></div><div class="ttdeci">float m_HiddenStateScale</div><div class="ttdoc">Hidden State quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01166">Descriptors.hpp:1166</a></div></div>
 <div class="ttc" id="aclassarmnn_1_1_invalid_argument_exception_html"><div class="ttname"><a href="classarmnn_1_1_invalid_argument_exception.html">armnn::InvalidArgumentException</a></div><div class="ttdef"><b>Definition:</b> <a href="_exceptions_8hpp_source.html#l00080">Exceptions.hpp:80</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html_a51f5857f7037128a859546af624c1fe4"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html#a51f5857f7037128a859546af624c1fe4">armnn::LogicalBinaryDescriptor::LogicalBinaryDescriptor</a></div><div class="ttdeci">LogicalBinaryDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01499">Descriptors.hpp:1499</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_ad646266bca8921076c3bcfa68931d375"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#ad646266bca8921076c3bcfa68931d375">armnn::SpaceToBatchNdDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const SpaceToBatchNdDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01037">Descriptors.hpp:1037</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_a410fa919f78af0f0f100bd1594eca4ab"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">armnn::PadDescriptor::m_PadValue</a></div><div class="ttdeci">float m_PadValue</div><div class="ttdoc">Optional value to use for padding, defaults to 0.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01200">Descriptors.hpp:1200</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html_a51f5857f7037128a859546af624c1fe4"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html#a51f5857f7037128a859546af624c1fe4">armnn::LogicalBinaryDescriptor::LogicalBinaryDescriptor</a></div><div class="ttdeci">LogicalBinaryDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01520">Descriptors.hpp:1520</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html_ad646266bca8921076c3bcfa68931d375"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html#ad646266bca8921076c3bcfa68931d375">armnn::SpaceToBatchNdDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const SpaceToBatchNdDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01058">Descriptors.hpp:1058</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_a410fa919f78af0f0f100bd1594eca4ab"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#a410fa919f78af0f0f100bd1594eca4ab">armnn::PadDescriptor::m_PadValue</a></div><div class="ttdeci">float m_PadValue</div><div class="ttdoc">Optional value to use for padding, defaults to 0.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01221">Descriptors.hpp:1221</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_a002bc30e590d78cbb4f4d12171055ca7"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">armnn::DepthwiseConvolution2dDescriptor::m_PadRight</a></div><div class="ttdeci">uint32_t m_PadRight</div><div class="ttdoc">Padding right value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00694">Descriptors.hpp:694</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_a45ddc9ab5e076c7740d54e0fb74f104c"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#a45ddc9ab5e076c7740d54e0fb74f104c">armnn::MeanDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const MeanDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01163">Descriptors.hpp:1163</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_a45ddc9ab5e076c7740d54e0fb74f104c"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#a45ddc9ab5e076c7740d54e0fb74f104c">armnn::MeanDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const MeanDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01184">Descriptors.hpp:1184</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_ac18546ebbebbb32fe0a03baa9bf2c600"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">armnn::Convolution3dDescriptor::m_PadLeft</a></div><div class="ttdeci">uint32_t m_PadLeft</div><div class="ttdoc">Padding left value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00629">Descriptors.hpp:629</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a434e9cc9eba8c408a1c784db20d6ad61"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a434e9cc9eba8c408a1c784db20d6ad61">armnn::StridedSliceDescriptor::StridedSliceDescriptor</a></div><div class="ttdeci">StridedSliceDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01298">Descriptors.hpp:1298</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a434e9cc9eba8c408a1c784db20d6ad61"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a434e9cc9eba8c408a1c784db20d6ad61">armnn::StridedSliceDescriptor::StridedSliceDescriptor</a></div><div class="ttdeci">StridedSliceDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01319">Descriptors.hpp:1319</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_activation_descriptor_html_af10fa7883e3579950f477bee92a64844"><div class="ttname"><a href="structarmnn_1_1_activation_descriptor.html#af10fa7883e3579950f477bee92a64844">armnn::ActivationDescriptor::m_Function</a></div><div class="ttdeci">ActivationFunction m_Function</div><div class="ttdoc">The activation function to use (Sigmoid, TanH, Linear, ReLu, BoundedReLu, SoftReLu,...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00059">Descriptors.hpp:59</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::NormalizationDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00805">Descriptors.hpp:805</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a4556cbd764d4848d8ad0637a9eed580d"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">armnn::LstmDescriptor::m_HiddenStateZeroPoint</a></div><div class="ttdeci">int32_t m_HiddenStateZeroPoint</div><div class="ttdoc">Hidden State zero point.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01143">Descriptors.hpp:1143</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a4556cbd764d4848d8ad0637a9eed580d"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">armnn::LstmDescriptor::m_HiddenStateZeroPoint</a></div><div class="ttdeci">int32_t m_HiddenStateZeroPoint</div><div class="ttdoc">Hidden State zero point.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01164">Descriptors.hpp:1164</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_permute_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_permute_descriptor.html">armnn::PermuteDescriptor</a></div><div class="ttdoc">A PermuteDescriptor for the PermuteLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00149">Descriptors.hpp:149</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_comparison_descriptor_html_abe82a976e89ae4dd12f3991c167ffed3"><div class="ttname"><a href="structarmnn_1_1_comparison_descriptor.html#abe82a976e89ae4dd12f3991c167ffed3">armnn::ComparisonDescriptor::ComparisonDescriptor</a></div><div class="ttdeci">ComparisonDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00091">Descriptors.hpp:91</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html">armnn::BatchMatMulDescriptor</a></div><div class="ttdoc">A BatchMatMulDescriptor for the BatchMatMul operator.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01563">Descriptors.hpp:1563</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html">armnn::BatchMatMulDescriptor</a></div><div class="ttdoc">A BatchMatMulDescriptor for the BatchMatMul operator.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01584">Descriptors.hpp:1584</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_ac1fe174bbadfb39a2b636940c2e647c8"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">armnn::Convolution3dDescriptor::m_StrideY</a></div><div class="ttdeci">uint32_t m_StrideY</div><div class="ttdoc">Stride value when proceeding through input for the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00643">Descriptors.hpp:643</a></div></div>
 <div class="ttc" id="a_descriptors_fwd_8hpp_html"><div class="ttname"><a href="_descriptors_fwd_8hpp.html">DescriptorsFwd.hpp</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_abc05539fc6e7907f32ef0fb242e3b3b0aa0ec87054b5e5b7847d0d8780a01a3d5"><div class="ttname"><a href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0aa0ec87054b5e5b7847d0d8780a01a3d5">armnn::ReduceOperation::Sum</a></div><div class="ttdeci">@ Sum</div></div>
-<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_ad4ee7c36b787daa1232528e2f902d8ce"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#ad4ee7c36b787daa1232528e2f902d8ce">armnn::SliceDescriptor::SliceDescriptor</a></div><div class="ttdeci">SliceDescriptor(const std::vector&lt; unsigned int &gt; &amp;begin, const std::vector&lt; unsigned int &gt; &amp;size)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01209">Descriptors.hpp:1209</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_ad4ee7c36b787daa1232528e2f902d8ce"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#ad4ee7c36b787daa1232528e2f902d8ce">armnn::SliceDescriptor::SliceDescriptor</a></div><div class="ttdeci">SliceDescriptor(const std::vector&lt; unsigned int &gt; &amp;begin, const std::vector&lt; unsigned int &gt; &amp;size)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01230">Descriptors.hpp:1230</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_instance_normalization_descriptor_html_a36f0ec397ba668e40fbb48a806691feb"><div class="ttname"><a href="structarmnn_1_1_instance_normalization_descriptor.html#a36f0ec397ba668e40fbb48a806691feb">armnn::InstanceNormalizationDescriptor::InstanceNormalizationDescriptor</a></div><div class="ttdeci">InstanceNormalizationDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00849">Descriptors.hpp:849</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::Convolution2dDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00584">Descriptors.hpp:584</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_aa6a518b65088f34803b3214334bdff61"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">armnn::QLstmDescriptor::m_ProjectionClip</a></div><div class="ttdeci">float m_ProjectionClip</div><div class="ttdoc">Clipping threshold value for the projection.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01395">Descriptors.hpp:1395</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html_a35d11c7d509d1adbae1ae01c58394a7f"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">armnn::GatherDescriptor::m_Axis</a></div><div class="ttdeci">int32_t m_Axis</div><div class="ttdoc">The axis in params to gather indices from.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00960">Descriptors.hpp:960</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_fused_descriptor_html_aebc22128191c14a59356453600833344"><div class="ttname"><a href="structarmnn_1_1_fused_descriptor.html#aebc22128191c14a59356453600833344">armnn::FusedDescriptor::m_NumInputSlots</a></div><div class="ttdeci">unsigned int m_NumInputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00959">Descriptors.hpp:959</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_aa6a518b65088f34803b3214334bdff61"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#aa6a518b65088f34803b3214334bdff61">armnn::QLstmDescriptor::m_ProjectionClip</a></div><div class="ttdeci">float m_ProjectionClip</div><div class="ttdoc">Clipping threshold value for the projection.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01416">Descriptors.hpp:1416</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_gather_descriptor_html_a35d11c7d509d1adbae1ae01c58394a7f"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.html#a35d11c7d509d1adbae1ae01c58394a7f">armnn::GatherDescriptor::m_Axis</a></div><div class="ttdeci">int32_t m_Axis</div><div class="ttdoc">The axis in params to gather indices from.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00981">Descriptors.hpp:981</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_afe6a3377c4531315354def9023c8fdda"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#afe6a3377c4531315354def9023c8fdda">armnn::Convolution3dDescriptor::m_StrideX</a></div><div class="ttdeci">uint32_t m_StrideX</div><div class="ttdoc">Stride value when proceeding through input for the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00641">Descriptors.hpp:641</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html">armnn::SpaceToBatchNdDescriptor</a></div><div class="ttdoc">A SpaceToBatchNdDescriptor for the SpaceToBatchNdLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01022">Descriptors.hpp:1022</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_a6d81f59d176cf5b1b7f7b16653cb909c"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#a6d81f59d176cf5b1b7f7b16653cb909c">armnn::SliceDescriptor::SliceDescriptor</a></div><div class="ttdeci">SliceDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01214">Descriptors.hpp:1214</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_batch_nd_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.html">armnn::SpaceToBatchNdDescriptor</a></div><div class="ttdoc">A SpaceToBatchNdDescriptor for the SpaceToBatchNdLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01043">Descriptors.hpp:1043</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_a6d81f59d176cf5b1b7f7b16653cb909c"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#a6d81f59d176cf5b1b7f7b16653cb909c">armnn::SliceDescriptor::SliceDescriptor</a></div><div class="ttdeci">SliceDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01235">Descriptors.hpp:1235</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_aa9e49717ebdb741e8c767741647fc618"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">armnn::Convolution2dDescriptor::m_PadBottom</a></div><div class="ttdeci">uint32_t m_PadBottom</div><div class="ttdoc">Padding bottom value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00572">Descriptors.hpp:572</a></div></div>
-<div class="ttc" id="aclassarmnn_1_1_permutation_vector_html"><div class="ttname"><a href="classarmnn_1_1_permutation_vector.html">armnn::PermutationVector</a></div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00308">Types.hpp:308</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a0c0e7d9253dee85be237536cf1d7b0ac"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a0c0e7d9253dee85be237536cf1d7b0ac">armnn::OriginsDescriptor::swap</a></div><div class="ttdeci">friend void swap(OriginsDescriptor &amp;first, OriginsDescriptor &amp;second)</div><div class="ttdoc">Swap the ViewsDescriptor values first and second.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00350">Descriptors.cpp:350</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_permutation_vector_html"><div class="ttname"><a href="classarmnn_1_1_permutation_vector.html">armnn::PermutationVector</a></div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00314">Types.hpp:314</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a0c0e7d9253dee85be237536cf1d7b0ac"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a0c0e7d9253dee85be237536cf1d7b0ac">armnn::OriginsDescriptor::swap</a></div><div class="ttdeci">friend void swap(OriginsDescriptor &amp;first, OriginsDescriptor &amp;second)</div><div class="ttdoc">Swap the ViewsDescriptor values first and second.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00356">Descriptors.cpp:356</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_broadcast_to_descriptor_html_a0ac63c980524577ea49788ad53df3586"><div class="ttname"><a href="structarmnn_1_1_broadcast_to_descriptor.html#a0ac63c980524577ea49788ad53df3586">armnn::BroadcastToDescriptor::BroadcastToDescriptor</a></div><div class="ttdeci">BroadcastToDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01661">Descriptors.hpp:1661</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html">armnn::Convolution3dDescriptor</a></div><div class="ttdoc">A Convolution3dDescriptor for the Convolution3dLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00588">Descriptors.hpp:588</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_a1178f4dafdda81f59c15145ec327f7d9"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">armnn::ReshapeDescriptor::m_TargetShape</a></div><div class="ttdeci">TensorShape m_TargetShape</div><div class="ttdoc">Target shape value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01018">Descriptors.hpp:1018</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_broadcast_to_descriptor_html_aafac059c65e803046b5e57eab845dab4"><div class="ttname"><a href="structarmnn_1_1_broadcast_to_descriptor.html#aafac059c65e803046b5e57eab845dab4">armnn::BroadcastToDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const BroadcastToDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01669">Descriptors.hpp:1669</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_a1178f4dafdda81f59c15145ec327f7d9"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">armnn::ReshapeDescriptor::m_TargetShape</a></div><div class="ttdeci">TensorShape m_TargetShape</div><div class="ttdoc">Target shape value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01039">Descriptors.hpp:1039</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_comparison_descriptor_html_a9a22f5f1ccbe51f97fb42a5fbbe12774"><div class="ttname"><a href="structarmnn_1_1_comparison_descriptor.html#a9a22f5f1ccbe51f97fb42a5fbbe12774">armnn::ComparisonDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ComparisonDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00099">Descriptors.hpp:99</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_base_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_base_descriptor.html">armnn::BaseDescriptor</a></div><div class="ttdoc">Base class for all descriptors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00022">Descriptors.hpp:22</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_ac1fe174bbadfb39a2b636940c2e647c8"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">armnn::TransposeConvolution2dDescriptor::m_StrideY</a></div><div class="ttdeci">uint32_t m_StrideY</div><div class="ttdoc">Stride value when proceeding through input for the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01458">Descriptors.hpp:1458</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_aa56cfbc7e14b271ba389e064a769e2f2"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#aa56cfbc7e14b271ba389e064a769e2f2">armnn::ReshapeDescriptor::ReshapeDescriptor</a></div><div class="ttdeci">ReshapeDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01004">Descriptors.hpp:1004</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_a167ba78098e8fdf1e3d467c8ac5bd57c"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#a167ba78098e8fdf1e3d467c8ac5bd57c">armnn::ReshapeDescriptor::ReshapeDescriptor</a></div><div class="ttdeci">ReshapeDescriptor(const TensorShape &amp;shape)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01008">Descriptors.hpp:1008</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_ac1fe174bbadfb39a2b636940c2e647c8"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">armnn::TransposeConvolution2dDescriptor::m_StrideY</a></div><div class="ttdeci">uint32_t m_StrideY</div><div class="ttdoc">Stride value when proceeding through input for the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01479">Descriptors.hpp:1479</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_aa56cfbc7e14b271ba389e064a769e2f2"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#aa56cfbc7e14b271ba389e064a769e2f2">armnn::ReshapeDescriptor::ReshapeDescriptor</a></div><div class="ttdeci">ReshapeDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01025">Descriptors.hpp:1025</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_a167ba78098e8fdf1e3d467c8ac5bd57c"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#a167ba78098e8fdf1e3d467c8ac5bd57c">armnn::ReshapeDescriptor::ReshapeDescriptor</a></div><div class="ttdeci">ReshapeDescriptor(const TensorShape &amp;shape)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01029">Descriptors.hpp:1029</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a9a2af2f8c4af4f9efa8e79417d505ac4aaa020331bb30d2fa2ecf7c3a0777823f"><div class="ttname"><a href="namespacearmnn.html#a9a2af2f8c4af4f9efa8e79417d505ac4aaa020331bb30d2fa2ecf7c3a0777823f">armnn::ResizeMethod::NearestNeighbor</a></div><div class="ttdeci">@ NearestNeighbor</div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_ac37e49c0d6e6e54f9d2015d0f11f8ee7"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">armnn::StridedSliceDescriptor::m_EndMask</a></div><div class="ttdeci">int32_t m_EndMask</div><div class="ttdoc">End mask value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01332">Descriptors.hpp:1332</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_ac37e49c0d6e6e54f9d2015d0f11f8ee7"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#ac37e49c0d6e6e54f9d2015d0f11f8ee7">armnn::StridedSliceDescriptor::m_EndMask</a></div><div class="ttdeci">int32_t m_EndMask</div><div class="ttdoc">End mask value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01353">Descriptors.hpp:1353</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_ac18546ebbebbb32fe0a03baa9bf2c600"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">armnn::Pooling2dDescriptor::m_PadLeft</a></div><div class="ttdeci">uint32_t m_PadLeft</div><div class="ttdoc">Padding left value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00407">Descriptors.hpp:407</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_permute_descriptor_html_a14433af2b223695b40d8c8f8ba2ebb8f"><div class="ttname"><a href="structarmnn_1_1_permute_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">armnn::PermuteDescriptor::m_DimMappings</a></div><div class="ttdeci">PermutationVector m_DimMappings</div><div class="ttdoc">Indicates how to translate tensor elements from a given source into the target destination,...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00173">Descriptors.hpp:173</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a56297e0f7b215eea46c818cb7528d9ea"><div class="ttname"><a href="namespacearmnn.html#a56297e0f7b215eea46c818cb7528d9ea">armnn::ActivationFunction</a></div><div class="ttdeci">ActivationFunction</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00086">Types.hpp:86</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_abb8a2d2bb8cc594c26aaa70c820ac5cc"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">armnn::StandInDescriptor::m_NumOutputs</a></div><div class="ttdeci">uint32_t m_NumOutputs</div><div class="ttdoc">Number of output tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01278">Descriptors.hpp:1278</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_abb8a2d2bb8cc594c26aaa70c820ac5cc"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#abb8a2d2bb8cc594c26aaa70c820ac5cc">armnn::StandInDescriptor::m_NumOutputs</a></div><div class="ttdeci">uint32_t m_NumOutputs</div><div class="ttdoc">Number of output tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01299">Descriptors.hpp:1299</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a83ca447892f460dabaa2f87d3dc3db61"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a83ca447892f460dabaa2f87d3dc3db61">armnn::Pooling3dDescriptor::m_PadFront</a></div><div class="ttdeci">uint32_t m_PadFront</div><div class="ttdoc">Padding front value in the depth dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00483">Descriptors.hpp:483</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_a2bea87b470268bb0b73457c3733dbc04"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">armnn::StackDescriptor::m_InputShape</a></div><div class="ttdeci">TensorShape m_InputShape</div><div class="ttdoc">Required shape of all input tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01256">Descriptors.hpp:1256</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_a1cfaa710db2a54673b21d2ea2da757c8"><div class="ttname"><a href="namespacearmnn.html#a1cfaa710db2a54673b21d2ea2da757c8">armnn::UnaryOperation</a></div><div class="ttdeci">UnaryOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00124">Types.hpp:124</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stack_descriptor_html_a2bea87b470268bb0b73457c3733dbc04"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.html#a2bea87b470268bb0b73457c3733dbc04">armnn::StackDescriptor::m_InputShape</a></div><div class="ttdeci">TensorShape m_InputShape</div><div class="ttdoc">Required shape of all input tensors.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01277">Descriptors.hpp:1277</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a1cfaa710db2a54673b21d2ea2da757c8"><div class="ttname"><a href="namespacearmnn.html#a1cfaa710db2a54673b21d2ea2da757c8">armnn::UnaryOperation</a></div><div class="ttdeci">UnaryOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00125">Types.hpp:125</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_afe6a3377c4531315354def9023c8fdda"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">armnn::Convolution2dDescriptor::m_StrideX</a></div><div class="ttdeci">uint32_t m_StrideX</div><div class="ttdoc">Stride value when proceeding through input for the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00574">Descriptors.hpp:574</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_aa43409f9b457352c95c89f20ce5d844d"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">armnn::QLstmDescriptor::m_OutputIntermediateScale</a></div><div class="ttdeci">float m_OutputIntermediateScale</div><div class="ttdoc">Output intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01411">Descriptors.hpp:1411</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_aa43409f9b457352c95c89f20ce5d844d"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">armnn::QLstmDescriptor::m_OutputIntermediateScale</a></div><div class="ttdeci">float m_OutputIntermediateScale</div><div class="ttdoc">Output intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01432">Descriptors.hpp:1432</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_a002bc30e590d78cbb4f4d12171055ca7"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">armnn::Convolution2dDescriptor::m_PadRight</a></div><div class="ttdeci">uint32_t m_PadRight</div><div class="ttdoc">Padding right value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00568">Descriptors.hpp:568</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a5c02af4929fee7377b0c8e0410044582"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a5c02af4929fee7377b0c8e0410044582">armnn::BatchMatMulDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const BatchMatMulDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01579">Descriptors.hpp:1579</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a5c02af4929fee7377b0c8e0410044582"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a5c02af4929fee7377b0c8e0410044582">armnn::BatchMatMulDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const BatchMatMulDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01600">Descriptors.hpp:1600</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a5b192c5fcd96a0f75542524cf646b355"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a5b192c5fcd96a0f75542524cf646b355">armnn::OriginsDescriptor::SetConcatAxis</a></div><div class="ttdeci">void SetConcatAxis(unsigned int concatAxis)</div><div class="ttdoc">Set the concatenation axis value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00158">Descriptors.cpp:158</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_permute_descriptor_html_a89323bcff3f2fad728ddb0ba2673049f"><div class="ttname"><a href="structarmnn_1_1_permute_descriptor.html#a89323bcff3f2fad728ddb0ba2673049f">armnn::PermuteDescriptor::PermuteDescriptor</a></div><div class="ttdeci">PermuteDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00151">Descriptors.hpp:151</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_a7e2f87544b8bc7e497e1dec8d3ca4055"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#a7e2f87544b8bc7e497e1dec8d3ca4055">armnn::DetectionPostProcessDescriptor::m_DetectionsPerClass</a></div><div class="ttdeci">uint32_t m_DetectionsPerClass</div><div class="ttdoc">Detections per classes, used in Regular NMS.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00749">Descriptors.hpp:749</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_ac5c408724c832bc1f75bad758fe2b7da"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#ac5c408724c832bc1f75bad758fe2b7da">armnn::DetectionPostProcessDescriptor::DetectionPostProcessDescriptor</a></div><div class="ttdeci">DetectionPostProcessDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00715">Descriptors.hpp:715</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_aa61510cbd529870182e918ac6e8b9d72"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#aa61510cbd529870182e918ac6e8b9d72">armnn::DetectionPostProcessDescriptor::m_ScaleH</a></div><div class="ttdeci">float m_ScaleH</div><div class="ttdoc">Center size encoding scale height.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00765">Descriptors.hpp:765</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_a3613459765b8bc457405eb2708a4795f"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#a3613459765b8bc457405eb2708a4795f">armnn::ChannelShuffleDescriptor::ChannelShuffleDescriptor</a></div><div class="ttdeci">ChannelShuffleDescriptor(const uint32_t &amp;numGroups, const uint32_t &amp;axis)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01547">Descriptors.hpp:1547</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_a3613459765b8bc457405eb2708a4795f"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#a3613459765b8bc457405eb2708a4795f">armnn::ChannelShuffleDescriptor::ChannelShuffleDescriptor</a></div><div class="ttdeci">ChannelShuffleDescriptor(const uint32_t &amp;numGroups, const uint32_t &amp;axis)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01568">Descriptors.hpp:1568</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ad8ed01ff3ff33333d8e19db4d2818bb6accedffbc6e5308e33d3843e8bdc0dad7"><div class="ttname"><a href="namespacearmnn.html#ad8ed01ff3ff33333d8e19db4d2818bb6accedffbc6e5308e33d3843e8bdc0dad7">armnn::DataType::Signed32</a></div><div class="ttdeci">@ Signed32</div></div>
-<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_ac2ecc61f3502ac3886226a1b6c02d9b3"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#ac2ecc61f3502ac3886226a1b6c02d9b3">armnn::StandInDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const StandInDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01269">Descriptors.hpp:1269</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_a28e0548abfc4e79c48f29a3d11a062e9"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">armnn::ReduceDescriptor::m_KeepDims</a></div><div class="ttdeci">bool m_KeepDims</div><div class="ttdoc">if true then output shape has no change.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01533">Descriptors.hpp:1533</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html_ac2ecc61f3502ac3886226a1b6c02d9b3"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html#ac2ecc61f3502ac3886226a1b6c02d9b3">armnn::StandInDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const StandInDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01290">Descriptors.hpp:1290</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_a28e0548abfc4e79c48f29a3d11a062e9"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#a28e0548abfc4e79c48f29a3d11a062e9">armnn::ReduceDescriptor::m_KeepDims</a></div><div class="ttdeci">bool m_KeepDims</div><div class="ttdoc">if true then output shape has no change.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01554">Descriptors.hpp:1554</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_to_space_nd_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_batch_to_space_nd_descriptor.html">armnn::BatchToSpaceNdDescriptor</a></div><div class="ttdoc">A BatchToSpaceNdDescriptor for the BatchToSpaceNdLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00875">Descriptors.hpp:875</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_arg_min_max_descriptor_html_a775f60182b6abb1a21c5fb94578eb8db"><div class="ttname"><a href="structarmnn_1_1_arg_min_max_descriptor.html#a775f60182b6abb1a21c5fb94578eb8db">armnn::ArgMinMaxDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ArgMinMaxDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00075">Descriptors.hpp:75</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html">armnn::Convolution2dDescriptor</a></div><div class="ttdoc">A Convolution2dDescriptor for the Convolution2dLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00534">Descriptors.hpp:534</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a56297e0f7b215eea46c818cb7528d9eaa1e34af023adeb7d5f484f8eb4b9826b6"><div class="ttname"><a href="namespacearmnn.html#a56297e0f7b215eea46c818cb7528d9eaa1e34af023adeb7d5f484f8eb4b9826b6">armnn::ActivationFunction::Abs</a></div><div class="ttdeci">@ Abs</div></div>
-<div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html_a19244e2574820c8ab69b1559d8638a61"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html#a19244e2574820c8ab69b1559d8638a61">armnn::PreCompiledDescriptor::m_NumOutputSlots</a></div><div class="ttdeci">unsigned int m_NumOutputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01355">Descriptors.hpp:1355</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html_a19244e2574820c8ab69b1559d8638a61"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html#a19244e2574820c8ab69b1559d8638a61">armnn::PreCompiledDescriptor::m_NumOutputSlots</a></div><div class="ttdeci">unsigned int m_NumOutputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01376">Descriptors.hpp:1376</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_aa9e49717ebdb741e8c767741647fc618"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">armnn::DepthwiseConvolution2dDescriptor::m_PadBottom</a></div><div class="ttdeci">uint32_t m_PadBottom</div><div class="ttdoc">Padding bottom value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00698">Descriptors.hpp:698</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_comparison_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_comparison_descriptor.html">armnn::ComparisonDescriptor</a></div><div class="ttdoc">A ComparisonDescriptor for the ComparisonLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00089">Descriptors.hpp:89</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fill_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_fill_descriptor.html">armnn::FillDescriptor</a></div><div class="ttdoc">A FillDescriptor for the FillLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00925">Descriptors.hpp:925</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_comparison_descriptor_html_a865dc4f43cb0ff01a1dcf78036912fd1"><div class="ttname"><a href="structarmnn_1_1_comparison_descriptor.html#a865dc4f43cb0ff01a1dcf78036912fd1">armnn::ComparisonDescriptor::m_Operation</a></div><div class="ttdeci">ComparisonOperation m_Operation</div><div class="ttdoc">Specifies the comparison operation to execute.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00105">Descriptors.hpp:105</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_aa43409f9b457352c95c89f20ce5d844d"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">armnn::LstmDescriptor::m_OutputIntermediateScale</a></div><div class="ttdeci">float m_OutputIntermediateScale</div><div class="ttdoc">Output intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01141">Descriptors.hpp:1141</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_af295348553622bb3baadff6ea5124414"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#af295348553622bb3baadff6ea5124414">armnn::SpaceToDepthDescriptor::SpaceToDepthDescriptor</a></div><div class="ttdeci">SpaceToDepthDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01056">Descriptors.hpp:1056</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_aa43409f9b457352c95c89f20ce5d844d"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#aa43409f9b457352c95c89f20ce5d844d">armnn::LstmDescriptor::m_OutputIntermediateScale</a></div><div class="ttdeci">float m_OutputIntermediateScale</div><div class="ttdoc">Output intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01162">Descriptors.hpp:1162</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_af295348553622bb3baadff6ea5124414"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#af295348553622bb3baadff6ea5124414">armnn::SpaceToDepthDescriptor::SpaceToDepthDescriptor</a></div><div class="ttdeci">SpaceToDepthDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01077">Descriptors.hpp:1077</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a002bc30e590d78cbb4f4d12171055ca7"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">armnn::Pooling3dDescriptor::m_PadRight</a></div><div class="ttdeci">uint32_t m_PadRight</div><div class="ttdoc">Padding right value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00477">Descriptors.hpp:477</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_unary_descriptor_html_afe768be66897eb3d73284424e3239b23"><div class="ttname"><a href="structarmnn_1_1_elementwise_unary_descriptor.html#afe768be66897eb3d73284424e3239b23">armnn::ElementwiseUnaryDescriptor::m_Operation</a></div><div class="ttdeci">UnaryOperation m_Operation</div><div class="ttdoc">Specifies the elementwiseUnary operation to execute.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00145">Descriptors.hpp:145</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a3076393f5568657d04520f900e413dcb"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a3076393f5568657d04520f900e413dcb">armnn::ViewsDescriptor::ViewsDescriptor</a></div><div class="ttdeci">ViewsDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00216">Descriptors.cpp:216</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a85dcac1ac31524ea0f9d16a0a939bd75"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a85dcac1ac31524ea0f9d16a0a939bd75">armnn::ViewsDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ViewsDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00274">Descriptors.cpp:274</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a85dcac1ac31524ea0f9d16a0a939bd75"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a85dcac1ac31524ea0f9d16a0a939bd75">armnn::ViewsDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ViewsDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00280">Descriptors.cpp:280</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ae7e8cbf71db6a490789ca6dcaa8deeaea78d811e98514cd165dda532286610fd2"><div class="ttname"><a href="namespacearmnn.html#ae7e8cbf71db6a490789ca6dcaa8deeaea78d811e98514cd165dda532286610fd2">armnn::ArgMinMaxFunction::Min</a></div><div class="ttdeci">@ Min</div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a6d0384878432cfc9652b7ae8bc59506f"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">armnn::StridedSliceDescriptor::m_ShrinkAxisMask</a></div><div class="ttdeci">int32_t m_ShrinkAxisMask</div><div class="ttdoc">Shrink axis mask value. If set, the nth specification shrinks the dimensionality by 1.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01334">Descriptors.hpp:1334</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html">armnn::StandInDescriptor</a></div><div class="ttdoc">A StandInDescriptor for the StandIn layer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01260">Descriptors.hpp:1260</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_aee83273c36d9506ce40c904a93c6ab8b"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#aee83273c36d9506ce40c904a93c6ab8b">armnn::ViewsDescriptor::operator=</a></div><div class="ttdeci">ViewsDescriptor &amp; operator=(ViewsDescriptor rhs)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00268">Descriptors.cpp:268</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a6d0384878432cfc9652b7ae8bc59506f"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a6d0384878432cfc9652b7ae8bc59506f">armnn::StridedSliceDescriptor::m_ShrinkAxisMask</a></div><div class="ttdeci">int32_t m_ShrinkAxisMask</div><div class="ttdoc">Shrink axis mask value. If set, the nth specification shrinks the dimensionality by 1.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01355">Descriptors.hpp:1355</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_stand_in_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.html">armnn::StandInDescriptor</a></div><div class="ttdoc">A StandInDescriptor for the StandIn layer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01281">Descriptors.hpp:1281</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a52d63dc326ef2e2d373217b84ac4a402"><div class="ttname"><a href="namespacearmnn.html#a52d63dc326ef2e2d373217b84ac4a402">armnn::FusedKernelType</a></div><div class="ttdeci">FusedKernelType</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00266">Types.hpp:266</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_aee83273c36d9506ce40c904a93c6ab8b"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#aee83273c36d9506ce40c904a93c6ab8b">armnn::ViewsDescriptor::operator=</a></div><div class="ttdeci">ViewsDescriptor &amp; operator=(ViewsDescriptor rhs)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00274">Descriptors.cpp:274</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_afe6a3377c4531315354def9023c8fdda"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">armnn::Pooling2dDescriptor::m_StrideX</a></div><div class="ttdeci">uint32_t m_StrideX</div><div class="ttdoc">Stride value when proceeding through input for the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00419">Descriptors.hpp:419</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_unary_descriptor_html_a6b7d869ff464fce01745b97f89cc1a02"><div class="ttname"><a href="structarmnn_1_1_elementwise_unary_descriptor.html#a6b7d869ff464fce01745b97f89cc1a02">armnn::ElementwiseUnaryDescriptor::ElementwiseUnaryDescriptor</a></div><div class="ttdeci">ElementwiseUnaryDescriptor(UnaryOperation operation)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00135">Descriptors.hpp:135</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_a6c6b8957f1e176867e5fb05b1a1a1486"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">armnn::SpaceToDepthDescriptor::m_BlockSize</a></div><div class="ttdeci">unsigned int m_BlockSize</div><div class="ttdoc">Scalar specifying the input block size. It must be &gt;= 1.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01071">Descriptors.hpp:1071</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_a6c6b8957f1e176867e5fb05b1a1a1486"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#a6c6b8957f1e176867e5fb05b1a1a1486">armnn::SpaceToDepthDescriptor::m_BlockSize</a></div><div class="ttdeci">unsigned int m_BlockSize</div><div class="ttdoc">Scalar specifying the input block size. It must be &gt;= 1.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01092">Descriptors.hpp:1092</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a733ae6b70d0bfa43433c3e7606992328"><div class="ttname"><a href="namespacearmnn.html#a733ae6b70d0bfa43433c3e7606992328">armnn::CreateDescriptorForConcatenation</a></div><div class="ttdeci">OriginsDescriptor CreateDescriptorForConcatenation(TensorShapeIt first, TensorShapeIt last, unsigned int concatenationDimension)</div><div class="ttdoc">Convenience template to create an OriginsDescriptor to use when creating a ConcatLayer for performing...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00300">Descriptors.hpp:300</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_adcf5037208faac36c0788239a073f75c"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">armnn::ResizeDescriptor::m_TargetWidth</a></div><div class="ttdeci">uint32_t m_TargetWidth</div><div class="ttdoc">Target width value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00986">Descriptors.hpp:986</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_adcf5037208faac36c0788239a073f75c"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#adcf5037208faac36c0788239a073f75c">armnn::ResizeDescriptor::m_TargetWidth</a></div><div class="ttdeci">uint32_t m_TargetWidth</div><div class="ttdoc">Target width value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01007">Descriptors.hpp:1007</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a5699e8606c37d18c03910b242cd1b010"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a5699e8606c37d18c03910b242cd1b010">armnn::Pooling3dDescriptor::m_PoolHeight</a></div><div class="ttdeci">uint32_t m_PoolHeight</div><div class="ttdoc">Pooling height value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00489">Descriptors.hpp:489</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a0d53caff836b84204adbd1c28752a201"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">armnn::StridedSliceDescriptor::m_Stride</a></div><div class="ttdeci">std::vector&lt; int &gt; m_Stride</div><div class="ttdoc">Stride values for the input that will be sliced.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01325">Descriptors.hpp:1325</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a0d53caff836b84204adbd1c28752a201"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a0d53caff836b84204adbd1c28752a201">armnn::StridedSliceDescriptor::m_Stride</a></div><div class="ttdeci">std::vector&lt; int &gt; m_Stride</div><div class="ttdoc">Stride values for the input that will be sliced.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01346">Descriptors.hpp:1346</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a2da4db0140d1a6dc69c9c82e9ef5379ea103aa83df42877d5f9baeafdbf620b55"><div class="ttname"><a href="namespacearmnn.html#a2da4db0140d1a6dc69c9c82e9ef5379ea103aa83df42877d5f9baeafdbf620b55">armnn::LogicalBinaryOperation::LogicalAnd</a></div><div class="ttdeci">@ LogicalAnd</div></div>
 <div class="ttc" id="astructarmnn_1_1_instance_normalization_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_instance_normalization_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::InstanceNormalizationDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00871">Descriptors.hpp:871</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_unary_descriptor_html_a58aa3857edb8d4addbbb44510147bb59"><div class="ttname"><a href="structarmnn_1_1_elementwise_unary_descriptor.html#a58aa3857edb8d4addbbb44510147bb59">armnn::ElementwiseUnaryDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ElementwiseUnaryDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00139">Descriptors.hpp:139</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html">armnn::LstmDescriptor</a></div><div class="ttdoc">An LstmDescriptor for the LstmLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01081">Descriptors.hpp:1081</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_a2d299363c9fc33334c571fa29ca4f58c"><div class="ttname"><a href="namespacearmnn.html#a2d299363c9fc33334c571fa29ca4f58c">armnn::ComparisonOperation</a></div><div class="ttdeci">ComparisonOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00108">Types.hpp:108</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html">armnn::StridedSliceDescriptor</a></div><div class="ttdoc">A StridedSliceDescriptor for the StridedSliceLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01282">Descriptors.hpp:1282</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html_a14433af2b223695b40d8c8f8ba2ebb8f"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">armnn::TransposeDescriptor::m_DimMappings</a></div><div class="ttdeci">PermutationVector m_DimMappings</div><div class="ttdoc">Indicates how to translate tensor elements from a given source into the target destination,...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01493">Descriptors.hpp:1493</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a78f5b213a603b55d0fabea389e89f203"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203">armnn::TransposeConvolution2dDescriptor::m_OutputShape</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_OutputShape</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01465">Descriptors.hpp:1465</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html">armnn::LstmDescriptor</a></div><div class="ttdoc">An LstmDescriptor for the LstmLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01102">Descriptors.hpp:1102</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a2d299363c9fc33334c571fa29ca4f58c"><div class="ttname"><a href="namespacearmnn.html#a2d299363c9fc33334c571fa29ca4f58c">armnn::ComparisonOperation</a></div><div class="ttdeci">ComparisonOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00109">Types.hpp:109</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html">armnn::StridedSliceDescriptor</a></div><div class="ttdoc">A StridedSliceDescriptor for the StridedSliceLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01303">Descriptors.hpp:1303</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_descriptor_html_a14433af2b223695b40d8c8f8ba2ebb8f"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.html#a14433af2b223695b40d8c8f8ba2ebb8f">armnn::TransposeDescriptor::m_DimMappings</a></div><div class="ttdeci">PermutationVector m_DimMappings</div><div class="ttdoc">Indicates how to translate tensor elements from a given source into the target destination,...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01514">Descriptors.hpp:1514</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a78f5b213a603b55d0fabea389e89f203"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a78f5b213a603b55d0fabea389e89f203">armnn::TransposeConvolution2dDescriptor::m_OutputShape</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_OutputShape</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01486">Descriptors.hpp:1486</a></div></div>
 <div class="ttc" id="a_tensor_8hpp_html"><div class="ttname"><a href="_tensor_8hpp.html">Tensor.hpp</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a67a0db04d321a74b7e7fcfd3f1a3f70b"><div class="ttname"><a href="namespacearmnn.html#a67a0db04d321a74b7e7fcfd3f1a3f70b">armnn::Status</a></div><div class="ttdeci">Status</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00042">Types.hpp:42</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_a11d5c25face9b54e90f79ee8bdc1d0fb"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#a11d5c25face9b54e90f79ee8bdc1d0fb">armnn::Pooling3dDescriptor::m_PadBack</a></div><div class="ttdeci">uint32_t m_PadBack</div><div class="ttdoc">Padding back value in the depth dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00485">Descriptors.hpp:485</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_ae1a4b3b6c60552509b89747cebb900a2"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">armnn::ResizeDescriptor::m_AlignCorners</a></div><div class="ttdeci">bool m_AlignCorners</div><div class="ttdoc">Aligned corners.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00995">Descriptors.hpp:995</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html_a4e66396e5ed6ede8d87dc75103645def"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">armnn::TileDescriptor::m_Multiples</a></div><div class="ttdeci">std::vector&lt; uint32_t &gt; m_Multiples</div><div class="ttdoc">The vector to multiply the input shape by.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01635">Descriptors.hpp:1635</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_a1f0d67b087c491248bd1cde3ff995a95"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">armnn::MeanDescriptor::m_Axis</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_Axis</div><div class="ttdoc">Values for the dimensions to reduce.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01169">Descriptors.hpp:1169</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_ad474e5c51a0b194ef32e812b86c0cbdb"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">armnn::LstmDescriptor::m_CifgEnabled</a></div><div class="ttdeci">bool m_CifgEnabled</div><div class="ttdoc">Enable/disable cifg (coupled input &amp; forget gate).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01125">Descriptors.hpp:1125</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html">armnn::LogicalBinaryDescriptor</a></div><div class="ttdoc">A LogicalBinaryDescriptor for the LogicalBinaryLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01497">Descriptors.hpp:1497</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_resize_descriptor_html_ae1a4b3b6c60552509b89747cebb900a2"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.html#ae1a4b3b6c60552509b89747cebb900a2">armnn::ResizeDescriptor::m_AlignCorners</a></div><div class="ttdeci">bool m_AlignCorners</div><div class="ttdoc">Aligned corners.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01016">Descriptors.hpp:1016</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html_a4e66396e5ed6ede8d87dc75103645def"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html#a4e66396e5ed6ede8d87dc75103645def">armnn::TileDescriptor::m_Multiples</a></div><div class="ttdeci">std::vector&lt; uint32_t &gt; m_Multiples</div><div class="ttdoc">The vector to multiply the input shape by.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01656">Descriptors.hpp:1656</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_a1f0d67b087c491248bd1cde3ff995a95"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#a1f0d67b087c491248bd1cde3ff995a95">armnn::MeanDescriptor::m_Axis</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_Axis</div><div class="ttdoc">Values for the dimensions to reduce.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01190">Descriptors.hpp:1190</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_ad474e5c51a0b194ef32e812b86c0cbdb"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">armnn::LstmDescriptor::m_CifgEnabled</a></div><div class="ttdeci">bool m_CifgEnabled</div><div class="ttdoc">Enable/disable cifg (coupled input &amp; forget gate).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01146">Descriptors.hpp:1146</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_logical_binary_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.html">armnn::LogicalBinaryDescriptor</a></div><div class="ttdoc">A LogicalBinaryDescriptor for the LogicalBinaryLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01518">Descriptors.hpp:1518</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_a174279be57d7596eeb04c6b7f7510f99"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#a174279be57d7596eeb04c6b7f7510f99">armnn::NormalizationDescriptor::m_Alpha</a></div><div class="ttdeci">float m_Alpha</div><div class="ttdoc">Alpha value for the normalization equation.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00799">Descriptors.hpp:799</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_ac4f8557279754ed7b3f749d55b0e3047"><div class="ttname"><a href="namespacearmnn.html#ac4f8557279754ed7b3f749d55b0e3047">armnn::BinaryOperation</a></div><div class="ttdeci">BinaryOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00137">Types.hpp:137</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_ac4f8557279754ed7b3f749d55b0e3047"><div class="ttname"><a href="namespacearmnn.html#ac4f8557279754ed7b3f749d55b0e3047">armnn::BinaryOperation</a></div><div class="ttdeci">BinaryOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00138">Types.hpp:138</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_afe6a3377c4531315354def9023c8fdda"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#afe6a3377c4531315354def9023c8fdda">armnn::Pooling3dDescriptor::m_StrideX</a></div><div class="ttdeci">uint32_t m_StrideX</div><div class="ttdoc">Stride value when proceeding through input for the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00493">Descriptors.hpp:493</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_afec7f36158448f723b426a9527acb189"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">armnn::LstmDescriptor::m_ForgetIntermediateScale</a></div><div class="ttdeci">float m_ForgetIntermediateScale</div><div class="ttdoc">Forget intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01137">Descriptors.hpp:1137</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_afec7f36158448f723b426a9527acb189"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#afec7f36158448f723b426a9527acb189">armnn::LstmDescriptor::m_ForgetIntermediateScale</a></div><div class="ttdeci">float m_ForgetIntermediateScale</div><div class="ttdoc">Forget intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01158">Descriptors.hpp:1158</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_ac18546ebbebbb32fe0a03baa9bf2c600"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">armnn::Pooling3dDescriptor::m_PadLeft</a></div><div class="ttdeci">uint32_t m_PadLeft</div><div class="ttdoc">Padding left value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00475">Descriptors.hpp:475</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a4556cbd764d4848d8ad0637a9eed580d"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">armnn::QLstmDescriptor::m_HiddenStateZeroPoint</a></div><div class="ttdeci">int32_t m_HiddenStateZeroPoint</div><div class="ttdoc">Hidden State zero point.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01413">Descriptors.hpp:1413</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a4556cbd764d4848d8ad0637a9eed580d"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a4556cbd764d4848d8ad0637a9eed580d">armnn::QLstmDescriptor::m_HiddenStateZeroPoint</a></div><div class="ttdeci">int32_t m_HiddenStateZeroPoint</div><div class="ttdoc">Hidden State zero point.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01434">Descriptors.hpp:1434</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_aa3c6a77a963a98ccb8ea7b8fd008a8c1"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#aa3c6a77a963a98ccb8ea7b8fd008a8c1">armnn::Convolution2dDescriptor::m_DilationX</a></div><div class="ttdeci">uint32_t m_DilationX</div><div class="ttdoc">Dilation along x axis.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00578">Descriptors.hpp:578</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_softmax_descriptor_html_a214c3636fdf0ea5bac8edb42d0e6c7f0"><div class="ttname"><a href="structarmnn_1_1_softmax_descriptor.html#a214c3636fdf0ea5bac8edb42d0e6c7f0">armnn::SoftmaxDescriptor::m_Axis</a></div><div class="ttdeci">int m_Axis</div><div class="ttdoc">Scalar, defaulted to the last index (-1), specifying the dimension the activation will be performed o...</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00192">Descriptors.hpp:192</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a11d5c25face9b54e90f79ee8bdc1d0fb"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a11d5c25face9b54e90f79ee8bdc1d0fb">armnn::Convolution3dDescriptor::m_PadBack</a></div><div class="ttdeci">uint32_t m_PadBack</div><div class="ttdoc">Padding back value in the depth dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00639">Descriptors.hpp:639</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_aa1c6fc8c96404252f1072632fc5acb59"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">armnn::ReduceDescriptor::m_vAxis</a></div><div class="ttdeci">std::vector&lt; uint32_t &gt; m_vAxis</div><div class="ttdoc">The indices of the dimensions to reduce.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01535">Descriptors.hpp:1535</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_a85f98c94e11f65a6b73f831735c040f3"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">armnn::PadDescriptor::m_PadList</a></div><div class="ttdeci">std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt; &gt; m_PadList</div><div class="ttdoc">Specifies the padding for input dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01197">Descriptors.hpp:1197</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_aa1c6fc8c96404252f1072632fc5acb59"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#aa1c6fc8c96404252f1072632fc5acb59">armnn::ReduceDescriptor::m_vAxis</a></div><div class="ttdeci">std::vector&lt; uint32_t &gt; m_vAxis</div><div class="ttdoc">The indices of the dimensions to reduce.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01556">Descriptors.hpp:1556</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_a85f98c94e11f65a6b73f831735c040f3"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#a85f98c94e11f65a6b73f831735c040f3">armnn::PadDescriptor::m_PadList</a></div><div class="ttdeci">std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt; &gt; m_PadList</div><div class="ttdoc">Specifies the padding for input dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01218">Descriptors.hpp:1218</a></div></div>
 <div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdef"><b>Definition:</b> <a href="_backend_id_8hpp_source.html#l00149">BackendId.hpp:149</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a4a8ec49f130084445d44297549254780"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">armnn::LstmDescriptor::m_LayerNormEnabled</a></div><div class="ttdeci">bool m_LayerNormEnabled</div><div class="ttdoc">Enable/disable layer normalization.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01131">Descriptors.hpp:1131</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a56b51f56cef50cdfa554258eecdab046"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">armnn::TransposeConvolution2dDescriptor::m_PadTop</a></div><div class="ttdeci">uint32_t m_PadTop</div><div class="ttdoc">Padding top value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01452">Descriptors.hpp:1452</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_add849c1188ee7ff60774755b746aa526"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#add849c1188ee7ff60774755b746aa526">armnn::StridedSliceDescriptor::GetStartForAxis</a></div><div class="ttdeci">int GetStartForAxis(const TensorShape &amp;inputShape, unsigned int axis) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00384">Descriptors.cpp:384</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a78e8266be865fdd92cadd04d6e25ae1f"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a78e8266be865fdd92cadd04d6e25ae1f">armnn::ViewsDescriptor::GetNumDimensions</a></div><div class="ttdeci">uint32_t GetNumDimensions() const</div><div class="ttdoc">Get the number of dimensions.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00300">Descriptors.cpp:300</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a002bc30e590d78cbb4f4d12171055ca7"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">armnn::TransposeConvolution2dDescriptor::m_PadRight</a></div><div class="ttdeci">uint32_t m_PadRight</div><div class="ttdoc">Padding right value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01450">Descriptors.hpp:1450</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a4a8ec49f130084445d44297549254780"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">armnn::LstmDescriptor::m_LayerNormEnabled</a></div><div class="ttdeci">bool m_LayerNormEnabled</div><div class="ttdoc">Enable/disable layer normalization.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01152">Descriptors.hpp:1152</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a56b51f56cef50cdfa554258eecdab046"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">armnn::TransposeConvolution2dDescriptor::m_PadTop</a></div><div class="ttdeci">uint32_t m_PadTop</div><div class="ttdoc">Padding top value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01473">Descriptors.hpp:1473</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_add849c1188ee7ff60774755b746aa526"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#add849c1188ee7ff60774755b746aa526">armnn::StridedSliceDescriptor::GetStartForAxis</a></div><div class="ttdeci">int GetStartForAxis(const TensorShape &amp;inputShape, unsigned int axis) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00392">Descriptors.cpp:392</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a78e8266be865fdd92cadd04d6e25ae1f"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a78e8266be865fdd92cadd04d6e25ae1f">armnn::ViewsDescriptor::GetNumDimensions</a></div><div class="ttdeci">uint32_t GetNumDimensions() const</div><div class="ttdoc">Get the number of dimensions.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00306">Descriptors.cpp:306</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a002bc30e590d78cbb4f4d12171055ca7"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">armnn::TransposeConvolution2dDescriptor::m_PadRight</a></div><div class="ttdeci">uint32_t m_PadRight</div><div class="ttdoc">Padding right value in the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01471">Descriptors.hpp:1471</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_fused_descriptor_html_a19244e2574820c8ab69b1559d8638a61"><div class="ttname"><a href="structarmnn_1_1_fused_descriptor.html#a19244e2574820c8ab69b1559d8638a61">armnn::FusedDescriptor::m_NumOutputSlots</a></div><div class="ttdeci">unsigned int m_NumOutputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00960">Descriptors.hpp:960</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_ad94a908c21d0815c7bc7f911e5be1154"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#ad94a908c21d0815c7bc7f911e5be1154">armnn::Convolution3dDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const Convolution3dDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00607">Descriptors.hpp:607</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a223ddc6ec23fbfa317b41ac45199b296"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a223ddc6ec23fbfa317b41ac45199b296">armnn::Pooling2dDescriptor::Pooling2dDescriptor</a></div><div class="ttdeci">Pooling2dDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00373">Descriptors.hpp:373</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_af94385df5f5b7de1466bb9357262d2ca"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#af94385df5f5b7de1466bb9357262d2ca">armnn::Pooling3dDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const Pooling3dDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00452">Descriptors.hpp:452</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a5a41cf9db1648399ac8c226101daf066"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a5a41cf9db1648399ac8c226101daf066">armnn::OriginsDescriptor::OriginsDescriptor</a></div><div class="ttdeci">OriginsDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00082">Descriptors.cpp:82</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_ad474e5c51a0b194ef32e812b86c0cbdb"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">armnn::QLstmDescriptor::m_CifgEnabled</a></div><div class="ttdeci">bool m_CifgEnabled</div><div class="ttdoc">Enable/disable CIFG (coupled input &amp; forget gate).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01397">Descriptors.hpp:1397</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_ad474e5c51a0b194ef32e812b86c0cbdb"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#ad474e5c51a0b194ef32e812b86c0cbdb">armnn::QLstmDescriptor::m_CifgEnabled</a></div><div class="ttdeci">bool m_CifgEnabled</div><div class="ttdoc">Enable/disable CIFG (coupled input &amp; forget gate).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01418">Descriptors.hpp:1418</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_binary_descriptor_html_a7e4ece533ef2cb0f251e11c47a17371c"><div class="ttname"><a href="structarmnn_1_1_elementwise_binary_descriptor.html#a7e4ece533ef2cb0f251e11c47a17371c">armnn::ElementwiseBinaryDescriptor::m_Operation</a></div><div class="ttdeci">BinaryOperation m_Operation</div><div class="ttdoc">Specifies the elementwiseBinary operation to execute.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00125">Descriptors.hpp:125</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_unary_descriptor_html_a3f8539a92fa960a194527b03c2183172"><div class="ttname"><a href="structarmnn_1_1_elementwise_unary_descriptor.html#a3f8539a92fa960a194527b03c2183172">armnn::ElementwiseUnaryDescriptor::ElementwiseUnaryDescriptor</a></div><div class="ttdeci">ElementwiseUnaryDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00131">Descriptors.hpp:131</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_a8b4bd784a8d7b85b437c7c5d61c93bd9"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#a8b4bd784a8d7b85b437c7c5d61c93bd9">armnn::DepthwiseConvolution2dDescriptor::DepthwiseConvolution2dDescriptor</a></div><div class="ttdeci">DepthwiseConvolution2dDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00661">Descriptors.hpp:661</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a302b688d88dd73cde0fb1faef6679907"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a302b688d88dd73cde0fb1faef6679907">armnn::Convolution3dDescriptor::m_DilationY</a></div><div class="ttdeci">uint32_t m_DilationY</div><div class="ttdoc">Dilation along y axis.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00649">Descriptors.hpp:649</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html">armnn::OriginsDescriptor</a></div><div class="ttdoc">An OriginsDescriptor for the ConcatLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00201">Descriptors.hpp:201</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_fully_connected_descriptor_html_a62938964ffd34d5af3f2d56ca1183b18"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.html#a62938964ffd34d5af3f2d56ca1183b18">armnn::FullyConnectedDescriptor::GetNumInputs</a></div><div class="ttdeci">uint32_t GetNumInputs() const</div><div class="ttdoc">Get the number of inputs.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00466">Descriptors.cpp:466</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_fully_connected_descriptor_html_a62938964ffd34d5af3f2d56ca1183b18"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.html#a62938964ffd34d5af3f2d56ca1183b18">armnn::FullyConnectedDescriptor::GetNumInputs</a></div><div class="ttdeci">uint32_t GetNumInputs() const</div><div class="ttdoc">Get the number of inputs.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00474">Descriptors.cpp:474</a></div></div>
 <div class="ttc" id="a_exceptions_8hpp_html"><div class="ttname"><a href="_exceptions_8hpp.html">Exceptions.hpp</a></div></div>
 <div class="ttc" id="anamespacearmnn_html"><div class="ttname"><a href="namespacearmnn.html">armnn</a></div><div class="ttdoc">Copyright (c) 2021 ARM Limited and Contributors.</div><div class="ttdef"><b>Definition:</b> <a href="01__00__quick__start_8dox_source.html#l00006">01_00_quick_start.dox:6</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_unary_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_elementwise_unary_descriptor.html">armnn::ElementwiseUnaryDescriptor</a></div><div class="ttdoc">A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00129">Descriptors.hpp:129</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html">armnn::TransposeConvolution2dDescriptor</a></div><div class="ttdoc">A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01419">Descriptors.hpp:1419</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html">armnn::TransposeConvolution2dDescriptor</a></div><div class="ttdoc">A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01440">Descriptors.hpp:1440</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_aea202e14d8874cefd9a0f778022b7e25"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">armnn::Convolution3dDescriptor::m_BiasEnabled</a></div><div class="ttdeci">bool m_BiasEnabled</div><div class="ttdoc">Enable/disable bias.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00653">Descriptors.hpp:653</a></div></div>
 <div class="ttc" id="a_types_8hpp_html"><div class="ttname"><a href="_types_8hpp.html">Types.hpp</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_arg_min_max_descriptor_html_a214c3636fdf0ea5bac8edb42d0e6c7f0"><div class="ttname"><a href="structarmnn_1_1_arg_min_max_descriptor.html#a214c3636fdf0ea5bac8edb42d0e6c7f0">armnn::ArgMinMaxDescriptor::m_Axis</a></div><div class="ttdeci">int m_Axis</div><div class="ttdoc">Axis to reduce across the input tensor.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00083">Descriptors.hpp:83</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_activation_descriptor_html_a28c4c9cb15f6be3499abbc46b356060b"><div class="ttname"><a href="structarmnn_1_1_activation_descriptor.html#a28c4c9cb15f6be3499abbc46b356060b">armnn::ActivationDescriptor::m_B</a></div><div class="ttdeci">float m_B</div><div class="ttdoc">Beta lower bound value used by the activation functions. (BoundedReLu, Linear, TanH).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00063">Descriptors.hpp:63</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html_ac50b61e053192c8d40d1f4aa1d6f6663"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html#ac50b61e053192c8d40d1f4aa1d6f6663">armnn::TileDescriptor::TileDescriptor</a></div><div class="ttdeci">TileDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01621">Descriptors.hpp:1621</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html_ac50b61e053192c8d40d1f4aa1d6f6663"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html#ac50b61e053192c8d40d1f4aa1d6f6663">armnn::TileDescriptor::TileDescriptor</a></div><div class="ttdeci">TileDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01642">Descriptors.hpp:1642</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a2b125117aa61f9baf3a9cb8658aa61a2"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a2b125117aa61f9baf3a9cb8658aa61a2">armnn::OriginsDescriptor::SetViewOriginCoord</a></div><div class="ttdeci">Status SetViewOriginCoord(uint32_t view, uint32_t coord, uint32_t value)</div><div class="ttdoc">@Brief Set the view origin coordinates.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00167">Descriptors.cpp:167</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a5164336f6a1b15be0d434a6bbf7289da"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a5164336f6a1b15be0d434a6bbf7289da">armnn::Convolution3dDescriptor::m_StrideZ</a></div><div class="ttdeci">uint32_t m_StrideZ</div><div class="ttdoc">Stride value when proceeding through input for the depth dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00645">Descriptors.hpp:645</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html_a7ed9bc7c26df67d274d5dd4cd83adf0f"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html#a7ed9bc7c26df67d274d5dd4cd83adf0f">armnn::DetectionPostProcessDescriptor::m_UseRegularNms</a></div><div class="ttdeci">bool m_UseRegularNms</div><div class="ttdoc">Use Regular NMS.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00757">Descriptors.hpp:757</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_a700f6dc2a7a912cd37ee7dbfcc9220b9"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#a700f6dc2a7a912cd37ee7dbfcc9220b9">armnn::SpaceToDepthDescriptor::SpaceToDepthDescriptor</a></div><div class="ttdeci">SpaceToDepthDescriptor(unsigned int blockSize, DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01060">Descriptors.hpp:1060</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a35546e7b56e6e972a495b48748478ede"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a35546e7b56e6e972a495b48748478ede">armnn::ViewsDescriptor::GetNumViews</a></div><div class="ttdeci">uint32_t GetNumViews() const</div><div class="ttdoc">Get the number of views.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00295">Descriptors.cpp:295</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_af8f724af7210b52529216feefa993c98"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">armnn::QLstmDescriptor::m_HiddenStateScale</a></div><div class="ttdeci">float m_HiddenStateScale</div><div class="ttdoc">Hidden State quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01415">Descriptors.hpp:1415</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_abc05539fc6e7907f32ef0fb242e3b3b0"><div class="ttname"><a href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0">armnn::ReduceOperation</a></div><div class="ttdeci">ReduceOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00156">Types.hpp:156</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_a700f6dc2a7a912cd37ee7dbfcc9220b9"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#a700f6dc2a7a912cd37ee7dbfcc9220b9">armnn::SpaceToDepthDescriptor::SpaceToDepthDescriptor</a></div><div class="ttdeci">SpaceToDepthDescriptor(unsigned int blockSize, DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01081">Descriptors.hpp:1081</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a35546e7b56e6e972a495b48748478ede"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a35546e7b56e6e972a495b48748478ede">armnn::ViewsDescriptor::GetNumViews</a></div><div class="ttdeci">uint32_t GetNumViews() const</div><div class="ttdoc">Get the number of views.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00301">Descriptors.cpp:301</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_af8f724af7210b52529216feefa993c98"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#af8f724af7210b52529216feefa993c98">armnn::QLstmDescriptor::m_HiddenStateScale</a></div><div class="ttdeci">float m_HiddenStateScale</div><div class="ttdoc">Hidden State quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01436">Descriptors.hpp:1436</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_abc05539fc6e7907f32ef0fb242e3b3b0"><div class="ttname"><a href="namespacearmnn.html#abc05539fc6e7907f32ef0fb242e3b3b0">armnn::ReduceOperation</a></div><div class="ttdeci">ReduceOperation</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00157">Types.hpp:157</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_a8526ea7cf860d8e7f8340e9f9354f9f0"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#a8526ea7cf860d8e7f8340e9f9354f9f0">armnn::NormalizationDescriptor::m_K</a></div><div class="ttdeci">float m_K</div><div class="ttdoc">Kappa value used for the across channel normalization equation.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00803">Descriptors.hpp:803</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_binary_descriptor_html_ac104a6d99edfd2008afb5722fdada7cd"><div class="ttname"><a href="structarmnn_1_1_elementwise_binary_descriptor.html#ac104a6d99edfd2008afb5722fdada7cd">armnn::ElementwiseBinaryDescriptor::ElementwiseBinaryDescriptor</a></div><div class="ttdeci">ElementwiseBinaryDescriptor(BinaryOperation operation)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00115">Descriptors.hpp:115</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fake_quantization_descriptor_html_a4c14a8e0d126891dd0c38e7584312bfd"><div class="ttname"><a href="structarmnn_1_1_fake_quantization_descriptor.html#a4c14a8e0d126891dd0c38e7584312bfd">armnn::FakeQuantizationDescriptor::m_Min</a></div><div class="ttdeci">float m_Min</div><div class="ttdoc">Minimum value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00919">Descriptors.hpp:919</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a61b444f8d8445c1144c2126b043ce331"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a61b444f8d8445c1144c2126b043ce331">armnn::StridedSliceDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const StridedSliceDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01302">Descriptors.hpp:1302</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a6c9de81fc65b3c4924cab11907075a17"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">armnn::LstmDescriptor::m_ProjectionEnabled</a></div><div class="ttdeci">bool m_ProjectionEnabled</div><div class="ttdoc">Enable/disable the projection layer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01129">Descriptors.hpp:1129</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_aa68194dd6258ab5b04123005a066ea25"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">armnn::StridedSliceDescriptor::m_End</a></div><div class="ttdeci">std::vector&lt; int &gt; m_End</div><div class="ttdoc">End values for the input that will be sliced.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01323">Descriptors.hpp:1323</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html_a7f5372564b62af034ef61bd846fdd0de"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html#a7f5372564b62af034ef61bd846fdd0de">armnn::TileDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const TileDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01629">Descriptors.hpp:1629</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_afeaf71922a51fe85cd5a159381dd8b13"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#afeaf71922a51fe85cd5a159381dd8b13">armnn::BatchMatMulDescriptor::BatchMatMulDescriptor</a></div><div class="ttdeci">BatchMatMulDescriptor(bool transposeX=false, bool transposeY=false, bool adjointX=false, bool adjointY=false, DataLayout dataLayoutX=DataLayout::NCHW, DataLayout dataLayoutY=DataLayout::NCHW)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01565">Descriptors.hpp:1565</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a61b444f8d8445c1144c2126b043ce331"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a61b444f8d8445c1144c2126b043ce331">armnn::StridedSliceDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const StridedSliceDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01323">Descriptors.hpp:1323</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a6c9de81fc65b3c4924cab11907075a17"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a6c9de81fc65b3c4924cab11907075a17">armnn::LstmDescriptor::m_ProjectionEnabled</a></div><div class="ttdeci">bool m_ProjectionEnabled</div><div class="ttdoc">Enable/disable the projection layer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01150">Descriptors.hpp:1150</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_aa68194dd6258ab5b04123005a066ea25"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#aa68194dd6258ab5b04123005a066ea25">armnn::StridedSliceDescriptor::m_End</a></div><div class="ttdeci">std::vector&lt; int &gt; m_End</div><div class="ttdoc">End values for the input that will be sliced.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01344">Descriptors.hpp:1344</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html_a7f5372564b62af034ef61bd846fdd0de"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html#a7f5372564b62af034ef61bd846fdd0de">armnn::TileDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const TileDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01650">Descriptors.hpp:1650</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_afeaf71922a51fe85cd5a159381dd8b13"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#afeaf71922a51fe85cd5a159381dd8b13">armnn::BatchMatMulDescriptor::BatchMatMulDescriptor</a></div><div class="ttdeci">BatchMatMulDescriptor(bool transposeX=false, bool transposeY=false, bool adjointX=false, bool adjointY=false, DataLayout dataLayoutX=DataLayout::NCHW, DataLayout dataLayoutY=DataLayout::NCHW)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01586">Descriptors.hpp:1586</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_base_descriptor_html_ac618666b3c6d65d2c88bcbb7abeed343"><div class="ttname"><a href="structarmnn_1_1_base_descriptor.html#ac618666b3c6d65d2c88bcbb7abeed343">armnn::BaseDescriptor::IsNull</a></div><div class="ttdeci">virtual bool IsNull() const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00024">Descriptors.hpp:24</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_a66f2c989f51ab6116de4380390250b69"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">armnn::PadDescriptor::m_PaddingMode</a></div><div class="ttdeci">PaddingMode m_PaddingMode</div><div class="ttdoc">Specifies the Padding mode (Constant, Reflect or Symmetric)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01203">Descriptors.hpp:1203</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pad_descriptor_html_a66f2c989f51ab6116de4380390250b69"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.html#a66f2c989f51ab6116de4380390250b69">armnn::PadDescriptor::m_PaddingMode</a></div><div class="ttdeci">PaddingMode m_PaddingMode</div><div class="ttdoc">Specifies the Padding mode (Constant, Reflect or Symmetric)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01224">Descriptors.hpp:1224</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_normalization_descriptor_html_af0e4b97a3ecaf95a364f33c37cdbd052"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.html#af0e4b97a3ecaf95a364f33c37cdbd052">armnn::NormalizationDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const NormalizationDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00781">Descriptors.hpp:781</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_affb5b68b3eba3ed45a06c7cde7781962"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#affb5b68b3eba3ed45a06c7cde7781962">armnn::Pooling2dDescriptor::m_OutputShapeRounding</a></div><div class="ttdeci">OutputShapeRounding m_OutputShapeRounding</div><div class="ttdoc">The rounding method for the output shape. (Floor, Ceiling).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00423">Descriptors.hpp:423</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_to_space_nd_descriptor_html_a6280b6dbb53caebf325b450a52dc53f9"><div class="ttname"><a href="structarmnn_1_1_batch_to_space_nd_descriptor.html#a6280b6dbb53caebf325b450a52dc53f9">armnn::BatchToSpaceNdDescriptor::BatchToSpaceNdDescriptor</a></div><div class="ttdeci">BatchToSpaceNdDescriptor(std::vector&lt; unsigned int &gt; blockShape, std::vector&lt; std::pair&lt; unsigned int, unsigned int &gt;&gt; crops)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00883">Descriptors.hpp:883</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_a961bbfe1db71a848eff5a1f0ab775718"><div class="ttname"><a href="namespacearmnn.html#a961bbfe1db71a848eff5a1f0ab775718">armnn::PoolingAlgorithm</a></div><div class="ttdeci">PoolingAlgorithm</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00149">Types.hpp:149</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_aeda9d4e5d384ce5919425df001f49751"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aeda9d4e5d384ce5919425df001f49751">armnn::TransposeConvolution2dDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const TransposeConvolution2dDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01433">Descriptors.hpp:1433</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a9bc46a2ad56319786bad30be9ab2dc6a"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">armnn::TransposeConvolution2dDescriptor::m_OutputShapeEnabled</a></div><div class="ttdeci">bool m_OutputShapeEnabled</div><div class="ttdoc">Output shape if it has been specified.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01464">Descriptors.hpp:1464</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_aea202e14d8874cefd9a0f778022b7e25"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">armnn::TransposeConvolution2dDescriptor::m_BiasEnabled</a></div><div class="ttdeci">bool m_BiasEnabled</div><div class="ttdoc">Enable/disable bias.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01460">Descriptors.hpp:1460</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_ac81fb0e66dc623dc37c77f219f53a6d3"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">armnn::QLstmDescriptor::m_CellClip</a></div><div class="ttdeci">float m_CellClip</div><div class="ttdoc">Clipping threshold value for the cell state.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01393">Descriptors.hpp:1393</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a961bbfe1db71a848eff5a1f0ab775718"><div class="ttname"><a href="namespacearmnn.html#a961bbfe1db71a848eff5a1f0ab775718">armnn::PoolingAlgorithm</a></div><div class="ttdeci">PoolingAlgorithm</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00150">Types.hpp:150</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_aeda9d4e5d384ce5919425df001f49751"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aeda9d4e5d384ce5919425df001f49751">armnn::TransposeConvolution2dDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const TransposeConvolution2dDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01454">Descriptors.hpp:1454</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a9bc46a2ad56319786bad30be9ab2dc6a"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a9bc46a2ad56319786bad30be9ab2dc6a">armnn::TransposeConvolution2dDescriptor::m_OutputShapeEnabled</a></div><div class="ttdeci">bool m_OutputShapeEnabled</div><div class="ttdoc">Output shape if it has been specified.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01485">Descriptors.hpp:1485</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_aea202e14d8874cefd9a0f778022b7e25"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">armnn::TransposeConvolution2dDescriptor::m_BiasEnabled</a></div><div class="ttdeci">bool m_BiasEnabled</div><div class="ttdoc">Enable/disable bias.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01481">Descriptors.hpp:1481</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_ac81fb0e66dc623dc37c77f219f53a6d3"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#ac81fb0e66dc623dc37c77f219f53a6d3">armnn::QLstmDescriptor::m_CellClip</a></div><div class="ttdeci">float m_CellClip</div><div class="ttdoc">Clipping threshold value for the cell state.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01414">Descriptors.hpp:1414</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_detection_post_process_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.html">armnn::DetectionPostProcessDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00713">Descriptors.hpp:713</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a4a6bc0b32c1db8d15971cae0ed4483a1"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a4a6bc0b32c1db8d15971cae0ed4483a1">armnn::LstmDescriptor::LstmDescriptor</a></div><div class="ttdeci">LstmDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01083">Descriptors.hpp:1083</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a4a8ec49f130084445d44297549254780"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">armnn::QLstmDescriptor::m_LayerNormEnabled</a></div><div class="ttdeci">bool m_LayerNormEnabled</div><div class="ttdoc">Enable/disable layer normalization.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01403">Descriptors.hpp:1403</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html">armnn::PreCompiledDescriptor</a></div><div class="ttdoc">A PreCompiledDescriptor for the PreCompiledLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01346">Descriptors.hpp:1346</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a6ab1c51c46d6587c0eaa2a1674b2b48c"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a6ab1c51c46d6587c0eaa2a1674b2b48c">armnn::ViewsDescriptor::swap</a></div><div class="ttdeci">friend void swap(ViewsDescriptor &amp;first, ViewsDescriptor &amp;second)</div><div class="ttdoc">Swap the ViewsDescriptor value first and second.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00359">Descriptors.cpp:359</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a4a6bc0b32c1db8d15971cae0ed4483a1"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a4a6bc0b32c1db8d15971cae0ed4483a1">armnn::LstmDescriptor::LstmDescriptor</a></div><div class="ttdeci">LstmDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01104">Descriptors.hpp:1104</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a4a8ec49f130084445d44297549254780"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a4a8ec49f130084445d44297549254780">armnn::QLstmDescriptor::m_LayerNormEnabled</a></div><div class="ttdeci">bool m_LayerNormEnabled</div><div class="ttdoc">Enable/disable layer normalization.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01424">Descriptors.hpp:1424</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_pre_compiled_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_pre_compiled_descriptor.html">armnn::PreCompiledDescriptor</a></div><div class="ttdoc">A PreCompiledDescriptor for the PreCompiledLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01367">Descriptors.hpp:1367</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a6ab1c51c46d6587c0eaa2a1674b2b48c"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a6ab1c51c46d6587c0eaa2a1674b2b48c">armnn::ViewsDescriptor::swap</a></div><div class="ttdeci">friend void swap(ViewsDescriptor &amp;first, ViewsDescriptor &amp;second)</div><div class="ttdoc">Swap the ViewsDescriptor value first and second.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00365">Descriptors.cpp:365</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_base_descriptor_html_a5e0f82ef2f18eb897e6d6f1845e74033"><div class="ttname"><a href="structarmnn_1_1_base_descriptor.html#a5e0f82ef2f18eb897e6d6f1845e74033">armnn::BaseDescriptor::~BaseDescriptor</a></div><div class="ttdeci">virtual ~BaseDescriptor()=default</div></div>
-<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_a1953d00371489c32ebded5a42eabc0cf"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">armnn::ChannelShuffleDescriptor::m_NumGroups</a></div><div class="ttdeci">uint32_t m_NumGroups</div><div class="ttdoc">Number of groups for the channel shuffle operation.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01557">Descriptors.hpp:1557</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_channel_shuffle_descriptor_html_a1953d00371489c32ebded5a42eabc0cf"><div class="ttname"><a href="structarmnn_1_1_channel_shuffle_descriptor.html#a1953d00371489c32ebded5a42eabc0cf">armnn::ChannelShuffleDescriptor::m_NumGroups</a></div><div class="ttdeci">uint32_t m_NumGroups</div><div class="ttdoc">Number of groups for the channel shuffle operation.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01578">Descriptors.hpp:1578</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_elementwise_binary_descriptor_html_a8a8f2e6761bd818ffba130355d3b14bd"><div class="ttname"><a href="structarmnn_1_1_elementwise_binary_descriptor.html#a8a8f2e6761bd818ffba130355d3b14bd">armnn::ElementwiseBinaryDescriptor::ElementwiseBinaryDescriptor</a></div><div class="ttdeci">ElementwiseBinaryDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00111">Descriptors.hpp:111</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution3d_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_convolution3d_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::Convolution3dDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NDHWC, NCDHW).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00655">Descriptors.hpp:655</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_l2_normalization_descriptor_html_a11c821c7524251004a72ed13c510853c"><div class="ttname"><a href="structarmnn_1_1_l2_normalization_descriptor.html#a11c821c7524251004a72ed13c510853c">armnn::L2NormalizationDescriptor::m_Eps</a></div><div class="ttdeci">float m_Eps</div><div class="ttdoc">Used to avoid dividing by zero.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00822">Descriptors.hpp:822</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_a905d0b4a55652d69f18cef769e6c739f"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#a905d0b4a55652d69f18cef769e6c739f">armnn::SliceDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const SliceDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01217">Descriptors.hpp:1217</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_a905d0b4a55652d69f18cef769e6c739f"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#a905d0b4a55652d69f18cef769e6c739f">armnn::SliceDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const SliceDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01238">Descriptors.hpp:1238</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_ab78e6fe963508c1ac5c00d04bb3361a3"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#ab78e6fe963508c1ac5c00d04bb3361a3">armnn::OriginsDescriptor::GetViewOrigin</a></div><div class="ttdeci">const uint32_t * GetViewOrigin(uint32_t idx) const</div><div class="ttdoc">Return the view origin at the int value idx.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00197">Descriptors.cpp:197</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::TransposeConvolution2dDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01462">Descriptors.hpp:1462</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_ab52cabf19232290fa6b49828ba957ac0"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">armnn::SliceDescriptor::m_Size</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_Size</div><div class="ttdoc">Size of the slice in each dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01226">Descriptors.hpp:1226</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_transpose_convolution2d_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::TransposeConvolution2dDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01483">Descriptors.hpp:1483</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_slice_descriptor_html_ab52cabf19232290fa6b49828ba957ac0"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.html#ab52cabf19232290fa6b49828ba957ac0">armnn::SliceDescriptor::m_Size</a></div><div class="ttdeci">std::vector&lt; unsigned int &gt; m_Size</div><div class="ttdoc">Size of the slice in each dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01247">Descriptors.hpp:1247</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html">armnn::Pooling2dDescriptor</a></div><div class="ttdoc">A Pooling2dDescriptor for the Pooling2dLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00371">Descriptors.hpp:371</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_ae1b07ed928036004bd257169e5aeeef4"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">armnn::LstmDescriptor::m_ActivationFunc</a></div><div class="ttdeci">uint32_t m_ActivationFunc</div><div class="ttdoc">The activation function to use.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01119">Descriptors.hpp:1119</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_a71ab37b5cafc60ab26a1728354cafe77"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#a71ab37b5cafc60ab26a1728354cafe77">armnn::MeanDescriptor::MeanDescriptor</a></div><div class="ttdeci">MeanDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01153">Descriptors.hpp:1153</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_a6589f55be8e5469d44f67b1887fbc2ad"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#a6589f55be8e5469d44f67b1887fbc2ad">armnn::ReduceDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ReduceDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01525">Descriptors.hpp:1525</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_abe18a5033f2ab9c0de82c676b48f5437"><div class="ttname"><a href="namespacearmnn.html#abe18a5033f2ab9c0de82c676b48f5437">armnn::NormalizationAlgorithmChannel</a></div><div class="ttdeci">NormalizationAlgorithmChannel</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00206">Types.hpp:206</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_ae1b07ed928036004bd257169e5aeeef4"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#ae1b07ed928036004bd257169e5aeeef4">armnn::LstmDescriptor::m_ActivationFunc</a></div><div class="ttdeci">uint32_t m_ActivationFunc</div><div class="ttdoc">The activation function to use.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01140">Descriptors.hpp:1140</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html_a71ab37b5cafc60ab26a1728354cafe77"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html#a71ab37b5cafc60ab26a1728354cafe77">armnn::MeanDescriptor::MeanDescriptor</a></div><div class="ttdeci">MeanDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01174">Descriptors.hpp:1174</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_a6589f55be8e5469d44f67b1887fbc2ad"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#a6589f55be8e5469d44f67b1887fbc2ad">armnn::ReduceDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ReduceDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01546">Descriptors.hpp:1546</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_abe18a5033f2ab9c0de82c676b48f5437"><div class="ttname"><a href="namespacearmnn.html#abe18a5033f2ab9c0de82c676b48f5437">armnn::NormalizationAlgorithmChannel</a></div><div class="ttdeci">NormalizationAlgorithmChannel</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00207">Types.hpp:207</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_to_space_nd_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_batch_to_space_nd_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::BatchToSpaceNdDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00902">Descriptors.hpp:902</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_broadcast_to_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_broadcast_to_descriptor.html">armnn::BroadcastToDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01659">Descriptors.hpp:1659</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html">armnn::DepthwiseConvolution2dDescriptor</a></div><div class="ttdoc">A DepthwiseConvolution2dDescriptor for the DepthwiseConvolution2dLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00659">Descriptors.hpp:659</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a2d299363c9fc33334c571fa29ca4f58caf5f286e73bda105e538310b3190f75c5"><div class="ttname"><a href="namespacearmnn.html#a2d299363c9fc33334c571fa29ca4f58caf5f286e73bda105e538310b3190f75c5">armnn::ComparisonOperation::Equal</a></div><div class="ttdeci">@ Equal</div></div>
-<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html">armnn::ReduceDescriptor</a></div><div class="ttdoc">A ReduceDescriptor for the REDUCE operators.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01517">Descriptors.hpp:1517</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html">armnn::ReduceDescriptor</a></div><div class="ttdoc">A ReduceDescriptor for the REDUCE operators.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01538">Descriptors.hpp:1538</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_aa3c6a77a963a98ccb8ea7b8fd008a8c1"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#aa3c6a77a963a98ccb8ea7b8fd008a8c1">armnn::DepthwiseConvolution2dDescriptor::m_DilationX</a></div><div class="ttdeci">uint32_t m_DilationX</div><div class="ttdoc">Dilation factor value for width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00704">Descriptors.hpp:704</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_batch_normalization_descriptor_html_a11c821c7524251004a72ed13c510853c"><div class="ttname"><a href="structarmnn_1_1_batch_normalization_descriptor.html#a11c821c7524251004a72ed13c510853c">armnn::BatchNormalizationDescriptor::m_Eps</a></div><div class="ttdeci">float m_Eps</div><div class="ttdoc">Value to add to the variance. Used to avoid dividing by zero.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00841">Descriptors.hpp:841</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_softmax_descriptor_html_ab284d1743a879c8762273540c363174e"><div class="ttname"><a href="structarmnn_1_1_softmax_descriptor.html#ab284d1743a879c8762273540c363174e">armnn::SoftmaxDescriptor::SoftmaxDescriptor</a></div><div class="ttdeci">SoftmaxDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00179">Descriptors.hpp:179</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fake_quantization_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_fake_quantization_descriptor.html">armnn::FakeQuantizationDescriptor</a></div><div class="ttdoc">A FakeQuantizationDescriptor for the FakeQuantizationLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00906">Descriptors.hpp:906</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a531a3907ec13d3772370da88030191a5"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">armnn::LstmDescriptor::m_ClippingThresCell</a></div><div class="ttdeci">float m_ClippingThresCell</div><div class="ttdoc">Clipping threshold value for the cell state.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01121">Descriptors.hpp:1121</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a531a3907ec13d3772370da88030191a5"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a531a3907ec13d3772370da88030191a5">armnn::LstmDescriptor::m_ClippingThresCell</a></div><div class="ttdeci">float m_ClippingThresCell</div><div class="ttdoc">Clipping threshold value for the cell state.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01142">Descriptors.hpp:1142</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_pooling3d_descriptor_html_acc978b36fd5d949bc781d7638e6e08b9"><div class="ttname"><a href="structarmnn_1_1_pooling3d_descriptor.html#acc978b36fd5d949bc781d7638e6e08b9">armnn::Pooling3dDescriptor::m_PoolDepth</a></div><div class="ttdeci">uint32_t m_PoolDepth</div><div class="ttdoc">Pooling depth value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00491">Descriptors.hpp:491</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a991faafc762a50c3aa7a756117378cc1"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a991faafc762a50c3aa7a756117378cc1">armnn::BatchMatMulDescriptor::GetAxesNotMul</a></div><div class="ttdeci">static std::vector&lt; unsigned int &gt; GetAxesNotMul(DataLayout dataLayout, const TensorShape &amp;tensorShape)</div><div class="ttdoc">Static helper to get the axes (for each input) that will not be multiplied together.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00497">Descriptors.cpp:497</a></div></div>
-<div class="ttc" id="anamespacearmnn_html_a3888429b6ebc79f9a7df549e5e4d9a2f"><div class="ttname"><a href="namespacearmnn.html#a3888429b6ebc79f9a7df549e5e4d9a2f">armnn::PaddingMethod</a></div><div class="ttdeci">PaddingMethod</div><div class="ttdoc">The padding method modifies the output of pooling layers.</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00187">Types.hpp:187</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a7c91eda2b331d607bae92cd8ebf50bb9"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">armnn::StridedSliceDescriptor::m_NewAxisMask</a></div><div class="ttdeci">int32_t m_NewAxisMask</div><div class="ttdoc">New axis mask value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01339">Descriptors.hpp:1339</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html">armnn::MeanDescriptor</a></div><div class="ttdoc">A MeanDescriptor for the MeanLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01151">Descriptors.hpp:1151</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a2837b4396f20c956952d1a7286cab5f8"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">armnn::QLstmDescriptor::m_PeepholeEnabled</a></div><div class="ttdeci">bool m_PeepholeEnabled</div><div class="ttdoc">Enable/disable peephole.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01399">Descriptors.hpp:1399</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html">armnn::TileDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01619">Descriptors.hpp:1619</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_a382377c9853a4aca845b50ba73a74c79"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#a382377c9853a4aca845b50ba73a74c79">armnn::ReshapeDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ReshapeDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01012">Descriptors.hpp:1012</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_batch_mat_mul_descriptor_html_a991faafc762a50c3aa7a756117378cc1"><div class="ttname"><a href="structarmnn_1_1_batch_mat_mul_descriptor.html#a991faafc762a50c3aa7a756117378cc1">armnn::BatchMatMulDescriptor::GetAxesNotMul</a></div><div class="ttdeci">static std::vector&lt; unsigned int &gt; GetAxesNotMul(DataLayout dataLayout, const TensorShape &amp;tensorShape)</div><div class="ttdoc">Static helper to get the axes (for each input) that will not be multiplied together.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00505">Descriptors.cpp:505</a></div></div>
+<div class="ttc" id="anamespacearmnn_html_a3888429b6ebc79f9a7df549e5e4d9a2f"><div class="ttname"><a href="namespacearmnn.html#a3888429b6ebc79f9a7df549e5e4d9a2f">armnn::PaddingMethod</a></div><div class="ttdeci">PaddingMethod</div><div class="ttdoc">The padding method modifies the output of pooling layers.</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.html#l00188">Types.hpp:188</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_strided_slice_descriptor_html_a7c91eda2b331d607bae92cd8ebf50bb9"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.html#a7c91eda2b331d607bae92cd8ebf50bb9">armnn::StridedSliceDescriptor::m_NewAxisMask</a></div><div class="ttdeci">int32_t m_NewAxisMask</div><div class="ttdoc">New axis mask value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01360">Descriptors.hpp:1360</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_mean_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.html">armnn::MeanDescriptor</a></div><div class="ttdoc">A MeanDescriptor for the MeanLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01172">Descriptors.hpp:1172</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_q_lstm_descriptor_html_a2837b4396f20c956952d1a7286cab5f8"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.html#a2837b4396f20c956952d1a7286cab5f8">armnn::QLstmDescriptor::m_PeepholeEnabled</a></div><div class="ttdeci">bool m_PeepholeEnabled</div><div class="ttdoc">Enable/disable peephole.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01420">Descriptors.hpp:1420</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_tile_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_tile_descriptor.html">armnn::TileDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01640">Descriptors.hpp:1640</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reshape_descriptor_html_a382377c9853a4aca845b50ba73a74c79"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.html#a382377c9853a4aca845b50ba73a74c79">armnn::ReshapeDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ReshapeDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01033">Descriptors.hpp:1033</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_activation_descriptor_html_a57980de0f72e982a3d0963f5fb557454"><div class="ttname"><a href="structarmnn_1_1_activation_descriptor.html#a57980de0f72e982a3d0963f5fb557454">armnn::ActivationDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const ActivationDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00052">Descriptors.hpp:52</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a6316c5537fc3d9e8e71bf0541c6044d9"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a6316c5537fc3d9e8e71bf0541c6044d9">armnn::ViewsDescriptor::~ViewsDescriptor</a></div><div class="ttdeci">~ViewsDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00256">Descriptors.cpp:256</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_a6316c5537fc3d9e8e71bf0541c6044d9"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#a6316c5537fc3d9e8e71bf0541c6044d9">armnn::ViewsDescriptor::~ViewsDescriptor</a></div><div class="ttdeci">~ViewsDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00262">Descriptors.cpp:262</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a14d24d90ab4ba2956e92e27890ba4c91acb17869fe51048b5a5c4c6106551a255"><div class="ttname"><a href="namespacearmnn.html#a14d24d90ab4ba2956e92e27890ba4c91acb17869fe51048b5a5c4c6106551a255">armnn::PaddingMode::Constant</a></div><div class="ttdeci">@ Constant</div></div>
 <div class="ttc" id="astructarmnn_1_1_l2_normalization_descriptor_html_a7c758226ee35a1387dff4fb8a5f14948"><div class="ttname"><a href="structarmnn_1_1_l2_normalization_descriptor.html#a7c758226ee35a1387dff4fb8a5f14948">armnn::L2NormalizationDescriptor::L2NormalizationDescriptor</a></div><div class="ttdeci">L2NormalizationDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00811">Descriptors.hpp:811</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_softmax_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_softmax_descriptor.html">armnn::SoftmaxDescriptor</a></div><div class="ttdoc">A SoftmaxDescriptor for the SoftmaxLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00177">Descriptors.hpp:177</a></div></div>
@@ -2155,25 +2208,25 @@
 <div class="ttc" id="astructarmnn_1_1_pooling2d_descriptor_html_a0031997bf43bd2747656c31e4977793a"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.html#a0031997bf43bd2747656c31e4977793a">armnn::Pooling2dDescriptor::m_PoolType</a></div><div class="ttdeci">PoolingAlgorithm m_PoolType</div><div class="ttdoc">The pooling algorithm to use (Max. Average, L2).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00405">Descriptors.hpp:405</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_instance_normalization_descriptor_html_a11c821c7524251004a72ed13c510853c"><div class="ttname"><a href="structarmnn_1_1_instance_normalization_descriptor.html#a11c821c7524251004a72ed13c510853c">armnn::InstanceNormalizationDescriptor::m_Eps</a></div><div class="ttdeci">float m_Eps</div><div class="ttdoc">Epsilon, small scalar value added to variance to avoid dividing by zero. Defaults to 1e-12f.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00869">Descriptors.hpp:869</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_fake_quantization_descriptor_html_a07e9336ef20ef3348c954f620d9a31f3"><div class="ttname"><a href="structarmnn_1_1_fake_quantization_descriptor.html#a07e9336ef20ef3348c954f620d9a31f3">armnn::FakeQuantizationDescriptor::FakeQuantizationDescriptor</a></div><div class="ttdeci">FakeQuantizationDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00908">Descriptors.hpp:908</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html">armnn::SpaceToDepthDescriptor</a></div><div class="ttdoc">A SpaceToDepthDescriptor for the SpaceToDepthLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01054">Descriptors.hpp:1054</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_a0b39804ec2fae491cb0b4fcaba681e4c"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#a0b39804ec2fae491cb0b4fcaba681e4c">armnn::ReduceDescriptor::ReduceDescriptor</a></div><div class="ttdeci">ReduceDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01519">Descriptors.hpp:1519</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_ad9aa2dd6c80f9c0d71498fb01e7f2da4"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#ad9aa2dd6c80f9c0d71498fb01e7f2da4">armnn::ViewsDescriptor::SetAxis</a></div><div class="ttdeci">void SetAxis(int32_t axis)</div><div class="ttdoc">Set the axis value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00366">Descriptors.cpp:366</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html">armnn::SpaceToDepthDescriptor</a></div><div class="ttdoc">A SpaceToDepthDescriptor for the SpaceToDepthLayer.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01075">Descriptors.hpp:1075</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_reduce_descriptor_html_a0b39804ec2fae491cb0b4fcaba681e4c"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.html#a0b39804ec2fae491cb0b4fcaba681e4c">armnn::ReduceDescriptor::ReduceDescriptor</a></div><div class="ttdeci">ReduceDescriptor()</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01540">Descriptors.hpp:1540</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_ad9aa2dd6c80f9c0d71498fb01e7f2da4"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#ad9aa2dd6c80f9c0d71498fb01e7f2da4">armnn::ViewsDescriptor::SetAxis</a></div><div class="ttdeci">void SetAxis(int32_t axis)</div><div class="ttdoc">Set the axis value.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00374">Descriptors.cpp:374</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_activation_descriptor_html_af045269be0c755dbf3c3b8c4d71a88af"><div class="ttname"><a href="structarmnn_1_1_activation_descriptor.html#af045269be0c755dbf3c3b8c4d71a88af">armnn::ActivationDescriptor::ActivationDescriptor</a></div><div class="ttdeci">ActivationDescriptor(armnn::ActivationFunction activation, float a=0, float b=0)</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00044">Descriptors.hpp:44</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f"><div class="ttname"><a href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">armnn::DataLayout::NCHW</a></div><div class="ttdeci">@ NCHW</div></div>
-<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a0477ee1b44ace6090119178eea78cb0b"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">armnn::LstmDescriptor::m_CellIntermediateScale</a></div><div class="ttdeci">float m_CellIntermediateScale</div><div class="ttdoc">Cell intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01139">Descriptors.hpp:1139</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_ab78e6fe963508c1ac5c00d04bb3361a3"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#ab78e6fe963508c1ac5c00d04bb3361a3">armnn::ViewsDescriptor::GetViewOrigin</a></div><div class="ttdeci">const uint32_t * GetViewOrigin(uint32_t idx) const</div><div class="ttdoc">Get the view origin at the int value idx.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00305">Descriptors.cpp:305</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_a62938964ffd34d5af3f2d56ca1183b18"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#a62938964ffd34d5af3f2d56ca1183b18">armnn::DepthwiseConvolution2dDescriptor::GetNumInputs</a></div><div class="ttdeci">uint32_t GetNumInputs() const</div><div class="ttdoc">Get the number of views/inputs.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00471">Descriptors.cpp:471</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_lstm_descriptor_html_a0477ee1b44ace6090119178eea78cb0b"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.html#a0477ee1b44ace6090119178eea78cb0b">armnn::LstmDescriptor::m_CellIntermediateScale</a></div><div class="ttdeci">float m_CellIntermediateScale</div><div class="ttdoc">Cell intermediate quantization scale.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01160">Descriptors.hpp:1160</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_views_descriptor_html_ab78e6fe963508c1ac5c00d04bb3361a3"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.html#ab78e6fe963508c1ac5c00d04bb3361a3">armnn::ViewsDescriptor::GetViewOrigin</a></div><div class="ttdeci">const uint32_t * GetViewOrigin(uint32_t idx) const</div><div class="ttdoc">Get the view origin at the int value idx.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00311">Descriptors.cpp:311</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_a62938964ffd34d5af3f2d56ca1183b18"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#a62938964ffd34d5af3f2d56ca1183b18">armnn::DepthwiseConvolution2dDescriptor::GetNumInputs</a></div><div class="ttdeci">uint32_t GetNumInputs() const</div><div class="ttdoc">Get the number of views/inputs.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00479">Descriptors.cpp:479</a></div></div>
 <div class="ttc" id="anamespacearmnn_html_a56297e0f7b215eea46c818cb7528d9eaa21eebb164e4b8b9bcf64fdb4d8d5dff4"><div class="ttname"><a href="namespacearmnn.html#a56297e0f7b215eea46c818cb7528d9eaa21eebb164e4b8b9bcf64fdb4d8d5dff4">armnn::ActivationFunction::Sigmoid</a></div><div class="ttdeci">@ Sigmoid</div></div>
 <div class="ttc" id="astructarmnn_1_1_convolution2d_descriptor_html_a49fa05efa6154c44c7701b125afd802c"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.html#a49fa05efa6154c44c7701b125afd802c">armnn::Convolution2dDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const Convolution2dDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00549">Descriptors.hpp:549</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_origins_descriptor_html_a1efc8be2c15fe67917c60041dc926701"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.html#a1efc8be2c15fe67917c60041dc926701">armnn::OriginsDescriptor::operator==</a></div><div class="ttdeci">bool operator==(const OriginsDescriptor &amp;rhs) const</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8cpp_source.html#l00135">Descriptors.cpp:135</a></div></div>
-<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::SpaceToDepthDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01074">Descriptors.hpp:1074</a></div></div>
+<div class="ttc" id="astructarmnn_1_1_space_to_depth_descriptor_html_a6089e1ca91914015777ea780a513131a"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.html#a6089e1ca91914015777ea780a513131a">armnn::SpaceToDepthDescriptor::m_DataLayout</a></div><div class="ttdeci">DataLayout m_DataLayout</div><div class="ttdoc">The data layout to be used (NCHW, NHWC).</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l01095">Descriptors.hpp:1095</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_afe6a3377c4531315354def9023c8fdda"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">armnn::DepthwiseConvolution2dDescriptor::m_StrideX</a></div><div class="ttdeci">uint32_t m_StrideX</div><div class="ttdoc">Stride value when proceeding through input for the width dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00700">Descriptors.hpp:700</a></div></div>
 <div class="ttc" id="astructarmnn_1_1_depthwise_convolution2d_descriptor_html_a56b51f56cef50cdfa554258eecdab046"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">armnn::DepthwiseConvolution2dDescriptor::m_PadTop</a></div><div class="ttdeci">uint32_t m_PadTop</div><div class="ttdoc">Padding top value in the height dimension.</div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.html#l00696">Descriptors.hpp:696</a></div></div>
 <!-- start footer part -->
 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
   <ul>
     <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_2b72cc348e06937955e62ebdd8a13436.html">armnn</a></li><li class="navelem"><a class="el" href="_descriptors_8hpp.html">Descriptors.hpp</a></li>
-    <li class="footer">Generated on Tue Aug 22 2023 11:36:57 for Arm NN by
+    <li class="footer">Generated on Wed Nov 22 2023 10:57:04 for Arm NN by
     <a href="http://www.doxygen.org/index.html">
     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
   </ul>