blob: 3ef89258edec28fb7c087eebae6efb9db15b627a [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 - Functions</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><a href="functions.xhtml"><span>All</span></a></li>
91 <li class="current"><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_func.xhtml#index_a"><span>a</span></a></li>
101 <li><a href="functions_func_b.xhtml#index_b"><span>b</span></a></li>
102 <li><a href="functions_func_c.xhtml#index_c"><span>c</span></a></li>
103 <li><a href="functions_func_d.xhtml#index_d"><span>d</span></a></li>
104 <li><a href="functions_func_e.xhtml#index_e"><span>e</span></a></li>
105 <li><a href="functions_func_f.xhtml#index_f"><span>f</span></a></li>
106 <li class="current"><a href="functions_func_g.xhtml#index_g"><span>g</span></a></li>
107 <li><a href="functions_func_h.xhtml#index_h"><span>h</span></a></li>
108 <li><a href="functions_func_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100109 <li><a href="functions_func_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000110 <li><a href="functions_func_k.xhtml#index_k"><span>k</span></a></li>
111 <li><a href="functions_func_l.xhtml#index_l"><span>l</span></a></li>
112 <li><a href="functions_func_m.xhtml#index_m"><span>m</span></a></li>
113 <li><a href="functions_func_n.xhtml#index_n"><span>n</span></a></li>
114 <li><a href="functions_func_o.xhtml#index_o"><span>o</span></a></li>
115 <li><a href="functions_func_p.xhtml#index_p"><span>p</span></a></li>
116 <li><a href="functions_func_q.xhtml#index_q"><span>q</span></a></li>
117 <li><a href="functions_func_r.xhtml#index_r"><span>r</span></a></li>
118 <li><a href="functions_func_s.xhtml#index_s"><span>s</span></a></li>
119 <li><a href="functions_func_t.xhtml#index_t"><span>t</span></a></li>
120 <li><a href="functions_func_u.xhtml#index_u"><span>u</span></a></li>
121 <li><a href="functions_func_v.xhtml#index_v"><span>v</span></a></li>
122 <li><a href="functions_func_w.xhtml#index_w"><span>w</span></a></li>
123 <li><a href="functions_func_x.xhtml#index_x"><span>x</span></a></li>
124 <li><a href="functions_func_y.xhtml#index_y"><span>y</span></a></li>
125 <li><a href="functions_func_z.xhtml#index_z"><span>z</span></a></li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000126 <li><a href="functions_func_0x7e.xhtml#index_0x7e"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000127 </ul>
128 </div>
129</div><!-- top -->
130<div id="side-nav" class="ui-resizable side-nav-resizable">
131 <div id="nav-tree">
132 <div id="nav-tree-contents">
133 <div id="nav-sync" class="sync"></div>
134 </div>
135 </div>
136 <div id="splitbar" style="-moz-user-select:none;"
137 class="ui-resizable-handle">
138 </div>
139</div>
140<script type="text/javascript">
141$(document).ready(function(){initNavTree('functions_func_g.xhtml','');});
142</script>
143<div id="doc-content">
144<!-- window showing the filter options -->
145<div id="MSearchSelectWindow"
146 onmouseover="return searchBox.OnSearchSelectShow()"
147 onmouseout="return searchBox.OnSearchSelectHide()"
148 onkeydown="return searchBox.OnSearchSelectKey(event)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000149</div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000150
151<!-- iframe showing the search results (closed by default) -->
152<div id="MSearchResultsWindow">
153<iframe src="javascript:void(0)" frameborder="0"
154 name="MSearchResults" id="MSearchResults">
155</iframe>
156</div>
157
158<div class="contents">
159&#160;
160
161<h3><a class="anchor" id="index_g"></a>- g -</h3><ul>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000162<li>gc_buffer()
163: <a class="el" href="classarm__compute_1_1_g_c_tensor.xhtml#acccf4173f8c67e6f93ea3353c9590c9e">GCTensor</a>
164, <a class="el" href="classarm__compute_1_1_i_g_c_tensor.xhtml#a78046d8dc1b472a13fe70d8862f2edaf">IGCTensor</a>
165</li>
166<li>GCAbsoluteDifferenceKernel()
167: <a class="el" href="classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml#a21d4ee8182d064fd92ed9b177ff35710">GCAbsoluteDifferenceKernel</a>
168</li>
169<li>GCAccessor()
170: <a class="el" href="classarm__compute_1_1test_1_1_g_c_accessor.xhtml#af7752bed6faa3588f795d65a3bb34f31">GCAccessor</a>
171</li>
172<li>GCActivationLayerKernel()
173: <a class="el" href="classarm__compute_1_1_g_c_activation_layer_kernel.xhtml#a678f75dfd5cfe14614f8072ebe1cc67d">GCActivationLayerKernel</a>
174</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000175<li>GCArithmeticAdditionKernel()
176: <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition_kernel.xhtml#a3e5d5909a0c86adff50e9a527272afa6">GCArithmeticAdditionKernel</a>
177</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000178<li>GCBatchNormalizationLayer()
179: <a class="el" href="classarm__compute_1_1_g_c_batch_normalization_layer.xhtml#ae46038d0e47ec316681667900c15517c">GCBatchNormalizationLayer</a>
180</li>
181<li>GCBatchNormalizationLayerKernel()
182: <a class="el" href="classarm__compute_1_1_g_c_batch_normalization_layer_kernel.xhtml#abbbf878d788fb75b9af735fd238a7553">GCBatchNormalizationLayerKernel</a>
183</li>
184<li>GCCol2ImKernel()
185: <a class="el" href="classarm__compute_1_1_g_c_col2_im_kernel.xhtml#a3e3035668c6d03b9bf68dca65222b7d9">GCCol2ImKernel</a>
186</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000187<li>GCConvolutionLayer()
188: <a class="el" href="classarm__compute_1_1_g_c_convolution_layer.xhtml#ae6185d11854eebe4e07a612a6716a472">GCConvolutionLayer</a>
189</li>
190<li>GCConvolutionLayerReshapeWeights()
191: <a class="el" href="classarm__compute_1_1_g_c_convolution_layer_reshape_weights.xhtml#ab2cb1decf7fb2217d6f7b85c1c6b60a0">GCConvolutionLayerReshapeWeights</a>
192</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000193<li>GCDepthConcatenateLayer()
194: <a class="el" href="classarm__compute_1_1_g_c_depth_concatenate_layer.xhtml#a96b1abfc5ee6d10be7e8a525d6846f24">GCDepthConcatenateLayer</a>
195</li>
196<li>GCDepthConcatenateLayerKernel()
197: <a class="el" href="classarm__compute_1_1_g_c_depth_concatenate_layer_kernel.xhtml#a7fc9a4cd38bc7e934e279ed52163fc0e">GCDepthConcatenateLayerKernel</a>
198</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000199<li>GCDepthwiseConvolutionLayer3x3Kernel()
200: <a class="el" href="classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel.xhtml#a5b01f75ce20fddeb91acf0bfb9042ba3">GCDepthwiseConvolutionLayer3x3Kernel</a>
201</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000202<li>GCDirectConvolutionLayerKernel()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000203: <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 +0000204</li>
205<li>GCDropoutLayer()
206: <a class="el" href="classarm__compute_1_1_g_c_dropout_layer.xhtml#af6ab54ee8227bfd0abf53bba5bd04ace">GCDropoutLayer</a>
207</li>
208<li>GCDropoutLayerKernel()
209: <a class="el" href="classarm__compute_1_1_g_c_dropout_layer_kernel.xhtml#adf240c088ca0ffcbd66a7578bda3d777">GCDropoutLayerKernel</a>
210</li>
211<li>GCFillBorderKernel()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000212: <a class="el" href="classarm__compute_1_1_g_c_fill_border_kernel.xhtml#a12fb6b653fe5096135017420a02e79b0">GCFillBorderKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000213</li>
214<li>GCFullyConnectedLayer()
215: <a class="el" href="classarm__compute_1_1_g_c_fully_connected_layer.xhtml#a72b2bdf0cae7f6e47b0d5f957de6d304">GCFullyConnectedLayer</a>
216</li>
217<li>GCGEMM()
218: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m.xhtml#a436c89a6209d7de142e7e5eabb9debd1">GCGEMM</a>
219</li>
220<li>GCGEMMInterleave4x4Kernel()
221: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel.xhtml#a28bcc9be8f0ebc7b99cfdaa57e0782b2">GCGEMMInterleave4x4Kernel</a>
222</li>
223<li>GCGEMMMatrixAccumulateBiasesKernel()
224: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a99ca62606534f58262f790a7979966d8">GCGEMMMatrixAccumulateBiasesKernel</a>
225</li>
226<li>GCGEMMMatrixAdditionKernel()
227: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel.xhtml#a89039aa338bf8ec2b224dee5013d7fd9">GCGEMMMatrixAdditionKernel</a>
228</li>
229<li>GCGEMMMatrixMultiplyKernel()
230: <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.xhtml#ad8d2a97f9d5033932caaddcde107e9ce">GCGEMMMatrixMultiplyKernel</a>
231</li>
232<li>GCIm2ColKernel()
233: <a class="el" href="classarm__compute_1_1_g_c_im2_col_kernel.xhtml#aa9f940db93f2843ff4694e64177e9b49">GCIm2ColKernel</a>
234</li>
235<li>GCKernel()
236: <a class="el" href="classarm__compute_1_1_g_c_kernel.xhtml#a4e7b1870ca694b9b2b6c4a0f50e1de3c">GCKernel</a>
237</li>
238<li>GCKernelLibrary()
239: <a class="el" href="classarm__compute_1_1_g_c_kernel_library.xhtml#a86bdc674d5c99b1ed9e11ff56567467e">GCKernelLibrary</a>
240</li>
241<li>GCLogits1DNormKernel()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000242: <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 +0000243</li>
244<li>GCLogits1DShiftExpSumKernel()
245: <a class="el" href="classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel.xhtml#ae41006842192a2fd2ad98f3887adb06f">GCLogits1DShiftExpSumKernel</a>
246</li>
247<li>GCNormalizationLayer()
248: <a class="el" href="classarm__compute_1_1_g_c_normalization_layer.xhtml#a87b3f416afc5e40915e193d3f724edd5">GCNormalizationLayer</a>
249</li>
250<li>GCNormalizationLayerKernel()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000251: <a class="el" href="classarm__compute_1_1_g_c_normalization_layer_kernel.xhtml#ae1756c03bc72b902f3becf04a2cb725c">GCNormalizationLayerKernel</a>
252</li>
253<li>GCNormalizePlanarYUVLayer()
254: <a class="el" href="classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer.xhtml#a14de8a41191a089a72c071eda4dd501a">GCNormalizePlanarYUVLayer</a>
255</li>
256<li>GCNormalizePlanarYUVLayerKernel()
257: <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 +0000258</li>
259<li>GCPixelWiseMultiplicationKernel()
260: <a class="el" href="classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel.xhtml#adefb2f4872f4d1890ace3aad8d7be409">GCPixelWiseMultiplicationKernel</a>
261</li>
262<li>GCPoolingLayerKernel()
263: <a class="el" href="classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml#aebe262e2f3820f872a1393b751a72a27">GCPoolingLayerKernel</a>
264</li>
265<li>GCProgram()
266: <a class="el" href="classarm__compute_1_1_g_c_program.xhtml#aca45a2e24e9ad0a4ebaf2964589a6934">GCProgram</a>
267</li>
268<li>GCSoftmaxLayer()
269: <a class="el" href="classarm__compute_1_1_g_c_softmax_layer.xhtml#a32272e4cdb38d2620ed64fff59fc126e">GCSoftmaxLayer</a>
270</li>
271<li>GCTensor()
272: <a class="el" href="classarm__compute_1_1_g_c_tensor.xhtml#a4f2f38059311cf163fde21d2414048ee">GCTensor</a>
273</li>
274<li>GCTensorAllocator()
275: <a class="el" href="classarm__compute_1_1_g_c_tensor_allocator.xhtml#a4c52d0475ea53645c122adac0ebde9ab">GCTensorAllocator</a>
276</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000277<li>GCWeightsReshapeKernel()
278: <a class="el" href="classarm__compute_1_1_g_c_weights_reshape_kernel.xhtml#a1ec5c943f3e57a34b0a496b4c8fca652">GCWeightsReshapeKernel</a>
279</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000280<li>GEMMInfo()
281: <a class="el" href="classarm__compute_1_1_g_e_m_m_info.xhtml#ae70403792b9c2d7bdb0c57b5258b2efd">GEMMInfo</a>
282</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000283<li>generate_input_shapes()
284: <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 +0100285</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000286<li>get()
287: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#aebe2d25607545d31f2b1ace6d60a81da">CLKernelLibrary</a>
288, <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a60f9a6836b628a7171914c4afe43b4a7">CLScheduler</a>
Kaizen8938bd32017-09-28 14:38:23 +0100289, <a class="el" href="classarm__compute_1_1_c_l_symbols.xhtml#a98782c8297f3985321c5fa98576327b8">CLSymbols</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000290, <a class="el" href="classarm__compute_1_1_c_p_p_scheduler.xhtml#aace2d80849d3f1c113153053728f2922">CPPScheduler</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000291, <a class="el" href="classarm__compute_1_1_g_c_kernel_library.xhtml#abda5f31afe32726ca4dd36d9a480d3f2">GCKernelLibrary</a>
292, <a class="el" href="classarm__compute_1_1_g_c_scheduler.xhtml#ac758c6b5a7ccc31b7193cfde59c32109">GCScheduler</a>
293, <a class="el" href="classarm__compute_1_1gles_1_1_n_d_range.xhtml#a40a46217cd83c9fb540e1fed00973f5d">NDRange</a>
294, <a class="el" href="classarm__compute_1_1graph_1_1_operation_registry.xhtml#a20885c0ad6ee18d2bb0c0177a9b38744">OperationRegistry</a>
295, <a class="el" href="classarm__compute_1_1logging_1_1_logger_registry.xhtml#a56eefda612262945a6f832d1196ee720">LoggerRegistry</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100296, <a class="el" href="classarm__compute_1_1_o_m_p_scheduler.xhtml#a9571a5288c1b52189b63f9e1074768e3">OMPScheduler</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000297, <a class="el" href="classarm__compute_1_1_pixel_value.xhtml#a4ee19c6054575559f1778e223c7470f1">PixelValue</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100298, <a class="el" href="classarm__compute_1_1_scheduler.xhtml#acb4f87f1831680d8d1b70e1bef06bb81">Scheduler</a>
299, <a class="el" href="classarm__compute_1_1_single_thread_scheduler.xhtml#ad2239fa50e4adfc02e94407d0b846077">SingleThreadScheduler</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000300, <a class="el" href="classarm__compute_1_1test_1_1_assets_library.xhtml#aa0cf1a79542c521b9f16d117b085c4d5">AssetsLibrary</a>
Kaizen8938bd32017-09-28 14:38:23 +0100301, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#af8fbb8b386d3cce307a89002bcdbcfc9">Framework</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100302</li>
303<li>get_classifications()
Kaizen8938bd32017-09-28 14:38:23 +0100304: <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>
305, <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 +0000306, <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>
307, <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>
308</li>
309<li>get_gl_ssbo_name()
310: <a class="el" href="classarm__compute_1_1_g_c_tensor_allocator.xhtml#acb35468f30f12a68bf3c3f227d85a1df">GCTensorAllocator</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100311</li>
Kaizen8938bd32017-09-28 14:38:23 +0100312<li>get_image_shape()
313: <a class="el" href="classarm__compute_1_1test_1_1_assets_library.xhtml#acc474b96886b5fd500460c7b25dc84fa">AssetsLibrary</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100314</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000315<li>get_input_storage_size()
316: <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_kernel.xhtml#ae649097234f8eeb6bf3504720a60b574">NEWinogradLayerKernel</a>
317</li>
Kaizen8938bd32017-09-28 14:38:23 +0100318<li>get_kernel_path()
319: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#ad7395c158d8e31b9af211b9bc1f65a08">CLKernelLibrary</a>
320</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100321<li>get_max_workgroup_size()
322: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#abca336f832d730e8494049bd714df60a">ICLKernel</a>
323</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000324<li>get_output_storage_size()
325: <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_kernel.xhtml#a487d0811fefbd14a0d1bc7a11049bcba">NEWinogradLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000326</li>
Kaizen8938bd32017-09-28 14:38:23 +0100327<li>get_profiler()
328: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a0e42876589150f9ae9ad78d6446ef3b6">Framework</a>
329</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000330<li>get_program()
331: <a class="el" href="classarm__compute_1_1_g_c_kernel.xhtml#a0e887398d1ed8b689b857dc6be5aa206">GCKernel</a>
332</li>
Kaizen8938bd32017-09-28 14:38:23 +0100333<li>get_program_source()
334: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a44e90c4fa1204a708499ece56d4c82f0">CLKernelLibrary</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000335</li>
336<li>get_pyramid_level()
337: <a class="el" href="classarm__compute_1_1_c_l_pyramid.xhtml#af07bb423a5c0df8018b67c0e94fada02">CLPyramid</a>
338, <a class="el" href="classarm__compute_1_1_i_pyramid.xhtml#a11ab83492962adab883cb1d0fbdd7af6">IPyramid</a>
339, <a class="el" href="classarm__compute_1_1_pyramid.xhtml#a4187fb90f552249901da9febb67d8b7a">Pyramid</a>
340</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100341<li>get_target()
342: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#a646cd535a16835b246c3367a63d96250">ICLKernel</a>
343</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100344<li>get_type()
345: <a class="el" href="classarm__compute_1_1_scheduler.xhtml#ab394515f710c2aac0f132ecc0b9323d9">Scheduler</a>
346</li>
Kaizen8938bd32017-09-28 14:38:23 +0100347<li>get_value()
348: <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 +0100349</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000350<li>get_weight_storage_size()
351: <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_kernel.xhtml#a2d663c8f7f808c143fe2d575fcfcafdb">NEWinogradLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000352</li>
Kaizen8938bd32017-09-28 14:38:23 +0100353<li>GlobalPoolingShapes()
354: <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 +0100355</li>
Kaizen8938bd32017-09-28 14:38:23 +0100356<li>GoogleNetGEMMDataset()
357: <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 +0100358</li>
Kaizen8938bd32017-09-28 14:38:23 +0100359<li>GoogLeNetInceptionV1ActivationLayerDataset()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000360: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset.xhtml#a85b0d218d7df5fc7d9db98604b165c1a">GoogLeNetInceptionV1ActivationLayerDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100361</li>
Kaizen8938bd32017-09-28 14:38:23 +0100362<li>GoogLeNetInceptionV1ConvolutionLayerDataset()
363: <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 +0100364</li>
Kaizen8938bd32017-09-28 14:38:23 +0100365<li>GoogLeNetInceptionV1DirectConvolutionLayerDataset()
366: <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 +0100367</li>
Kaizen8938bd32017-09-28 14:38:23 +0100368<li>GoogLeNetInceptionV1FullyConnectedLayerDataset()
369: <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>
370</li>
371<li>GoogLeNetInceptionV1GEMMDataset()
372: <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>
373</li>
374<li>GoogLeNetInceptionV1NormalizationLayerDataset()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000375: <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 +0100376</li>
377<li>GoogLeNetInceptionV1PoolingLayerDataset()
378: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset.xhtml#a86b04a52c102d48d662ef675d627efd0">GoogLeNetInceptionV1PoolingLayerDataset</a>
379</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000380<li>GoogLeNetInceptionV1WinogradLayerDataset()
381: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_winograd_layer_dataset.xhtml#af7dbcd903dd2742a455edd24e6b5ed4f">GoogLeNetInceptionV1WinogradLayerDataset</a>
382</li>
Kaizen8938bd32017-09-28 14:38:23 +0100383<li>GoogLeNetInceptionV4ActivationLayerDataset()
384: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset.xhtml#a361dc63be658f74c81c4ca62d555fa4c">GoogLeNetInceptionV4ActivationLayerDataset</a>
385</li>
386<li>GoogLeNetInceptionV4BatchNormalizationLayerDataset()
387: <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>
388</li>
389<li>GoogLeNetInceptionV4ConvolutionLayerDataset()
390: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset.xhtml#a8d29b2e598c645471e9b978e4317d3d9">GoogLeNetInceptionV4ConvolutionLayerDataset</a>
391</li>
392<li>GoogLeNetInceptionV4DirectConvolutionLayerDataset()
393: <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>
394</li>
395<li>GoogLeNetInceptionV4FullyConnectedLayerDataset()
396: <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>
397</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000398<li>GoogLeNetInceptionV4NormalizePlanarYUVLayerDataset()
399: <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>
400</li>
Kaizen8938bd32017-09-28 14:38:23 +0100401<li>GoogLeNetInceptionV4PoolingLayerDataset()
402: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset.xhtml#a169de687b2e9235db9af906dd7528bb4">GoogLeNetInceptionV4PoolingLayerDataset</a>
403</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000404<li>GoogLeNetInceptionV4WinogradLayerDataset()
405: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_winograd_layer_dataset.xhtml#a34dcb79ea64bb0e953d9b8edcb0c286f">GoogLeNetInceptionV4WinogradLayerDataset</a>
406</li>
407<li>GradientDimensions()
408: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_gradient_dimensions.xhtml#a340b012986539040d59dc9cccabf4a61">GradientDimensions</a>
409</li>
Kaizen8938bd32017-09-28 14:38:23 +0100410<li>Graph()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000411: <a class="el" href="classarm__compute_1_1graph_1_1_graph.xhtml#aa2249ab41ba672900ae7703ba6975179">Graph</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100412</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100413<li>GraphContext()
414: <a class="el" href="classarm__compute_1_1graph_1_1_graph_context.xhtml#a75608104021b41a6c999e4d076f24905">GraphContext</a>
415</li>
416<li>GraphHints()
417: <a class="el" href="classarm__compute_1_1graph_1_1_graph_hints.xhtml#af3c401ceece4cb12095df35411ec78f8">GraphHints</a>
418</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000419<li>gws_from_window()
420: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#a4b4a20e518c04e657839280cd486a85d">ICLKernel</a>
421</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000422</ul>
423</div><!-- contents -->
424</div><!-- doc-content -->
425<!-- start footer part -->
426<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
427 <ul>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000428 <li class="footer">Generated on Wed Jan 24 2018 14:30:48 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000429 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000430 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000431 </ul>
432</div>
433</body>
434</html>