blob: f2b7e46eb40de47767807e5583a2003327e38798 [file] [log] [blame]
Ryan OSheade36e4a2020-03-13 16:26:19 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6<meta name="generator" content="Doxygen 1.8.13"/>
7<meta name="viewport" content="width=device-width, initial-scale=1"/>
8<title>ArmNN: TransposeConvolution2dDescriptor Struct Reference</title>
9<link href="tabs.css" rel="stylesheet" type="text/css"/>
10<script type="text/javascript" src="jquery.js"></script>
11<script type="text/javascript" src="dynsections.js"></script>
12<link href="navtree.css" rel="stylesheet" type="text/css"/>
13<script type="text/javascript" src="resize.js"></script>
14<script type="text/javascript" src="navtreedata.js"></script>
15<script type="text/javascript" src="navtree.js"></script>
16<script type="text/javascript">
17 $(document).ready(initResizable);
18</script>
19<link href="search/search.css" rel="stylesheet" type="text/css"/>
20<script type="text/javascript" src="search/searchdata.js"></script>
21<script type="text/javascript" src="search/search.js"></script>
22<link href="doxygen.css" rel="stylesheet" type="text/css" />
23</head>
24<body>
25<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
26<div id="titlearea">
27<table cellspacing="0" cellpadding="0">
28 <tbody>
29 <tr style="height: 56px;">
30 <td id="projectalign" style="padding-left: 0.5em;">
31 <div id="projectname">ArmNN
32 &#160;<span id="projectnumber">NotReleased</span>
33 </div>
34 </td>
35 </tr>
36 </tbody>
37</table>
38</div>
39<!-- end header part -->
40<!-- Generated by Doxygen 1.8.13 -->
41<script type="text/javascript">
42var searchBox = new SearchBox("searchBox", "search",false,'Search');
43</script>
44<script type="text/javascript" src="menudata.js"></script>
45<script type="text/javascript" src="menu.js"></script>
46<script type="text/javascript">
47$(function() {
48 initMenu('',true,false,'search.php','Search');
49 $(document).ready(function() { init_search(); });
50});
51</script>
52<div id="main-nav"></div>
53</div><!-- top -->
54<div id="side-nav" class="ui-resizable side-nav-resizable">
55 <div id="nav-tree">
56 <div id="nav-tree-contents">
57 <div id="nav-sync" class="sync"></div>
58 </div>
59 </div>
60 <div id="splitbar" style="-moz-user-select:none;"
61 class="ui-resizable-handle">
62 </div>
63</div>
64<script type="text/javascript">
65$(document).ready(function(){initNavTree('structarmnn_1_1_transpose_convolution2d_descriptor.html','');});
66</script>
67<div id="doc-content">
68<!-- window showing the filter options -->
69<div id="MSearchSelectWindow"
70 onmouseover="return searchBox.OnSearchSelectShow()"
71 onmouseout="return searchBox.OnSearchSelectHide()"
72 onkeydown="return searchBox.OnSearchSelectKey(event)">
73</div>
74
75<!-- iframe showing the search results (closed by default) -->
76<div id="MSearchResultsWindow">
77<iframe src="javascript:void(0)" frameborder="0"
78 name="MSearchResults" id="MSearchResults">
79</iframe>
80</div>
81
82<div class="header">
83 <div class="summary">
84<a href="#pub-methods">Public Member Functions</a> &#124;
85<a href="#pub-attribs">Public Attributes</a> &#124;
86<a href="structarmnn_1_1_transpose_convolution2d_descriptor-members.html">List of all members</a> </div>
87 <div class="headertitle">
88<div class="title">TransposeConvolution2dDescriptor Struct Reference</div> </div>
89</div><!--header-->
90<div class="contents">
91
92<p>A <a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html" title="A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer. ">TransposeConvolution2dDescriptor</a> for the <a class="el" href="classarmnn_1_1_transpose_convolution2d_layer.html" title="This layer represents a 2D transpose convolution operation. ">TransposeConvolution2dLayer</a>.
93 <a href="structarmnn_1_1_transpose_convolution2d_descriptor.html#details">More...</a></p>
94
95<p><code>#include &lt;<a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>&gt;</code></p>
96<table class="memberdecls">
97<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
98Public Member Functions</h2></td></tr>
99<tr class="memitem:ad2246752a0ac080cfa2e815c6528acf9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ad2246752a0ac080cfa2e815c6528acf9">TransposeConvolution2dDescriptor</a> ()</td></tr>
100<tr class="separator:ad2246752a0ac080cfa2e815c6528acf9"><td class="memSeparator" colspan="2">&#160;</td></tr>
101<tr class="memitem:aeda9d4e5d384ce5919425df001f49751"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aeda9d4e5d384ce5919425df001f49751">operator==</a> (const <a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html">TransposeConvolution2dDescriptor</a> &amp;rhs) const</td></tr>
102<tr class="separator:aeda9d4e5d384ce5919425df001f49751"><td class="memSeparator" colspan="2">&#160;</td></tr>
103</table><table class="memberdecls">
104<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
105Public Attributes</h2></td></tr>
106<tr class="memitem:ac18546ebbebbb32fe0a03baa9bf2c600"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a></td></tr>
107<tr class="memdesc:ac18546ebbebbb32fe0a03baa9bf2c600"><td class="mdescLeft">&#160;</td><td class="mdescRight">Padding left value in the width dimension. <a href="#ac18546ebbebbb32fe0a03baa9bf2c600">More...</a><br /></td></tr>
108<tr class="separator:ac18546ebbebbb32fe0a03baa9bf2c600"><td class="memSeparator" colspan="2">&#160;</td></tr>
109<tr class="memitem:a002bc30e590d78cbb4f4d12171055ca7"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a></td></tr>
110<tr class="memdesc:a002bc30e590d78cbb4f4d12171055ca7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Padding right value in the width dimension. <a href="#a002bc30e590d78cbb4f4d12171055ca7">More...</a><br /></td></tr>
111<tr class="separator:a002bc30e590d78cbb4f4d12171055ca7"><td class="memSeparator" colspan="2">&#160;</td></tr>
112<tr class="memitem:a56b51f56cef50cdfa554258eecdab046"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a></td></tr>
113<tr class="memdesc:a56b51f56cef50cdfa554258eecdab046"><td class="mdescLeft">&#160;</td><td class="mdescRight">Padding top value in the height dimension. <a href="#a56b51f56cef50cdfa554258eecdab046">More...</a><br /></td></tr>
114<tr class="separator:a56b51f56cef50cdfa554258eecdab046"><td class="memSeparator" colspan="2">&#160;</td></tr>
115<tr class="memitem:aa9e49717ebdb741e8c767741647fc618"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a></td></tr>
116<tr class="memdesc:aa9e49717ebdb741e8c767741647fc618"><td class="mdescLeft">&#160;</td><td class="mdescRight">Padding bottom value in the height dimension. <a href="#aa9e49717ebdb741e8c767741647fc618">More...</a><br /></td></tr>
117<tr class="separator:aa9e49717ebdb741e8c767741647fc618"><td class="memSeparator" colspan="2">&#160;</td></tr>
118<tr class="memitem:afe6a3377c4531315354def9023c8fdda"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a></td></tr>
119<tr class="memdesc:afe6a3377c4531315354def9023c8fdda"><td class="mdescLeft">&#160;</td><td class="mdescRight">Stride value when proceeding through input for the width dimension. <a href="#afe6a3377c4531315354def9023c8fdda">More...</a><br /></td></tr>
120<tr class="separator:afe6a3377c4531315354def9023c8fdda"><td class="memSeparator" colspan="2">&#160;</td></tr>
121<tr class="memitem:ac1fe174bbadfb39a2b636940c2e647c8"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a></td></tr>
122<tr class="memdesc:ac1fe174bbadfb39a2b636940c2e647c8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Stride value when proceeding through input for the height dimension. <a href="#ac1fe174bbadfb39a2b636940c2e647c8">More...</a><br /></td></tr>
123<tr class="separator:ac1fe174bbadfb39a2b636940c2e647c8"><td class="memSeparator" colspan="2">&#160;</td></tr>
124<tr class="memitem:aea202e14d8874cefd9a0f778022b7e25"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a></td></tr>
125<tr class="memdesc:aea202e14d8874cefd9a0f778022b7e25"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enable/disable bias. <a href="#aea202e14d8874cefd9a0f778022b7e25">More...</a><br /></td></tr>
126<tr class="separator:aea202e14d8874cefd9a0f778022b7e25"><td class="memSeparator" colspan="2">&#160;</td></tr>
127<tr class="memitem:a6089e1ca91914015777ea780a513131a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a></td></tr>
128<tr class="memdesc:a6089e1ca91914015777ea780a513131a"><td class="mdescLeft">&#160;</td><td class="mdescRight">The data layout to be used (NCHW, NHWC). <a href="#a6089e1ca91914015777ea780a513131a">More...</a><br /></td></tr>
129<tr class="separator:a6089e1ca91914015777ea780a513131a"><td class="memSeparator" colspan="2">&#160;</td></tr>
130</table>
131<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
132<div class="textblock"><p>A <a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html" title="A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer. ">TransposeConvolution2dDescriptor</a> for the <a class="el" href="classarmnn_1_1_transpose_convolution2d_layer.html" title="This layer represents a 2D transpose convolution operation. ">TransposeConvolution2dLayer</a>. </p>
133
134<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01079">1079</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
135</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
136<a id="ad2246752a0ac080cfa2e815c6528acf9"></a>
137<h2 class="memtitle"><span class="permalink"><a href="#ad2246752a0ac080cfa2e815c6528acf9">&#9670;&nbsp;</a></span>TransposeConvolution2dDescriptor()</h2>
138
139<div class="memitem">
140<div class="memproto">
141<table class="mlabels">
142 <tr>
143 <td class="mlabels-left">
144 <table class="memname">
145 <tr>
146 <td class="memname"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html">TransposeConvolution2dDescriptor</a> </td>
147 <td>(</td>
148 <td class="paramname"></td><td>)</td>
149 <td></td>
150 </tr>
151 </table>
152 </td>
153 <td class="mlabels-right">
154<span class="mlabels"><span class="mlabel">inline</span></span> </td>
155 </tr>
156</table>
157</div><div class="memdoc">
158
159<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01081">1081</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
160<div class="fragment"><div class="line"><a name="l01081"></a><span class="lineno"> 1081</span>&#160; :</div><div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a>(0),</div><div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a>(0),</div><div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a>(0),</div><div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a>(0),</div><div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a>(0),</div><div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a>(0),</div><div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a>(<span class="keyword">false</span>),</div><div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a>(<a class="code" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160; {}</div><div class="ttc" id="structarmnn_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#l01111">Descriptors.hpp:1111</a></div></div>
161<div class="ttc" id="structarmnn_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#l01109">Descriptors.hpp:1109</a></div></div>
162<div class="ttc" id="namespacearmnn_html_ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f"><div class="ttname"><a href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">armnn::DataLayout::NCHW</a></div></div>
163<div class="ttc" id="structarmnn_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#l01119">Descriptors.hpp:1119</a></div></div>
164<div class="ttc" id="structarmnn_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#l01115">Descriptors.hpp:1115</a></div></div>
165<div class="ttc" id="structarmnn_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#l01107">Descriptors.hpp:1107</a></div></div>
166<div class="ttc" id="structarmnn_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#l01105">Descriptors.hpp:1105</a></div></div>
167<div class="ttc" id="structarmnn_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#l01113">Descriptors.hpp:1113</a></div></div>
168<div class="ttc" id="structarmnn_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#l01117">Descriptors.hpp:1117</a></div></div>
169</div><!-- fragment -->
170</div>
171</div>
172<h2 class="groupheader">Member Function Documentation</h2>
173<a id="aeda9d4e5d384ce5919425df001f49751"></a>
174<h2 class="memtitle"><span class="permalink"><a href="#aeda9d4e5d384ce5919425df001f49751">&#9670;&nbsp;</a></span>operator==()</h2>
175
176<div class="memitem">
177<div class="memproto">
178<table class="mlabels">
179 <tr>
180 <td class="mlabels-left">
181 <table class="memname">
182 <tr>
183 <td class="memname">bool operator== </td>
184 <td>(</td>
185 <td class="paramtype">const <a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html">TransposeConvolution2dDescriptor</a> &amp;&#160;</td>
186 <td class="paramname"><em>rhs</em></td><td>)</td>
187 <td> const</td>
188 </tr>
189 </table>
190 </td>
191 <td class="mlabels-right">
192<span class="mlabels"><span class="mlabel">inline</span></span> </td>
193 </tr>
194</table>
195</div><div class="memdoc">
196
197<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01092">1092</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
198
199<p class="reference">References <a class="el" href="_descriptors_8hpp_source.html#l01117">TransposeConvolution2dDescriptor::m_BiasEnabled</a>, <a class="el" href="_descriptors_8hpp_source.html#l01119">TransposeConvolution2dDescriptor::m_DataLayout</a>, <a class="el" href="_descriptors_8hpp_source.html#l01111">TransposeConvolution2dDescriptor::m_PadBottom</a>, <a class="el" href="_descriptors_8hpp_source.html#l01105">TransposeConvolution2dDescriptor::m_PadLeft</a>, <a class="el" href="_descriptors_8hpp_source.html#l01107">TransposeConvolution2dDescriptor::m_PadRight</a>, <a class="el" href="_descriptors_8hpp_source.html#l01109">TransposeConvolution2dDescriptor::m_PadTop</a>, <a class="el" href="_descriptors_8hpp_source.html#l01113">TransposeConvolution2dDescriptor::m_StrideX</a>, and <a class="el" href="_descriptors_8hpp_source.html#l01115">TransposeConvolution2dDescriptor::m_StrideY</a>.</p>
200<div class="fragment"><div class="line"><a name="l01093"></a><span class="lineno"> 1093</span>&#160; {</div><div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160; <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac18546ebbebbb32fe0a03baa9bf2c600">m_PadLeft</a> == rhs.m_PadLeft &amp;&amp;</div><div class="line"><a name="l01095"></a><span class="lineno"> 1095</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a002bc30e590d78cbb4f4d12171055ca7">m_PadRight</a> == rhs.m_PadRight &amp;&amp;</div><div class="line"><a name="l01096"></a><span class="lineno"> 1096</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a56b51f56cef50cdfa554258eecdab046">m_PadTop</a> == rhs.m_PadTop &amp;&amp;</div><div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aa9e49717ebdb741e8c767741647fc618">m_PadBottom</a> == rhs.m_PadBottom &amp;&amp;</div><div class="line"><a name="l01098"></a><span class="lineno"> 1098</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#afe6a3377c4531315354def9023c8fdda">m_StrideX</a> == rhs.m_StrideX &amp;&amp;</div><div class="line"><a name="l01099"></a><span class="lineno"> 1099</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#ac1fe174bbadfb39a2b636940c2e647c8">m_StrideY</a> == rhs.m_StrideY &amp;&amp;</div><div class="line"><a name="l01100"></a><span class="lineno"> 1100</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#aea202e14d8874cefd9a0f778022b7e25">m_BiasEnabled</a> == rhs.m_BiasEnabled &amp;&amp;</div><div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160; <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.html#a6089e1ca91914015777ea780a513131a">m_DataLayout</a> == rhs.m_DataLayout;</div><div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>&#160; }</div><div class="ttc" id="structarmnn_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#l01111">Descriptors.hpp:1111</a></div></div>
201<div class="ttc" id="structarmnn_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#l01109">Descriptors.hpp:1109</a></div></div>
202<div class="ttc" id="structarmnn_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#l01119">Descriptors.hpp:1119</a></div></div>
203<div class="ttc" id="structarmnn_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#l01115">Descriptors.hpp:1115</a></div></div>
204<div class="ttc" id="structarmnn_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#l01107">Descriptors.hpp:1107</a></div></div>
205<div class="ttc" id="structarmnn_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#l01105">Descriptors.hpp:1105</a></div></div>
206<div class="ttc" id="structarmnn_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#l01113">Descriptors.hpp:1113</a></div></div>
207<div class="ttc" id="structarmnn_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#l01117">Descriptors.hpp:1117</a></div></div>
208</div><!-- fragment -->
209</div>
210</div>
211<h2 class="groupheader">Member Data Documentation</h2>
212<a id="aea202e14d8874cefd9a0f778022b7e25"></a>
213<h2 class="memtitle"><span class="permalink"><a href="#aea202e14d8874cefd9a0f778022b7e25">&#9670;&nbsp;</a></span>m_BiasEnabled</h2>
214
215<div class="memitem">
216<div class="memproto">
217 <table class="memname">
218 <tr>
219 <td class="memname">bool m_BiasEnabled</td>
220 </tr>
221 </table>
222</div><div class="memdoc">
223
224<p>Enable/disable bias. </p>
225
226<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01117">1117</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
227
228<p class="reference">Referenced by <a class="el" href="_network_8cpp_source.html#l01507">Network::AddTransposeConvolution2dLayer()</a>, <a class="el" href="_serializer_tests_8cpp_source.html#l02504">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00597">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_transpose_convolution2d_layer_8cpp_source.html#l00027">TransposeConvolution2dLayer::CreateWorkload()</a>, <a class="el" href="_deserializer_8cpp_source.html#l02454">Deserializer::GetLstmDescriptor()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00483">MultiChannelTransposeConvolution2dTest()</a>, <a class="el" href="_descriptors_8hpp_source.html#l01092">TransposeConvolution2dDescriptor::operator==()</a>, <a class="el" href="_ref_transpose_convolution2d_workload_8cpp_source.html#l00016">RefTransposeConvolution2dWorkload::RefTransposeConvolution2dWorkload()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00473">StringifyLayerParameters&lt; TransposeConvolution2dDescriptor &gt;::Serialize()</a>, <a class="el" href="_quantizer_test_8cpp_source.html#l02488">armnn::TestQuantizeTransposeConvolution2d()</a>, <a class="el" href="_transpose_convolution2d_end_to_end_test_impl_8hpp_source.html#l00048">TransposeConvolution2dEndToEnd()</a>, <a class="el" href="_transpose_convolution2d_8cpp_source.html#l00015">armnn::TransposeConvolution2dImpl()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00561">TransposeConvolution2dPerAxisQuantTest()</a>, and <a class="el" href="_serializer_8cpp_source.html#l01265">SerializerVisitor::VisitTransposeConvolution2dLayer()</a>.</p>
229
230</div>
231</div>
232<a id="a6089e1ca91914015777ea780a513131a"></a>
233<h2 class="memtitle"><span class="permalink"><a href="#a6089e1ca91914015777ea780a513131a">&#9670;&nbsp;</a></span>m_DataLayout</h2>
234
235<div class="memitem">
236<div class="memproto">
237 <table class="memname">
238 <tr>
239 <td class="memname"><a class="el" href="namespacearmnn.html#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a> m_DataLayout</td>
240 </tr>
241 </table>
242</div><div class="memdoc">
243
244<p>The data layout to be used (NCHW, NHWC). </p>
245
246<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01119">1119</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
247
248<p class="reference">Referenced by <a class="el" href="_serializer_tests_8cpp_source.html#l02504">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00597">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_deserializer_8cpp_source.html#l02454">Deserializer::GetLstmDescriptor()</a>, <a class="el" href="_transpose_convolution2d_layer_8cpp_source.html#l00057">TransposeConvolution2dLayer::InferOutputShapes()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00483">MultiChannelTransposeConvolution2dTest()</a>, <a class="el" href="_descriptors_8hpp_source.html#l01092">TransposeConvolution2dDescriptor::operator==()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00473">StringifyLayerParameters&lt; TransposeConvolution2dDescriptor &gt;::Serialize()</a>, <a class="el" href="_transpose_convolution2d_end_to_end_test_impl_8hpp_source.html#l00048">TransposeConvolution2dEndToEnd()</a>, <a class="el" href="_transpose_convolution2d_8cpp_source.html#l00015">armnn::TransposeConvolution2dImpl()</a>, <a class="el" href="_infer_output_tests_8hpp_source.html#l00469">TransposeConvolution2dInferOutputShapeTest()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00561">TransposeConvolution2dPerAxisQuantTest()</a>, and <a class="el" href="_serializer_8cpp_source.html#l01265">SerializerVisitor::VisitTransposeConvolution2dLayer()</a>.</p>
249
250</div>
251</div>
252<a id="aa9e49717ebdb741e8c767741647fc618"></a>
253<h2 class="memtitle"><span class="permalink"><a href="#aa9e49717ebdb741e8c767741647fc618">&#9670;&nbsp;</a></span>m_PadBottom</h2>
254
255<div class="memitem">
256<div class="memproto">
257 <table class="memname">
258 <tr>
259 <td class="memname">uint32_t m_PadBottom</td>
260 </tr>
261 </table>
262</div><div class="memdoc">
263
264<p>Padding bottom value in the height dimension. </p>
265
266<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01111">1111</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
267
268<p class="reference">Referenced by <a class="el" href="_serializer_tests_8cpp_source.html#l02504">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00597">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_deserializer_8cpp_source.html#l02454">Deserializer::GetLstmDescriptor()</a>, <a class="el" href="_transpose_convolution2d_layer_8cpp_source.html#l00057">TransposeConvolution2dLayer::InferOutputShapes()</a>, <a class="el" href="_descriptors_8hpp_source.html#l01092">TransposeConvolution2dDescriptor::operator==()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00473">StringifyLayerParameters&lt; TransposeConvolution2dDescriptor &gt;::Serialize()</a>, <a class="el" href="_transpose_convolution2d_end_to_end_test_impl_8hpp_source.html#l00048">TransposeConvolution2dEndToEnd()</a>, <a class="el" href="_infer_output_tests_8hpp_source.html#l00469">TransposeConvolution2dInferOutputShapeTest()</a>, and <a class="el" href="_serializer_8cpp_source.html#l01265">SerializerVisitor::VisitTransposeConvolution2dLayer()</a>.</p>
269
270</div>
271</div>
272<a id="ac18546ebbebbb32fe0a03baa9bf2c600"></a>
273<h2 class="memtitle"><span class="permalink"><a href="#ac18546ebbebbb32fe0a03baa9bf2c600">&#9670;&nbsp;</a></span>m_PadLeft</h2>
274
275<div class="memitem">
276<div class="memproto">
277 <table class="memname">
278 <tr>
279 <td class="memname">uint32_t m_PadLeft</td>
280 </tr>
281 </table>
282</div><div class="memdoc">
283
284<p>Padding left value in the width dimension. </p>
285
286<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01105">1105</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
287
288<p class="reference">Referenced by <a class="el" href="_serializer_tests_8cpp_source.html#l02504">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00597">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_deserializer_8cpp_source.html#l02454">Deserializer::GetLstmDescriptor()</a>, <a class="el" href="_transpose_convolution2d_layer_8cpp_source.html#l00057">TransposeConvolution2dLayer::InferOutputShapes()</a>, <a class="el" href="_descriptors_8hpp_source.html#l01092">TransposeConvolution2dDescriptor::operator==()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00305">PaddedTransposeConvolution2dTest()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00473">StringifyLayerParameters&lt; TransposeConvolution2dDescriptor &gt;::Serialize()</a>, <a class="el" href="_transpose_convolution2d_end_to_end_test_impl_8hpp_source.html#l00048">TransposeConvolution2dEndToEnd()</a>, <a class="el" href="_transpose_convolution2d_8cpp_source.html#l00015">armnn::TransposeConvolution2dImpl()</a>, <a class="el" href="_infer_output_tests_8hpp_source.html#l00469">TransposeConvolution2dInferOutputShapeTest()</a>, and <a class="el" href="_serializer_8cpp_source.html#l01265">SerializerVisitor::VisitTransposeConvolution2dLayer()</a>.</p>
289
290</div>
291</div>
292<a id="a002bc30e590d78cbb4f4d12171055ca7"></a>
293<h2 class="memtitle"><span class="permalink"><a href="#a002bc30e590d78cbb4f4d12171055ca7">&#9670;&nbsp;</a></span>m_PadRight</h2>
294
295<div class="memitem">
296<div class="memproto">
297 <table class="memname">
298 <tr>
299 <td class="memname">uint32_t m_PadRight</td>
300 </tr>
301 </table>
302</div><div class="memdoc">
303
304<p>Padding right value in the width dimension. </p>
305
306<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01107">1107</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
307
308<p class="reference">Referenced by <a class="el" href="_serializer_tests_8cpp_source.html#l02504">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00597">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_deserializer_8cpp_source.html#l02454">Deserializer::GetLstmDescriptor()</a>, <a class="el" href="_transpose_convolution2d_layer_8cpp_source.html#l00057">TransposeConvolution2dLayer::InferOutputShapes()</a>, <a class="el" href="_descriptors_8hpp_source.html#l01092">TransposeConvolution2dDescriptor::operator==()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00473">StringifyLayerParameters&lt; TransposeConvolution2dDescriptor &gt;::Serialize()</a>, <a class="el" href="_transpose_convolution2d_end_to_end_test_impl_8hpp_source.html#l00048">TransposeConvolution2dEndToEnd()</a>, <a class="el" href="_infer_output_tests_8hpp_source.html#l00469">TransposeConvolution2dInferOutputShapeTest()</a>, and <a class="el" href="_serializer_8cpp_source.html#l01265">SerializerVisitor::VisitTransposeConvolution2dLayer()</a>.</p>
309
310</div>
311</div>
312<a id="a56b51f56cef50cdfa554258eecdab046"></a>
313<h2 class="memtitle"><span class="permalink"><a href="#a56b51f56cef50cdfa554258eecdab046">&#9670;&nbsp;</a></span>m_PadTop</h2>
314
315<div class="memitem">
316<div class="memproto">
317 <table class="memname">
318 <tr>
319 <td class="memname">uint32_t m_PadTop</td>
320 </tr>
321 </table>
322</div><div class="memdoc">
323
324<p>Padding top value in the height dimension. </p>
325
326<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01109">1109</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
327
328<p class="reference">Referenced by <a class="el" href="_serializer_tests_8cpp_source.html#l02504">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00597">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_deserializer_8cpp_source.html#l02454">Deserializer::GetLstmDescriptor()</a>, <a class="el" href="_transpose_convolution2d_layer_8cpp_source.html#l00057">TransposeConvolution2dLayer::InferOutputShapes()</a>, <a class="el" href="_descriptors_8hpp_source.html#l01092">TransposeConvolution2dDescriptor::operator==()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00473">StringifyLayerParameters&lt; TransposeConvolution2dDescriptor &gt;::Serialize()</a>, <a class="el" href="_transpose_convolution2d_end_to_end_test_impl_8hpp_source.html#l00048">TransposeConvolution2dEndToEnd()</a>, <a class="el" href="_transpose_convolution2d_8cpp_source.html#l00015">armnn::TransposeConvolution2dImpl()</a>, <a class="el" href="_infer_output_tests_8hpp_source.html#l00469">TransposeConvolution2dInferOutputShapeTest()</a>, and <a class="el" href="_serializer_8cpp_source.html#l01265">SerializerVisitor::VisitTransposeConvolution2dLayer()</a>.</p>
329
330</div>
331</div>
332<a id="afe6a3377c4531315354def9023c8fdda"></a>
333<h2 class="memtitle"><span class="permalink"><a href="#afe6a3377c4531315354def9023c8fdda">&#9670;&nbsp;</a></span>m_StrideX</h2>
334
335<div class="memitem">
336<div class="memproto">
337 <table class="memname">
338 <tr>
339 <td class="memname">uint32_t m_StrideX</td>
340 </tr>
341 </table>
342</div><div class="memdoc">
343
344<p>Stride value when proceeding through input for the width dimension. </p>
345
346<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01113">1113</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
347
348<p class="reference">Referenced by <a class="el" href="_serializer_tests_8cpp_source.html#l02504">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00597">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_deserializer_8cpp_source.html#l02454">Deserializer::GetLstmDescriptor()</a>, <a class="el" href="_transpose_convolution2d_layer_8cpp_source.html#l00057">TransposeConvolution2dLayer::InferOutputShapes()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00483">MultiChannelTransposeConvolution2dTest()</a>, <a class="el" href="_descriptors_8hpp_source.html#l01092">TransposeConvolution2dDescriptor::operator==()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00473">StringifyLayerParameters&lt; TransposeConvolution2dDescriptor &gt;::Serialize()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00218">SimpleTransposeConvolution2dTest()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00394">StridedTransposeConvolution2dTest()</a>, <a class="el" href="_transpose_convolution2d_end_to_end_test_impl_8hpp_source.html#l00048">TransposeConvolution2dEndToEnd()</a>, <a class="el" href="_transpose_convolution2d_8cpp_source.html#l00015">armnn::TransposeConvolution2dImpl()</a>, <a class="el" href="_infer_output_tests_8hpp_source.html#l00469">TransposeConvolution2dInferOutputShapeTest()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00561">TransposeConvolution2dPerAxisQuantTest()</a>, and <a class="el" href="_serializer_8cpp_source.html#l01265">SerializerVisitor::VisitTransposeConvolution2dLayer()</a>.</p>
349
350</div>
351</div>
352<a id="ac1fe174bbadfb39a2b636940c2e647c8"></a>
353<h2 class="memtitle"><span class="permalink"><a href="#ac1fe174bbadfb39a2b636940c2e647c8">&#9670;&nbsp;</a></span>m_StrideY</h2>
354
355<div class="memitem">
356<div class="memproto">
357 <table class="memname">
358 <tr>
359 <td class="memname">uint32_t m_StrideY</td>
360 </tr>
361 </table>
362</div><div class="memdoc">
363
364<p>Stride value when proceeding through input for the height dimension. </p>
365
366<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l01115">1115</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
367
368<p class="reference">Referenced by <a class="el" href="_serializer_tests_8cpp_source.html#l02504">BOOST_AUTO_TEST_CASE()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00597">TfLiteParser::CreateNetworkFromBinary()</a>, <a class="el" href="_deserializer_8cpp_source.html#l02454">Deserializer::GetLstmDescriptor()</a>, <a class="el" href="_transpose_convolution2d_layer_8cpp_source.html#l00057">TransposeConvolution2dLayer::InferOutputShapes()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00483">MultiChannelTransposeConvolution2dTest()</a>, <a class="el" href="_descriptors_8hpp_source.html#l01092">TransposeConvolution2dDescriptor::operator==()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00473">StringifyLayerParameters&lt; TransposeConvolution2dDescriptor &gt;::Serialize()</a>, <a class="el" href="_transpose_convolution2d_end_to_end_test_impl_8hpp_source.html#l00048">TransposeConvolution2dEndToEnd()</a>, <a class="el" href="_transpose_convolution2d_8cpp_source.html#l00015">armnn::TransposeConvolution2dImpl()</a>, <a class="el" href="_infer_output_tests_8hpp_source.html#l00469">TransposeConvolution2dInferOutputShapeTest()</a>, <a class="el" href="_transpose_convolution2d_test_impl_8cpp_source.html#l00561">TransposeConvolution2dPerAxisQuantTest()</a>, and <a class="el" href="_serializer_8cpp_source.html#l01265">SerializerVisitor::VisitTransposeConvolution2dLayer()</a>.</p>
369
370</div>
371</div>
372<hr/>The documentation for this struct was generated from the following file:<ul>
373<li>include/armnn/<a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a></li>
374</ul>
375</div><!-- contents -->
376</div><!-- doc-content -->
377<!-- start footer part -->
378<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
379 <ul>
380 <li class="navelem"><a class="el" href="namespacearmnn.html">armnn</a></li><li class="navelem"><a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.html">TransposeConvolution2dDescriptor</a></li>
381 <li class="footer">Generated on Fri Mar 13 2020 16:07:05 for ArmNN by
382 <a href="http://www.doxygen.org/index.html">
383 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
384 </ul>
385</div>
386</body>
387</html>