blob: d3cdf16cfa99db1471c44d57d978e5ec07efc44f [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ArmNN: QuantizedLstmParameters Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">ArmNN
&#160;<span id="projectnumber">NotReleased</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('structarmnn_1_1_quantized_lstm_parameters.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structarmnn_1_1_quantized_lstm_parameters-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">QuantizedLstmParameters Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include &lt;<a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<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>
<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>
<tr class="separator:a4d731c5e73638c7cf7e63f65e9f8b550"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a5a0d8af26a6aad1e5be521ea7dc550eb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a14ab2bc78421c417c4f97a65b0bd78f9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:ae8d897b8d282f25a6eb784c4aaa98df6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a6e8971757790a032e5936da7847ba14b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a3d5f129421bbe6479a66d4ed1356bf68"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a6e8c3db3c5474f0760553ff93fbc39e6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a91dda74af4085ae43913746ad817795a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a9945bc99f8a7400c0724117e29cb3abb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a0e0e17d5b494993407cb75d614455ddd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:a51255889cbc063130a3d691c1781c5d3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<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>
<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>
<tr class="separator:aacb55e0992b6781a7bd3225ab6e6bb2f"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock">
<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>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="a51255889cbc063130a3d691c1781c5d3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a51255889cbc063130a3d691c1781c5d3">&#9670;&nbsp;</a></span>m_CellBias</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). </p>
<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>
<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>
</div>
</div>
<a id="a0e0e17d5b494993407cb75d614455ddd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0e0e17d5b494993407cb75d614455ddd">&#9670;&nbsp;</a></span>m_ForgetGateBias</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). </p>
<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>
<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>
</div>
</div>
<a id="a9945bc99f8a7400c0724117e29cb3abb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9945bc99f8a7400c0724117e29cb3abb">&#9670;&nbsp;</a></span>m_InputGateBias</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). </p>
<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>
<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>
</div>
</div>
<a id="a14ab2bc78421c417c4f97a65b0bd78f9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a14ab2bc78421c417c4f97a65b0bd78f9">&#9670;&nbsp;</a></span>m_InputToCellWeights</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). </p>
<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>
<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>
</div>
</div>
<a id="a5a0d8af26a6aad1e5be521ea7dc550eb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5a0d8af26a6aad1e5be521ea7dc550eb">&#9670;&nbsp;</a></span>m_InputToForgetWeights</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). </p>
<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>
<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>
</div>
</div>
<a id="a4d731c5e73638c7cf7e63f65e9f8b550"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4d731c5e73638c7cf7e63f65e9f8b550">&#9670;&nbsp;</a></span>m_InputToInputWeights</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). </p>
<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>
<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>
</div>
</div>
<a id="ae8d897b8d282f25a6eb784c4aaa98df6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae8d897b8d282f25a6eb784c4aaa98df6">&#9670;&nbsp;</a></span>m_InputToOutputWeights</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, inputSize] (QAsymm8). </p>
<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>
<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>
</div>
</div>
<a id="aacb55e0992b6781a7bd3225ab6e6bb2f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aacb55e0992b6781a7bd3225ab6e6bb2f">&#9670;&nbsp;</a></span>m_OutputGateBias</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 1D bias tensor with dimensions [outputSize] (int32). </p>
<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>
<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>
</div>
</div>
<a id="a6e8c3db3c5474f0760553ff93fbc39e6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6e8c3db3c5474f0760553ff93fbc39e6">&#9670;&nbsp;</a></span>m_RecurrentToCellWeights</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). </p>
<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>
<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>
</div>
</div>
<a id="a3d5f129421bbe6479a66d4ed1356bf68"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3d5f129421bbe6479a66d4ed1356bf68">&#9670;&nbsp;</a></span>m_RecurrentToForgetWeights</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). </p>
<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>
<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>
</div>
</div>
<a id="a6e8971757790a032e5936da7847ba14b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6e8971757790a032e5936da7847ba14b">&#9670;&nbsp;</a></span>m_RecurrentToInputWeights</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). </p>
<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>
<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>
</div>
</div>
<a id="a91dda74af4085ae43913746ad817795a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a91dda74af4085ae43913746ad817795a">&#9670;&nbsp;</a></span>m_RecurrentToOutputWeights</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div><div class="memdoc">
<p>A unique pointer to represent 2D weights tensor with dimensions [outputSize, outputSize] (QAsymm8). </p>
<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>
<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>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>src/armnn/layers/<a class="el" href="_quantized_lstm_layer_8hpp_source.html">QuantizedLstmLayer.hpp</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespacearmnn.html">armnn</a></li><li class="navelem"><a class="el" href="structarmnn_1_1_quantized_lstm_parameters.html">QuantizedLstmParameters</a></li>
<li class="footer">Generated on Fri Mar 13 2020 16:07:04 for ArmNN by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>