blob: d0ca00879ac980210fde2d772510e974a63c6d96 [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
Anthony Barbierf45d5a92018-01-24 16:23:15 +000043 &#160;<span id="projectnumber">18.01</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 class="current"><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_g.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_g"></a>- g -</h3><ul>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000163<li>gc_buffer()
164: <a class="el" href="classarm__compute_1_1_g_c_tensor.xhtml#acccf4173f8c67e6f93ea3353c9590c9e">GCTensor</a>
165, <a class="el" href="classarm__compute_1_1_i_g_c_tensor.xhtml#a78046d8dc1b472a13fe70d8862f2edaf">IGCTensor</a>
166</li>
167<li>GCAbsoluteDifferenceKernel()
168: <a class="el" href="classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml#a21d4ee8182d064fd92ed9b177ff35710">GCAbsoluteDifferenceKernel</a>
169</li>
170<li>GCAccessor()
171: <a class="el" href="classarm__compute_1_1test_1_1_g_c_accessor.xhtml#af7752bed6faa3588f795d65a3bb34f31">GCAccessor</a>
172</li>
173<li>GCActivationLayerKernel()
174: <a class="el" href="classarm__compute_1_1_g_c_activation_layer_kernel.xhtml#a678f75dfd5cfe14614f8072ebe1cc67d">GCActivationLayerKernel</a>
175</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000176<li>GCArithmeticAdditionKernel()
177: <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition_kernel.xhtml#a3e5d5909a0c86adff50e9a527272afa6">GCArithmeticAdditionKernel</a>
178</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000179<li>GCBatchNormalizationLayer()
180: <a class="el" href="classarm__compute_1_1_g_c_batch_normalization_layer.xhtml#ae46038d0e47ec316681667900c15517c">GCBatchNormalizationLayer</a>
181</li>
182<li>GCBatchNormalizationLayerKernel()
183: <a class="el" href="classarm__compute_1_1_g_c_batch_normalization_layer_kernel.xhtml#abbbf878d788fb75b9af735fd238a7553">GCBatchNormalizationLayerKernel</a>
184</li>
185<li>GCCol2ImKernel()
186: <a class="el" href="classarm__compute_1_1_g_c_col2_im_kernel.xhtml#a3e3035668c6d03b9bf68dca65222b7d9">GCCol2ImKernel</a>
187</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000188<li>GCConvolutionLayer()
189: <a class="el" href="classarm__compute_1_1_g_c_convolution_layer.xhtml#ae6185d11854eebe4e07a612a6716a472">GCConvolutionLayer</a>
190</li>
191<li>GCConvolutionLayerReshapeWeights()
192: <a class="el" href="classarm__compute_1_1_g_c_convolution_layer_reshape_weights.xhtml#ab2cb1decf7fb2217d6f7b85c1c6b60a0">GCConvolutionLayerReshapeWeights</a>
193</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000194<li>GCDepthConcatenateLayer()
195: <a class="el" href="classarm__compute_1_1_g_c_depth_concatenate_layer.xhtml#a96b1abfc5ee6d10be7e8a525d6846f24">GCDepthConcatenateLayer</a>
196</li>
197<li>GCDepthConcatenateLayerKernel()
198: <a class="el" href="classarm__compute_1_1_g_c_depth_concatenate_layer_kernel.xhtml#a7fc9a4cd38bc7e934e279ed52163fc0e">GCDepthConcatenateLayerKernel</a>
199</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000200<li>GCDepthwiseConvolutionLayer3x3Kernel()
201: <a class="el" href="classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel.xhtml#a5b01f75ce20fddeb91acf0bfb9042ba3">GCDepthwiseConvolutionLayer3x3Kernel</a>
202</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000203<li>GCDirectConvolutionLayerKernel()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000204: <a class="el" href="classarm__compute_1_1_g_c_direct_convolution_layer_kernel.xhtml#ab0cca403feb87b17dfedc647913e8557">GCDirectConvolutionLayerKernel&lt; kernel_size &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000205</li>
206<li>GCDropoutLayer()
207: <a class="el" href="classarm__compute_1_1_g_c_dropout_layer.xhtml#af6ab54ee8227bfd0abf53bba5bd04ace">GCDropoutLayer</a>
208</li>
209<li>GCDropoutLayerKernel()
210: <a class="el" href="classarm__compute_1_1_g_c_dropout_layer_kernel.xhtml#adf240c088ca0ffcbd66a7578bda3d777">GCDropoutLayerKernel</a>
211</li>
212<li>GCFillBorderKernel()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000213: <a class="el" href="classarm__compute_1_1_g_c_fill_border_kernel.xhtml#a12fb6b653fe5096135017420a02e79b0">GCFillBorderKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000214</li>
215<li>GCFullyConnectedLayer()
216: <a class="el" href="classarm__compute_1_1_g_c_fully_connected_layer.xhtml#a72b2bdf0cae7f6e47b0d5f957de6d304">GCFullyConnectedLayer</a>
217</li>
218<li>GCGEMM()
219: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m.xhtml#a436c89a6209d7de142e7e5eabb9debd1">GCGEMM</a>
220</li>
221<li>GCGEMMInterleave4x4Kernel()
222: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel.xhtml#a28bcc9be8f0ebc7b99cfdaa57e0782b2">GCGEMMInterleave4x4Kernel</a>
223</li>
224<li>GCGEMMMatrixAccumulateBiasesKernel()
225: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a99ca62606534f58262f790a7979966d8">GCGEMMMatrixAccumulateBiasesKernel</a>
226</li>
227<li>GCGEMMMatrixAdditionKernel()
228: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel.xhtml#a89039aa338bf8ec2b224dee5013d7fd9">GCGEMMMatrixAdditionKernel</a>
229</li>
230<li>GCGEMMMatrixMultiplyKernel()
231: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.xhtml#ad8d2a97f9d5033932caaddcde107e9ce">GCGEMMMatrixMultiplyKernel</a>
232</li>
233<li>GCIm2ColKernel()
234: <a class="el" href="classarm__compute_1_1_g_c_im2_col_kernel.xhtml#aa9f940db93f2843ff4694e64177e9b49">GCIm2ColKernel</a>
235</li>
236<li>GCKernel()
237: <a class="el" href="classarm__compute_1_1_g_c_kernel.xhtml#a4e7b1870ca694b9b2b6c4a0f50e1de3c">GCKernel</a>
238</li>
239<li>GCKernelLibrary()
240: <a class="el" href="classarm__compute_1_1_g_c_kernel_library.xhtml#a86bdc674d5c99b1ed9e11ff56567467e">GCKernelLibrary</a>
241</li>
242<li>GCLogits1DNormKernel()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000243: <a class="el" href="classarm__compute_1_1_g_c_logits1_d_norm_kernel.xhtml#aa5ae5af04d050a6f49d16ac894d9f484">GCLogits1DNormKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000244</li>
245<li>GCLogits1DShiftExpSumKernel()
246: <a class="el" href="classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel.xhtml#ae41006842192a2fd2ad98f3887adb06f">GCLogits1DShiftExpSumKernel</a>
247</li>
248<li>GCNormalizationLayer()
249: <a class="el" href="classarm__compute_1_1_g_c_normalization_layer.xhtml#a87b3f416afc5e40915e193d3f724edd5">GCNormalizationLayer</a>
250</li>
251<li>GCNormalizationLayerKernel()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000252: <a class="el" href="classarm__compute_1_1_g_c_normalization_layer_kernel.xhtml#ae1756c03bc72b902f3becf04a2cb725c">GCNormalizationLayerKernel</a>
253</li>
254<li>GCNormalizePlanarYUVLayer()
255: <a class="el" href="classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer.xhtml#a14de8a41191a089a72c071eda4dd501a">GCNormalizePlanarYUVLayer</a>
256</li>
257<li>GCNormalizePlanarYUVLayerKernel()
258: <a class="el" href="classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer_kernel.xhtml#a5767b9b46e4288fce05960d12d7d857c">GCNormalizePlanarYUVLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000259</li>
260<li>GCPixelWiseMultiplicationKernel()
261: <a class="el" href="classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel.xhtml#adefb2f4872f4d1890ace3aad8d7be409">GCPixelWiseMultiplicationKernel</a>
262</li>
263<li>GCPoolingLayerKernel()
264: <a class="el" href="classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml#aebe262e2f3820f872a1393b751a72a27">GCPoolingLayerKernel</a>
265</li>
266<li>GCProgram()
267: <a class="el" href="classarm__compute_1_1_g_c_program.xhtml#aca45a2e24e9ad0a4ebaf2964589a6934">GCProgram</a>
268</li>
269<li>GCSoftmaxLayer()
270: <a class="el" href="classarm__compute_1_1_g_c_softmax_layer.xhtml#a32272e4cdb38d2620ed64fff59fc126e">GCSoftmaxLayer</a>
271</li>
272<li>GCTensor()
273: <a class="el" href="classarm__compute_1_1_g_c_tensor.xhtml#a4f2f38059311cf163fde21d2414048ee">GCTensor</a>
274</li>
275<li>GCTensorAllocator()
276: <a class="el" href="classarm__compute_1_1_g_c_tensor_allocator.xhtml#a4c52d0475ea53645c122adac0ebde9ab">GCTensorAllocator</a>
277</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000278<li>GCWeightsReshapeKernel()
279: <a class="el" href="classarm__compute_1_1_g_c_weights_reshape_kernel.xhtml#a29432f2725083d73e198001a805bb862">GCWeightsReshapeKernel</a>
280</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000281<li>GEMMInfo()
282: <a class="el" href="classarm__compute_1_1_g_e_m_m_info.xhtml#ae70403792b9c2d7bdb0c57b5258b2efd">GEMMInfo</a>
283</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000284<li>generate_input_shapes()
285: <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_depth_concatenate_layer_fixture.xhtml#ab37a6ce7abc647cab25610539db7f11a">DepthConcatenateLayerFixture&lt; TensorType, ITensorType, Function, AccessorType &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100286</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000287<li>get()
288: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#aebe2d25607545d31f2b1ace6d60a81da">CLKernelLibrary</a>
289, <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a60f9a6836b628a7171914c4afe43b4a7">CLScheduler</a>
Kaizen8938bd32017-09-28 14:38:23 +0100290, <a class="el" href="classarm__compute_1_1_c_l_symbols.xhtml#a98782c8297f3985321c5fa98576327b8">CLSymbols</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000291, <a class="el" href="classarm__compute_1_1_c_p_p_scheduler.xhtml#aace2d80849d3f1c113153053728f2922">CPPScheduler</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000292, <a class="el" href="classarm__compute_1_1_g_c_kernel_library.xhtml#abda5f31afe32726ca4dd36d9a480d3f2">GCKernelLibrary</a>
293, <a class="el" href="classarm__compute_1_1_g_c_scheduler.xhtml#ac758c6b5a7ccc31b7193cfde59c32109">GCScheduler</a>
294, <a class="el" href="classarm__compute_1_1gles_1_1_n_d_range.xhtml#a40a46217cd83c9fb540e1fed00973f5d">NDRange</a>
295, <a class="el" href="classarm__compute_1_1graph_1_1_operation_registry.xhtml#a20885c0ad6ee18d2bb0c0177a9b38744">OperationRegistry</a>
296, <a class="el" href="classarm__compute_1_1logging_1_1_logger_registry.xhtml#a56eefda612262945a6f832d1196ee720">LoggerRegistry</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100297, <a class="el" href="classarm__compute_1_1_o_m_p_scheduler.xhtml#a9571a5288c1b52189b63f9e1074768e3">OMPScheduler</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000298, <a class="el" href="classarm__compute_1_1_pixel_value.xhtml#a4ee19c6054575559f1778e223c7470f1">PixelValue</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100299, <a class="el" href="classarm__compute_1_1_scheduler.xhtml#acb4f87f1831680d8d1b70e1bef06bb81">Scheduler</a>
300, <a class="el" href="classarm__compute_1_1_single_thread_scheduler.xhtml#ad2239fa50e4adfc02e94407d0b846077">SingleThreadScheduler</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000301, <a class="el" href="classarm__compute_1_1test_1_1_assets_library.xhtml#a3675bd0074fa527b42c6516a37f8f232">AssetsLibrary</a>
Kaizen8938bd32017-09-28 14:38:23 +0100302, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#af8fbb8b386d3cce307a89002bcdbcfc9">Framework</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100303</li>
304<li>get_classifications()
Kaizen8938bd32017-09-28 14:38:23 +0100305: <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_alex_net_network.xhtml#a1466ef70729f3c8b5da5ebfec3f53f26">AlexNetNetwork&lt; ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
306, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_le_net5_network.xhtml#a1466ef70729f3c8b5da5ebfec3f53f26">LeNet5Network&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000307, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_mobile_net_network.xhtml#a1466ef70729f3c8b5da5ebfec3f53f26">MobileNetNetwork&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionLayerFunction, ReshapeFunction, PoolingLayerFunction &gt;</a>
308, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_mobile_net_v1_network.xhtml#a1466ef70729f3c8b5da5ebfec3f53f26">MobileNetV1Network&lt; TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
309</li>
310<li>get_gl_ssbo_name()
311: <a class="el" href="classarm__compute_1_1_g_c_tensor_allocator.xhtml#acb35468f30f12a68bf3c3f227d85a1df">GCTensorAllocator</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100312</li>
Kaizen8938bd32017-09-28 14:38:23 +0100313<li>get_image_shape()
314: <a class="el" href="classarm__compute_1_1test_1_1_assets_library.xhtml#acc474b96886b5fd500460c7b25dc84fa">AssetsLibrary</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100315</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000316<li>get_input_storage_size()
317: <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_kernel.xhtml#ae649097234f8eeb6bf3504720a60b574">NEWinogradLayerKernel</a>
318</li>
Kaizen8938bd32017-09-28 14:38:23 +0100319<li>get_kernel_path()
320: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#ad7395c158d8e31b9af211b9bc1f65a08">CLKernelLibrary</a>
321</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100322<li>get_max_workgroup_size()
323: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#abca336f832d730e8494049bd714df60a">ICLKernel</a>
324</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000325<li>get_output_storage_size()
326: <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_kernel.xhtml#a487d0811fefbd14a0d1bc7a11049bcba">NEWinogradLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000327</li>
Kaizen8938bd32017-09-28 14:38:23 +0100328<li>get_profiler()
329: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a0e42876589150f9ae9ad78d6446ef3b6">Framework</a>
330</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000331<li>get_program()
332: <a class="el" href="classarm__compute_1_1_g_c_kernel.xhtml#a0e887398d1ed8b689b857dc6be5aa206">GCKernel</a>
333</li>
Kaizen8938bd32017-09-28 14:38:23 +0100334<li>get_program_source()
335: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a44e90c4fa1204a708499ece56d4c82f0">CLKernelLibrary</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000336</li>
337<li>get_pyramid_level()
338: <a class="el" href="classarm__compute_1_1_c_l_pyramid.xhtml#af07bb423a5c0df8018b67c0e94fada02">CLPyramid</a>
339, <a class="el" href="classarm__compute_1_1_i_pyramid.xhtml#a11ab83492962adab883cb1d0fbdd7af6">IPyramid</a>
340, <a class="el" href="classarm__compute_1_1_pyramid.xhtml#a4187fb90f552249901da9febb67d8b7a">Pyramid</a>
341</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100342<li>get_target()
343: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#a646cd535a16835b246c3367a63d96250">ICLKernel</a>
344</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100345<li>get_type()
346: <a class="el" href="classarm__compute_1_1_scheduler.xhtml#ab394515f710c2aac0f132ecc0b9323d9">Scheduler</a>
347</li>
Kaizen8938bd32017-09-28 14:38:23 +0100348<li>get_value()
349: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u.xhtml#accfba41ff73f99ee744f8619f47bf413">PMU</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100350</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000351<li>get_weight_storage_size()
352: <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_kernel.xhtml#a2d663c8f7f808c143fe2d575fcfcafdb">NEWinogradLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000353</li>
Kaizen8938bd32017-09-28 14:38:23 +0100354<li>GlobalPoolingShapes()
355: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes.xhtml#aa2f05979de5779a1ea507dce1b721566">GlobalPoolingShapes</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100356</li>
Kaizen8938bd32017-09-28 14:38:23 +0100357<li>GoogleNetGEMMDataset()
358: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset.xhtml#a6e632f30690cefa56f5bb98e892785bd">GoogleNetGEMMDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100359</li>
Kaizen8938bd32017-09-28 14:38:23 +0100360<li>GoogLeNetInceptionV1ActivationLayerDataset()
Kaizenbf8b01d2017-10-12 14:26:51 +0100361: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset.xhtml#a0c629e043d10e93dcaec22168695b385">GoogLeNetInceptionV1ActivationLayerDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100362</li>
Kaizen8938bd32017-09-28 14:38:23 +0100363<li>GoogLeNetInceptionV1ConvolutionLayerDataset()
364: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset.xhtml#a9a3d978819027d2adae9b71b5cd0d2b8">GoogLeNetInceptionV1ConvolutionLayerDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100365</li>
Kaizen8938bd32017-09-28 14:38:23 +0100366<li>GoogLeNetInceptionV1DirectConvolutionLayerDataset()
367: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset.xhtml#aefbe31466b0860964ac8fbd00ca87280">GoogLeNetInceptionV1DirectConvolutionLayerDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100368</li>
Kaizen8938bd32017-09-28 14:38:23 +0100369<li>GoogLeNetInceptionV1FullyConnectedLayerDataset()
370: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset.xhtml#a8ad86e3bfaf17b7771fad1b89dd06684">GoogLeNetInceptionV1FullyConnectedLayerDataset</a>
371</li>
372<li>GoogLeNetInceptionV1GEMMDataset()
373: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset.xhtml#a8672faf8b1099707721daff025765fbc">GoogLeNetInceptionV1GEMMDataset</a>
374</li>
375<li>GoogLeNetInceptionV1NormalizationLayerDataset()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000376: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset.xhtml#a30cae98dca00113befa4f79645768365">GoogLeNetInceptionV1NormalizationLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100377</li>
378<li>GoogLeNetInceptionV1PoolingLayerDataset()
379: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset.xhtml#a86b04a52c102d48d662ef675d627efd0">GoogLeNetInceptionV1PoolingLayerDataset</a>
380</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000381<li>GoogLeNetInceptionV1WinogradLayerDataset()
382: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_winograd_layer_dataset.xhtml#af7dbcd903dd2742a455edd24e6b5ed4f">GoogLeNetInceptionV1WinogradLayerDataset</a>
383</li>
Kaizen8938bd32017-09-28 14:38:23 +0100384<li>GoogLeNetInceptionV4ActivationLayerDataset()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000385: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset.xhtml#a361dc63be658f74c81c4ca62d555fa4c">GoogLeNetInceptionV4ActivationLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100386</li>
387<li>GoogLeNetInceptionV4BatchNormalizationLayerDataset()
388: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset.xhtml#a5c56b0d715939df7ca959944960a7555">GoogLeNetInceptionV4BatchNormalizationLayerDataset</a>
389</li>
390<li>GoogLeNetInceptionV4ConvolutionLayerDataset()
391: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset.xhtml#a8d29b2e598c645471e9b978e4317d3d9">GoogLeNetInceptionV4ConvolutionLayerDataset</a>
392</li>
393<li>GoogLeNetInceptionV4DirectConvolutionLayerDataset()
394: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset.xhtml#a90f7d9e9a8a5c2f6e835731554319481">GoogLeNetInceptionV4DirectConvolutionLayerDataset</a>
395</li>
396<li>GoogLeNetInceptionV4FullyConnectedLayerDataset()
397: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset.xhtml#a0e3a7975960a7a9aaf9c17cca2e9a8c0">GoogLeNetInceptionV4FullyConnectedLayerDataset</a>
398</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000399<li>GoogLeNetInceptionV4NormalizePlanarYUVLayerDataset()
400: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_normalize_planar_y_u_v_layer_dataset.xhtml#ac9a8eb242d4bffa411886d9293b205f9">GoogLeNetInceptionV4NormalizePlanarYUVLayerDataset</a>
401</li>
Kaizen8938bd32017-09-28 14:38:23 +0100402<li>GoogLeNetInceptionV4PoolingLayerDataset()
403: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset.xhtml#a169de687b2e9235db9af906dd7528bb4">GoogLeNetInceptionV4PoolingLayerDataset</a>
404</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000405<li>GoogLeNetInceptionV4WinogradLayerDataset()
406: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_winograd_layer_dataset.xhtml#a34dcb79ea64bb0e953d9b8edcb0c286f">GoogLeNetInceptionV4WinogradLayerDataset</a>
407</li>
Kaizen8938bd32017-09-28 14:38:23 +0100408<li>gpu_available_memory_size
409: <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#aa4017b592302af592aca556e4cb49099">mali_base_gpu_core_props</a>
410</li>
411<li>gpu_freq_khz_max
412: <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#a8725d76f659bb6227b77073bd2c61e88">mali_base_gpu_core_props</a>
413</li>
414<li>gpu_freq_khz_min
415: <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#a45d871f7e3eed35198b89b61649d56d2">mali_base_gpu_core_props</a>
416</li>
417<li>gpu_id
418: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#ab2b81d8aa4523e95e3f6244bca52a556">gpu_raw_gpu_props</a>
419</li>
420<li>gpu_speed_mhz
421: <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#acee64366b6aa7e475082c84ca98e6884">mali_base_gpu_core_props</a>
422</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000423<li>GradientDimensions()
424: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_gradient_dimensions.xhtml#a340b012986539040d59dc9cccabf4a61">GradientDimensions</a>
425</li>
Kaizen8938bd32017-09-28 14:38:23 +0100426<li>Graph()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000427: <a class="el" href="classarm__compute_1_1graph_1_1_graph.xhtml#aa2249ab41ba672900ae7703ba6975179">Graph</a>
Kaizen8938bd32017-09-28 14:38:23 +0100428</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100429<li>GraphContext()
430: <a class="el" href="classarm__compute_1_1graph_1_1_graph_context.xhtml#a75608104021b41a6c999e4d076f24905">GraphContext</a>
431</li>
432<li>GraphHints()
433: <a class="el" href="classarm__compute_1_1graph_1_1_graph_hints.xhtml#af3c401ceece4cb12095df35411ec78f8">GraphHints</a>
434</li>
Kaizen8938bd32017-09-28 14:38:23 +0100435<li>group
436: <a class="el" href="structmali__userspace_1_1mali__base__gpu__coherent__group__info.xhtml#a263b80b4971e2c15ad2d7f9d421b2899">mali_base_gpu_coherent_group_info</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100437</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000438<li>gws_from_window()
439: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#a4b4a20e518c04e657839280cd486a85d">ICLKernel</a>
440</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000441</ul>
442</div><!-- contents -->
443</div><!-- doc-content -->
444<!-- start footer part -->
445<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
446 <ul>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000447 <li class="footer">Generated on Wed Jan 24 2018 14:30:48 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000448 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000449 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000450 </ul>
451</div>
452</body>
453</html>