blob: a7d68539fdaeb432dd8c3afa7ab060036e4ede7d [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</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
Kaizenbf8b01d2017-10-12 14:26:51 +010041 &#160;<span id="projectnumber">17.10</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 class="current"><a href="functions.xhtml"><span>All</span></a></li>
89 <li><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.xhtml#index__"><span>_</span></a></li>
100 <li><a href="functions_a.xhtml#index_a"><span>a</span></a></li>
101 <li><a href="functions_b.xhtml#index_b"><span>b</span></a></li>
102 <li><a href="functions_c.xhtml#index_c"><span>c</span></a></li>
103 <li><a href="functions_d.xhtml#index_d"><span>d</span></a></li>
104 <li><a href="functions_e.xhtml#index_e"><span>e</span></a></li>
105 <li><a href="functions_f.xhtml#index_f"><span>f</span></a></li>
106 <li><a href="functions_g.xhtml#index_g"><span>g</span></a></li>
107 <li><a href="functions_h.xhtml#index_h"><span>h</span></a></li>
108 <li><a href="functions_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100109 <li><a href="functions_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000110 <li><a href="functions_k.xhtml#index_k"><span>k</span></a></li>
111 <li><a href="functions_l.xhtml#index_l"><span>l</span></a></li>
112 <li><a href="functions_m.xhtml#index_m"><span>m</span></a></li>
113 <li><a href="functions_n.xhtml#index_n"><span>n</span></a></li>
114 <li><a href="functions_o.xhtml#index_o"><span>o</span></a></li>
115 <li><a href="functions_p.xhtml#index_p"><span>p</span></a></li>
116 <li><a href="functions_q.xhtml#index_q"><span>q</span></a></li>
117 <li class="current"><a href="functions_r.xhtml#index_r"><span>r</span></a></li>
118 <li><a href="functions_s.xhtml#index_s"><span>s</span></a></li>
119 <li><a href="functions_t.xhtml#index_t"><span>t</span></a></li>
120 <li><a href="functions_u.xhtml#index_u"><span>u</span></a></li>
121 <li><a href="functions_v.xhtml#index_v"><span>v</span></a></li>
122 <li><a href="functions_w.xhtml#index_w"><span>w</span></a></li>
123 <li><a href="functions_x.xhtml#index_x"><span>x</span></a></li>
124 <li><a href="functions_y.xhtml#index_y"><span>y</span></a></li>
125 <li><a href="functions_z.xhtml#index_z"><span>z</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100126 <li><a href="functions_~.xhtml#index_~"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000127 </ul>
128 </div>
129</div><!-- top -->
130<div id="side-nav" class="ui-resizable side-nav-resizable">
131 <div id="nav-tree">
132 <div id="nav-tree-contents">
133 <div id="nav-sync" class="sync"></div>
134 </div>
135 </div>
136 <div id="splitbar" style="-moz-user-select:none;"
137 class="ui-resizable-handle">
138 </div>
139</div>
140<script type="text/javascript">
141$(document).ready(function(){initNavTree('functions_r.xhtml','');});
142</script>
143<div id="doc-content">
144<!-- window showing the filter options -->
145<div id="MSearchSelectWindow"
146 onmouseover="return searchBox.OnSearchSelectShow()"
147 onmouseout="return searchBox.OnSearchSelectHide()"
148 onkeydown="return searchBox.OnSearchSelectKey(event)">
Kaizen8938bd32017-09-28 14:38:23 +0100149<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 +0000150
151<!-- iframe showing the search results (closed by default) -->
152<div id="MSearchResultsWindow">
153<iframe src="javascript:void(0)" frameborder="0"
154 name="MSearchResults" id="MSearchResults">
155</iframe>
156</div>
157
158<div class="contents">
159<div class="textblock">Here is a list of all struct and union fields with links to the structures/unions they belong to:</div>
160
161<h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
Kaizenbf8b01d2017-10-12 14:26:51 +0100162<li>RandomAccessor()
163: <a class="el" href="classarm__compute_1_1graph__utils_1_1_random_accessor.xhtml#a47e2e3f731e842dde7baaf69634a9530">RandomAccessor</a>
164</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100165<li>RandomBatchNormalizationLayerDataset()
Kaizen8938bd32017-09-28 14:38:23 +0100166: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset.xhtml#a34a1071bfde7e9232990f70bdb5f7a75">RandomBatchNormalizationLayerDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100167</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000168<li>range()
169: <a class="el" href="classarm__compute_1_1_i_distribution1_d.xhtml#ac548d0ee88978d0ba481323aab25e46a">IDistribution1D</a>
170</li>
Kaizen8938bd32017-09-28 14:38:23 +0100171<li>RangeDataset()
Kaizenbf8b01d2017-10-12 14:26:51 +0100172: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.xhtml#a8c87c8a244d6842642bdbcf8873b1e06">RangeDataset&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100173</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100174<li>raw()
175: <a class="el" href="classarm__compute_1_1test_1_1fixed__point__arithmetic_1_1fixed__point.xhtml#a3fe723fdc332e453550710b2925002a0">fixed_point&lt; T &gt;</a>
176</li>
Kaizen8938bd32017-09-28 14:38:23 +0100177<li>raw_props
178: <a class="el" href="structmali__userspace_1_1mali__base__gpu__props.xhtml#a0f80a090da0ec7cd70cd3821f1470832">mali_base_gpu_props</a>
179</li>
180<li>RawLutAccessor()
Kaizenbf8b01d2017-10-12 14:26:51 +0100181: <a class="el" href="classarm__compute_1_1test_1_1_raw_lut_accessor.xhtml#a240f6b5226a09537d27d812498b20318">RawLutAccessor&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100182</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100183<li>RawTensor()
Kaizenbf8b01d2017-10-12 14:26:51 +0100184: <a class="el" href="classarm__compute_1_1test_1_1_raw_tensor.xhtml#ac1b3afa1c0a4618768b43a7a0d930cd6">RawTensor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100185, <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#a467ad6d14558452f498777a7823fa252">SimpleTensor&lt; T &gt;</a>
186</li>
187<li>rect
188: <a class="el" href="structarm__compute_1_1_r_o_i.xhtml#aa23d9b69995e7138751a71caf1d46429">ROI</a>
189</li>
190<li>ReductionOperations()
191: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_reduction_operations.xhtml#a5e696b945de1f229a7ddadd3ac6c44f4">ReductionOperations</a>
192</li>
193<li>register_group()
194: <a class="el" href="classarm__compute_1_1_blob_lifetime_manager.xhtml#a93fc2c6a7ebb5d8f44c67d492347d054">BlobLifetimeManager</a>
195, <a class="el" href="classarm__compute_1_1_i_lifetime_manager.xhtml#af9aed2d52d9469aa2a49f8c7ece1f082">ILifetimeManager</a>
196</li>
197<li>register_pool()
198: <a class="el" href="classarm__compute_1_1_i_pool_manager.xhtml#af5ecacf4a9d67777dacc2bf917a52db4">IPoolManager</a>
199, <a class="el" href="classarm__compute_1_1_pool_manager.xhtml#a40713b55ad2d6ddb4ccead1f9e535a05">PoolManager</a>
200</li>
201<li>RelativeTolerance()
202: <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml#afba8d635945ce2a2787199919de28572">RelativeTolerance&lt; T &gt;</a>
203</li>
204<li>release()
205: <a class="el" href="classarm__compute_1_1_blob_memory_pool.xhtml#af47c67ca8d1961b09543879bb734e8be">BlobMemoryPool</a>
206, <a class="el" href="classarm__compute_1_1_i_memory_group.xhtml#aab0a52fdd148a54108e7bf49287d7c47">IMemoryGroup</a>
207, <a class="el" href="classarm__compute_1_1_i_memory_pool.xhtml#ab9d340d42cc3ec933f5da369f1f808bb">IMemoryPool</a>
208, <a class="el" href="classarm__compute_1_1_memory_group_base.xhtml#ad7ed3842c3160ae4b9f51acbf4564438">MemoryGroupBase&lt; typename &gt;</a>
209</li>
210<li>RELU
211: <a class="el" href="classarm__compute_1_1_activation_layer_info.xhtml#a56297e0f7b215eea46c818cb7528d9eaad346bb4679d29be241279f15d7795c1c">ActivationLayerInfo</a>
212</li>
213<li>remove_dimension()
214: <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#acb74edf42335de0dca0da5158b704c4b">TensorShape</a>
215</li>
216<li>required_padding()
217: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a2435ae6ac8638f53c4f315d3f11e84a7">PaddingCalculator</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100218</li>
219<li>rescale()
220: <a class="el" href="classarm__compute_1_1test_1_1fixed__point__arithmetic_1_1fixed__point.xhtml#a80db15090eed5a0bb5e7977eabeae132">fixed_point&lt; T &gt;</a>
221</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000222<li>reset()
Kaizen8938bd32017-09-28 14:38:23 +0100223: <a class="el" href="classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml#ad39ad962255c717dcd5e53315ae37546">CLMinMaxLayerKernel</a>
224, <a class="el" href="classarm__compute_1_1_iterator.xhtml#a599f5025b7e6b8bfead740a88e56d5bc">Iterator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000225, <a class="el" href="classarm__compute_1_1_n_e_min_max_kernel.xhtml#ad20897c5c8bd47f5d4005989bead0e55">NEMinMaxKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100226, <a class="el" href="classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml#ad20897c5c8bd47f5d4005989bead0e55">NEMinMaxLayerKernel</a>
227, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u.xhtml#ad20897c5c8bd47f5d4005989bead0e55">PMU</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000228</li>
229<li>resize()
230: <a class="el" href="classarm__compute_1_1_i_array.xhtml#ae21b0e95ded2dcfb5e62848ea0193828">IArray&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100231, <a class="el" href="classarm__compute_1_1test_1_1_array_accessor.xhtml#a0cafaca7cb86d89b5f20f987448c341c">ArrayAccessor&lt; T &gt;</a>
232, <a class="el" href="classarm__compute_1_1test_1_1_c_l_array_accessor.xhtml#a0cafaca7cb86d89b5f20f987448c341c">CLArrayAccessor&lt; T &gt;</a>
233, <a class="el" href="classarm__compute_1_1test_1_1_i_array_accessor.xhtml#aa3243d314953e018ebcaf98128068110">IArrayAccessor&lt; T &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000234</li>
Kaizen8938bd32017-09-28 14:38:23 +0100235<li>ret
236: <a class="el" href="unionmali__userspace_1_1uk__header.xhtml#a4fef07ab304fc672e0407e7598fb1870">uk_header</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000237</li>
238<li>right
239: <a class="el" href="structarm__compute_1_1_border_size.xhtml#a78b0fed184c642b78f32fd34b228a5f9">BorderSize</a>
240</li>
Kaizen8938bd32017-09-28 14:38:23 +0100241<li>ROIPoolingLayerInfo()
242: <a class="el" href="classarm__compute_1_1_r_o_i_pooling_layer_info.xhtml#aeb18f7aaaa12486cd2cf6499c19059db">ROIPoolingLayerInfo</a>
243</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000244<li>round()
245: <a class="el" href="classarm__compute_1_1_pad_stride_info.xhtml#a3d7de69b5d597f77362f3279c6ec1c44">PadStrideInfo</a>
246</li>
Anthony Barbiera4376382017-04-12 15:12:46 +0100247<li>row_delim
248: <a class="el" href="structarm__compute_1_1_i_o_format_info.xhtml#ab1a3e6cb2768124a6853f52bd0e10596">IOFormatInfo</a>
249</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000250<li>run()
251: <a class="el" href="classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLAbsoluteDifferenceKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100252, <a class="el" href="classarm__compute_1_1_c_l_activation_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLActivationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000253, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLArithmeticAdditionKernel</a>
254, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLArithmeticSubtractionKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100255, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLBatchNormalizationLayer</a>
256, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLBatchNormalizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000257, <a class="el" href="classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLBitwiseAndKernel</a>
258, <a class="el" href="classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLBitwiseOrKernel</a>
259, <a class="el" href="classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLBitwiseXorKernel</a>
260, <a class="el" href="classarm__compute_1_1_c_l_canny_edge.xhtml#a108972ffc2f5536ceee15428b2b130ad">CLCannyEdge</a>
261, <a class="el" href="classarm__compute_1_1_c_l_channel_combine_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLChannelCombineKernel</a>
262, <a class="el" href="classarm__compute_1_1_c_l_channel_extract_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLChannelExtractKernel</a>
263, <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLCol2ImKernel</a>
264, <a class="el" href="classarm__compute_1_1_c_l_color_convert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLColorConvertKernel</a>
265, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLConvolutionLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100266, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml#ad1717410afd0be936c6213a63c8005fb">CLConvolutionLayerReshapeWeights</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000267, <a class="el" href="classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLConvolutionRectangleKernel</a>
268, <a class="el" href="classarm__compute_1_1_c_l_convolution_square.xhtml#ad1717410afd0be936c6213a63c8005fb">CLConvolutionSquare&lt; matrix_size &gt;</a>
269, <a class="el" href="classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLCopyToArrayKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100270, <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDepthConcatenate</a>
271, <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthConcatenateKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100272, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution3x3.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDepthwiseConvolution3x3</a>
273, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseConvolution3x3Kernel</a>
274, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDepthwiseConvolution</a>
275, <a class="el" href="classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseIm2ColKernel</a>
276, <a class="el" href="classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDepthwiseSeparableConvolutionLayer</a>
277, <a class="el" href="classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseVectorToTensorKernel</a>
278, <a class="el" href="classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseWeightsReshapeKernel</a>
279, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDequantizationLayer</a>
280, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDequantizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000281, <a class="el" href="classarm__compute_1_1_c_l_derivative_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDerivativeKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100282, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDirectConvolutionLayer</a>
283, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDirectConvolutionLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000284, <a class="el" href="classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLEdgeNonMaxSuppressionKernel</a>
285, <a class="el" href="classarm__compute_1_1_c_l_edge_trace_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLEdgeTraceKernel</a>
286, <a class="el" href="classarm__compute_1_1_c_l_equalize_histogram.xhtml#ad1717410afd0be936c6213a63c8005fb">CLEqualizeHistogram</a>
287, <a class="el" href="classarm__compute_1_1_c_l_fast_corners.xhtml#ad1717410afd0be936c6213a63c8005fb">CLFastCorners</a>
288, <a class="el" href="classarm__compute_1_1_c_l_fast_corners_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLFastCornersKernel</a>
289, <a class="el" href="classarm__compute_1_1_c_l_fill_border_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLFillBorderKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100290, <a class="el" href="classarm__compute_1_1_c_l_floor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLFloorKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000291, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLFullyConnectedLayer</a>
292, <a class="el" href="classarm__compute_1_1_c_l_gaussian5x5.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGaussian5x5</a>
293, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGaussianPyramidHalf</a>
294, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGaussianPyramidHorKernel</a>
295, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGaussianPyramidOrb</a>
296, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGaussianPyramidVertKernel</a>
297, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGEMM</a>
298, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMInterleave4x4Kernel</a>
299, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGEMMLowp</a>
300, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMLowpMatrixMultiplyKernel</a>
301, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMMatrixAccumulateBiasesKernel</a>
302, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMMatrixAdditionKernel</a>
303, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMMatrixMultiplyKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100304, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMMatrixVectorMultiplyKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100305, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMTranspose1xWKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000306, <a class="el" href="classarm__compute_1_1_c_l_gradient_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGradientKernel</a>
307, <a class="el" href="classarm__compute_1_1_c_l_harris_corners.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHarrisCorners</a>
308, <a class="el" href="classarm__compute_1_1_c_l_harris_score_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHarrisScoreKernel</a>
309, <a class="el" href="classarm__compute_1_1_c_l_histogram.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHistogram</a>
310, <a class="el" href="classarm__compute_1_1_c_l_histogram_border_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHistogramBorderKernel</a>
311, <a class="el" href="classarm__compute_1_1_c_l_histogram_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHistogramKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100312, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHOGBlockNormalizationKernel</a>
313, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_descriptor.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHOGDescriptor</a>
314, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_detector.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHOGDetector</a>
315, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_detector_kernel.xhtml#ac8f1ca778b425c6408a93b672b041dd0">CLHOGDetectorKernel</a>
316, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_gradient.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHOGGradient</a>
317, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHOGMultiDetection</a>
318, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHOGOrientationBinningKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000319, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLIm2ColKernel</a>
320, <a class="el" href="classarm__compute_1_1_c_l_integral_image.xhtml#ad1717410afd0be936c6213a63c8005fb">CLIntegralImage</a>
321, <a class="el" href="classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLIntegralImageVertKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100322, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize.xhtml#ad1717410afd0be936c6213a63c8005fb">CLL2Normalize</a>
323, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLL2NormalizeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000324, <a class="el" href="classarm__compute_1_1_c_l_laplacian_pyramid.xhtml#ad1717410afd0be936c6213a63c8005fb">CLLaplacianPyramid</a>
325, <a class="el" href="classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml#ad1717410afd0be936c6213a63c8005fb">CLLaplacianReconstruct</a>
326, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLKTrackerFinalizeKernel</a>
327, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLKTrackerInitKernel</a>
328, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLKTrackerStage0Kernel</a>
329, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLKTrackerStage1Kernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100330, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLLocallyConnectedLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100331, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLocallyConnectedMatrixMultiplyKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000332, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLogits1DNormKernel</a>
333, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLogits1DShiftExpSumKernel</a>
334, <a class="el" href="classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMagnitudePhaseKernel</a>
335, <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev.xhtml#ad1717410afd0be936c6213a63c8005fb">CLMeanStdDev</a>
336, <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMeanStdDevKernel</a>
337, <a class="el" href="classarm__compute_1_1_c_l_min_max_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMinMaxKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100338, <a class="el" href="classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMinMaxLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000339, <a class="el" href="classarm__compute_1_1_c_l_min_max_location.xhtml#ad1717410afd0be936c6213a63c8005fb">CLMinMaxLocation</a>
340, <a class="el" href="classarm__compute_1_1_c_l_min_max_location_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMinMaxLocationKernel</a>
341, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLNormalizationLayer</a>
342, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLNormalizationLayerKernel</a>
343, <a class="el" href="classarm__compute_1_1_c_l_optical_flow.xhtml#ad1717410afd0be936c6213a63c8005fb">CLOpticalFlow</a>
344, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLPixelWiseMultiplicationKernel</a>
345, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLPoolingLayerKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100346, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLQuantizationLayer</a>
347, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLQuantizationLayerKernel</a>
348, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation.xhtml#ad1717410afd0be936c6213a63c8005fb">CLReductionOperation</a>
349, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLReductionOperationKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000350, <a class="el" href="classarm__compute_1_1_c_l_remap_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLRemapKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100351, <a class="el" href="classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLReshapeLayerKernel</a>
352, <a class="el" href="classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLROIPoolingLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000353, <a class="el" href="classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLScharr3x3Kernel</a>
354, <a class="el" href="classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel3x3Kernel</a>
355, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5.xhtml#ad1717410afd0be936c6213a63c8005fb">CLSobel5x5</a>
356, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel5x5HorKernel</a>
357, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel5x5VertKernel</a>
358, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7.xhtml#ad1717410afd0be936c6213a63c8005fb">CLSobel7x7</a>
359, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel7x7HorKernel</a>
360, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel7x7VertKernel</a>
361, <a class="el" href="classarm__compute_1_1_c_l_softmax_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLSoftmaxLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100362, <a class="el" href="classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLWeightsReshapeKernel</a>
363, <a class="el" href="classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">CPPCornerCandidatesKernel</a>
364, <a class="el" href="classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">CPPDetectionWindowNonMaximaSuppressionKernel</a>
365, <a class="el" href="classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">CPPSortEuclideanDistanceKernel</a>
366, <a class="el" href="classarm__compute_1_1graph_1_1_c_l_map.xhtml#ad1717410afd0be936c6213a63c8005fb">CLMap</a>
367, <a class="el" href="classarm__compute_1_1graph_1_1_c_l_unmap.xhtml#ad1717410afd0be936c6213a63c8005fb">CLUnmap</a>
368, <a class="el" href="classarm__compute_1_1graph_1_1_graph.xhtml#a13a43e6d814de94978c515cb084873b1">Graph</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000369, <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#af6a174d47571f51f199ffc27ecc10f51">ICLKernel</a>
370, <a class="el" href="classarm__compute_1_1_i_c_l_simple2_d_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">ICLSimple2DKernel</a>
371, <a class="el" href="classarm__compute_1_1_i_c_l_simple3_d_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">ICLSimple3DKernel</a>
372, <a class="el" href="classarm__compute_1_1_i_c_l_simple_function.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">ICLSimpleFunction</a>
Kaizen8938bd32017-09-28 14:38:23 +0100373, <a class="el" href="classarm__compute_1_1_i_c_p_p_kernel.xhtml#af814ff5e96f40f1cccf809b2b4ee19ef">ICPPKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000374, <a class="el" href="classarm__compute_1_1_i_function.xhtml#a18954417d3124a8095783ea13dc6d00b">IFunction</a>
375, <a class="el" href="classarm__compute_1_1_i_n_e_simple_function.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">INESimpleFunction</a>
Kaizen8938bd32017-09-28 14:38:23 +0100376, <a class="el" href="classarm__compute_1_1_i_n_e_warp_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">INEWarpKernel</a>
377, <a class="el" href="classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAbsoluteDifferenceKernel</a>
378, <a class="el" href="classarm__compute_1_1_n_e_accumulate_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAccumulateKernel</a>
379, <a class="el" href="classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAccumulateSquaredKernel</a>
380, <a class="el" href="classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAccumulateWeightedFP16Kernel</a>
381, <a class="el" href="classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAccumulateWeightedKernel</a>
382, <a class="el" href="classarm__compute_1_1_n_e_activation_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEActivationLayerKernel</a>
383, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEArithmeticAdditionKernel</a>
384, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEArithmeticSubtractionKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100385, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEBatchNormalizationLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100386, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBatchNormalizationLayerKernel</a>
387, <a class="el" href="classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBitwiseAndKernel</a>
388, <a class="el" href="classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBitwiseNotKernel</a>
389, <a class="el" href="classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBitwiseOrKernel</a>
390, <a class="el" href="classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBitwiseXorKernel</a>
391, <a class="el" href="classarm__compute_1_1_n_e_box3x3_f_p16_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBox3x3FP16Kernel</a>
392, <a class="el" href="classarm__compute_1_1_n_e_box3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBox3x3Kernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000393, <a class="el" href="classarm__compute_1_1_n_e_canny_edge.xhtml#ad1717410afd0be936c6213a63c8005fb">NECannyEdge</a>
Kaizen8938bd32017-09-28 14:38:23 +0100394, <a class="el" href="classarm__compute_1_1_n_e_channel_combine_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEChannelCombineKernel</a>
395, <a class="el" href="classarm__compute_1_1_n_e_channel_extract_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEChannelExtractKernel</a>
396, <a class="el" href="classarm__compute_1_1_n_e_col2_im_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NECol2ImKernel</a>
397, <a class="el" href="classarm__compute_1_1_n_e_color_convert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEColorConvertKernel</a>
398, <a class="el" href="classarm__compute_1_1_n_e_convolution_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEConvolutionKernel&lt; matrix_size &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000399, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEConvolutionLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100400, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml#ad1717410afd0be936c6213a63c8005fb">NEConvolutionLayerReshapeWeights</a>
Kaizen8938bd32017-09-28 14:38:23 +0100401, <a class="el" href="classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEConvolutionRectangleKernel</a>
Anthony Barbier46d59272017-05-04 09:15:15 +0100402, <a class="el" href="classarm__compute_1_1_n_e_convolution_square.xhtml#ad1717410afd0be936c6213a63c8005fb">NEConvolutionSquare&lt; matrix_size &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100403, <a class="el" href="classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NECumulativeDistributionKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100404, <a class="el" href="classarm__compute_1_1_n_e_depth_concatenate.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDepthConcatenate</a>
Kaizen8938bd32017-09-28 14:38:23 +0100405, <a class="el" href="classarm__compute_1_1_n_e_depth_concatenate_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDepthConcatenateKernel</a>
406, <a class="el" href="classarm__compute_1_1_n_e_depth_convert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDepthConvertKernel</a>
407, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDequantizationLayer</a>
408, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDequantizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000409, <a class="el" href="classarm__compute_1_1_n_e_derivative.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDerivative</a>
Kaizen8938bd32017-09-28 14:38:23 +0100410, <a class="el" href="classarm__compute_1_1_n_e_derivative_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDerivativeKernel</a>
411, <a class="el" href="classarm__compute_1_1_n_e_dilate_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDilateKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100412, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDirectConvolutionLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100413, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDirectConvolutionLayerBiasAccumulateKernel</a>
414, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDirectConvolutionLayerKernel</a>
415, <a class="el" href="classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEEdgeNonMaxSuppressionKernel</a>
416, <a class="el" href="classarm__compute_1_1_n_e_edge_trace_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEEdgeTraceKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000417, <a class="el" href="classarm__compute_1_1_n_e_equalize_histogram.xhtml#ad1717410afd0be936c6213a63c8005fb">NEEqualizeHistogram</a>
Kaizen8938bd32017-09-28 14:38:23 +0100418, <a class="el" href="classarm__compute_1_1_n_e_erode_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEErodeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000419, <a class="el" href="classarm__compute_1_1_n_e_fast_corners.xhtml#ad1717410afd0be936c6213a63c8005fb">NEFastCorners</a>
Kaizen8938bd32017-09-28 14:38:23 +0100420, <a class="el" href="classarm__compute_1_1_n_e_fast_corners_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFastCornersKernel</a>
421, <a class="el" href="classarm__compute_1_1_n_e_fill_array_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFillArrayKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000422, <a class="el" href="classarm__compute_1_1_n_e_fill_border.xhtml#ad1717410afd0be936c6213a63c8005fb">NEFillBorder</a>
Kaizen8938bd32017-09-28 14:38:23 +0100423, <a class="el" href="classarm__compute_1_1_n_e_fill_border_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFillBorderKernel</a>
424, <a class="el" href="classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFillInnerBorderKernel</a>
425, <a class="el" href="classarm__compute_1_1_n_e_floor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFloorKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000426, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEFullyConnectedLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100427, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml#ad1717410afd0be936c6213a63c8005fb">NEFullyConnectedLayerReshapeWeights</a>
Kaizen8938bd32017-09-28 14:38:23 +0100428, <a class="el" href="classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGaussian3x3Kernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000429, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGaussian5x5</a>
Kaizen8938bd32017-09-28 14:38:23 +0100430, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGaussian5x5HorKernel</a>
431, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGaussian5x5VertKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000432, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGaussianPyramidHalf</a>
Kaizen8938bd32017-09-28 14:38:23 +0100433, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGaussianPyramidHorKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000434, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGaussianPyramidOrb</a>
Kaizen8938bd32017-09-28 14:38:23 +0100435, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGaussianPyramidVertKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000436, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGEMM</a>
Kaizen8938bd32017-09-28 14:38:23 +0100437, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMAArch32Kernel</a>
438, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMAArch64Kernel</a>
439, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMInterleave4x4Kernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000440, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGEMMLowp</a>
Kaizen8938bd32017-09-28 14:38:23 +0100441, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMLowpMatrixMultiplyKernel</a>
442, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMMatrixAccumulateBiasesKernel</a>
443, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMMatrixAdditionKernel</a>
444, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMMatrixMultiplyKernel</a>
445, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMTranspose1xWKernel</a>
446, <a class="el" href="classarm__compute_1_1_n_e_gradient_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGradientKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000447, <a class="el" href="classarm__compute_1_1_n_e_harris_corners.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHarrisCorners</a>
Kaizen8938bd32017-09-28 14:38:23 +0100448, <a class="el" href="classarm__compute_1_1_n_e_harris_score_f_p16_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEHarrisScoreFP16Kernel&lt; block_size &gt;</a>
449, <a class="el" href="classarm__compute_1_1_n_e_harris_score_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEHarrisScoreKernel&lt; block_size &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000450, <a class="el" href="classarm__compute_1_1_n_e_histogram.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHistogram</a>
Kaizen8938bd32017-09-28 14:38:23 +0100451, <a class="el" href="classarm__compute_1_1_n_e_histogram_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEHistogramKernel</a>
452, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEHOGBlockNormalizationKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000453, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHOGDescriptor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100454, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_detector_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEHOGDetectorKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000455, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_gradient.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHOGGradient</a>
456, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_multi_detection.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHOGMultiDetection</a>
Kaizen8938bd32017-09-28 14:38:23 +0100457, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEHOGOrientationBinningKernel</a>
458, <a class="el" href="classarm__compute_1_1_n_e_im2_col_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEIm2ColKernel</a>
459, <a class="el" href="classarm__compute_1_1_n_e_integral_image_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEIntegralImageKernel</a>
460, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize.xhtml#ad1717410afd0be936c6213a63c8005fb">NEL2Normalize</a>
461, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEL2NormalizeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000462, <a class="el" href="classarm__compute_1_1_n_e_laplacian_pyramid.xhtml#ad1717410afd0be936c6213a63c8005fb">NELaplacianPyramid</a>
463, <a class="el" href="classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml#ad1717410afd0be936c6213a63c8005fb">NELaplacianReconstruct</a>
Kaizen8938bd32017-09-28 14:38:23 +0100464, <a class="el" href="classarm__compute_1_1_n_e_l_k_tracker_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NELKTrackerKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100465, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NELocallyConnectedLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100466, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NELocallyConnectedMatrixMultiplyKernel</a>
467, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NELogits1DMaxKernel</a>
468, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_norm_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NELogits1DNormKernel</a>
469, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NELogits1DShiftExpSumKernel</a>
470, <a class="el" href="classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMagnitudePhaseFP16Kernel&lt; mag_type, phase_type &gt;</a>
471, <a class="el" href="classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMagnitudePhaseKernel&lt; mag_type, phase_type &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000472, <a class="el" href="classarm__compute_1_1_n_e_mean_std_dev.xhtml#ad1717410afd0be936c6213a63c8005fb">NEMeanStdDev</a>
Kaizen8938bd32017-09-28 14:38:23 +0100473, <a class="el" href="classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMeanStdDevKernel</a>
474, <a class="el" href="classarm__compute_1_1_n_e_median3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMedian3x3Kernel</a>
475, <a class="el" href="classarm__compute_1_1_n_e_min_max_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMinMaxKernel</a>
476, <a class="el" href="classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMinMaxLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000477, <a class="el" href="classarm__compute_1_1_n_e_min_max_location.xhtml#ad1717410afd0be936c6213a63c8005fb">NEMinMaxLocation</a>
Kaizen8938bd32017-09-28 14:38:23 +0100478, <a class="el" href="classarm__compute_1_1_n_e_min_max_location_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMinMaxLocationKernel</a>
479, <a class="el" href="classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NENonLinearFilterKernel</a>
480, <a class="el" href="classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NENonMaximaSuppression3x3Kernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000481, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NENormalizationLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100482, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NENormalizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000483, <a class="el" href="classarm__compute_1_1_n_e_optical_flow.xhtml#ad1717410afd0be936c6213a63c8005fb">NEOpticalFlow</a>
Kaizen8938bd32017-09-28 14:38:23 +0100484, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEPixelWiseMultiplicationKernel</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100485, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEPoolingLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100486, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEPoolingLayerKernel</a>
487, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEQuantizationLayer</a>
488, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEQuantizationLayerKernel</a>
489, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation.xhtml#ad1717410afd0be936c6213a63c8005fb">NEReductionOperation</a>
490, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEReductionOperationKernel</a>
491, <a class="el" href="classarm__compute_1_1_n_e_remap_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NERemapKernel</a>
492, <a class="el" href="classarm__compute_1_1_n_e_reshape_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEReshapeLayerKernel</a>
493, <a class="el" href="classarm__compute_1_1_n_e_r_o_i_pooling_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEROIPoolingLayer</a>
494, <a class="el" href="classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEROIPoolingLayerKernel</a>
495, <a class="el" href="classarm__compute_1_1_n_e_scale.xhtml#ad1717410afd0be936c6213a63c8005fb">NEScale</a>
496, <a class="el" href="classarm__compute_1_1_n_e_scale_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEScaleKernel</a>
497, <a class="el" href="classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEScharr3x3Kernel</a>
498, <a class="el" href="classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESeparableConvolutionHorKernel&lt; matrix_size &gt;</a>
499, <a class="el" href="classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESeparableConvolutionVertKernel&lt; matrix_size &gt;</a>
500, <a class="el" href="classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel3x3Kernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000501, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5.xhtml#ad1717410afd0be936c6213a63c8005fb">NESobel5x5</a>
Kaizen8938bd32017-09-28 14:38:23 +0100502, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel5x5HorKernel</a>
503, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel5x5VertKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000504, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7.xhtml#ad1717410afd0be936c6213a63c8005fb">NESobel7x7</a>
Kaizen8938bd32017-09-28 14:38:23 +0100505, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel7x7HorKernel</a>
506, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel7x7VertKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000507, <a class="el" href="classarm__compute_1_1_n_e_softmax_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NESoftmaxLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100508, <a class="el" href="classarm__compute_1_1_n_e_table_lookup_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NETableLookupKernel</a>
509, <a class="el" href="classarm__compute_1_1_n_e_threshold_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEThresholdKernel</a>
510, <a class="el" href="classarm__compute_1_1_n_e_transpose_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NETransposeKernel</a>
511, <a class="el" href="classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEWeightsReshapeKernel</a>
512, <a class="el" href="classarm__compute_1_1test_1_1_activation_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">ActivationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
513, <a class="el" href="classarm__compute_1_1test_1_1_alex_net_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">AlexNetFixture&lt; ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
514, <a class="el" href="classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">BatchNormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
515, <a class="el" href="classarm__compute_1_1test_1_1_convolution_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">ConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
516, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_convolution_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">DepthwiseConvolutionFixture&lt; TensorType, Function, Accessor &gt;</a>
517, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">DepthwiseSeparableConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
518, <a class="el" href="classarm__compute_1_1test_1_1_floor_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">FloorFixture&lt; TensorType, Function, Accessor &gt;</a>
519, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a149ad6701e3e2414cb566bb414029841">Framework</a>
520, <a class="el" href="classarm__compute_1_1test_1_1_fully_connected_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">FullyConnectedLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
521, <a class="el" href="classarm__compute_1_1test_1_1_g_e_m_m_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">GEMMFixture&lt; TensorType, Function, Accessor &gt;</a>
522, <a class="el" href="classarm__compute_1_1test_1_1_le_net5_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">LeNet5Fixture&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
523, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_alex_net_network.xhtml#a13a43e6d814de94978c515cb084873b1">AlexNetNetwork&lt; ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
524, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_le_net5_network.xhtml#a13a43e6d814de94978c515cb084873b1">LeNet5Network&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
525, <a class="el" href="classarm__compute_1_1test_1_1_normalization_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">NormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
526, <a class="el" href="classarm__compute_1_1test_1_1_pooling_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">PoolingLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
527, <a class="el" href="classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture.xhtml#a13a43e6d814de94978c515cb084873b1">ROIPoolingLayerFixture&lt; TensorType, Function, Accessor, Array_T, ArrayAccessor &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000528</li>
529</ul>
530</div><!-- contents -->
531</div><!-- doc-content -->
532<!-- start footer part -->
533<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
534 <ul>
Kaizenbf8b01d2017-10-12 14:26:51 +0100535 <li class="footer">Generated on Thu Oct 12 2017 14:26:39 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000536 <a href="http://www.doxygen.org/index.html">
Kaizen8938bd32017-09-28 14:38:23 +0100537 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000538 </ul>
539</div>
540</body>
541</html>