blob: b7393b39693217a41b74fae3dd459a91e20046b3 [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001<!-- HTML header for doxygen 1.8.9.1-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +00007<meta name="generator" content="Doxygen 1.8.11"/>
Anthony Barbier871448e2017-03-24 14:54:29 +00008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
Anthony Barbierdbdab852017-06-23 15:42:00 +01009<title>Compute Library: Data Fields</title>
Anthony Barbier871448e2017-03-24 14:54:29 +000010<link href="tabs.css" rel="stylesheet" type="text/css"/>
11<script type="text/javascript" src="jquery.js"></script>
12<script type="text/javascript" src="dynsections.js"></script>
13<link href="navtree.css" rel="stylesheet" type="text/css"/>
14<script type="text/javascript" src="resize.js"></script>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000015<script type="text/javascript" src="navtreedata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000016<script type="text/javascript" src="navtree.js"></script>
17<script type="text/javascript">
18 $(document).ready(initResizable);
19 $(window).load(resizeHeight);
20</script>
21<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000022<script type="text/javascript" src="search/searchdata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000023<script type="text/javascript" src="search/search.js"></script>
24<script type="text/javascript">
Anthony Barbier8140e1e2017-12-14 23:48:46 +000025 $(document).ready(function() { init_search(); });
Anthony Barbier871448e2017-03-24 14:54:29 +000026</script>
27<script type="text/x-mathjax-config">
28 MathJax.Hub.Config({
29 extensions: ["tex2jax.js"],
30 jax: ["input/TeX","output/HTML-CSS"],
31});
Anthony Barbier8140e1e2017-12-14 23:48:46 +000032</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000033<link href="doxygen.css" rel="stylesheet" type="text/css" />
34</head>
35<body>
36<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
37<div id="titlearea">
38<table cellspacing="0" cellpadding="0">
39 <tbody>
40 <tr style="height: 56px;">
41 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010042 <div id="projectname">Compute Library
Jenkinsb3a371b2018-05-23 11:36:53 +010043 &#160;<span id="projectnumber">18.05</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000044 </div>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!-- end header part -->
Anthony Barbier8140e1e2017-12-14 23:48:46 +000051<!-- Generated by Doxygen 1.8.11 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000052<script type="text/javascript">
53var searchBox = new SearchBox("searchBox", "search",false,'Search');
54</script>
55 <div id="navrow1" class="tabs">
56 <ul class="tablist">
57 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010058 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000059 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
60 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
61 <li><a href="files.xhtml"><span>Files</span></a></li>
62 <li>
63 <div id="MSearchBox" class="MSearchBoxInactive">
64 <span class="left">
65 <img id="MSearchSelect" src="search/mag_sel.png"
66 onmouseover="return searchBox.OnSearchSelectShow()"
67 onmouseout="return searchBox.OnSearchSelectHide()"
68 alt=""/>
69 <input type="text" id="MSearchField" value="Search" accesskey="S"
70 onfocus="searchBox.OnSearchFieldFocus(true)"
71 onblur="searchBox.OnSearchFieldFocus(false)"
72 onkeyup="searchBox.OnSearchFieldChange(event)"/>
73 </span><span class="right">
74 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
75 </span>
76 </div>
77 </li>
78 </ul>
79 </div>
80 <div id="navrow2" class="tabs2">
81 <ul class="tablist">
82 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
83 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
84 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
85 <li class="current"><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
86 </ul>
87 </div>
88 <div id="navrow3" class="tabs2">
89 <ul class="tablist">
90 <li class="current"><a href="functions.xhtml"><span>All</span></a></li>
91 <li><a href="functions_func.xhtml"><span>Functions</span></a></li>
92 <li><a href="functions_vars.xhtml"><span>Variables</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010093 <li><a href="functions_type.xhtml"><span>Typedefs</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000094 <li><a href="functions_enum.xhtml"><span>Enumerations</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010095 <li><a href="functions_rela.xhtml"><span>Related&#160;Functions</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000096 </ul>
97 </div>
98 <div id="navrow4" class="tabs3">
99 <ul class="tablist">
100 <li><a href="functions.xhtml#index__"><span>_</span></a></li>
101 <li><a href="functions_a.xhtml#index_a"><span>a</span></a></li>
102 <li><a href="functions_b.xhtml#index_b"><span>b</span></a></li>
103 <li><a href="functions_c.xhtml#index_c"><span>c</span></a></li>
104 <li><a href="functions_d.xhtml#index_d"><span>d</span></a></li>
105 <li><a href="functions_e.xhtml#index_e"><span>e</span></a></li>
106 <li><a href="functions_f.xhtml#index_f"><span>f</span></a></li>
107 <li><a href="functions_g.xhtml#index_g"><span>g</span></a></li>
108 <li class="current"><a href="functions_h.xhtml#index_h"><span>h</span></a></li>
109 <li><a href="functions_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100110 <li><a href="functions_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000111 <li><a href="functions_k.xhtml#index_k"><span>k</span></a></li>
112 <li><a href="functions_l.xhtml#index_l"><span>l</span></a></li>
113 <li><a href="functions_m.xhtml#index_m"><span>m</span></a></li>
114 <li><a href="functions_n.xhtml#index_n"><span>n</span></a></li>
115 <li><a href="functions_o.xhtml#index_o"><span>o</span></a></li>
116 <li><a href="functions_p.xhtml#index_p"><span>p</span></a></li>
117 <li><a href="functions_q.xhtml#index_q"><span>q</span></a></li>
118 <li><a href="functions_r.xhtml#index_r"><span>r</span></a></li>
119 <li><a href="functions_s.xhtml#index_s"><span>s</span></a></li>
120 <li><a href="functions_t.xhtml#index_t"><span>t</span></a></li>
121 <li><a href="functions_u.xhtml#index_u"><span>u</span></a></li>
122 <li><a href="functions_v.xhtml#index_v"><span>v</span></a></li>
123 <li><a href="functions_w.xhtml#index_w"><span>w</span></a></li>
124 <li><a href="functions_x.xhtml#index_x"><span>x</span></a></li>
125 <li><a href="functions_y.xhtml#index_y"><span>y</span></a></li>
126 <li><a href="functions_z.xhtml#index_z"><span>z</span></a></li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000127 <li><a href="functions_0x7e.xhtml#index_0x7e"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000128 </ul>
129 </div>
130</div><!-- top -->
131<div id="side-nav" class="ui-resizable side-nav-resizable">
132 <div id="nav-tree">
133 <div id="nav-tree-contents">
134 <div id="nav-sync" class="sync"></div>
135 </div>
136 </div>
137 <div id="splitbar" style="-moz-user-select:none;"
138 class="ui-resizable-handle">
139 </div>
140</div>
141<script type="text/javascript">
142$(document).ready(function(){initNavTree('functions_h.xhtml','');});
143</script>
144<div id="doc-content">
145<!-- window showing the filter options -->
146<div id="MSearchSelectWindow"
147 onmouseover="return searchBox.OnSearchSelectShow()"
148 onmouseout="return searchBox.OnSearchSelectHide()"
149 onkeydown="return searchBox.OnSearchSelectKey(event)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000150</div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000151
152<!-- iframe showing the search results (closed by default) -->
153<div id="MSearchResultsWindow">
154<iframe src="javascript:void(0)" frameborder="0"
155 name="MSearchResults" id="MSearchResults">
156</iframe>
157</div>
158
159<div class="contents">
160<div class="textblock">Here is a list of all struct and union fields with links to the structures/unions they belong to:</div>
161
162<h3><a class="anchor" id="index_h"></a>- h -</h3><ul>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000163<li>handle()
Jenkinsb3a371b2018-05-23 11:36:53 +0100164: <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#a1a4fd35b8e2e8a2c7ea38b6d37508673">Tensor</a>
165, <a class="el" href="classarm__compute_1_1_i_c_l_memory_region.xhtml#a0942fe2d17942077bc9c6706b8a3cc3a">ICLMemoryRegion</a>
166, <a class="el" href="classarm__compute_1_1_i_memory_region.xhtml#a0883358ee166a82da191e1a5cd957ca5">IMemoryRegion</a>
167, <a class="el" href="classarm__compute_1_1_memory_region.xhtml#ac27e0ab016ec2b2db9f394e3cb70c061">MemoryRegion</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000168</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100169<li>has_cifg_opt()
170: <a class="el" href="classarm__compute_1_1_l_s_t_m_params.xhtml#acafe99f8fa2312a1dc356cb7d0aa3b6b">LSTMParams&lt; T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000171</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100172<li>has_dotprod()
173: <a class="el" href="classarm__compute_1_1_c_p_u_info.xhtml#aa9fee9479c54cf3efc7ac36cf7902769">CPUInfo</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000174</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100175<li>has_fp16()
176: <a class="el" href="classarm__compute_1_1_c_p_u_info.xhtml#a8a2b4655c00651fac1368ce2ca3f0d87">CPUInfo</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000177</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000178<li>has_padding()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100179: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#ac394d6570ab3325810a3532d39091a52">ITensorInfo</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000180, <a class="el" href="classarm__compute_1_1_pad_stride_info.xhtml#a9f7c904411f0871ed5b37eecb1c03de2">PadStrideInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100181, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#aa2ca251f99c56767719e991a26371603">SubTensorInfo</a>
182, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#aa2ca251f99c56767719e991a26371603">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000183</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100184<li>has_peephole_opt()
185: <a class="el" href="classarm__compute_1_1_l_s_t_m_params.xhtml#a2610abee070db778e644f347d682dfa1">LSTMParams&lt; T &gt;</a>
186</li>
187<li>has_projection()
188: <a class="el" href="classarm__compute_1_1_l_s_t_m_params.xhtml#a41f485e7fb31022c72808b7d7e3a2d35">LSTMParams&lt; T &gt;</a>
189</li>
Kaizen8938bd32017-09-28 14:38:23 +0100190<li>has_test_info()
191: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a4d155271d07c4f025033c03b62d70661">Framework</a>
192</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000193<li>height
194: <a class="el" href="structarm__compute_1_1_detection_window.xhtml#a81c9f8d0b8c3b49d770be14dbe9f0d37">DetectionWindow</a>
195, <a class="el" href="classarm__compute_1_1_multi_image_info.xhtml#aa420a28166e708e3f8b9ecc8e527fc09">MultiImageInfo</a>
196, <a class="el" href="classarm__compute_1_1_pyramid_info.xhtml#ac0e3c6ba1d3f8a8e50aa3e3897210a2b">PyramidInfo</a>
197, <a class="el" href="structarm__compute_1_1_rectangle.xhtml#a81c9f8d0b8c3b49d770be14dbe9f0d37">Rectangle</a>
198, <a class="el" href="classarm__compute_1_1_size2_d.xhtml#a02afeaaf8574e7a78d6b466ff2695052">Size2D</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000199, <a class="el" href="classarm__compute_1_1utils_1_1_p_p_m_loader.xhtml#aa420a28166e708e3f8b9ecc8e527fc09">PPMLoader</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100200, <a class="el" href="struct_detection_window.xhtml#aa0fb54e3dbe6f7446157eb3f3c1f77f3">DetectionWindow</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000201</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000202<li>help
203: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#acb3f1fc6ee2cea2cf9074e7dfa4acf2b">CommonOptions</a>
204, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_enum_list_option.xhtml#ae6038fe1a77c4b08a678530410f41efa">EnumListOption&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100205, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml#ae6038fe1a77c4b08a678530410f41efa">EnumOption&lt; T &gt;</a>
206, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_list_option.xhtml#ae6038fe1a77c4b08a678530410f41efa">ListOption&lt; T &gt;</a>
207, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_option.xhtml#a6d472b4309f5558f94258fabeff3474e">Option</a>
208, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml#ae6038fe1a77c4b08a678530410f41efa">SimpleOption&lt; T &gt;</a>
209, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml#ae6038fe1a77c4b08a678530410f41efa">ToggleOption</a>
210</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100211<li>hints()
Jenkinsb3a371b2018-05-23 11:36:53 +0100212: <a class="el" href="classarm__compute_1_1graph_1_1frontend_1_1_i_stream.xhtml#a75ce23fbe59cc58db22e1b6d072b10c6">IStream</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100213</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000214<li>HOG()
215: <a class="el" href="classarm__compute_1_1_h_o_g.xhtml#a0ab4e344f6a54823ab5e953574e1f201">HOG</a>
216</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100217<li>HOGAccessor()
218: <a class="el" href="classarm__compute_1_1test_1_1_h_o_g_accessor.xhtml#a701f4a2264a47152bc8ec0f7903e532b">HOGAccessor</a>
219</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000220<li>HOGInfo()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000221: <a class="el" href="classarm__compute_1_1_h_o_g_info.xhtml#a6a21c3fbc2803bbf3d975bec8977307f">HOGInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000222</li>
223</ul>
224</div><!-- contents -->
225</div><!-- doc-content -->
226<!-- start footer part -->
227<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
228 <ul>
Jenkinsb3a371b2018-05-23 11:36:53 +0100229 <li class="footer">Generated on Wed May 23 2018 11:36:46 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000230 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000231 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000232 </ul>
233</div>
234</body>
235</html>