blob: 1fc48ee1b5a279227812a7be74f0960f01ca77f7 [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
Jenkins52ba29e2018-08-29 15:32:11 +000043 &#160;<span id="projectnumber">18.08</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 class="current"><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><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.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__"></a>- _ -</h3><ul>
Jenkinsb3a371b2018-05-23 11:36:53 +0100163<li>_biases
164: <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a95ba9da2ab49208dfa0d4642c8f7b23b">CLDirectConvolutionLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000165</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100166<li>_border_size
167: <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a2e0cdcd6999269beea6b9512ad41f3d4">CLDirectConvolutionLayerKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000168, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a2e0cdcd6999269beea6b9512ad41f3d4">CLPoolingLayerKernel</a>
169</li>
170<li>_conv_info
171: <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a118b70265d99428bf7d068d686d0cb80">CLIm2ColKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100172</li>
173<li>_conv_stride_x
174: <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#aeebcff33f13042b2527755e294f5d53e">CLDirectConvolutionLayerKernel</a>
175</li>
176<li>_conv_stride_y
177: <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a862a2fc55a07b4d6a7e4e23cb11ff323">CLDirectConvolutionLayerKernel</a>
178</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000179<li>_convolved_dims
180: <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#a4215b3b7076338a7834c0bbff11aefb2">CLCol2ImKernel</a>
181, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a4215b3b7076338a7834c0bbff11aefb2">CLIm2ColKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100182</li>
183<li>_input
Jenkins52ba29e2018-08-29 15:32:11 +0000184: <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#a1acfeaa60695d4df61d8d4b5c905aa53">CLCol2ImKernel</a>
185, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a1acfeaa60695d4df61d8d4b5c905aa53">CLDirectConvolutionLayerKernel</a>
186, <a class="el" href="classarm__compute_1_1_c_l_flatten_layer_kernel.xhtml#a1acfeaa60695d4df61d8d4b5c905aa53">CLFlattenLayerKernel</a>
187, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a1acfeaa60695d4df61d8d4b5c905aa53">CLIm2ColKernel</a>
188, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a1acfeaa60695d4df61d8d4b5c905aa53">CLPoolingLayerKernel</a>
189</li>
190<li>_input0
191: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#a1ab65df01f310bf054323607cd09956e">CLGEMMMatrixMultiplyKernel</a>
192</li>
193<li>_input1
194: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#a6590f81ae0c9f3e01546c73eb31a43c8">CLGEMMMatrixMultiplyKernel</a>
195</li>
196<li>_interpolationPolicy
197: <a class="el" href="classarm__compute_1_1_c_l_scale_kernel.xhtml#a8639ae30eec16840f9d0ae0549eeaf3e">CLScaleKernel</a>
198</li>
199<li>_kernel_dims
200: <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#af153c85a143d20108f35f4575ac9eb22">CLIm2ColKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100201</li>
202<li>_Known_bound
Kaizen8938bd32017-09-28 14:38:23 +0100203: <a class="el" href="structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml#a344694425c9a8cf20c0869bdc4c675b6">_Unique_if&lt; T[N]&gt;</a>
204</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000205<li>_num_elems_processed_per_iteration
206: <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a8fd589467d6c372b7b717d9cf8f961b1">CLIm2ColKernel</a>
207, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a8fd589467d6c372b7b717d9cf8f961b1">CLPoolingLayerKernel</a>
208</li>
209<li>_num_groups
210: <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a98cef52489d010f16f5d9761bbc9424f">CLIm2ColKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000211</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100212<li>_output
Jenkins52ba29e2018-08-29 15:32:11 +0000213: <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#a62d192d931002b4866443cd7fc71419b">CLCol2ImKernel</a>
214, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a62d192d931002b4866443cd7fc71419b">CLDirectConvolutionLayerKernel</a>
215, <a class="el" href="classarm__compute_1_1_c_l_flatten_layer_kernel.xhtml#a62d192d931002b4866443cd7fc71419b">CLFlattenLayerKernel</a>
216, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#a62d192d931002b4866443cd7fc71419b">CLGEMMMatrixMultiplyKernel</a>
217, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a62d192d931002b4866443cd7fc71419b">CLIm2ColKernel</a>
218, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a62d192d931002b4866443cd7fc71419b">CLPoolingLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100219</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000220<li>_pool_info
221: <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a204c8ef37bc558c02542daffbaee06e2">CLPoolingLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000222</li>
Kaizen8938bd32017-09-28 14:38:23 +0100223<li>_reference
224: <a class="el" href="structarm__compute_1_1test_1_1validation_1_1compare__base.xhtml#a9cdfbe0f92ba33d9d5c84bc06600640c">compare_base&lt; T &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100225</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000226<li>_reinterpret_input_as_3d
227: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#aa71ec02f998e1dcfd49ef944ec8cf23e">CLGEMMMatrixMultiplyKernel</a>
228</li>
229<li>_reinterpret_output_as_3d
230: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#a7d222bcf0d803c0647a4b93061daa56c">CLGEMMMatrixMultiplyKernel</a>
231</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100232<li>_Single_object
Kaizen8938bd32017-09-28 14:38:23 +0100233: <a class="el" href="structarm__compute_1_1support_1_1cpp14_1_1___unique__if.xhtml#a110afbff84e3935821a5dd174781da73">_Unique_if&lt; T &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000234</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000235<li>_slide_matrix_b
236: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#a170f236fd8751c4e1675873b496f7cf8">CLGEMMMatrixMultiplyKernel</a>
237</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100238<li>_ssbo_name
239: <a class="el" href="classarm__compute_1_1_g_l_buffer_wrapper.xhtml#abec44e011c6cd1fd66abdd649d446ca4">GLBufferWrapper</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000240</li>
Kaizen8938bd32017-09-28 14:38:23 +0100241<li>_target
242: <a class="el" href="structarm__compute_1_1test_1_1validation_1_1compare__base.xhtml#a43df64dda9f48ddc325ea5ee5cce504c">compare_base&lt; T &gt;</a>
243</li>
244<li>_tolerance
245: <a class="el" href="structarm__compute_1_1test_1_1validation_1_1compare__base.xhtml#aa4fd55d362930310365e320208784ede">compare_base&lt; T &gt;</a>
246</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100247<li>_Unknown_bound
Kaizen8938bd32017-09-28 14:38:23 +0100248: <a class="el" href="structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml#a7bdc8412f0630ce38a08b0455830216d">_Unique_if&lt; T[]&gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100249</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100250<li>_weights
251: <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a6fc108ac852099117f9c722f2afe2cb8">CLDirectConvolutionLayerKernel</a>
252</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000253</ul>
254</div><!-- contents -->
255</div><!-- doc-content -->
256<!-- start footer part -->
257<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
258 <ul>
Jenkins52ba29e2018-08-29 15:32:11 +0000259 <li class="footer">Generated on Wed Aug 29 2018 15:31:58 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000260 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000261 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000262 </ul>
263</div>
264</body>
265</html>