blob: b10572dc890c2dbf752e0ec851d9cbde7b5a679c [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"/>
Kaizen8938bd32017-09-28 14:38:23 +01007<meta name="generator" content="Doxygen 1.8.6"/>
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 Barbier871448e2017-03-24 14:54:29 +000015<script type="text/javascript" src="navtree.js"></script>
16<script type="text/javascript">
17 $(document).ready(initResizable);
18 $(window).load(resizeHeight);
19</script>
20<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier871448e2017-03-24 14:54:29 +000021<script type="text/javascript" src="search/search.js"></script>
22<script type="text/javascript">
Kaizen8938bd32017-09-28 14:38:23 +010023 $(document).ready(function() { searchBox.OnSelectItem(0); });
Anthony Barbier871448e2017-03-24 14:54:29 +000024</script>
25<script type="text/x-mathjax-config">
26 MathJax.Hub.Config({
27 extensions: ["tex2jax.js"],
28 jax: ["input/TeX","output/HTML-CSS"],
29});
Kaizen8938bd32017-09-28 14:38:23 +010030</script><script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000031<link href="doxygen.css" rel="stylesheet" type="text/css" />
32</head>
33<body>
34<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
35<div id="titlearea">
36<table cellspacing="0" cellpadding="0">
37 <tbody>
38 <tr style="height: 56px;">
39 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010040 <div id="projectname">Compute Library
Kaizen8938bd32017-09-28 14:38:23 +010041 &#160;<span id="projectnumber">17.09</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000042 </div>
43 </td>
44 </tr>
45 </tbody>
46</table>
47</div>
48<!-- end header part -->
Kaizen8938bd32017-09-28 14:38:23 +010049<!-- Generated by Doxygen 1.8.6 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000050<script type="text/javascript">
51var searchBox = new SearchBox("searchBox", "search",false,'Search');
52</script>
53 <div id="navrow1" class="tabs">
54 <ul class="tablist">
55 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010056 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000057 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
58 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
59 <li><a href="files.xhtml"><span>Files</span></a></li>
60 <li>
61 <div id="MSearchBox" class="MSearchBoxInactive">
62 <span class="left">
63 <img id="MSearchSelect" src="search/mag_sel.png"
64 onmouseover="return searchBox.OnSearchSelectShow()"
65 onmouseout="return searchBox.OnSearchSelectHide()"
66 alt=""/>
67 <input type="text" id="MSearchField" value="Search" accesskey="S"
68 onfocus="searchBox.OnSearchFieldFocus(true)"
69 onblur="searchBox.OnSearchFieldFocus(false)"
70 onkeyup="searchBox.OnSearchFieldChange(event)"/>
71 </span><span class="right">
72 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
73 </span>
74 </div>
75 </li>
76 </ul>
77 </div>
78 <div id="navrow2" class="tabs2">
79 <ul class="tablist">
80 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
81 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
82 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
83 <li class="current"><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
84 </ul>
85 </div>
86 <div id="navrow3" class="tabs2">
87 <ul class="tablist">
88 <li><a href="functions.xhtml"><span>All</span></a></li>
89 <li class="current"><a href="functions_func.xhtml"><span>Functions</span></a></li>
90 <li><a href="functions_vars.xhtml"><span>Variables</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010091 <li><a href="functions_type.xhtml"><span>Typedefs</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000092 <li><a href="functions_enum.xhtml"><span>Enumerations</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010093 <li><a href="functions_eval.xhtml"><span>Enumerator</span></a></li>
94 <li><a href="functions_rela.xhtml"><span>Related&#160;Functions</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000095 </ul>
96 </div>
97 <div id="navrow4" class="tabs3">
98 <ul class="tablist">
99 <li><a href="functions_func.xhtml#index_a"><span>a</span></a></li>
100 <li><a href="functions_func_b.xhtml#index_b"><span>b</span></a></li>
101 <li class="current"><a href="functions_func_c.xhtml#index_c"><span>c</span></a></li>
102 <li><a href="functions_func_d.xhtml#index_d"><span>d</span></a></li>
103 <li><a href="functions_func_e.xhtml#index_e"><span>e</span></a></li>
104 <li><a href="functions_func_f.xhtml#index_f"><span>f</span></a></li>
105 <li><a href="functions_func_g.xhtml#index_g"><span>g</span></a></li>
106 <li><a href="functions_func_h.xhtml#index_h"><span>h</span></a></li>
107 <li><a href="functions_func_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100108 <li><a href="functions_func_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000109 <li><a href="functions_func_k.xhtml#index_k"><span>k</span></a></li>
110 <li><a href="functions_func_l.xhtml#index_l"><span>l</span></a></li>
111 <li><a href="functions_func_m.xhtml#index_m"><span>m</span></a></li>
112 <li><a href="functions_func_n.xhtml#index_n"><span>n</span></a></li>
113 <li><a href="functions_func_o.xhtml#index_o"><span>o</span></a></li>
114 <li><a href="functions_func_p.xhtml#index_p"><span>p</span></a></li>
115 <li><a href="functions_func_q.xhtml#index_q"><span>q</span></a></li>
116 <li><a href="functions_func_r.xhtml#index_r"><span>r</span></a></li>
117 <li><a href="functions_func_s.xhtml#index_s"><span>s</span></a></li>
118 <li><a href="functions_func_t.xhtml#index_t"><span>t</span></a></li>
119 <li><a href="functions_func_u.xhtml#index_u"><span>u</span></a></li>
120 <li><a href="functions_func_v.xhtml#index_v"><span>v</span></a></li>
121 <li><a href="functions_func_w.xhtml#index_w"><span>w</span></a></li>
122 <li><a href="functions_func_x.xhtml#index_x"><span>x</span></a></li>
123 <li><a href="functions_func_y.xhtml#index_y"><span>y</span></a></li>
124 <li><a href="functions_func_z.xhtml#index_z"><span>z</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100125 <li><a href="functions_func_~.xhtml#index_~"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000126 </ul>
127 </div>
128</div><!-- top -->
129<div id="side-nav" class="ui-resizable side-nav-resizable">
130 <div id="nav-tree">
131 <div id="nav-tree-contents">
132 <div id="nav-sync" class="sync"></div>
133 </div>
134 </div>
135 <div id="splitbar" style="-moz-user-select:none;"
136 class="ui-resizable-handle">
137 </div>
138</div>
139<script type="text/javascript">
140$(document).ready(function(){initNavTree('functions_func_c.xhtml','');});
141</script>
142<div id="doc-content">
143<!-- window showing the filter options -->
144<div id="MSearchSelectWindow"
145 onmouseover="return searchBox.OnSearchSelectShow()"
146 onmouseout="return searchBox.OnSearchSelectHide()"
147 onkeydown="return searchBox.OnSearchSelectKey(event)">
Kaizen8938bd32017-09-28 14:38:23 +0100148<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark">&#160;</span>Pages</a></div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000149
150<!-- iframe showing the search results (closed by default) -->
151<div id="MSearchResultsWindow">
152<iframe src="javascript:void(0)" frameborder="0"
153 name="MSearchResults" id="MSearchResults">
154</iframe>
155</div>
156
157<div class="contents">
158&#160;
159
160<h3><a class="anchor" id="index_c"></a>- c -</h3><ul>
Kaizen8938bd32017-09-28 14:38:23 +0100161<li>call_accessor()
162: <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#a88d65b04d950e6aba147624fcd308b34">Tensor</a>
163</li>
164<li>CartesianProductDataset()
165: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.xhtml#a806854a05f02099749c505d17df3abb8">CartesianProductDataset&lt; T, U &gt;</a>
166</li>
Anthony Barbiera4376382017-04-12 15:12:46 +0100167<li>cbegin()
168: <a class="el" href="classarm__compute_1_1_dimensions.xhtml#a4498730adaf901d945c12841df994bba">Dimensions&lt; T &gt;</a>
169</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000170<li>cell_size()
171: <a class="el" href="classarm__compute_1_1_h_o_g_info.xhtml#a4b7434680a85c2ac14df737ac7cca91e">HOGInfo</a>
172</li>
Anthony Barbiera4376382017-04-12 15:12:46 +0100173<li>cend()
174: <a class="el" href="classarm__compute_1_1_dimensions.xhtml#adf9b6d55d708c285d58511a780e937fc">Dimensions&lt; T &gt;</a>
175</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000176<li>cl_buffer()
177: <a class="el" href="classarm__compute_1_1_c_l_array.xhtml#afd44a3d7dad6d984b1b87bc9f1b4fa02">CLArray&lt; T &gt;</a>
178, <a class="el" href="classarm__compute_1_1_c_l_distribution1_d.xhtml#a55dcc12377d15f244c59975f7cd1f623">CLDistribution1D</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100179, <a class="el" href="classarm__compute_1_1_c_l_h_o_g.xhtml#afd44a3d7dad6d984b1b87bc9f1b4fa02">CLHOG</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000180, <a class="el" href="classarm__compute_1_1_c_l_lut.xhtml#afd44a3d7dad6d984b1b87bc9f1b4fa02">CLLut</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100181, <a class="el" href="classarm__compute_1_1_c_l_sub_tensor.xhtml#afd44a3d7dad6d984b1b87bc9f1b4fa02">CLSubTensor</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000182, <a class="el" href="classarm__compute_1_1_c_l_tensor.xhtml#afd44a3d7dad6d984b1b87bc9f1b4fa02">CLTensor</a>
183, <a class="el" href="classarm__compute_1_1_i_c_l_array.xhtml#a1fb4c50755a0ef424652246838ed91a6">ICLArray&lt; T &gt;</a>
184, <a class="el" href="classarm__compute_1_1_i_c_l_distribution1_d.xhtml#aea577b83a6734249a78ac036a23d5c6b">ICLDistribution1D</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100185, <a class="el" href="classarm__compute_1_1_i_c_l_h_o_g.xhtml#a1fb4c50755a0ef424652246838ed91a6">ICLHOG</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000186, <a class="el" href="classarm__compute_1_1_i_c_l_lut.xhtml#a1fb4c50755a0ef424652246838ed91a6">ICLLut</a>
187, <a class="el" href="classarm__compute_1_1_i_c_l_tensor.xhtml#a1fb4c50755a0ef424652246838ed91a6">ICLTensor</a>
188</li>
189<li>cl_data()
190: <a class="el" href="classarm__compute_1_1_c_l_lut_allocator.xhtml#a7f4714c4a9320d1760102ef78a984241">CLLutAllocator</a>
191, <a class="el" href="classarm__compute_1_1_c_l_tensor_allocator.xhtml#a7f4714c4a9320d1760102ef78a984241">CLTensorAllocator</a>
192</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100193<li>cl_model()
194: <a class="el" href="classarm__compute_1_1_c_l_multi_h_o_g.xhtml#a1a99e756de756c36ce69b206847725f8">CLMultiHOG</a>
195, <a class="el" href="classarm__compute_1_1_i_c_l_multi_h_o_g.xhtml#a5ae9e122f1b39908b8602cc0acc035c8">ICLMultiHOG</a>
196</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000197<li>cl_plane()
198: <a class="el" href="classarm__compute_1_1_c_l_multi_image.xhtml#a0d104ade841ef3aa9b0783b25836ea19">CLMultiImage</a>
199, <a class="el" href="classarm__compute_1_1_i_c_l_multi_image.xhtml#ad6273d4c4587f7956d48f2ea356a5c9b">ICLMultiImage</a>
200</li>
201<li>CLAbsoluteDifferenceKernel()
202: <a class="el" href="classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml#a90fe1fcc6639b16092a2828df51e4b16">CLAbsoluteDifferenceKernel</a>
203</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100204<li>CLAccessor()
Kaizen8938bd32017-09-28 14:38:23 +0100205: <a class="el" href="classarm__compute_1_1test_1_1_c_l_accessor.xhtml#aa98a3d37502ebf678a8aad8e195e7b03">CLAccessor</a>
206</li>
207<li>CLActivationLayerKernel()
208: <a class="el" href="classarm__compute_1_1_c_l_activation_layer_kernel.xhtml#a25c6b2015d9ec0c05a1f561458b445f0">CLActivationLayerKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100209</li>
210<li>clamp()
211: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1constant__expr.xhtml#a996cf0a2779076326d094ef9d75ddd1f">constant_expr&lt; T &gt;</a>
212, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a2d681ad37360fc4497f147af98951ba0">functions</a>
213</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000214<li>CLArithmeticAdditionKernel()
215: <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml#acf31277f55278d3b74ad6d2c5736801f">CLArithmeticAdditionKernel</a>
216</li>
217<li>CLArithmeticSubtractionKernel()
218: <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml#a9ab43fc014673aea8868c688f6ec07ef">CLArithmeticSubtractionKernel</a>
219</li>
220<li>CLArray()
Kaizen8938bd32017-09-28 14:38:23 +0100221: <a class="el" href="classarm__compute_1_1_c_l_array.xhtml#a7f8aa474d5cad1e1ab2aa1e597af4bf0">CLArray&lt; T &gt;</a>
222</li>
223<li>CLArrayAccessor()
224: <a class="el" href="classarm__compute_1_1test_1_1_c_l_array_accessor.xhtml#a37b446cf629a04c7f1551e6e59b189cf">CLArrayAccessor&lt; T &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000225</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100226<li>CLBatchNormalizationLayer()
227: <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer.xhtml#aa75c9e345235e7031d6489425e53645a">CLBatchNormalizationLayer</a>
228</li>
229<li>CLBatchNormalizationLayerKernel()
230: <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml#ab987e77a362a53aa778193528bd8bb55">CLBatchNormalizationLayerKernel</a>
231</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000232<li>CLBitwiseAndKernel()
233: <a class="el" href="classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml#ac869cc631a8124614900ad6f2c463882">CLBitwiseAndKernel</a>
234</li>
235<li>CLBitwiseOrKernel()
Anthony Barbiera4376382017-04-12 15:12:46 +0100236: <a class="el" href="classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml#aa8a50683d797b7656778705597bc8115">CLBitwiseOrKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000237</li>
238<li>CLBitwiseXorKernel()
Kaizen8938bd32017-09-28 14:38:23 +0100239: <a class="el" href="classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml#aa6eaedf3520b11e8849d243a5f818658">CLBitwiseXorKernel</a>
240</li>
241<li>CLBufferAllocator()
242: <a class="el" href="classarm__compute_1_1_c_l_buffer_allocator.xhtml#aec5d8d964344a3c27e5932148f9185cf">CLBufferAllocator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000243</li>
244<li>CLCannyEdge()
Kaizen8938bd32017-09-28 14:38:23 +0100245: <a class="el" href="classarm__compute_1_1_c_l_canny_edge.xhtml#aa5e675eaa99bc8c86a1aed1089326c3b">CLCannyEdge</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000246</li>
247<li>CLChannelCombineKernel()
248: <a class="el" href="classarm__compute_1_1_c_l_channel_combine_kernel.xhtml#a2b466c5ae14bdd28b9b4f8a65dcd3d3a">CLChannelCombineKernel</a>
249</li>
250<li>CLChannelExtractKernel()
251: <a class="el" href="classarm__compute_1_1_c_l_channel_extract_kernel.xhtml#a3fdfc3c05d6e6970d2648138d43b59e9">CLChannelExtractKernel</a>
252</li>
253<li>CLCol2ImKernel()
254: <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#aecb71bc3c3ce77c0b4859c212b86639a">CLCol2ImKernel</a>
255</li>
256<li>CLColorConvertKernel()
257: <a class="el" href="classarm__compute_1_1_c_l_color_convert_kernel.xhtml#a4844aa081e1ca7adaf70257a962edfab">CLColorConvertKernel</a>
258</li>
259<li>CLConvolutionLayer()
Kaizen8938bd32017-09-28 14:38:23 +0100260: <a class="el" href="classarm__compute_1_1_c_l_convolution_layer.xhtml#a3c3a42aeb64bcce1705ac4159fcf938e">CLConvolutionLayer</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000261</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100262<li>CLConvolutionLayerReshapeWeights()
Kaizen8938bd32017-09-28 14:38:23 +0100263: <a class="el" href="classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml#a4270670c2fa4fdc9cfc3d1d0c143add6">CLConvolutionLayerReshapeWeights</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000264</li>
265<li>CLConvolutionRectangleKernel()
266: <a class="el" href="classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml#a2146854d485039a04e73bb6254ae788b">CLConvolutionRectangleKernel</a>
267</li>
268<li>CLConvolutionSquare()
Kaizen8938bd32017-09-28 14:38:23 +0100269: <a class="el" href="classarm__compute_1_1_c_l_convolution_square.xhtml#af1fdf57638e930af4a602f3a8393ccc4">CLConvolutionSquare&lt; matrix_size &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000270</li>
271<li>CLCopyToArrayKernel()
272: <a class="el" href="classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml#ad415131ea86e6ea86d5ebb8323e24d98">CLCopyToArrayKernel</a>
273</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100274<li>CLDepthConcatenate()
275: <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate.xhtml#a3d0f9f20c596a526f57599567b5a1b7c">CLDepthConcatenate</a>
276</li>
277<li>CLDepthConcatenateKernel()
278: <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate_kernel.xhtml#a549e2c4623a2518e98e6d35f93c051b2">CLDepthConcatenateKernel</a>
279</li>
Kaizen8938bd32017-09-28 14:38:23 +0100280<li>CLDepthwiseConvolution()
281: <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution.xhtml#abd8185ffff539533bdadefe63b3a1b94">CLDepthwiseConvolution</a>
282</li>
283<li>CLDepthwiseConvolution3x3()
284: <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution3x3.xhtml#a9f3ebe569df54d2cac0cbfcd0a41e286">CLDepthwiseConvolution3x3</a>
285</li>
286<li>CLDepthwiseConvolution3x3Kernel()
287: <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel.xhtml#a687560d26946d62d97dad7d12ef3099d">CLDepthwiseConvolution3x3Kernel</a>
288</li>
289<li>CLDepthwiseIm2ColKernel()
290: <a class="el" href="classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml#a8c127dc1b50728c479d63a7347926920">CLDepthwiseIm2ColKernel</a>
291</li>
292<li>CLDepthwiseSeparableConvolutionLayer()
293: <a class="el" href="classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml#aba650e8a288373c9dac19a4bb36c28bd">CLDepthwiseSeparableConvolutionLayer</a>
294</li>
295<li>CLDepthwiseVectorToTensorKernel()
296: <a class="el" href="classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml#ad57d6082a0e790ddc0fd66063ffbbc86">CLDepthwiseVectorToTensorKernel</a>
297</li>
298<li>CLDepthwiseWeightsReshapeKernel()
299: <a class="el" href="classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml#a68723f2975daa41357f7021452fb344b">CLDepthwiseWeightsReshapeKernel</a>
300</li>
301<li>CLDequantizationLayer()
302: <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer.xhtml#adaff01149002af4e16a6ab19bb785902">CLDequantizationLayer</a>
303</li>
304<li>CLDequantizationLayerKernel()
305: <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml#a126f5beb6dc874a89d5da5fcc7589565">CLDequantizationLayerKernel</a>
306</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000307<li>CLDerivativeKernel()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100308: <a class="el" href="classarm__compute_1_1_c_l_derivative_kernel.xhtml#a70712b2131aad30e1abd393799c6fa25">CLDerivativeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000309</li>
Kaizen8938bd32017-09-28 14:38:23 +0100310<li>CLDirectConvolutionLayer()
311: <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer.xhtml#a7020ba58629fa294c854034bf377906f">CLDirectConvolutionLayer</a>
312</li>
313<li>CLDirectConvolutionLayerKernel()
314: <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a8c384e82445ca3f6f481f04295bcf3a9">CLDirectConvolutionLayerKernel</a>
315</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000316<li>CLDistribution1D()
Anthony Barbiera4376382017-04-12 15:12:46 +0100317: <a class="el" href="classarm__compute_1_1_c_l_distribution1_d.xhtml#a1b056f14381ab6eda09ed227a3d9e9e5">CLDistribution1D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000318</li>
319<li>clear()
320: <a class="el" href="classarm__compute_1_1_c_l_lut.xhtml#aee7cb2065b88d21ac4ad05bc997ecf82">CLLut</a>
321, <a class="el" href="classarm__compute_1_1_i_array.xhtml#ac8bb3912a3ce86b15842e79d0b421204">IArray&lt; T &gt;</a>
322, <a class="el" href="classarm__compute_1_1_i_c_l_tensor.xhtml#a7b94593f2b06f00d380ec3a3e6abccb2">ICLTensor</a>
323, <a class="el" href="classarm__compute_1_1_i_distribution.xhtml#a5b0c20bea8c40bf73b3160cb1e0da350">IDistribution</a>
324, <a class="el" href="classarm__compute_1_1_i_lut.xhtml#a5eeb94d22b8366d1b68d0614384802fe">ILut</a>
325, <a class="el" href="classarm__compute_1_1_lut.xhtml#aee7cb2065b88d21ac4ad05bc997ecf82">Lut</a>
Kaizen8938bd32017-09-28 14:38:23 +0100326, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_alex_net_network.xhtml#ac8bb3912a3ce86b15842e79d0b421204">AlexNetNetwork&lt; ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
327, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_le_net5_network.xhtml#ac8bb3912a3ce86b15842e79d0b421204">LeNet5Network&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
328</li>
329<li>clear_test_info()
330: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#afb6a973ccd27225a87d59d93ca458720">Framework</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000331</li>
332<li>CLEdgeNonMaxSuppressionKernel()
333: <a class="el" href="classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml#a594c3386342734f366460fccc6171c98">CLEdgeNonMaxSuppressionKernel</a>
334</li>
335<li>CLEdgeTraceKernel()
336: <a class="el" href="classarm__compute_1_1_c_l_edge_trace_kernel.xhtml#a148f844f5f772a8f9748b497e2b01615">CLEdgeTraceKernel</a>
337</li>
338<li>CLEqualizeHistogram()
339: <a class="el" href="classarm__compute_1_1_c_l_equalize_histogram.xhtml#a1edc340b1cd348c89f088a0698a8b129">CLEqualizeHistogram</a>
340</li>
341<li>CLFastCorners()
Kaizen8938bd32017-09-28 14:38:23 +0100342: <a class="el" href="classarm__compute_1_1_c_l_fast_corners.xhtml#abf3c8df776ac70ec434297d775ad0385">CLFastCorners</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000343</li>
344<li>CLFastCornersKernel()
345: <a class="el" href="classarm__compute_1_1_c_l_fast_corners_kernel.xhtml#a70fd54f07efa6bc5b75e71ad68468b95">CLFastCornersKernel</a>
346</li>
347<li>CLFillBorderKernel()
348: <a class="el" href="classarm__compute_1_1_c_l_fill_border_kernel.xhtml#a381be9310933ff673959d1d7b6842b8e">CLFillBorderKernel</a>
349</li>
Kaizen8938bd32017-09-28 14:38:23 +0100350<li>CLFloorKernel()
351: <a class="el" href="classarm__compute_1_1_c_l_floor_kernel.xhtml#acad9b66c8f47a3aa6ec172c2fb26117f">CLFloorKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100352</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000353<li>CLFullyConnectedLayer()
Kaizen8938bd32017-09-28 14:38:23 +0100354: <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer.xhtml#a5f5f7b33836b21106eb116050ddf1401">CLFullyConnectedLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100355</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000356<li>CLGaussian5x5()
Kaizen8938bd32017-09-28 14:38:23 +0100357: <a class="el" href="classarm__compute_1_1_c_l_gaussian5x5.xhtml#a3fbe627108a2407f2a1b37a54eb33067">CLGaussian5x5</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000358</li>
359<li>CLGaussianPyramid()
360: <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid.xhtml#a0254b4991bee72d364bd7c28cc674db5">CLGaussianPyramid</a>
361</li>
362<li>CLGaussianPyramidHalf()
363: <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml#ac2d6975f7677ae5079004191a6a80968">CLGaussianPyramidHalf</a>
364</li>
365<li>CLGaussianPyramidHorKernel()
366: <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml#a4da9c0690f6d7852664d5d5efcaa1b84">CLGaussianPyramidHorKernel</a>
367</li>
368<li>CLGaussianPyramidOrb()
369: <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml#a3039d9b3acf6992402f841a9290338f9">CLGaussianPyramidOrb</a>
370</li>
371<li>CLGaussianPyramidVertKernel()
372: <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml#a8e68b8e249e06c5dbecd4f130fa3da54">CLGaussianPyramidVertKernel</a>
373</li>
374<li>CLGEMM()
Kaizen8938bd32017-09-28 14:38:23 +0100375: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m.xhtml#a07dc013cbab881bdebe30f07204dbde3">CLGEMM</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000376</li>
377<li>CLGEMMInterleave4x4Kernel()
378: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml#a4023b128129764d7d24882a5642fe49f">CLGEMMInterleave4x4Kernel</a>
379</li>
380<li>CLGEMMLowp()
Kaizen8938bd32017-09-28 14:38:23 +0100381: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp.xhtml#ab4e078edf4e916ef4da7b38301ae5b1f">CLGEMMLowp</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000382</li>
383<li>CLGEMMLowpMatrixMultiplyKernel()
Kaizen8938bd32017-09-28 14:38:23 +0100384: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a759d01d5376a17c7b81131212588810a">CLGEMMLowpMatrixMultiplyKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000385</li>
386<li>CLGEMMMatrixAccumulateBiasesKernel()
387: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a426791a071d27ffff5062e51fffac075">CLGEMMMatrixAccumulateBiasesKernel</a>
388</li>
389<li>CLGEMMMatrixAdditionKernel()
390: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml#a03d036e8e66cf1c8128c921bbca897a7">CLGEMMMatrixAdditionKernel</a>
391</li>
392<li>CLGEMMMatrixMultiplyKernel()
393: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#ac46a1c8a20b46838c9e894f703ddd3ee">CLGEMMMatrixMultiplyKernel</a>
394</li>
Kaizen8938bd32017-09-28 14:38:23 +0100395<li>CLGEMMMatrixVectorMultiplyKernel()
396: <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml#a197b8558b1806d275f421b0667d201b2">CLGEMMMatrixVectorMultiplyKernel</a>
397</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000398<li>CLGradientKernel()
399: <a class="el" href="classarm__compute_1_1_c_l_gradient_kernel.xhtml#a9fc0a3b7d23e9f71e5f2ea13d51e3c11">CLGradientKernel</a>
400</li>
401<li>CLHarrisCorners()
Kaizen8938bd32017-09-28 14:38:23 +0100402: <a class="el" href="classarm__compute_1_1_c_l_harris_corners.xhtml#a1bfa76c1300bf9352b699079c14834f9">CLHarrisCorners</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000403</li>
404<li>CLHarrisScoreKernel()
405: <a class="el" href="classarm__compute_1_1_c_l_harris_score_kernel.xhtml#a7b4ed31faff8ec0909befc47a18d02e2">CLHarrisScoreKernel</a>
406</li>
407<li>CLHistogram()
408: <a class="el" href="classarm__compute_1_1_c_l_histogram.xhtml#ae88cc0fbb01c58a52e60cc02f80f6ae1">CLHistogram</a>
409</li>
410<li>CLHistogramBorderKernel()
411: <a class="el" href="classarm__compute_1_1_c_l_histogram_border_kernel.xhtml#a1444e40eedf0050ffea81df269223a1e">CLHistogramBorderKernel</a>
412</li>
413<li>CLHistogramKernel()
414: <a class="el" href="classarm__compute_1_1_c_l_histogram_kernel.xhtml#ad18940ea4365dbc662798ca1b6536401">CLHistogramKernel</a>
415</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100416<li>CLHOG()
417: <a class="el" href="classarm__compute_1_1_c_l_h_o_g.xhtml#a4de824d64d1e21c5cee52e8d05cd0e58">CLHOG</a>
418</li>
419<li>CLHOGBlockNormalizationKernel()
420: <a class="el" href="classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.xhtml#ad76bc03940c8704af97980954867630f">CLHOGBlockNormalizationKernel</a>
421</li>
422<li>CLHOGDescriptor()
Kaizen8938bd32017-09-28 14:38:23 +0100423: <a class="el" href="classarm__compute_1_1_c_l_h_o_g_descriptor.xhtml#abb1eeabf6e748dc681f66d43769ab9c5">CLHOGDescriptor</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100424</li>
425<li>CLHOGDetector()
426: <a class="el" href="classarm__compute_1_1_c_l_h_o_g_detector.xhtml#a14d6ed372966f76fa5ed23877afc3228">CLHOGDetector</a>
427</li>
428<li>CLHOGDetectorKernel()
429: <a class="el" href="classarm__compute_1_1_c_l_h_o_g_detector_kernel.xhtml#a49ed113d69fff935d7fa18d993fd830f">CLHOGDetectorKernel</a>
430</li>
431<li>CLHOGGradient()
Kaizen8938bd32017-09-28 14:38:23 +0100432: <a class="el" href="classarm__compute_1_1_c_l_h_o_g_gradient.xhtml#aad20a8e4ad08c090261ece94dddd2f85">CLHOGGradient</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100433</li>
434<li>CLHOGMultiDetection()
Kaizen8938bd32017-09-28 14:38:23 +0100435: <a class="el" href="classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml#ab42a47bafe78d7e3329c0a070aa310ff">CLHOGMultiDetection</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100436</li>
437<li>CLHOGOrientationBinningKernel()
438: <a class="el" href="classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.xhtml#a90d1328c41a66eadf6def5c26a0612ac">CLHOGOrientationBinningKernel</a>
439</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000440<li>CLIm2ColKernel()
441: <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a569025396fa4e2e7469b7ea6e2a0a81b">CLIm2ColKernel</a>
442</li>
443<li>CLIntegralImage()
444: <a class="el" href="classarm__compute_1_1_c_l_integral_image.xhtml#a9a2580de71090d3b559f41e1c5f3a01e">CLIntegralImage</a>
445</li>
446<li>CLIntegralImageVertKernel()
447: <a class="el" href="classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml#a848e23c88fc9914a74bc0b951467630d">CLIntegralImageVertKernel</a>
448</li>
449<li>CLKernelLibrary()
450: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a670869004281695200784de4648a4e1b">CLKernelLibrary</a>
451</li>
Kaizen8938bd32017-09-28 14:38:23 +0100452<li>CLL2Normalize()
453: <a class="el" href="classarm__compute_1_1_c_l_l2_normalize.xhtml#a8c9c4b4c7230fe88c1c9832c1ca7b443">CLL2Normalize</a>
454</li>
455<li>CLL2NormalizeKernel()
456: <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_kernel.xhtml#ae597dd58b04dfa1596a035dddbfa09ad">CLL2NormalizeKernel</a>
457</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000458<li>CLLaplacianPyramid()
459: <a class="el" href="classarm__compute_1_1_c_l_laplacian_pyramid.xhtml#abc061ac0f69ff7cfe1ec11168d32547c">CLLaplacianPyramid</a>
460</li>
461<li>CLLaplacianReconstruct()
462: <a class="el" href="classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml#a66c0967ada87be88d5459fcd28e74045">CLLaplacianReconstruct</a>
463</li>
Anthony Barbiera4376382017-04-12 15:12:46 +0100464<li>CLLKTrackerStage0Kernel()
465: <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml#af56ec32b876c8279e19756c69a082da7">CLLKTrackerStage0Kernel</a>
466</li>
467<li>CLLKTrackerStage1Kernel()
468: <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml#ac676c3a1b87aacf83246da916f5f5dee">CLLKTrackerStage1Kernel</a>
469</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100470<li>CLLocallyConnectedLayer()
Kaizen8938bd32017-09-28 14:38:23 +0100471: <a class="el" href="classarm__compute_1_1_c_l_locally_connected_layer.xhtml#a69b25e30cdc636553317bc9cf6f8315b">CLLocallyConnectedLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100472</li>
473<li>CLLocallyConnectedMatrixMultiplyKernel()
474: <a class="el" href="classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml#a8dc51815516b0160bc32acae95c597d4">CLLocallyConnectedMatrixMultiplyKernel</a>
475</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000476<li>CLLogits1DNormKernel()
477: <a class="el" href="classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml#a65a94de36a0b70e490bcdee287ff6c4d">CLLogits1DNormKernel</a>
478</li>
479<li>CLLogits1DShiftExpSumKernel()
480: <a class="el" href="classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml#ae0144c1a57ad4a0bc1ab1e41e6214431">CLLogits1DShiftExpSumKernel</a>
481</li>
482<li>CLLut()
483: <a class="el" href="classarm__compute_1_1_c_l_lut.xhtml#a0d6c553d858ee767dfd8c13114353556">CLLut</a>
484</li>
Kaizen8938bd32017-09-28 14:38:23 +0100485<li>CLLutAccessor()
486: <a class="el" href="classarm__compute_1_1test_1_1_c_l_lut_accessor.xhtml#a8bcd7e8bb7c7ab7d11a5c9eb1e687d1d">CLLutAccessor&lt; T &gt;</a>
487</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000488<li>CLLutAllocator()
489: <a class="el" href="classarm__compute_1_1_c_l_lut_allocator.xhtml#aa1e425aebd0805be1916fddde364aaa1">CLLutAllocator</a>
490</li>
491<li>CLMagnitudePhaseKernel()
492: <a class="el" href="classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml#a249ee7b7204a6f63cf3563eda92e4d0e">CLMagnitudePhaseKernel</a>
493</li>
Kaizen8938bd32017-09-28 14:38:23 +0100494<li>CLMap()
495: <a class="el" href="classarm__compute_1_1graph_1_1_c_l_map.xhtml#a299d79f90495fc24af0bb9847bd63039">CLMap</a>
496</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000497<li>CLMeanStdDev()
498: <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev.xhtml#aaa387018cbcc0f29df065cb98f2b32c6">CLMeanStdDev</a>
499</li>
500<li>CLMeanStdDevKernel()
Kaizen8938bd32017-09-28 14:38:23 +0100501: <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml#a429549517919b06a77ffdf8831286213">CLMeanStdDevKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000502</li>
503<li>CLMinMaxKernel()
504: <a class="el" href="classarm__compute_1_1_c_l_min_max_kernel.xhtml#a1eee74ce4ed867bf6543d262e8eca671">CLMinMaxKernel</a>
505</li>
Kaizen8938bd32017-09-28 14:38:23 +0100506<li>CLMinMaxLayerKernel()
507: <a class="el" href="classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml#acffee1229668bf0e42fbdaa1bf358cc8">CLMinMaxLayerKernel</a>
508</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000509<li>CLMinMaxLocation()
510: <a class="el" href="classarm__compute_1_1_c_l_min_max_location.xhtml#a9071fb1db3bb78426f8557bd22107c56">CLMinMaxLocation</a>
511</li>
512<li>CLMinMaxLocationKernel()
513: <a class="el" href="classarm__compute_1_1_c_l_min_max_location_kernel.xhtml#a2c0d2e5c0df9d1fd0e8a482944d65cc5">CLMinMaxLocationKernel</a>
514</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100515<li>CLMultiHOG()
516: <a class="el" href="classarm__compute_1_1_c_l_multi_h_o_g.xhtml#a88dcfbbdb14ffc930e0f3e1eaf5b9d86">CLMultiHOG</a>
517</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000518<li>CLMultiImage()
519: <a class="el" href="classarm__compute_1_1_c_l_multi_image.xhtml#a1cda3e46e0e37219f45643bc6445e5cf">CLMultiImage</a>
520</li>
521<li>CLNonLinearFilterKernel()
522: <a class="el" href="classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml#a84f1118322af5d0170abdef07b79779b">CLNonLinearFilterKernel</a>
523</li>
524<li>CLNormalizationLayer()
525: <a class="el" href="classarm__compute_1_1_c_l_normalization_layer.xhtml#af701c07acc080cbb2b3a13f7daf94890">CLNormalizationLayer</a>
526</li>
527<li>CLNormalizationLayerKernel()
528: <a class="el" href="classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml#aaf8c501a2a845b96a3232927841cf9c7">CLNormalizationLayerKernel</a>
529</li>
530<li>CLOpticalFlow()
Kaizen8938bd32017-09-28 14:38:23 +0100531: <a class="el" href="classarm__compute_1_1_c_l_optical_flow.xhtml#af823f026d40781422461f10013b78b62">CLOpticalFlow</a>
532</li>
533<li>close()
534: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u.xhtml#a5ae591df94fc66ccb85cbb6565368bca">PMU</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000535</li>
536<li>CLPixelWiseMultiplicationKernel()
537: <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml#a70cf3d6c93ca36362e7ea84c5259bb45">CLPixelWiseMultiplicationKernel</a>
538</li>
539<li>CLPoolingLayerKernel()
540: <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#aefe6fd4d2eb7b372d4fc39106fb94314">CLPoolingLayerKernel</a>
541</li>
542<li>CLPyramid()
543: <a class="el" href="classarm__compute_1_1_c_l_pyramid.xhtml#a24edddb8cac90e092ecbd4a2d2a1ce59">CLPyramid</a>
544</li>
Kaizen8938bd32017-09-28 14:38:23 +0100545<li>CLQuantizationLayer()
546: <a class="el" href="classarm__compute_1_1_c_l_quantization_layer.xhtml#af4032433e87b3c30aeb5c8ad5156a432">CLQuantizationLayer</a>
547</li>
548<li>CLQuantizationLayerKernel()
549: <a class="el" href="classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml#aec2ad990f91ebeb1c5e26426bcb9529c">CLQuantizationLayerKernel</a>
550</li>
551<li>CLReductionOperation()
552: <a class="el" href="classarm__compute_1_1_c_l_reduction_operation.xhtml#a0e1e0cc8ceb412f8809d5fabf037d7ae">CLReductionOperation</a>
553</li>
554<li>CLReductionOperationKernel()
555: <a class="el" href="classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml#aa037c3742d874eab9ba733ee60ef145d">CLReductionOperationKernel</a>
556</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000557<li>CLRemapKernel()
558: <a class="el" href="classarm__compute_1_1_c_l_remap_kernel.xhtml#a8d792187f7b15bdd091b347942f9fe31">CLRemapKernel</a>
559</li>
Kaizen8938bd32017-09-28 14:38:23 +0100560<li>CLReshapeLayerKernel()
561: <a class="el" href="classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml#ab7a7f679ba9f567fbe64ebc2ad4c4324">CLReshapeLayerKernel</a>
562</li>
563<li>CLROIPoolingLayerKernel()
564: <a class="el" href="classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.xhtml#ab49afa77253c012ae4c535a7bffc6ada">CLROIPoolingLayerKernel</a>
565</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000566<li>CLScharr3x3Kernel()
567: <a class="el" href="classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml#aca3036ac865b6a36d00babf0c0e37f5b">CLScharr3x3Kernel</a>
568</li>
569<li>CLSeparableConvolutionHorKernel()
570: <a class="el" href="classarm__compute_1_1_c_l_separable_convolution_hor_kernel.xhtml#a94525a39744fe15630e1e9304042ca8f">CLSeparableConvolutionHorKernel&lt; matrix_size &gt;</a>
571</li>
572<li>CLSobel3x3Kernel()
573: <a class="el" href="classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml#ab7a2f7de3f6283829d5aa91b6389c369">CLSobel3x3Kernel</a>
574</li>
575<li>CLSobel5x5()
Kaizen8938bd32017-09-28 14:38:23 +0100576: <a class="el" href="classarm__compute_1_1_c_l_sobel5x5.xhtml#a53b75753321fbbb100852784039483f7">CLSobel5x5</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000577</li>
578<li>CLSobel5x5HorKernel()
579: <a class="el" href="classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml#a1f3533b3e2518b3aeb674ee867444f92">CLSobel5x5HorKernel</a>
580</li>
581<li>CLSobel5x5VertKernel()
582: <a class="el" href="classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml#a15a2d4d168650689f736d743175286ee">CLSobel5x5VertKernel</a>
583</li>
584<li>CLSobel7x7()
Kaizen8938bd32017-09-28 14:38:23 +0100585: <a class="el" href="classarm__compute_1_1_c_l_sobel7x7.xhtml#a0763281a67c98c916d8d9120a1a19ba1">CLSobel7x7</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000586</li>
587<li>CLSobel7x7HorKernel()
588: <a class="el" href="classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml#a90ad84a7cbb27dfb01c523e571f81289">CLSobel7x7HorKernel</a>
589</li>
590<li>CLSobel7x7VertKernel()
591: <a class="el" href="classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml#a95c6c9a6fbe13b880ae4b6a9805648c9">CLSobel7x7VertKernel</a>
592</li>
593<li>CLSoftmaxLayer()
Kaizen8938bd32017-09-28 14:38:23 +0100594: <a class="el" href="classarm__compute_1_1_c_l_softmax_layer.xhtml#a6ff0e7d2274ef82a3418820ca8b00302">CLSoftmaxLayer</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000595</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100596<li>CLSubTensor()
597: <a class="el" href="classarm__compute_1_1_c_l_sub_tensor.xhtml#a540d7bd8347a48df011f5eee0d847bf7">CLSubTensor</a>
598</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000599<li>CLTensor()
600: <a class="el" href="classarm__compute_1_1_c_l_tensor.xhtml#a7fa2f475bb0d2ad03746bc814fea580e">CLTensor</a>
601</li>
602<li>CLTensorAllocator()
Kaizen8938bd32017-09-28 14:38:23 +0100603: <a class="el" href="classarm__compute_1_1_c_l_tensor_allocator.xhtml#a3eb6246839f0d541494d40991336ddf5">CLTensorAllocator</a>
604</li>
605<li>CLTuner()
606: <a class="el" href="classarm__compute_1_1_c_l_tuner.xhtml#a7bb33096cd45bb983899ddf84f51c579">CLTuner</a>
607</li>
608<li>CLUnmap()
609: <a class="el" href="classarm__compute_1_1graph_1_1_c_l_unmap.xhtml#a70a899f3bd6478ea52a205d8f95bc177">CLUnmap</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000610</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100611<li>CLWeightsReshapeKernel()
Kaizen8938bd32017-09-28 14:38:23 +0100612: <a class="el" href="classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml#aa5640a1a27f384794a52ce209115add5">CLWeightsReshapeKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100613</li>
614<li>collapse()
615: <a class="el" href="classarm__compute_1_1_dimensions.xhtml#a8e15e87871211f98c2b566137e38ef99">Dimensions&lt; T &gt;</a>
616, <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#a8e15e87871211f98c2b566137e38ef99">TensorShape</a>
617</li>
Kaizen8938bd32017-09-28 14:38:23 +0100618<li>collapse_if_possible()
619: <a class="el" href="classarm__compute_1_1_window.xhtml#a03aa33569ab65de2634d1b71af53674d">Window</a>
620</li>
621<li>CommandLineParser()
622: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_command_line_parser.xhtml#a169ae39f7c9da9fee21c577ae5d7954f">CommandLineParser</a>
623</li>
624<li>compare_base()
625: <a class="el" href="structarm__compute_1_1test_1_1validation_1_1compare__base.xhtml#a42c8a61b86fc900746fef0f1f70a9430">compare_base&lt; T &gt;</a>
626</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100627<li>compare_dimension()
628: <a class="el" href="classarm__compute_1_1detail_1_1compare__dimension.xhtml#afe99c6d8da678f7dce4e4a58ad1e0175">compare_dimension&lt; T &gt;</a>
629</li>
Anthony Barbiera4376382017-04-12 15:12:46 +0100630<li>compute_valid_region()
631: <a class="el" href="classarm__compute_1_1_access_window_auto_padding.xhtml#afcb885847b100ff54645487092b6af74">AccessWindowAutoPadding</a>
632, <a class="el" href="classarm__compute_1_1_access_window_rectangle.xhtml#a982d6e438dabc0d759d01464fe939cfd">AccessWindowRectangle</a>
633, <a class="el" href="classarm__compute_1_1_access_window_static.xhtml#aab85c0fd0e72d231aad894f28f12528b">AccessWindowStatic</a>
634, <a class="el" href="classarm__compute_1_1_access_window_transpose.xhtml#ae80edc371ba9f02d756aed720040878b">AccessWindowTranspose</a>
635, <a class="el" href="classarm__compute_1_1_i_access_window.xhtml#ae2b4aabf2a14dce92e04c0eeb0ab73b9">IAccessWindow</a>
636</li>
Kaizen8938bd32017-09-28 14:38:23 +0100637<li>config_id()
638: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#a226d2e9e6d3c42d681666566fe950b2d">ICLKernel</a>
639</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000640<li>configure()
641: <a class="el" href="classarm__compute_1_1_c_l_absolute_difference.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1">CLAbsoluteDifference</a>
642, <a class="el" href="classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1">CLAbsoluteDifferenceKernel</a>
643, <a class="el" href="classarm__compute_1_1_c_l_accumulate.xhtml#a04e027a7698e425da35a2d1a4adf6c3c">CLAccumulate</a>
644, <a class="el" href="classarm__compute_1_1_c_l_accumulate_kernel.xhtml#a04e027a7698e425da35a2d1a4adf6c3c">CLAccumulateKernel</a>
645, <a class="el" href="classarm__compute_1_1_c_l_accumulate_squared.xhtml#ade36d9a0c92807caac072618a6d9a643">CLAccumulateSquared</a>
646, <a class="el" href="classarm__compute_1_1_c_l_accumulate_squared_kernel.xhtml#ade36d9a0c92807caac072618a6d9a643">CLAccumulateSquaredKernel</a>
647, <a class="el" href="classarm__compute_1_1_c_l_accumulate_weighted.xhtml#a480232581dba02e630dd045e2f80ae87">CLAccumulateWeighted</a>
648, <a class="el" href="classarm__compute_1_1_c_l_accumulate_weighted_kernel.xhtml#a480232581dba02e630dd045e2f80ae87">CLAccumulateWeightedKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100649, <a class="el" href="classarm__compute_1_1_c_l_activation_layer.xhtml#a239fea32ba46d038ba350dba58026c45">CLActivationLayer</a>
650, <a class="el" href="classarm__compute_1_1_c_l_activation_layer_kernel.xhtml#a239fea32ba46d038ba350dba58026c45">CLActivationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000651, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition.xhtml#a1048af0714f442881a9232395107e963">CLArithmeticAddition</a>
652, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml#a1048af0714f442881a9232395107e963">CLArithmeticAdditionKernel</a>
653, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml#a1048af0714f442881a9232395107e963">CLArithmeticSubtraction</a>
654, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml#a1048af0714f442881a9232395107e963">CLArithmeticSubtractionKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100655, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer.xhtml#a088b702f0c5f0c0326be2f4b5c2006ed">CLBatchNormalizationLayer</a>
656, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml#a088b702f0c5f0c0326be2f4b5c2006ed">CLBatchNormalizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000657, <a class="el" href="classarm__compute_1_1_c_l_bitwise_and.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1">CLBitwiseAnd</a>
658, <a class="el" href="classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1">CLBitwiseAndKernel</a>
659, <a class="el" href="classarm__compute_1_1_c_l_bitwise_not.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLBitwiseNot</a>
660, <a class="el" href="classarm__compute_1_1_c_l_bitwise_not_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLBitwiseNotKernel</a>
661, <a class="el" href="classarm__compute_1_1_c_l_bitwise_or.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1">CLBitwiseOr</a>
662, <a class="el" href="classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1">CLBitwiseOrKernel</a>
663, <a class="el" href="classarm__compute_1_1_c_l_bitwise_xor.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1">CLBitwiseXor</a>
664, <a class="el" href="classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml#af53d66a8f8dd368d3c06b43c0c6a12f1">CLBitwiseXorKernel</a>
665, <a class="el" href="classarm__compute_1_1_c_l_box3x3.xhtml#a2a829a721f585b9028e9712e71698e69">CLBox3x3</a>
666, <a class="el" href="classarm__compute_1_1_c_l_box3x3_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLBox3x3Kernel</a>
667, <a class="el" href="classarm__compute_1_1_c_l_canny_edge.xhtml#aa874f9e002bdb799f38411a5fef07b1d">CLCannyEdge</a>
Kaizen8938bd32017-09-28 14:38:23 +0100668, <a class="el" href="classarm__compute_1_1_c_l_channel_combine.xhtml#a6d6c8541b868e784d3be385087911451">CLChannelCombine</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000669, <a class="el" href="classarm__compute_1_1_c_l_channel_combine_kernel.xhtml#a58e6a56bbed6249ac14e412178c36db1">CLChannelCombineKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100670, <a class="el" href="classarm__compute_1_1_c_l_channel_extract.xhtml#a359fed4a61e4568d258d27aee9bc20c4">CLChannelExtract</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000671, <a class="el" href="classarm__compute_1_1_c_l_channel_extract_kernel.xhtml#a359fed4a61e4568d258d27aee9bc20c4">CLChannelExtractKernel</a>
672, <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#aad0cb4f6949783837d04c3548ff08f99">CLCol2ImKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100673, <a class="el" href="classarm__compute_1_1_c_l_color_convert.xhtml#a59adec8460b6acba66ff43833ff4d776">CLColorConvert</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000674, <a class="el" href="classarm__compute_1_1_c_l_color_convert_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLColorConvertKernel</a>
675, <a class="el" href="classarm__compute_1_1_c_l_convolution3x3.xhtml#a26e1b4686b1f2d591d62d11585114a82">CLConvolution3x3</a>
676, <a class="el" href="classarm__compute_1_1_c_l_convolution_kernel.xhtml#a07e35fa34ecbbc82d848fa3997cc6fdb">CLConvolutionKernel&lt; matrix_size &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100677, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer.xhtml#a8d1c6ccb46b113adb54e1ae559a2203f">CLConvolutionLayer</a>
678, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml#a32d051fbd377a9d9af95fe24876c7356">CLConvolutionLayerReshapeWeights</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000679, <a class="el" href="classarm__compute_1_1_c_l_convolution_rectangle.xhtml#aa0b5cdc99cad00d35521aa756365cef2">CLConvolutionRectangle</a>
680, <a class="el" href="classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml#abcf9df2e9d1da8abf27ca1678951673f">CLConvolutionRectangleKernel</a>
681, <a class="el" href="classarm__compute_1_1_c_l_convolution_square.xhtml#a26e1b4686b1f2d591d62d11585114a82">CLConvolutionSquare&lt; matrix_size &gt;</a>
682, <a class="el" href="classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml#a1d8f06853b678915058ff9e8259948b3">CLCopyToArrayKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100683, <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate.xhtml#ae1e594a6c6605fb33245f84722039eab">CLDepthConcatenate</a>
684, <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate_kernel.xhtml#a96671071c32559313f5827c5487f9f72">CLDepthConcatenateKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000685, <a class="el" href="classarm__compute_1_1_c_l_depth_convert.xhtml#a536f0de1a70ea80d40b0a24657ac5290">CLDepthConvert</a>
686, <a class="el" href="classarm__compute_1_1_c_l_depth_convert_kernel.xhtml#a536f0de1a70ea80d40b0a24657ac5290">CLDepthConvertKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100687, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution3x3.xhtml#af12afc3fdf34565305b895d9d594f185">CLDepthwiseConvolution3x3</a>
688, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel.xhtml#aa3402cbd0bdf45ecb39a718305919496">CLDepthwiseConvolution3x3Kernel</a>
689, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution.xhtml#af12afc3fdf34565305b895d9d594f185">CLDepthwiseConvolution</a>
690, <a class="el" href="classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml#a6766d8d3c19fdc4bdebb45c74b406e25">CLDepthwiseIm2ColKernel</a>
691, <a class="el" href="classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml#aec5e3a32fcd2dcc3e7f84872c08688b8">CLDepthwiseSeparableConvolutionLayer</a>
692, <a class="el" href="classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml#a0958dbd0887df9802a2433316e8fc6b7">CLDepthwiseVectorToTensorKernel</a>
693, <a class="el" href="classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLDepthwiseWeightsReshapeKernel</a>
694, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer.xhtml#a6b14fa2a92543bff4d379cafc689ba54">CLDequantizationLayer</a>
695, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml#a6b14fa2a92543bff4d379cafc689ba54">CLDequantizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000696, <a class="el" href="classarm__compute_1_1_c_l_derivative.xhtml#a62d1b655e7211f3ab44ed1a9c81a1336">CLDerivative</a>
697, <a class="el" href="classarm__compute_1_1_c_l_derivative_kernel.xhtml#ab24f49526202babfe7df925cd326427b">CLDerivativeKernel</a>
698, <a class="el" href="classarm__compute_1_1_c_l_dilate.xhtml#ad6a993d736f6f84aa672d3f550135c6e">CLDilate</a>
699, <a class="el" href="classarm__compute_1_1_c_l_dilate_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLDilateKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100700, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer.xhtml#a03dcaca11a6078d95562aabadf02ccaf">CLDirectConvolutionLayer</a>
701, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a0e2cfb6fb263bd6f761756c816574345">CLDirectConvolutionLayerKernel</a>
Anthony Barbiera4376382017-04-12 15:12:46 +0100702, <a class="el" href="classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml#a209e05c2e2bf4d5fb2b9e3f75c7d79aa">CLEdgeNonMaxSuppressionKernel</a>
703, <a class="el" href="classarm__compute_1_1_c_l_edge_trace_kernel.xhtml#af4b40677259a11edd3e83e82c1c6dd9d">CLEdgeTraceKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000704, <a class="el" href="classarm__compute_1_1_c_l_equalize_histogram.xhtml#a78c50e58e4c8be6de11ac6e78ca02eff">CLEqualizeHistogram</a>
705, <a class="el" href="classarm__compute_1_1_c_l_erode.xhtml#ad6a993d736f6f84aa672d3f550135c6e">CLErode</a>
706, <a class="el" href="classarm__compute_1_1_c_l_erode_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLErodeKernel</a>
707, <a class="el" href="classarm__compute_1_1_c_l_fast_corners.xhtml#a25c563ab5edb7241d8f12406ed96b40c">CLFastCorners</a>
708, <a class="el" href="classarm__compute_1_1_c_l_fast_corners_kernel.xhtml#a84deccfff9f686445194594e058284bf">CLFastCornersKernel</a>
709, <a class="el" href="classarm__compute_1_1_c_l_fill_border.xhtml#acd47b636ec90ab214e6f194989ea7af5">CLFillBorder</a>
710, <a class="el" href="classarm__compute_1_1_c_l_fill_border_kernel.xhtml#ae1b9fe62ed42f469f1de879c33d75c06">CLFillBorderKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100711, <a class="el" href="classarm__compute_1_1_c_l_flatten_layer.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLFlattenLayer</a>
712, <a class="el" href="classarm__compute_1_1_c_l_floor.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLFloor</a>
713, <a class="el" href="classarm__compute_1_1_c_l_floor_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLFloorKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100714, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer.xhtml#a55e5ebb7cdabf8bf197698453543dfb5">CLFullyConnectedLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100715, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLFullyConnectedLayerReshapeWeights</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000716, <a class="el" href="classarm__compute_1_1_c_l_gaussian3x3.xhtml#a2a829a721f585b9028e9712e71698e69">CLGaussian3x3</a>
717, <a class="el" href="classarm__compute_1_1_c_l_gaussian3x3_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLGaussian3x3Kernel</a>
718, <a class="el" href="classarm__compute_1_1_c_l_gaussian5x5.xhtml#a2a829a721f585b9028e9712e71698e69">CLGaussian5x5</a>
719, <a class="el" href="classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLGaussian5x5HorKernel</a>
720, <a class="el" href="classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLGaussian5x5VertKernel</a>
721, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid.xhtml#ae518f24b88a33e296030407e1a42d5fb">CLGaussianPyramid</a>
722, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml#a9f1c2312374125fd95ee145a4f07515c">CLGaussianPyramidHalf</a>
723, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLGaussianPyramidHorKernel</a>
724, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml#a9f1c2312374125fd95ee145a4f07515c">CLGaussianPyramidOrb</a>
725, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLGaussianPyramidVertKernel</a>
726, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m.xhtml#a48b9e5c0bdc8a7c306252dafff14741f">CLGEMM</a>
Anthony Barbier46d59272017-05-04 09:15:15 +0100727, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_interleave4x4.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLGEMMInterleave4x4</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000728, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLGEMMInterleave4x4Kernel</a>
729, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp.xhtml#a2300a95117613686ccf15b45f0f2ac79">CLGEMMLowp</a>
730, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a8aa4449c8d99240410f4e9dff644614b">CLGEMMLowpMatrixMultiplyKernel</a>
731, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#acd42d73bdf14e61d6414450f134e9651">CLGEMMMatrixAccumulateBiasesKernel</a>
732, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml#a00ca198bac061a1fdfbb4246e7048e63">CLGEMMMatrixAdditionKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100733, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#a1b06d283e52049ed3c96eb7c69806a87">CLGEMMMatrixMultiplyKernel</a>
734, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml#a083cbb32c94ef493098ee169dc36c486">CLGEMMMatrixVectorMultiplyKernel</a>
735, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLGEMMTranspose1xW</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000736, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLGEMMTranspose1xWKernel</a>
Anthony Barbiera4376382017-04-12 15:12:46 +0100737, <a class="el" href="classarm__compute_1_1_c_l_gradient_kernel.xhtml#ad67340e556964fbc6aee83f7b2ff8101">CLGradientKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000738, <a class="el" href="classarm__compute_1_1_c_l_harris_corners.xhtml#aff26260c6e99700c52b6b23d048337a2">CLHarrisCorners</a>
739, <a class="el" href="classarm__compute_1_1_c_l_harris_score_kernel.xhtml#aab77e3e19e73caf469b27792d710a3be">CLHarrisScoreKernel</a>
740, <a class="el" href="classarm__compute_1_1_c_l_histogram.xhtml#a406ea1342bf3679752ba91525c59aaf6">CLHistogram</a>
741, <a class="el" href="classarm__compute_1_1_c_l_histogram_border_kernel.xhtml#a406ea1342bf3679752ba91525c59aaf6">CLHistogramBorderKernel</a>
742, <a class="el" href="classarm__compute_1_1_c_l_histogram_kernel.xhtml#a406ea1342bf3679752ba91525c59aaf6">CLHistogramKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100743, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.xhtml#ae2df93f92808deb66ddc274ee9b27307">CLHOGBlockNormalizationKernel</a>
744, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_descriptor.xhtml#aa13cb80b9e2387f342aa75b205529a10">CLHOGDescriptor</a>
745, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_detector.xhtml#af3f7d04fe1de62ddbed7bf165c9d7ec8">CLHOGDetector</a>
746, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_detector_kernel.xhtml#ad2a21fbefb021552240795ae5b7e8095">CLHOGDetectorKernel</a>
747, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_gradient.xhtml#a229bdf53bc1dad3b2408d48db8bcaa96">CLHOGGradient</a>
748, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml#ab5d20af02c277cdfdb18dc5ead27ffb7">CLHOGMultiDetection</a>
749, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.xhtml#aee747cfad262c60d10befc32e5315e4e">CLHOGOrientationBinningKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100750, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a78474cc941a76a2ae3bd2265aa7074f4">CLIm2ColKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000751, <a class="el" href="classarm__compute_1_1_c_l_integral_image.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLIntegralImage</a>
752, <a class="el" href="classarm__compute_1_1_c_l_integral_image_hor_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLIntegralImageHorKernel</a>
753, <a class="el" href="classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml#a2ee43bea6ad1257f88be93bdd4fff2cf">CLIntegralImageVertKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100754, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize.xhtml#abd78f7859a5d16093e468b555c9bf209">CLL2Normalize</a>
755, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_kernel.xhtml#ad7ee2c6ba4a132418b0c5d76809c1b8d">CLL2NormalizeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000756, <a class="el" href="classarm__compute_1_1_c_l_laplacian_pyramid.xhtml#affa012258b464b065d72cc26657119d4">CLLaplacianPyramid</a>
757, <a class="el" href="classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml#a0ddf83ea5bc44e4a8fbbccdcdd2209ec">CLLaplacianReconstruct</a>
758, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml#a020db92b2cd6b5c0c8482402f38e08e5">CLLKTrackerFinalizeKernel</a>
759, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml#adc3ba3031b85b80ceacde189d1ebe2aa">CLLKTrackerInitKernel</a>
Anthony Barbiera4376382017-04-12 15:12:46 +0100760, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml#af50d75c9037fab52ec75dd9be62103a3">CLLKTrackerStage0Kernel</a>
761, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml#ad4e047471bcabdeae5c07e1ed627ce64">CLLKTrackerStage1Kernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100762, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_layer.xhtml#a0e2cfb6fb263bd6f761756c816574345">CLLocallyConnectedLayer</a>
763, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml#a083cbb32c94ef493098ee169dc36c486">CLLocallyConnectedMatrixMultiplyKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000764, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLLogits1DMaxKernel</a>
765, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml#a5ab5985029f129e11da510b15009c571">CLLogits1DNormKernel</a>
766, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml#ade8c71425c5ed3b14c32b030e06771a4">CLLogits1DShiftExpSumKernel</a>
767, <a class="el" href="classarm__compute_1_1_c_l_magnitude.xhtml#a1741c99b2bc2b77bb719d185d52968e2">CLMagnitude</a>
768, <a class="el" href="classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml#a97c0a4edbeca3c32dda036b81446a4d9">CLMagnitudePhaseKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100769, <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev.xhtml#aa7a32280401c276aed328658046abc4c">CLMeanStdDev</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000770, <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml#a85a25a050f0ff16c3081048085a7d082">CLMeanStdDevKernel</a>
771, <a class="el" href="classarm__compute_1_1_c_l_median3x3.xhtml#a2a829a721f585b9028e9712e71698e69">CLMedian3x3</a>
772, <a class="el" href="classarm__compute_1_1_c_l_median3x3_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLMedian3x3Kernel</a>
773, <a class="el" href="classarm__compute_1_1_c_l_min_max_kernel.xhtml#abc0a058391c8944b83257ec47b0211b9">CLMinMaxKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100774, <a class="el" href="classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLMinMaxLayerKernel</a>
775, <a class="el" href="classarm__compute_1_1_c_l_min_max_location.xhtml#a8ddb1ad6ae46202fbdc5fb1034b1abd3">CLMinMaxLocation</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000776, <a class="el" href="classarm__compute_1_1_c_l_min_max_location_kernel.xhtml#aaac9d68119e223b67847deb43021630f">CLMinMaxLocationKernel</a>
777, <a class="el" href="classarm__compute_1_1_c_l_non_linear_filter.xhtml#a53cae19fbb200bd9479868919e9045ee">CLNonLinearFilter</a>
778, <a class="el" href="classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml#a09ed8b2a062c440ad00a290624c39319">CLNonLinearFilterKernel</a>
779, <a class="el" href="classarm__compute_1_1_c_l_non_maxima_suppression3x3.xhtml#a1a3dfd8c194044e7aafeafe5ca8dce59">CLNonMaximaSuppression3x3</a>
780, <a class="el" href="classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.xhtml#a67b0c2ccd2c37a8d29fa6cc4b26795d8">CLNonMaximaSuppression3x3Kernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100781, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer.xhtml#a705e1aadb60c7821464adb5d3f3714be">CLNormalizationLayer</a>
782, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml#a63cacfe183fc86f74c1f3788b14f88da">CLNormalizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000783, <a class="el" href="classarm__compute_1_1_c_l_optical_flow.xhtml#a8cd74e6bc7d3bcebbac4002717857601">CLOpticalFlow</a>
784, <a class="el" href="classarm__compute_1_1_c_l_phase.xhtml#ac64385feb4cfd5ea1f7e2dc4414392aa">CLPhase</a>
785, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml#a3e0a2f39d9dc0f7083aef3b37335afff">CLPixelWiseMultiplication</a>
786, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml#a3e0a2f39d9dc0f7083aef3b37335afff">CLPixelWiseMultiplicationKernel</a>
787, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer.xhtml#a18f66b53b41f27ca9942695488d8c7aa">CLPoolingLayer</a>
788, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a13226200322fb9ca881174695946705c">CLPoolingLayerKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100789, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLQuantizationLayer</a>
790, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml#a33657445d6cf5905c0b74e566f769069">CLQuantizationLayerKernel</a>
791, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation.xhtml#a01cf6dddf3f8768da106527d2f1ee7c5">CLReductionOperation</a>
792, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml#a33999905300929f577ec06e381191dc9">CLReductionOperationKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000793, <a class="el" href="classarm__compute_1_1_c_l_remap.xhtml#ac1eb01546c2f93af14ee04f4a0f8c30a">CLRemap</a>
794, <a class="el" href="classarm__compute_1_1_c_l_remap_kernel.xhtml#ad55d92eda4737d79e57dfdf99e447fb3">CLRemapKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100795, <a class="el" href="classarm__compute_1_1_c_l_reshape_layer.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLReshapeLayer</a>
796, <a class="el" href="classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLReshapeLayerKernel</a>
797, <a class="el" href="classarm__compute_1_1_c_l_r_o_i_pooling_layer.xhtml#afb23d18dd11dece42afaf022216d3056">CLROIPoolingLayer</a>
798, <a class="el" href="classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.xhtml#afb23d18dd11dece42afaf022216d3056">CLROIPoolingLayerKernel</a>
799, <a class="el" href="classarm__compute_1_1_c_l_scale.xhtml#a678879757617483da15b34c7b9d58279">CLScale</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000800, <a class="el" href="classarm__compute_1_1_c_l_scale_kernel.xhtml#ab26db9cb08db9bcae3b86d2079d9bd26">CLScaleKernel</a>
801, <a class="el" href="classarm__compute_1_1_c_l_scharr3x3.xhtml#a62d1b655e7211f3ab44ed1a9c81a1336">CLScharr3x3</a>
802, <a class="el" href="classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml#ab24f49526202babfe7df925cd326427b">CLScharr3x3Kernel</a>
803, <a class="el" href="classarm__compute_1_1_c_l_separable_convolution_hor_kernel.xhtml#a3fac04034e1bd9deaac9fd1451e77f4f">CLSeparableConvolutionHorKernel&lt; matrix_size &gt;</a>
804, <a class="el" href="classarm__compute_1_1_c_l_separable_convolution_vert_kernel.xhtml#a3c4d5524c637d3964eaeb6040f53d436">CLSeparableConvolutionVertKernel&lt; matrix_size &gt;</a>
805, <a class="el" href="classarm__compute_1_1_c_l_sobel3x3.xhtml#a62d1b655e7211f3ab44ed1a9c81a1336">CLSobel3x3</a>
806, <a class="el" href="classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml#ab24f49526202babfe7df925cd326427b">CLSobel3x3Kernel</a>
807, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5.xhtml#a62d1b655e7211f3ab44ed1a9c81a1336">CLSobel5x5</a>
808, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml#ab24f49526202babfe7df925cd326427b">CLSobel5x5HorKernel</a>
809, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml#a3f047ae95fab233f3385d6ddbd590383">CLSobel5x5VertKernel</a>
810, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7.xhtml#a62d1b655e7211f3ab44ed1a9c81a1336">CLSobel7x7</a>
811, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml#ab24f49526202babfe7df925cd326427b">CLSobel7x7HorKernel</a>
812, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml#a3f047ae95fab233f3385d6ddbd590383">CLSobel7x7VertKernel</a>
813, <a class="el" href="classarm__compute_1_1_c_l_softmax_layer.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLSoftmaxLayer</a>
814, <a class="el" href="classarm__compute_1_1_c_l_table_lookup.xhtml#af765d82c1c526320140a20792f132fed">CLTableLookup</a>
815, <a class="el" href="classarm__compute_1_1_c_l_table_lookup_kernel.xhtml#af765d82c1c526320140a20792f132fed">CLTableLookupKernel</a>
816, <a class="el" href="classarm__compute_1_1_c_l_threshold.xhtml#a62c37ae969be3b04e0bdceffb4a1dadb">CLThreshold</a>
817, <a class="el" href="classarm__compute_1_1_c_l_threshold_kernel.xhtml#af95973be8cc372e60a6872e18176d1de">CLThresholdKernel</a>
818, <a class="el" href="classarm__compute_1_1_c_l_transpose.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLTranspose</a>
819, <a class="el" href="classarm__compute_1_1_c_l_transpose_kernel.xhtml#a074e10cfb217e657b9e81adeca2abc68">CLTransposeKernel</a>
820, <a class="el" href="classarm__compute_1_1_c_l_warp_affine.xhtml#a64ebf69356f81aa7f933569faf1bbbf6">CLWarpAffine</a>
821, <a class="el" href="classarm__compute_1_1_c_l_warp_affine_kernel.xhtml#a80f957260bcc6d37da2a6e10eb885fa8">CLWarpAffineKernel</a>
822, <a class="el" href="classarm__compute_1_1_c_l_warp_perspective.xhtml#a64ebf69356f81aa7f933569faf1bbbf6">CLWarpPerspective</a>
823, <a class="el" href="classarm__compute_1_1_c_l_warp_perspective_kernel.xhtml#a80f957260bcc6d37da2a6e10eb885fa8">CLWarpPerspectiveKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100824, <a class="el" href="classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml#a74f55a4d6b772d24f720905b5edd8cb0">CLWeightsReshapeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000825, <a class="el" href="classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml#a4a5bcfcb1a9a25daecc442af866f0632">CPPCornerCandidatesKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100826, <a class="el" href="classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml#ad56ff9909955d92abeabbe43c1a21bd9">CPPDetectionWindowNonMaximaSuppressionKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000827, <a class="el" href="classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml#a5bcc803e3a8b159ba7f09acb25dba452">CPPSortEuclideanDistanceKernel</a>
Anthony Barbiera4376382017-04-12 15:12:46 +0100828, <a class="el" href="classarm__compute_1_1_i_c_l_simple_kernel.xhtml#a1a4031af60bf9aff1b58a3acf3c95fae">ICLSimpleKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000829, <a class="el" href="classarm__compute_1_1_i_n_e_harris_score_kernel.xhtml#a78f06197fd4f4fb471c21257252031ec">INEHarrisScoreKernel</a>
830, <a class="el" href="classarm__compute_1_1_i_n_e_warp_kernel.xhtml#a2788f35df697fab62501262ad001d1f0">INEWarpKernel</a>
831, <a class="el" href="classarm__compute_1_1_n_e_absolute_difference.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEAbsoluteDifference</a>
832, <a class="el" href="classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEAbsoluteDifferenceKernel</a>
833, <a class="el" href="classarm__compute_1_1_n_e_accumulate.xhtml#a83a344e60eb7db895953a942abf16628">NEAccumulate</a>
834, <a class="el" href="classarm__compute_1_1_n_e_accumulate_kernel.xhtml#aed51cd474d496c265ab8e929f39dc01b">NEAccumulateKernel</a>
835, <a class="el" href="classarm__compute_1_1_n_e_accumulate_squared.xhtml#a0b9649281a450bbb458d5d5ccde89d08">NEAccumulateSquared</a>
836, <a class="el" href="classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml#ae228f773f5a010373010a0851ab18663">NEAccumulateSquaredKernel</a>
837, <a class="el" href="classarm__compute_1_1_n_e_accumulate_weighted.xhtml#a801bafb0db80b93605302dac80a59844">NEAccumulateWeighted</a>
838, <a class="el" href="classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml#ad3a581db799a5767c08d8f35a4a6a39a">NEAccumulateWeightedKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100839, <a class="el" href="classarm__compute_1_1_n_e_activation_layer.xhtml#adfb5ef37594fc9371c4a2b95e3d5e31b">NEActivationLayer</a>
840, <a class="el" href="classarm__compute_1_1_n_e_activation_layer_kernel.xhtml#adfb5ef37594fc9371c4a2b95e3d5e31b">NEActivationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000841, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition.xhtml#ae549ed675eab6d763ac6ffd18d226c27">NEArithmeticAddition</a>
842, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml#ae549ed675eab6d763ac6ffd18d226c27">NEArithmeticAdditionKernel</a>
843, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml#ae549ed675eab6d763ac6ffd18d226c27">NEArithmeticSubtraction</a>
844, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml#ae549ed675eab6d763ac6ffd18d226c27">NEArithmeticSubtractionKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100845, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer.xhtml#aeb75a88fc585946720bf786f50e4b66d">NEBatchNormalizationLayer</a>
846, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml#aeb75a88fc585946720bf786f50e4b66d">NEBatchNormalizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000847, <a class="el" href="classarm__compute_1_1_n_e_bitwise_and.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEBitwiseAnd</a>
848, <a class="el" href="classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEBitwiseAndKernel</a>
849, <a class="el" href="classarm__compute_1_1_n_e_bitwise_not.xhtml#a83a344e60eb7db895953a942abf16628">NEBitwiseNot</a>
850, <a class="el" href="classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NEBitwiseNotKernel</a>
851, <a class="el" href="classarm__compute_1_1_n_e_bitwise_or.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEBitwiseOr</a>
852, <a class="el" href="classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEBitwiseOrKernel</a>
853, <a class="el" href="classarm__compute_1_1_n_e_bitwise_xor.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEBitwiseXor</a>
854, <a class="el" href="classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEBitwiseXorKernel</a>
855, <a class="el" href="classarm__compute_1_1_n_e_box3x3.xhtml#a61457d73c8ae60ad9f4cc00089e282c7">NEBox3x3</a>
856, <a class="el" href="classarm__compute_1_1_n_e_box3x3_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEBox3x3Kernel</a>
857, <a class="el" href="classarm__compute_1_1_n_e_canny_edge.xhtml#a9222c1af43116f31809789741c6adef0">NECannyEdge</a>
Anthony Barbier46d59272017-05-04 09:15:15 +0100858, <a class="el" href="classarm__compute_1_1_n_e_channel_combine.xhtml#a39ee07b7b99e5ede71d07248b2c8ec76">NEChannelCombine</a>
859, <a class="el" href="classarm__compute_1_1_n_e_channel_combine_kernel.xhtml#a39ee07b7b99e5ede71d07248b2c8ec76">NEChannelCombineKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100860, <a class="el" href="classarm__compute_1_1_n_e_channel_extract.xhtml#aa9055d30c3643f63cbf4af54f174505e">NEChannelExtract</a>
861, <a class="el" href="classarm__compute_1_1_n_e_channel_extract_kernel.xhtml#aa9055d30c3643f63cbf4af54f174505e">NEChannelExtractKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000862, <a class="el" href="classarm__compute_1_1_n_e_col2_im_kernel.xhtml#a6375279b8bdfa6b39296e7d41ae94ce5">NECol2ImKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100863, <a class="el" href="classarm__compute_1_1_n_e_color_convert.xhtml#a83a344e60eb7db895953a942abf16628">NEColorConvert</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100864, <a class="el" href="classarm__compute_1_1_n_e_color_convert_kernel.xhtml#a70de58654d68781741900307d970912a">NEColorConvertKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000865, <a class="el" href="classarm__compute_1_1_n_e_convolution3x3.xhtml#a58d050865536a28b56a92eeaf3ac478e">NEConvolution3x3</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000866, <a class="el" href="classarm__compute_1_1_n_e_convolution_kernel.xhtml#a8873a8f053f3d2322e297409645c6222">NEConvolutionKernel&lt; matrix_size &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100867, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer.xhtml#aee13eaa771696a8257ededf5bf921cbb">NEConvolutionLayer</a>
868, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml#a65f7ed488a31b8d40862e6f06cd7e70c">NEConvolutionLayerReshapeWeights</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000869, <a class="el" href="classarm__compute_1_1_n_e_convolution_rectangle.xhtml#ac230ba3519565b12566edfdd99859ed0">NEConvolutionRectangle</a>
870, <a class="el" href="classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml#a3bb75d0640105ec72239550ec8a086b9">NEConvolutionRectangleKernel</a>
Anthony Barbier46d59272017-05-04 09:15:15 +0100871, <a class="el" href="classarm__compute_1_1_n_e_convolution_square.xhtml#a58d050865536a28b56a92eeaf3ac478e">NEConvolutionSquare&lt; matrix_size &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000872, <a class="el" href="classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml#a46fb538865fc693f55ec7ab7a5e5f833">NECumulativeDistributionKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100873, <a class="el" href="classarm__compute_1_1_n_e_depth_concatenate.xhtml#a76335aeca633fd0ec9e787315e0d4487">NEDepthConcatenate</a>
874, <a class="el" href="classarm__compute_1_1_n_e_depth_concatenate_kernel.xhtml#aae09154c5d796f6db2488902c18a9085">NEDepthConcatenateKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100875, <a class="el" href="classarm__compute_1_1_n_e_depth_convert.xhtml#a7d0afa0396bb7bc46d6044fc7a6a0186">NEDepthConvert</a>
876, <a class="el" href="classarm__compute_1_1_n_e_depth_convert_kernel.xhtml#a7d0afa0396bb7bc46d6044fc7a6a0186">NEDepthConvertKernel</a>
877, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer.xhtml#a644ff49365300e418f2343f112753b74">NEDequantizationLayer</a>
878, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml#a644ff49365300e418f2343f112753b74">NEDequantizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000879, <a class="el" href="classarm__compute_1_1_n_e_derivative.xhtml#accd52dcca79320a1a6e6a804b7b91fb0">NEDerivative</a>
880, <a class="el" href="classarm__compute_1_1_n_e_derivative_kernel.xhtml#ace7523f9c3073ad82b77e46318a1ea77">NEDerivativeKernel</a>
881, <a class="el" href="classarm__compute_1_1_n_e_dilate.xhtml#af23289ee5978cc3cafa1c94ef617a985">NEDilate</a>
882, <a class="el" href="classarm__compute_1_1_n_e_dilate_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEDilateKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100883, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer.xhtml#a33dce4160cd33d131662107e363dd381">NEDirectConvolutionLayer</a>
884, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel.xhtml#af20f630faf157c73ec46bbe3e6e213a6">NEDirectConvolutionLayerBiasAccumulateKernel</a>
885, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml#a537ba0d35bcc8d5488da55d1a27c89a3">NEDirectConvolutionLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000886, <a class="el" href="classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml#a57a36344e261edfdfa97b19ac40b7c30">NEEdgeNonMaxSuppressionKernel</a>
887, <a class="el" href="classarm__compute_1_1_n_e_edge_trace_kernel.xhtml#a9daf8026e68559806afe7d0aa12693d6">NEEdgeTraceKernel</a>
888, <a class="el" href="classarm__compute_1_1_n_e_equalize_histogram.xhtml#acbd66cc67e7dedcc3d94a7ab0be5781c">NEEqualizeHistogram</a>
889, <a class="el" href="classarm__compute_1_1_n_e_erode.xhtml#af23289ee5978cc3cafa1c94ef617a985">NEErode</a>
890, <a class="el" href="classarm__compute_1_1_n_e_erode_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEErodeKernel</a>
891, <a class="el" href="classarm__compute_1_1_n_e_fast_corners.xhtml#a182eb968f1c107bf5ee575cb1b7f031c">NEFastCorners</a>
892, <a class="el" href="classarm__compute_1_1_n_e_fast_corners_kernel.xhtml#a39d3a9d0c6485af41190686e323b77cc">NEFastCornersKernel</a>
893, <a class="el" href="classarm__compute_1_1_n_e_fill_array_kernel.xhtml#afa45181af3fb6daaa8aa5627c1ae6c43">NEFillArrayKernel</a>
894, <a class="el" href="classarm__compute_1_1_n_e_fill_border.xhtml#ab2db56d349cee3849dbfac825d916fd6">NEFillBorder</a>
895, <a class="el" href="classarm__compute_1_1_n_e_fill_border_kernel.xhtml#a12f5fc5a4fc18544922aebb0fcbf4eb6">NEFillBorderKernel</a>
896, <a class="el" href="classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml#a20f5ced683d0dee51545a9df41f0080a">NEFillInnerBorderKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100897, <a class="el" href="classarm__compute_1_1_n_e_floor.xhtml#a83a344e60eb7db895953a942abf16628">NEFloor</a>
898, <a class="el" href="classarm__compute_1_1_n_e_floor_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NEFloorKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100899, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer.xhtml#ae184041d029cd0dded821875db8a0929">NEFullyConnectedLayer</a>
900, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml#a510f09c40e20d367e4506bc9b4e8b36e">NEFullyConnectedLayerReshapeWeights</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000901, <a class="el" href="classarm__compute_1_1_n_e_gaussian3x3.xhtml#ac735b829e93802466145844b04d1ab48">NEGaussian3x3</a>
902, <a class="el" href="classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEGaussian3x3Kernel</a>
903, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5.xhtml#ac735b829e93802466145844b04d1ab48">NEGaussian5x5</a>
904, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEGaussian5x5HorKernel</a>
905, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEGaussian5x5VertKernel</a>
906, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid.xhtml#a569064c220a3a2bf4b7af719b8d54cba">NEGaussianPyramid</a>
907, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml#a7983aea517b8777e7ef6800cfa41d6ab">NEGaussianPyramidHalf</a>
908, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEGaussianPyramidHorKernel</a>
909, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml#a7983aea517b8777e7ef6800cfa41d6ab">NEGaussianPyramidOrb</a>
910, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEGaussianPyramidVertKernel</a>
911, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m.xhtml#a6454174e85d317a6e95844049d4daf6f">NEGEMM</a>
Kaizen8938bd32017-09-28 14:38:23 +0100912, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel.xhtml#a1ae6dd781c43bcc54c579af0118a615d">NEGEMMAssemblyBaseKernel</a>
Anthony Barbiera4376382017-04-12 15:12:46 +0100913, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.xhtml#a83a344e60eb7db895953a942abf16628">NEGEMMInterleave4x4</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000914, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NEGEMMInterleave4x4Kernel</a>
915, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp.xhtml#a972448aa41ffb21bd36256d67b60962b">NEGEMMLowp</a>
916, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a5a0810c34a4eae08977b1cce9d339282">NEGEMMLowpMatrixMultiplyKernel</a>
917, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#aed1adf983092c2f8af29eba1dc29920c">NEGEMMMatrixAccumulateBiasesKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100918, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml#abd3df2f9251266926538e4c020652996">NEGEMMMatrixAdditionKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000919, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml#aa4bb0bcb5a16fedf6b9474c6fa11e7e1">NEGEMMMatrixMultiplyKernel</a>
Anthony Barbiera4376382017-04-12 15:12:46 +0100920, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.xhtml#a83a344e60eb7db895953a942abf16628">NEGEMMTranspose1xW</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000921, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NEGEMMTranspose1xWKernel</a>
922, <a class="el" href="classarm__compute_1_1_n_e_gradient_f_p16_kernel.xhtml#adb775291de007def514f8c8d368e7448">NEGradientFP16Kernel</a>
923, <a class="el" href="classarm__compute_1_1_n_e_gradient_kernel.xhtml#a49306e1c9421979fc704f3c96096ce8e">NEGradientKernel</a>
924, <a class="el" href="classarm__compute_1_1_n_e_harris_corners.xhtml#ac8648d69d8b453c5143c14e3811346c3">NEHarrisCorners</a>
925, <a class="el" href="classarm__compute_1_1_n_e_harris_score_f_p16_kernel.xhtml#ae3278fce9a66ca7603efcb367e6b3816">NEHarrisScoreFP16Kernel&lt; block_size &gt;</a>
926, <a class="el" href="classarm__compute_1_1_n_e_harris_score_kernel.xhtml#ae3278fce9a66ca7603efcb367e6b3816">NEHarrisScoreKernel&lt; block_size &gt;</a>
927, <a class="el" href="classarm__compute_1_1_n_e_histogram.xhtml#aaae5b09830704e2ed3cf7d09fe01bfc9">NEHistogram</a>
Kaizen8938bd32017-09-28 14:38:23 +0100928, <a class="el" href="classarm__compute_1_1_n_e_histogram_kernel.xhtml#aa6f4a855483e2d24a509181faa893b75">NEHistogramKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000929, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.xhtml#abe08b9f8d4a3bd083ebae3d1cb65a2b5">NEHOGBlockNormalizationKernel</a>
930, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml#af3e91dd25d2bd7d3f3a0c74cdc77d7c4">NEHOGDescriptor</a>
931, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_detector.xhtml#aec1e0dba94a632dc99953a9015684115">NEHOGDetector</a>
932, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_detector_kernel.xhtml#ab30727bb790077928853eb3c617bb632">NEHOGDetectorKernel</a>
933, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_gradient.xhtml#ac6ae2d00f75c768927d9529998608aaa">NEHOGGradient</a>
934, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_multi_detection.xhtml#a8fa7fa549af77189982f584036c14271">NEHOGMultiDetection</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000935, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml#a1ca4abc9d169a56f8469b31bba439f05">NEHOGOrientationBinningKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100936, <a class="el" href="classarm__compute_1_1_n_e_im2_col_kernel.xhtml#a00a909d8b7a4c625a048b935dc1f77da">NEIm2ColKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000937, <a class="el" href="classarm__compute_1_1_n_e_integral_image.xhtml#a83a344e60eb7db895953a942abf16628">NEIntegralImage</a>
938, <a class="el" href="classarm__compute_1_1_n_e_integral_image_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NEIntegralImageKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100939, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize.xhtml#ae867dfb89fbe0061d3ecd29b05aa4a9c">NEL2Normalize</a>
940, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize_kernel.xhtml#a7b9a0d39ba4aa3e6feba587a149d69e5">NEL2NormalizeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000941, <a class="el" href="classarm__compute_1_1_n_e_laplacian_pyramid.xhtml#a57e777ebd638595cbcaff4c45dbaa351">NELaplacianPyramid</a>
942, <a class="el" href="classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml#af26d951408cbe19b44a50593b691af63">NELaplacianReconstruct</a>
Anthony Barbier46d59272017-05-04 09:15:15 +0100943, <a class="el" href="classarm__compute_1_1_n_e_l_k_tracker_kernel.xhtml#a9db04388927168bc8d9423087dfa8a6d">NELKTrackerKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100944, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_layer.xhtml#a38198731404a741d75225ae36baf100a">NELocallyConnectedLayer</a>
945, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.xhtml#a00d5b673b5a22ab77fde751ff5330411">NELocallyConnectedMatrixMultiplyKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000946, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NELogits1DMaxKernel</a>
947, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_norm_kernel.xhtml#a23baed666ceb8232bbde8724412ee0b5">NELogits1DNormKernel</a>
948, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml#a329a69e4b661c7135cdef8aceef4005b">NELogits1DShiftExpSumKernel</a>
949, <a class="el" href="classarm__compute_1_1_n_e_magnitude.xhtml#a0ed0773415ff8e38d0fe8d2041473d0f">NEMagnitude</a>
950, <a class="el" href="classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.xhtml#a885b754efced9144226ada4c202574b6">NEMagnitudePhaseFP16Kernel&lt; mag_type, phase_type &gt;</a>
951, <a class="el" href="classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml#a885b754efced9144226ada4c202574b6">NEMagnitudePhaseKernel&lt; mag_type, phase_type &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100952, <a class="el" href="classarm__compute_1_1_n_e_mean_std_dev.xhtml#a95812d053b0216b1d9c1f5131db6e880">NEMeanStdDev</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000953, <a class="el" href="classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml#a22fb6b7d1bd5ce8a90c61780c94cebbb">NEMeanStdDevKernel</a>
954, <a class="el" href="classarm__compute_1_1_n_e_median3x3.xhtml#ac735b829e93802466145844b04d1ab48">NEMedian3x3</a>
955, <a class="el" href="classarm__compute_1_1_n_e_median3x3_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NEMedian3x3Kernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100956, <a class="el" href="classarm__compute_1_1_n_e_min_max_kernel.xhtml#aa977f349fb2c7d5ae7cd41fee339668a">NEMinMaxKernel</a>
957, <a class="el" href="classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NEMinMaxLayerKernel</a>
958, <a class="el" href="classarm__compute_1_1_n_e_min_max_location.xhtml#ab996eedb0d719f5faa091726e69e73c3">NEMinMaxLocation</a>
959, <a class="el" href="classarm__compute_1_1_n_e_min_max_location_kernel.xhtml#ab996eedb0d719f5faa091726e69e73c3">NEMinMaxLocationKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000960, <a class="el" href="classarm__compute_1_1_n_e_non_linear_filter.xhtml#ae2e668c3765731c5f71a324e15f131b8">NENonLinearFilter</a>
961, <a class="el" href="classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml#ab85de2b20def413700f940020fe8d7e3">NENonLinearFilterKernel</a>
962, <a class="el" href="classarm__compute_1_1_n_e_non_maxima_suppression3x3.xhtml#a6c9ef0526118071156055c1e2c2ca0c4">NENonMaximaSuppression3x3</a>
963, <a class="el" href="classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NENonMaximaSuppression3x3FP16Kernel</a>
964, <a class="el" href="classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.xhtml#a165cde4f51d6dc5cb425237cdf7535a4">NENonMaximaSuppression3x3Kernel</a>
965, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer.xhtml#aebfb816e58e5914417b045c54a6a42fb">NENormalizationLayer</a>
966, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml#a7b1cd624e23b7144b6962c19f426a166">NENormalizationLayerKernel</a>
967, <a class="el" href="classarm__compute_1_1_n_e_optical_flow.xhtml#a36071f8f326ffdbfaf95fded57d6771c">NEOpticalFlow</a>
968, <a class="el" href="classarm__compute_1_1_n_e_phase.xhtml#a837b139cf977a6c4530e3d574fcceef2">NEPhase</a>
969, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml#ab214c0eb5acd40bde3f8a3fb6c0a6613">NEPixelWiseMultiplication</a>
970, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml#ab214c0eb5acd40bde3f8a3fb6c0a6613">NEPixelWiseMultiplicationKernel</a>
971, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer.xhtml#a6fa6e4b65796fd0bf43da9b4d617d568">NEPoolingLayer</a>
972, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml#acfc7162ac184ca219f917d039c58233c">NEPoolingLayerKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100973, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer.xhtml#a83a344e60eb7db895953a942abf16628">NEQuantizationLayer</a>
974, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml#a644ff49365300e418f2343f112753b74">NEQuantizationLayerKernel</a>
975, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation.xhtml#a5a8b455c425ea5b09a3ad7686c619434">NEReductionOperation</a>
976, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml#a84481fca3a7ab8e4b5035ba8b8170de3">NEReductionOperationKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000977, <a class="el" href="classarm__compute_1_1_n_e_remap.xhtml#a7570555ae5933bef168425e55a1a11a9">NERemap</a>
978, <a class="el" href="classarm__compute_1_1_n_e_remap_kernel.xhtml#a24cf804e6bcb60737bf447693c87d616">NERemapKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100979, <a class="el" href="classarm__compute_1_1_n_e_reshape_layer.xhtml#a83a344e60eb7db895953a942abf16628">NEReshapeLayer</a>
980, <a class="el" href="classarm__compute_1_1_n_e_reshape_layer_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NEReshapeLayerKernel</a>
981, <a class="el" href="classarm__compute_1_1_n_e_r_o_i_pooling_layer.xhtml#adeb567b082b0ce7612d13bc1068db5d8">NEROIPoolingLayer</a>
982, <a class="el" href="classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.xhtml#adeb567b082b0ce7612d13bc1068db5d8">NEROIPoolingLayerKernel</a>
983, <a class="el" href="classarm__compute_1_1_n_e_scale.xhtml#aff680ca32a06fbe2b86e6c5e231d8271">NEScale</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000984, <a class="el" href="classarm__compute_1_1_n_e_scale_kernel.xhtml#a70b4c72d8ed742fb43242db66918e699">NEScaleKernel</a>
985, <a class="el" href="classarm__compute_1_1_n_e_scharr3x3.xhtml#accd52dcca79320a1a6e6a804b7b91fb0">NEScharr3x3</a>
986, <a class="el" href="classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml#ace7523f9c3073ad82b77e46318a1ea77">NEScharr3x3Kernel</a>
987, <a class="el" href="classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml#a2047b01f2cdd57602126cccb6bd08625">NESeparableConvolutionHorKernel&lt; matrix_size &gt;</a>
988, <a class="el" href="classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml#ad5b2a12ea8d073422e0615efca68ee22">NESeparableConvolutionVertKernel&lt; matrix_size &gt;</a>
989, <a class="el" href="classarm__compute_1_1_n_e_sobel3x3.xhtml#accd52dcca79320a1a6e6a804b7b91fb0">NESobel3x3</a>
990, <a class="el" href="classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml#ace7523f9c3073ad82b77e46318a1ea77">NESobel3x3Kernel</a>
991, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5.xhtml#accd52dcca79320a1a6e6a804b7b91fb0">NESobel5x5</a>
992, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml#ace7523f9c3073ad82b77e46318a1ea77">NESobel5x5HorKernel</a>
993, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml#a1aea9496b59f665829dfebcac7c6e8f3">NESobel5x5VertKernel</a>
994, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7.xhtml#accd52dcca79320a1a6e6a804b7b91fb0">NESobel7x7</a>
995, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml#ace7523f9c3073ad82b77e46318a1ea77">NESobel7x7HorKernel</a>
996, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml#ad97cc0c4d977253aa096953ff5aefcae">NESobel7x7VertKernel</a>
997, <a class="el" href="classarm__compute_1_1_n_e_softmax_layer.xhtml#a9daf8026e68559806afe7d0aa12693d6">NESoftmaxLayer</a>
998, <a class="el" href="classarm__compute_1_1_n_e_table_lookup.xhtml#a31cbc1ac2194f015e1b7e3cfd44a2250">NETableLookup</a>
999, <a class="el" href="classarm__compute_1_1_n_e_table_lookup_kernel.xhtml#a31cbc1ac2194f015e1b7e3cfd44a2250">NETableLookupKernel</a>
1000, <a class="el" href="classarm__compute_1_1_n_e_threshold.xhtml#ad5e6dc9965405ea5d7d1cda26a14644c">NEThreshold</a>
1001, <a class="el" href="classarm__compute_1_1_n_e_threshold_kernel.xhtml#a5d39d8cd067212d4e6d93d5619acb59e">NEThresholdKernel</a>
1002, <a class="el" href="classarm__compute_1_1_n_e_transpose.xhtml#a83a344e60eb7db895953a942abf16628">NETranspose</a>
1003, <a class="el" href="classarm__compute_1_1_n_e_transpose_kernel.xhtml#a83a344e60eb7db895953a942abf16628">NETransposeKernel</a>
1004, <a class="el" href="classarm__compute_1_1_n_e_warp_affine.xhtml#a067b31a7691c2d132ae01ca8e1dbd1dd">NEWarpAffine</a>
1005, <a class="el" href="classarm__compute_1_1_n_e_warp_perspective.xhtml#a067b31a7691c2d132ae01ca8e1dbd1dd">NEWarpPerspective</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +01001006, <a class="el" href="classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml#a82ef5733f0c6bf93473ec5f12c067338">NEWeightsReshapeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +00001007</li>
Kaizen8938bd32017-09-28 14:38:23 +01001008<li>ContainerDataset()
1009: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml#abcff26e356754797fd7e69dbf27df57e">ContainerDataset&lt; T &gt;</a>
1010</li>
Anthony Barbier871448e2017-03-24 14:54:29 +00001011<li>context()
1012: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a252f5440564c77d68459f2baa978f86a">CLScheduler</a>
1013</li>
Kaizen8938bd32017-09-28 14:38:23 +01001014<li>ConvertPolicies()
1015: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_convert_policies.xhtml#ac034c4341ba0acb5c2803b880f60d3ab">ConvertPolicies</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +01001016</li>
Kaizen8938bd32017-09-28 14:38:23 +01001017<li>ConvolutionLayer()
1018: <a class="el" href="classarm__compute_1_1graph_1_1_convolution_layer.xhtml#a5839413a114640990beea8487d8fab4c">ConvolutionLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +01001019</li>
Anthony Barbier871448e2017-03-24 14:54:29 +00001020<li>Coordinates()
Anthony Barbiera4376382017-04-12 15:12:46 +01001021: <a class="el" href="classarm__compute_1_1_coordinates.xhtml#af0932a8bda967c148ce619613f77fcdd">Coordinates</a>
Anthony Barbier871448e2017-03-24 14:54:29 +00001022</li>
1023<li>copy_from()
1024: <a class="el" href="classarm__compute_1_1_i_tensor.xhtml#a4a774ad8d5f4837f3d7de1876d367c5b">ITensor</a>
1025</li>
1026<li>CPPCornerCandidatesKernel()
Kaizen8938bd32017-09-28 14:38:23 +01001027: <a class="el" href="classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml#abb90b47d993e5d8d96bba4e907926126">CPPCornerCandidatesKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +01001028</li>
1029<li>CPPDetectionWindowNonMaximaSuppressionKernel()
1030: <a class="el" href="classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml#a75a7146dda6f8b2025ae5fe2bbd5bec4">CPPDetectionWindowNonMaximaSuppressionKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +00001031</li>
1032<li>CPPSortEuclideanDistanceKernel()
Kaizen8938bd32017-09-28 14:38:23 +01001033: <a class="el" href="classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml#a9c1505ea86b0f053bad9e7a595c30f82">CPPSortEuclideanDistanceKernel</a>
1034</li>
1035<li>cpu_info()
1036: <a class="el" href="classarm__compute_1_1_i_scheduler.xhtml#a671307bb78c1d64435708feead8c04da">IScheduler</a>
Anthony Barbier871448e2017-03-24 14:54:29 +00001037</li>
1038<li>create_kernel()
1039: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a07b37240bd1f09e36cf119dced79f9c4">CLKernelLibrary</a>
1040</li>
Kaizen8938bd32017-09-28 14:38:23 +01001041<li>create_pool()
1042: <a class="el" href="classarm__compute_1_1_blob_lifetime_manager.xhtml#ab2463b51d72b8fefe2460d0c8ee0b685">BlobLifetimeManager</a>
1043, <a class="el" href="classarm__compute_1_1_i_lifetime_manager.xhtml#ab14145b312cf5bf366bc9d7c143f85a1">ILifetimeManager</a>
1044</li>
Anthony Barbier871448e2017-03-24 14:54:29 +00001045<li>create_subimage()
1046: <a class="el" href="classarm__compute_1_1_multi_image.xhtml#abd476c5b253ba7cfff71fc2f782d2688">MultiImage</a>
1047</li>
1048</ul>
1049</div><!-- contents -->
1050</div><!-- doc-content -->
1051<!-- start footer part -->
1052<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
1053 <ul>
Kaizen8938bd32017-09-28 14:38:23 +01001054 <li class="footer">Generated on Thu Sep 28 2017 14:38:02 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +00001055 <a href="http://www.doxygen.org/index.html">
Kaizen8938bd32017-09-28 14:38:23 +01001056 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +00001057 </ul>
1058</div>
1059</body>
1060</html>