blob: ca1644c5f4c7144a9a167a99b99856703fb52651 [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: ReshapeDescriptor 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_reshape_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_reshape_descriptor-members.html">List of all members</a> </div>
87 <div class="headertitle">
88<div class="title">ReshapeDescriptor Struct Reference</div> </div>
89</div><!--header-->
90<div class="contents">
91
92<p>A <a class="el" href="structarmnn_1_1_reshape_descriptor.html" title="A ReshapeDescriptor for the ReshapeLayer. ">ReshapeDescriptor</a> for the <a class="el" href="classarmnn_1_1_reshape_layer.html" title="This layer represents a reshape operation. ">ReshapeLayer</a>.
93 <a href="structarmnn_1_1_reshape_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:aa56cfbc7e14b271ba389e064a769e2f2"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_reshape_descriptor.html#aa56cfbc7e14b271ba389e064a769e2f2">ReshapeDescriptor</a> ()</td></tr>
100<tr class="separator:aa56cfbc7e14b271ba389e064a769e2f2"><td class="memSeparator" colspan="2">&#160;</td></tr>
101<tr class="memitem:a167ba78098e8fdf1e3d467c8ac5bd57c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_reshape_descriptor.html#a167ba78098e8fdf1e3d467c8ac5bd57c">ReshapeDescriptor</a> (const <a class="el" href="classarmnn_1_1_tensor_shape.html">TensorShape</a> &amp;shape)</td></tr>
102<tr class="separator:a167ba78098e8fdf1e3d467c8ac5bd57c"><td class="memSeparator" colspan="2">&#160;</td></tr>
103<tr class="memitem:a382377c9853a4aca845b50ba73a74c79"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_reshape_descriptor.html#a382377c9853a4aca845b50ba73a74c79">operator==</a> (const <a class="el" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a> &amp;rhs) const</td></tr>
104<tr class="separator:a382377c9853a4aca845b50ba73a74c79"><td class="memSeparator" colspan="2">&#160;</td></tr>
105</table><table class="memberdecls">
106<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
107Public Attributes</h2></td></tr>
108<tr class="memitem:a1178f4dafdda81f59c15145ec327f7d9"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classarmnn_1_1_tensor_shape.html">TensorShape</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a></td></tr>
109<tr class="memdesc:a1178f4dafdda81f59c15145ec327f7d9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Target shape value. <a href="#a1178f4dafdda81f59c15145ec327f7d9">More...</a><br /></td></tr>
110<tr class="separator:a1178f4dafdda81f59c15145ec327f7d9"><td class="memSeparator" colspan="2">&#160;</td></tr>
111</table>
112<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
113<div class="textblock"><p>A <a class="el" href="structarmnn_1_1_reshape_descriptor.html" title="A ReshapeDescriptor for the ReshapeLayer. ">ReshapeDescriptor</a> for the <a class="el" href="classarmnn_1_1_reshape_layer.html" title="This layer represents a reshape operation. ">ReshapeLayer</a>. </p>
114
115<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l00758">758</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
116</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
117<a id="aa56cfbc7e14b271ba389e064a769e2f2"></a>
118<h2 class="memtitle"><span class="permalink"><a href="#aa56cfbc7e14b271ba389e064a769e2f2">&#9670;&nbsp;</a></span>ReshapeDescriptor() <span class="overload">[1/2]</span></h2>
119
120<div class="memitem">
121<div class="memproto">
122<table class="mlabels">
123 <tr>
124 <td class="mlabels-left">
125 <table class="memname">
126 <tr>
127 <td class="memname"><a class="el" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a> </td>
128 <td>(</td>
129 <td class="paramname"></td><td>)</td>
130 <td></td>
131 </tr>
132 </table>
133 </td>
134 <td class="mlabels-right">
135<span class="mlabels"><span class="mlabel">inline</span></span> </td>
136 </tr>
137</table>
138</div><div class="memdoc">
139
140<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l00760">760</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
141<div class="fragment"><div class="line"><a name="l00761"></a><span class="lineno"> 761</span>&#160; : <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a>()</div><div class="line"><a name="l00762"></a><span class="lineno"> 762</span>&#160; {}</div><div class="ttc" id="structarmnn_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#l00774">Descriptors.hpp:774</a></div></div>
142</div><!-- fragment -->
143</div>
144</div>
145<a id="a167ba78098e8fdf1e3d467c8ac5bd57c"></a>
146<h2 class="memtitle"><span class="permalink"><a href="#a167ba78098e8fdf1e3d467c8ac5bd57c">&#9670;&nbsp;</a></span>ReshapeDescriptor() <span class="overload">[2/2]</span></h2>
147
148<div class="memitem">
149<div class="memproto">
150<table class="mlabels">
151 <tr>
152 <td class="mlabels-left">
153 <table class="memname">
154 <tr>
155 <td class="memname"><a class="el" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a> </td>
156 <td>(</td>
157 <td class="paramtype">const <a class="el" href="classarmnn_1_1_tensor_shape.html">TensorShape</a> &amp;&#160;</td>
158 <td class="paramname"><em>shape</em></td><td>)</td>
159 <td></td>
160 </tr>
161 </table>
162 </td>
163 <td class="mlabels-right">
164<span class="mlabels"><span class="mlabel">inline</span></span> </td>
165 </tr>
166</table>
167</div><div class="memdoc">
168
169<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l00764">764</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
170<div class="fragment"><div class="line"><a name="l00765"></a><span class="lineno"> 765</span>&#160; : <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a>(shape)</div><div class="line"><a name="l00766"></a><span class="lineno"> 766</span>&#160; {}</div><div class="ttc" id="structarmnn_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#l00774">Descriptors.hpp:774</a></div></div>
171</div><!-- fragment -->
172</div>
173</div>
174<h2 class="groupheader">Member Function Documentation</h2>
175<a id="a382377c9853a4aca845b50ba73a74c79"></a>
176<h2 class="memtitle"><span class="permalink"><a href="#a382377c9853a4aca845b50ba73a74c79">&#9670;&nbsp;</a></span>operator==()</h2>
177
178<div class="memitem">
179<div class="memproto">
180<table class="mlabels">
181 <tr>
182 <td class="mlabels-left">
183 <table class="memname">
184 <tr>
185 <td class="memname">bool operator== </td>
186 <td>(</td>
187 <td class="paramtype">const <a class="el" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a> &amp;&#160;</td>
188 <td class="paramname"><em>rhs</em></td><td>)</td>
189 <td> const</td>
190 </tr>
191 </table>
192 </td>
193 <td class="mlabels-right">
194<span class="mlabels"><span class="mlabel">inline</span></span> </td>
195 </tr>
196</table>
197</div><div class="memdoc">
198
199<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l00768">768</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
200
201<p class="reference">References <a class="el" href="_descriptors_8hpp_source.html#l00774">ReshapeDescriptor::m_TargetShape</a>.</p>
202<div class="fragment"><div class="line"><a name="l00769"></a><span class="lineno"> 769</span>&#160; {</div><div class="line"><a name="l00770"></a><span class="lineno"> 770</span>&#160; <span class="keywordflow">return</span> <a class="code" href="structarmnn_1_1_reshape_descriptor.html#a1178f4dafdda81f59c15145ec327f7d9">m_TargetShape</a> == rhs.m_TargetShape;</div><div class="line"><a name="l00771"></a><span class="lineno"> 771</span>&#160; }</div><div class="ttc" id="structarmnn_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#l00774">Descriptors.hpp:774</a></div></div>
203</div><!-- fragment -->
204</div>
205</div>
206<h2 class="groupheader">Member Data Documentation</h2>
207<a id="a1178f4dafdda81f59c15145ec327f7d9"></a>
208<h2 class="memtitle"><span class="permalink"><a href="#a1178f4dafdda81f59c15145ec327f7d9">&#9670;&nbsp;</a></span>m_TargetShape</h2>
209
210<div class="memitem">
211<div class="memproto">
212 <table class="memname">
213 <tr>
214 <td class="memname"><a class="el" href="classarmnn_1_1_tensor_shape.html">TensorShape</a> m_TargetShape</td>
215 </tr>
216 </table>
217</div><div class="memdoc">
218
219<p>Target shape value. </p>
220
221<p class="definition">Definition at line <a class="el" href="_descriptors_8hpp_source.html#l00774">774</a> of file <a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a>.</p>
222
223<p class="reference">Referenced by <a class="el" href="_tf_parser_8cpp_source.html#l02089">armnnTfParser::CalculatePaddedOutputTensorInfo()</a>, <a class="el" href="_onnx_parser_8cpp_source.html#l00584">OnnxParser::CreateNetworkFromString()</a>, <a class="el" href="_reshape_layer_8cpp_source.html#l00032">ReshapeLayer::InferOutputShapes()</a>, <a class="el" href="_reshape_layer_8hpp_source.html#l00039">ReshapeLayer::IsEqual()</a>, <a class="el" href="_descriptors_8hpp_source.html#l00768">ReshapeDescriptor::operator==()</a>, <a class="el" href="_tf_parser_8cpp_source.html#l01466">armnnTfParser::OutputShapeOfExpandDims()</a>, <a class="el" href="_deserializer_8cpp_source.html#l01927">Deserializer::OutputShapeOfReshape()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l01901">TfLiteParser::OutputShapeOfReshape()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l01466">TfLiteParser::OutputShapeOfSqueeze()</a>, <a class="el" href="_tf_parser_8cpp_source.html#l02414">armnnTfParser::OutputShapeOfSqueeze()</a>, <a class="el" href="_serialize_layer_parameters_8cpp_source.html#l00034">StringifyLayerParameters&lt; ReshapeDescriptor &gt;::Serialize()</a>, <a class="el" href="_tf_lite_parser_8cpp_source.html#l00480">TfLiteParser::TfLiteParser()</a>, and <a class="el" href="_serializer_8cpp_source.html#l00825">SerializerVisitor::VisitReshapeLayer()</a>.</p>
224
225</div>
226</div>
227<hr/>The documentation for this struct was generated from the following file:<ul>
228<li>include/armnn/<a class="el" href="_descriptors_8hpp_source.html">Descriptors.hpp</a></li>
229</ul>
230</div><!-- contents -->
231</div><!-- doc-content -->
232<!-- start footer part -->
233<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
234 <ul>
235 <li class="navelem"><a class="el" href="namespacearmnn.html">armnn</a></li><li class="navelem"><a class="el" href="structarmnn_1_1_reshape_descriptor.html">ReshapeDescriptor</a></li>
236 <li class="footer">Generated on Fri Mar 13 2020 16:07:05 for ArmNN by
237 <a href="http://www.doxygen.org/index.html">
238 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
239 </ul>
240</div>
241</body>
242</html>