blob: d3cdf16cfa99db1471c44d57d978e5ec07efc44f [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: QuantizedLstmParameters 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_quantized_lstm_parameters.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-attribs">Public Attributes</a> &#124;
85<a href="structarmnn_1_1_quantized_lstm_parameters-members.html">List of all members</a> </div>
86 <div class="headertitle">
87<div class="title">QuantizedLstmParameters Struct Reference</div> </div>
88</div><!--header-->
89<div class="contents">
90
91<p><code>#include &lt;<a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>&gt;</code></p>
92<table class="memberdecls">
93<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
94Public Attributes</h2></td></tr>
95<tr class="memitem:a4d731c5e73638c7cf7e63f65e9f8b550"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a4d731c5e73638c7cf7e63f65e9f8b550">m_InputToInputWeights</a></td></tr>
96<tr class="memdesc:a4d731c5e73638c7cf7e63f65e9f8b550"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). <a href="#a4d731c5e73638c7cf7e63f65e9f8b550">More...</a><br /></td></tr>
97<tr class="separator:a4d731c5e73638c7cf7e63f65e9f8b550"><td class="memSeparator" colspan="2">&#160;</td></tr>
98<tr class="memitem:a5a0d8af26a6aad1e5be521ea7dc550eb"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a5a0d8af26a6aad1e5be521ea7dc550eb">m_InputToForgetWeights</a></td></tr>
99<tr class="memdesc:a5a0d8af26a6aad1e5be521ea7dc550eb"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). <a href="#a5a0d8af26a6aad1e5be521ea7dc550eb">More...</a><br /></td></tr>
100<tr class="separator:a5a0d8af26a6aad1e5be521ea7dc550eb"><td class="memSeparator" colspan="2">&#160;</td></tr>
101<tr class="memitem:a14ab2bc78421c417c4f97a65b0bd78f9"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a14ab2bc78421c417c4f97a65b0bd78f9">m_InputToCellWeights</a></td></tr>
102<tr class="memdesc:a14ab2bc78421c417c4f97a65b0bd78f9"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). <a href="#a14ab2bc78421c417c4f97a65b0bd78f9">More...</a><br /></td></tr>
103<tr class="separator:a14ab2bc78421c417c4f97a65b0bd78f9"><td class="memSeparator" colspan="2">&#160;</td></tr>
104<tr class="memitem:ae8d897b8d282f25a6eb784c4aaa98df6"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#ae8d897b8d282f25a6eb784c4aaa98df6">m_InputToOutputWeights</a></td></tr>
105<tr class="memdesc:ae8d897b8d282f25a6eb784c4aaa98df6"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). <a href="#ae8d897b8d282f25a6eb784c4aaa98df6">More...</a><br /></td></tr>
106<tr class="separator:ae8d897b8d282f25a6eb784c4aaa98df6"><td class="memSeparator" colspan="2">&#160;</td></tr>
107<tr class="memitem:a6e8971757790a032e5936da7847ba14b"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a6e8971757790a032e5936da7847ba14b">m_RecurrentToInputWeights</a></td></tr>
108<tr class="memdesc:a6e8971757790a032e5936da7847ba14b"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). <a href="#a6e8971757790a032e5936da7847ba14b">More...</a><br /></td></tr>
109<tr class="separator:a6e8971757790a032e5936da7847ba14b"><td class="memSeparator" colspan="2">&#160;</td></tr>
110<tr class="memitem:a3d5f129421bbe6479a66d4ed1356bf68"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a3d5f129421bbe6479a66d4ed1356bf68">m_RecurrentToForgetWeights</a></td></tr>
111<tr class="memdesc:a3d5f129421bbe6479a66d4ed1356bf68"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). <a href="#a3d5f129421bbe6479a66d4ed1356bf68">More...</a><br /></td></tr>
112<tr class="separator:a3d5f129421bbe6479a66d4ed1356bf68"><td class="memSeparator" colspan="2">&#160;</td></tr>
113<tr class="memitem:a6e8c3db3c5474f0760553ff93fbc39e6"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a6e8c3db3c5474f0760553ff93fbc39e6">m_RecurrentToCellWeights</a></td></tr>
114<tr class="memdesc:a6e8c3db3c5474f0760553ff93fbc39e6"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). <a href="#a6e8c3db3c5474f0760553ff93fbc39e6">More...</a><br /></td></tr>
115<tr class="separator:a6e8c3db3c5474f0760553ff93fbc39e6"><td class="memSeparator" colspan="2">&#160;</td></tr>
116<tr class="memitem:a91dda74af4085ae43913746ad817795a"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a91dda74af4085ae43913746ad817795a">m_RecurrentToOutputWeights</a></td></tr>
117<tr class="memdesc:a91dda74af4085ae43913746ad817795a"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). <a href="#a91dda74af4085ae43913746ad817795a">More...</a><br /></td></tr>
118<tr class="separator:a91dda74af4085ae43913746ad817795a"><td class="memSeparator" colspan="2">&#160;</td></tr>
119<tr class="memitem:a9945bc99f8a7400c0724117e29cb3abb"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a9945bc99f8a7400c0724117e29cb3abb">m_InputGateBias</a></td></tr>
120<tr class="memdesc:a9945bc99f8a7400c0724117e29cb3abb"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). <a href="#a9945bc99f8a7400c0724117e29cb3abb">More...</a><br /></td></tr>
121<tr class="separator:a9945bc99f8a7400c0724117e29cb3abb"><td class="memSeparator" colspan="2">&#160;</td></tr>
122<tr class="memitem:a0e0e17d5b494993407cb75d614455ddd"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a0e0e17d5b494993407cb75d614455ddd">m_ForgetGateBias</a></td></tr>
123<tr class="memdesc:a0e0e17d5b494993407cb75d614455ddd"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). <a href="#a0e0e17d5b494993407cb75d614455ddd">More...</a><br /></td></tr>
124<tr class="separator:a0e0e17d5b494993407cb75d614455ddd"><td class="memSeparator" colspan="2">&#160;</td></tr>
125<tr class="memitem:a51255889cbc063130a3d691c1781c5d3"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#a51255889cbc063130a3d691c1781c5d3">m_CellBias</a></td></tr>
126<tr class="memdesc:a51255889cbc063130a3d691c1781c5d3"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). <a href="#a51255889cbc063130a3d691c1781c5d3">More...</a><br /></td></tr>
127<tr class="separator:a51255889cbc063130a3d691c1781c5d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
128<tr class="memitem:aacb55e0992b6781a7bd3225ab6e6bb2f"><td class="memItemLeft" align="right" valign="top">std::unique_ptr&lt; <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html#aacb55e0992b6781a7bd3225ab6e6bb2f">m_OutputGateBias</a></td></tr>
129<tr class="memdesc:aacb55e0992b6781a7bd3225ab6e6bb2f"><td class="mdescLeft">&#160;</td><td class="mdescRight">A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). <a href="#aacb55e0992b6781a7bd3225ab6e6bb2f">More...</a><br /></td></tr>
130<tr class="separator:aacb55e0992b6781a7bd3225ab6e6bb2f"><td class="memSeparator" colspan="2">&#160;</td></tr>
131</table>
132<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
133<div class="textblock">
134<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00014">14</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
135</div><h2 class="groupheader">Member Data Documentation</h2>
136<a id="a51255889cbc063130a3d691c1781c5d3"></a>
137<h2 class="memtitle"><span class="permalink"><a href="#a51255889cbc063130a3d691c1781c5d3">&#9670;&nbsp;</a></span>m_CellBias</h2>
138
139<div class="memitem">
140<div class="memproto">
141 <table class="memname">
142 <tr>
143 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_CellBias</td>
144 </tr>
145 </table>
146</div><div class="memdoc">
147
148<p>A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). </p>
149
150<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00039">39</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
151
152<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
153
154</div>
155</div>
156<a id="a0e0e17d5b494993407cb75d614455ddd"></a>
157<h2 class="memtitle"><span class="permalink"><a href="#a0e0e17d5b494993407cb75d614455ddd">&#9670;&nbsp;</a></span>m_ForgetGateBias</h2>
158
159<div class="memitem">
160<div class="memproto">
161 <table class="memname">
162 <tr>
163 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_ForgetGateBias</td>
164 </tr>
165 </table>
166</div><div class="memdoc">
167
168<p>A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). </p>
169
170<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00037">37</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
171
172<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
173
174</div>
175</div>
176<a id="a9945bc99f8a7400c0724117e29cb3abb"></a>
177<h2 class="memtitle"><span class="permalink"><a href="#a9945bc99f8a7400c0724117e29cb3abb">&#9670;&nbsp;</a></span>m_InputGateBias</h2>
178
179<div class="memitem">
180<div class="memproto">
181 <table class="memname">
182 <tr>
183 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_InputGateBias</td>
184 </tr>
185 </table>
186</div><div class="memdoc">
187
188<p>A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). </p>
189
190<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00035">35</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
191
192<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
193
194</div>
195</div>
196<a id="a14ab2bc78421c417c4f97a65b0bd78f9"></a>
197<h2 class="memtitle"><span class="permalink"><a href="#a14ab2bc78421c417c4f97a65b0bd78f9">&#9670;&nbsp;</a></span>m_InputToCellWeights</h2>
198
199<div class="memitem">
200<div class="memproto">
201 <table class="memname">
202 <tr>
203 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_InputToCellWeights</td>
204 </tr>
205 </table>
206</div><div class="memdoc">
207
208<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). </p>
209
210<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00021">21</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
211
212<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
213
214</div>
215</div>
216<a id="a5a0d8af26a6aad1e5be521ea7dc550eb"></a>
217<h2 class="memtitle"><span class="permalink"><a href="#a5a0d8af26a6aad1e5be521ea7dc550eb">&#9670;&nbsp;</a></span>m_InputToForgetWeights</h2>
218
219<div class="memitem">
220<div class="memproto">
221 <table class="memname">
222 <tr>
223 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_InputToForgetWeights</td>
224 </tr>
225 </table>
226</div><div class="memdoc">
227
228<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). </p>
229
230<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00019">19</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
231
232<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
233
234</div>
235</div>
236<a id="a4d731c5e73638c7cf7e63f65e9f8b550"></a>
237<h2 class="memtitle"><span class="permalink"><a href="#a4d731c5e73638c7cf7e63f65e9f8b550">&#9670;&nbsp;</a></span>m_InputToInputWeights</h2>
238
239<div class="memitem">
240<div class="memproto">
241 <table class="memname">
242 <tr>
243 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_InputToInputWeights</td>
244 </tr>
245 </table>
246</div><div class="memdoc">
247
248<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). </p>
249
250<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00017">17</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
251
252<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_network_8cpp_source.html#l01542">Network::AddQuantizedLstmLayer()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
253
254</div>
255</div>
256<a id="ae8d897b8d282f25a6eb784c4aaa98df6"></a>
257<h2 class="memtitle"><span class="permalink"><a href="#ae8d897b8d282f25a6eb784c4aaa98df6">&#9670;&nbsp;</a></span>m_InputToOutputWeights</h2>
258
259<div class="memitem">
260<div class="memproto">
261 <table class="memname">
262 <tr>
263 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_InputToOutputWeights</td>
264 </tr>
265 </table>
266</div><div class="memdoc">
267
268<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). </p>
269
270<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00023">23</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
271
272<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
273
274</div>
275</div>
276<a id="aacb55e0992b6781a7bd3225ab6e6bb2f"></a>
277<h2 class="memtitle"><span class="permalink"><a href="#aacb55e0992b6781a7bd3225ab6e6bb2f">&#9670;&nbsp;</a></span>m_OutputGateBias</h2>
278
279<div class="memitem">
280<div class="memproto">
281 <table class="memname">
282 <tr>
283 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_OutputGateBias</td>
284 </tr>
285 </table>
286</div><div class="memdoc">
287
288<p>A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). </p>
289
290<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00041">41</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
291
292<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
293
294</div>
295</div>
296<a id="a6e8c3db3c5474f0760553ff93fbc39e6"></a>
297<h2 class="memtitle"><span class="permalink"><a href="#a6e8c3db3c5474f0760553ff93fbc39e6">&#9670;&nbsp;</a></span>m_RecurrentToCellWeights</h2>
298
299<div class="memitem">
300<div class="memproto">
301 <table class="memname">
302 <tr>
303 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_RecurrentToCellWeights</td>
304 </tr>
305 </table>
306</div><div class="memdoc">
307
308<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). </p>
309
310<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00030">30</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
311
312<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
313
314</div>
315</div>
316<a id="a3d5f129421bbe6479a66d4ed1356bf68"></a>
317<h2 class="memtitle"><span class="permalink"><a href="#a3d5f129421bbe6479a66d4ed1356bf68">&#9670;&nbsp;</a></span>m_RecurrentToForgetWeights</h2>
318
319<div class="memitem">
320<div class="memproto">
321 <table class="memname">
322 <tr>
323 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_RecurrentToForgetWeights</td>
324 </tr>
325 </table>
326</div><div class="memdoc">
327
328<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). </p>
329
330<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00028">28</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
331
332<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
333
334</div>
335</div>
336<a id="a6e8971757790a032e5936da7847ba14b"></a>
337<h2 class="memtitle"><span class="permalink"><a href="#a6e8971757790a032e5936da7847ba14b">&#9670;&nbsp;</a></span>m_RecurrentToInputWeights</h2>
338
339<div class="memitem">
340<div class="memproto">
341 <table class="memname">
342 <tr>
343 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_RecurrentToInputWeights</td>
344 </tr>
345 </table>
346</div><div class="memdoc">
347
348<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). </p>
349
350<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00026">26</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
351
352<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
353
354</div>
355</div>
356<a id="a91dda74af4085ae43913746ad817795a"></a>
357<h2 class="memtitle"><span class="permalink"><a href="#a91dda74af4085ae43913746ad817795a">&#9670;&nbsp;</a></span>m_RecurrentToOutputWeights</h2>
358
359<div class="memitem">
360<div class="memproto">
361 <table class="memname">
362 <tr>
363 <td class="memname">std::unique_ptr&lt;<a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.html">ScopedCpuTensorHandle</a>&gt; m_RecurrentToOutputWeights</td>
364 </tr>
365 </table>
366</div><div class="memdoc">
367
368<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). </p>
369
370<p class="definition">Definition at line <a class="el" href="_quantized_lstm_layer_8hpp_source.html#l00032">32</a> of file <a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>.</p>
371
372<p class="reference">Referenced by <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00168">QuantizedLstmLayer::Accept()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00045">QuantizedLstmLayer::Clone()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00022">QuantizedLstmLayer::CreateWorkload()</a>, <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00147">QuantizedLstmLayer::GetConstantTensorsByRef()</a>, and <a class="el" href="_quantized_lstm_layer_8cpp_source.html#l00094">QuantizedLstmLayer::ValidateTensorShapesFromInputs()</a>.</p>
373
374</div>
375</div>
376<hr/>The documentation for this struct was generated from the following file:<ul>
377<li>src/armnn/layers/<a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a></li>
378</ul>
379</div><!-- contents -->
380</div><!-- doc-content -->
381<!-- start footer part -->
382<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
383 <ul>
384 <li class="navelem"><a class="el" href="namespacearmnn.html">armnn</a></li><li class="navelem"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html">QuantizedLstmParameters</a></li>
385 <li class="footer">Generated on Fri Mar 13 2020 16:07:04 for ArmNN by
386 <a href="http://www.doxygen.org/index.html">
387 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
388 </ul>
389</div>
390</body>
391</html>