blob: 685bbb201e2fb05eb21fe14a68c8af6db5d320ca [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001<!-- HTML header for doxygen 1.8.9.1-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +00007<meta name="generator" content="Doxygen 1.8.11"/>
Anthony Barbier871448e2017-03-24 14:54:29 +00008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
Anthony Barbierdbdab852017-06-23 15:42:00 +01009<title>Compute Library: Data Fields - Functions</title>
Anthony Barbier871448e2017-03-24 14:54:29 +000010<link href="tabs.css" rel="stylesheet" type="text/css"/>
11<script type="text/javascript" src="jquery.js"></script>
12<script type="text/javascript" src="dynsections.js"></script>
13<link href="navtree.css" rel="stylesheet" type="text/css"/>
14<script type="text/javascript" src="resize.js"></script>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000015<script type="text/javascript" src="navtreedata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000016<script type="text/javascript" src="navtree.js"></script>
17<script type="text/javascript">
18 $(document).ready(initResizable);
19 $(window).load(resizeHeight);
20</script>
21<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000022<script type="text/javascript" src="search/searchdata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000023<script type="text/javascript" src="search/search.js"></script>
24<script type="text/javascript">
Anthony Barbier8140e1e2017-12-14 23:48:46 +000025 $(document).ready(function() { init_search(); });
Anthony Barbier871448e2017-03-24 14:54:29 +000026</script>
27<script type="text/x-mathjax-config">
28 MathJax.Hub.Config({
29 extensions: ["tex2jax.js"],
30 jax: ["input/TeX","output/HTML-CSS"],
31});
Anthony Barbier8140e1e2017-12-14 23:48:46 +000032</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000033<link href="doxygen.css" rel="stylesheet" type="text/css" />
34</head>
35<body>
36<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
37<div id="titlearea">
38<table cellspacing="0" cellpadding="0">
39 <tbody>
40 <tr style="height: 56px;">
41 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010042 <div id="projectname">Compute Library
Jenkins52ba29e2018-08-29 15:32:11 +000043 &#160;<span id="projectnumber">18.08</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000044 </div>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!-- end header part -->
Anthony Barbier8140e1e2017-12-14 23:48:46 +000051<!-- Generated by Doxygen 1.8.11 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000052<script type="text/javascript">
53var searchBox = new SearchBox("searchBox", "search",false,'Search');
54</script>
55 <div id="navrow1" class="tabs">
56 <ul class="tablist">
57 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010058 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000059 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
60 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
61 <li><a href="files.xhtml"><span>Files</span></a></li>
62 <li>
63 <div id="MSearchBox" class="MSearchBoxInactive">
64 <span class="left">
65 <img id="MSearchSelect" src="search/mag_sel.png"
66 onmouseover="return searchBox.OnSearchSelectShow()"
67 onmouseout="return searchBox.OnSearchSelectHide()"
68 alt=""/>
69 <input type="text" id="MSearchField" value="Search" accesskey="S"
70 onfocus="searchBox.OnSearchFieldFocus(true)"
71 onblur="searchBox.OnSearchFieldFocus(false)"
72 onkeyup="searchBox.OnSearchFieldChange(event)"/>
73 </span><span class="right">
74 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
75 </span>
76 </div>
77 </li>
78 </ul>
79 </div>
80 <div id="navrow2" class="tabs2">
81 <ul class="tablist">
82 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
83 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
84 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
85 <li class="current"><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
86 </ul>
87 </div>
88 <div id="navrow3" class="tabs2">
89 <ul class="tablist">
90 <li><a href="functions.xhtml"><span>All</span></a></li>
91 <li class="current"><a href="functions_func.xhtml"><span>Functions</span></a></li>
92 <li><a href="functions_vars.xhtml"><span>Variables</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010093 <li><a href="functions_type.xhtml"><span>Typedefs</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000094 <li><a href="functions_enum.xhtml"><span>Enumerations</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010095 <li><a href="functions_rela.xhtml"><span>Related&#160;Functions</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000096 </ul>
97 </div>
98 <div id="navrow4" class="tabs3">
99 <ul class="tablist">
100 <li><a href="functions_func.xhtml#index_a"><span>a</span></a></li>
101 <li><a href="functions_func_b.xhtml#index_b"><span>b</span></a></li>
102 <li><a href="functions_func_c.xhtml#index_c"><span>c</span></a></li>
103 <li><a href="functions_func_d.xhtml#index_d"><span>d</span></a></li>
104 <li><a href="functions_func_e.xhtml#index_e"><span>e</span></a></li>
105 <li><a href="functions_func_f.xhtml#index_f"><span>f</span></a></li>
106 <li><a href="functions_func_g.xhtml#index_g"><span>g</span></a></li>
107 <li><a href="functions_func_h.xhtml#index_h"><span>h</span></a></li>
108 <li><a href="functions_func_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100109 <li><a href="functions_func_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000110 <li><a href="functions_func_k.xhtml#index_k"><span>k</span></a></li>
111 <li><a href="functions_func_l.xhtml#index_l"><span>l</span></a></li>
112 <li><a href="functions_func_m.xhtml#index_m"><span>m</span></a></li>
113 <li><a href="functions_func_n.xhtml#index_n"><span>n</span></a></li>
114 <li><a href="functions_func_o.xhtml#index_o"><span>o</span></a></li>
115 <li><a href="functions_func_p.xhtml#index_p"><span>p</span></a></li>
116 <li><a href="functions_func_q.xhtml#index_q"><span>q</span></a></li>
117 <li class="current"><a href="functions_func_r.xhtml#index_r"><span>r</span></a></li>
118 <li><a href="functions_func_s.xhtml#index_s"><span>s</span></a></li>
119 <li><a href="functions_func_t.xhtml#index_t"><span>t</span></a></li>
120 <li><a href="functions_func_u.xhtml#index_u"><span>u</span></a></li>
121 <li><a href="functions_func_v.xhtml#index_v"><span>v</span></a></li>
122 <li><a href="functions_func_w.xhtml#index_w"><span>w</span></a></li>
123 <li><a href="functions_func_x.xhtml#index_x"><span>x</span></a></li>
124 <li><a href="functions_func_y.xhtml#index_y"><span>y</span></a></li>
125 <li><a href="functions_func_z.xhtml#index_z"><span>z</span></a></li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000126 <li><a href="functions_func_0x7e.xhtml#index_0x7e"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000127 </ul>
128 </div>
129</div><!-- top -->
130<div id="side-nav" class="ui-resizable side-nav-resizable">
131 <div id="nav-tree">
132 <div id="nav-tree-contents">
133 <div id="nav-sync" class="sync"></div>
134 </div>
135 </div>
136 <div id="splitbar" style="-moz-user-select:none;"
137 class="ui-resizable-handle">
138 </div>
139</div>
140<script type="text/javascript">
141$(document).ready(function(){initNavTree('functions_func_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)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000149</div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000150
151<!-- iframe showing the search results (closed by default) -->
152<div id="MSearchResultsWindow">
153<iframe src="javascript:void(0)" frameborder="0"
154 name="MSearchResults" id="MSearchResults">
155</iframe>
156</div>
157
158<div class="contents">
159&#160;
160
161<h3><a class="anchor" id="index_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 Barbier871448e2017-03-24 14:54:29 +0000165<li>range()
166: <a class="el" href="classarm__compute_1_1_i_distribution1_d.xhtml#ac548d0ee88978d0ba481323aab25e46a">IDistribution1D</a>
167</li>
Kaizen8938bd32017-09-28 14:38:23 +0100168<li>RangeDataset()
Kaizenbf8b01d2017-10-12 14:26:51 +0100169: <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 +0100170</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000171<li>raw_data()
172: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml#a0623ef2a13ff9b6728dff006ae6cbc47">Measurement</a>
173</li>
Kaizen8938bd32017-09-28 14:38:23 +0100174<li>RawLutAccessor()
Jenkins52ba29e2018-08-29 15:32:11 +0000175: <a class="el" href="classarm__compute_1_1test_1_1_raw_lut_accessor.xhtml#ac73e9acd175097a3afe144cb38c1c648">RawLutAccessor&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100176</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100177<li>RawTensor()
Jenkins52ba29e2018-08-29 15:32:11 +0000178: <a class="el" href="classarm__compute_1_1test_1_1_raw_tensor.xhtml#a370d2eeb42fcf98ffe3383f1089d48c5">RawTensor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100179</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100180<li>recurrent_to_input_weights()
181: <a class="el" href="classarm__compute_1_1_l_s_t_m_params.xhtml#ab09e516de7730aa737e2905630dfc644">LSTMParams&lt; T &gt;</a>
182</li>
183<li>region()
184: <a class="el" href="classarm__compute_1_1_c_l_memory.xhtml#a09a88c8dfa3028d099bec0cc4987c6e0">CLMemory</a>
185, <a class="el" href="classarm__compute_1_1_memory.xhtml#a74a4b0c3ccc98a7c6b330ac26de2c7e5">Memory</a>
Kaizen8938bd32017-09-28 14:38:23 +0100186</li>
187<li>register_group()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000188: <a class="el" href="classarm__compute_1_1_i_lifetime_manager.xhtml#af9aed2d52d9469aa2a49f8c7ece1f082">ILifetimeManager</a>
189, <a class="el" href="classarm__compute_1_1_i_simple_lifetime_manager.xhtml#a93fc2c6a7ebb5d8f44c67d492347d054">ISimpleLifetimeManager</a>
Kaizen8938bd32017-09-28 14:38:23 +0100190</li>
191<li>register_pool()
192: <a class="el" href="classarm__compute_1_1_i_pool_manager.xhtml#af5ecacf4a9d67777dacc2bf917a52db4">IPoolManager</a>
193, <a class="el" href="classarm__compute_1_1_pool_manager.xhtml#a40713b55ad2d6ddb4ccead1f9e535a05">PoolManager</a>
194</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000195<li>reinterpret_input_as_3d()
196: <a class="el" href="classarm__compute_1_1_g_e_m_m_info.xhtml#acda569cd6d5c6cfec7c98e9076d4bbd9">GEMMInfo</a>
197, <a class="el" href="classarm__compute_1_1_g_e_m_m_reshape_info.xhtml#acda569cd6d5c6cfec7c98e9076d4bbd9">GEMMReshapeInfo</a>
198</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000199<li>relative_standard_deviation()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000200: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instruments_stats.xhtml#a155015b9a1c2f991a2089c6e78425d1a">InstrumentsStats</a>
201, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml#a9666a65078cee68787a9aad555ad0793">Measurement::Value</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000202</li>
Kaizen8938bd32017-09-28 14:38:23 +0100203<li>RelativeTolerance()
204: <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml#afba8d635945ce2a2787199919de28572">RelativeTolerance&lt; T &gt;</a>
205</li>
206<li>release()
207: <a class="el" href="classarm__compute_1_1_blob_memory_pool.xhtml#af47c67ca8d1961b09543879bb734e8be">BlobMemoryPool</a>
208, <a class="el" href="classarm__compute_1_1_i_memory_group.xhtml#aab0a52fdd148a54108e7bf49287d7c47">IMemoryGroup</a>
209, <a class="el" href="classarm__compute_1_1_i_memory_pool.xhtml#ab9d340d42cc3ec933f5da369f1f808bb">IMemoryPool</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000210, <a class="el" href="classarm__compute_1_1_memory_group_base.xhtml#ad7ed3842c3160ae4b9f51acbf4564438">MemoryGroupBase&lt; TensorType &gt;</a>
211, <a class="el" href="classarm__compute_1_1_offset_memory_pool.xhtml#af47c67ca8d1961b09543879bb734e8be">OffsetMemoryPool</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000212, <a class="el" href="classarm__compute_1_1utils_1_1_j_p_e_g_loader.xhtml#a23b477d0e2d399f75d585d154c346591">JPEGLoader</a>
213</li>
214<li>release_backend_context()
215: <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_c_l_device_backend.xhtml#aa24d3f58d6e9c1d8c171d25defcdfb54">CLDeviceBackend</a>
216, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_g_c_device_backend.xhtml#aa24d3f58d6e9c1d8c171d25defcdfb54">GCDeviceBackend</a>
217, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_i_device_backend.xhtml#a449129d5832bab24106f9f67583dc8a1">IDeviceBackend</a>
218, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_n_e_device_backend.xhtml#aa24d3f58d6e9c1d8c171d25defcdfb54">NEDeviceBackend</a>
Kaizen8938bd32017-09-28 14:38:23 +0100219</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100220<li>release_if_unused()
221: <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_c_l_sub_tensor_handle.xhtml#ab02ec2036cf0299acc02f35ef56c2214">CLSubTensorHandle</a>
222, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_c_l_tensor_handle.xhtml#ab02ec2036cf0299acc02f35ef56c2214">CLTensorHandle</a>
223, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_g_c_tensor_handle.xhtml#ab02ec2036cf0299acc02f35ef56c2214">GCTensorHandle</a>
224, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_n_e_sub_tensor_handle.xhtml#ab02ec2036cf0299acc02f35ef56c2214">NESubTensorHandle</a>
225, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_n_e_tensor_handle.xhtml#ab02ec2036cf0299acc02f35ef56c2214">NETensorHandle</a>
226, <a class="el" href="classarm__compute_1_1graph_1_1_i_tensor_handle.xhtml#abbc6c72c0ecfa294674f11e9e63a7779">ITensorHandle</a>
227</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000228<li>relu()
229: <a class="el" href="structarm__compute_1_1detail_1_1relu.xhtml#afa289c53544950f1d702ac963124a5c8">relu&lt; T, S &gt;</a>
230</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100231<li>remove_connection()
232: <a class="el" href="classarm__compute_1_1graph_1_1_graph.xhtml#a4c8c62ae543a38ec4aac8f1a167fbb51">Graph</a>
233</li>
Kaizen8938bd32017-09-28 14:38:23 +0100234<li>remove_dimension()
235: <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#acb74edf42335de0dca0da5158b704c4b">TensorShape</a>
236</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000237<li>remove_logger()
238: <a class="el" href="classarm__compute_1_1logging_1_1_logger_registry.xhtml#a04f9779505522e380dde1c613d9cc9e8">LoggerRegistry</a>
239</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100240<li>remove_node()
241: <a class="el" href="classarm__compute_1_1graph_1_1_graph.xhtml#a09f8d22de4cd2a2881730ad58096c7c1">Graph</a>
242</li>
243<li>requested_target()
244: <a class="el" href="classarm__compute_1_1graph_1_1_i_node.xhtml#adddbd97837525a4714e28c955b3d98a4">INode</a>
245</li>
Kaizen8938bd32017-09-28 14:38:23 +0100246<li>required_padding()
247: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a2435ae6ac8638f53c4f315d3f11e84a7">PaddingCalculator</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100248</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000249<li>reset()
Kaizen8938bd32017-09-28 14:38:23 +0100250: <a class="el" href="classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml#ad39ad962255c717dcd5e53315ae37546">CLMinMaxLayerKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000251, <a class="el" href="classarm__compute_1_1graph__utils_1_1_validation_output_accessor.xhtml#ad20897c5c8bd47f5d4005989bead0e55">ValidationOutputAccessor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100252, <a class="el" href="classarm__compute_1_1_iterator.xhtml#a599f5025b7e6b8bfead740a88e56d5bc">Iterator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000253, <a class="el" href="classarm__compute_1_1_n_e_min_max_kernel.xhtml#ad20897c5c8bd47f5d4005989bead0e55">NEMinMaxKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100254, <a class="el" href="classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml#ad20897c5c8bd47f5d4005989bead0e55">NEMinMaxLayerKernel</a>
255, <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 +0000256</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000257<li>reset_padding()
258: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#afc135290818a7ae02d2195c013796fdd">ITensorInfo</a>
259, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#ad29c039b6f3c4534928ed99aa9f53027">SubTensorInfo</a>
260, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#ad29c039b6f3c4534928ed99aa9f53027">TensorInfo</a>
261</li>
262<li>reshape_b_only_on_first_run()
263: <a class="el" href="classarm__compute_1_1_g_e_m_m_info.xhtml#a8809341538b465964b81970388fc9ebc">GEMMInfo</a>
264</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000265<li>ReshapeLayer()
Jenkinsb3a371b2018-05-23 11:36:53 +0100266: <a class="el" href="classarm__compute_1_1graph_1_1frontend_1_1_reshape_layer.xhtml#aa3c4c9fd2bc62c95238f22172e8c10f1">ReshapeLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000267</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100268<li>ReshapeLayerNode()
269: <a class="el" href="classarm__compute_1_1graph_1_1_reshape_layer_node.xhtml#ad73495f25d71224729f8b237a6a3f9f4">ReshapeLayerNode</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000270</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000271<li>resize()
272: <a class="el" href="classarm__compute_1_1_i_array.xhtml#ae21b0e95ded2dcfb5e62848ea0193828">IArray&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100273, <a class="el" href="classarm__compute_1_1test_1_1_array_accessor.xhtml#a0cafaca7cb86d89b5f20f987448c341c">ArrayAccessor&lt; T &gt;</a>
274, <a class="el" href="classarm__compute_1_1test_1_1_c_l_array_accessor.xhtml#a0cafaca7cb86d89b5f20f987448c341c">CLArrayAccessor&lt; T &gt;</a>
275, <a class="el" href="classarm__compute_1_1test_1_1_i_array_accessor.xhtml#aa3243d314953e018ebcaf98128068110">IArrayAccessor&lt; T &gt;</a>
276</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000277<li>ResizeLayer()
278: <a class="el" href="classarm__compute_1_1graph_1_1frontend_1_1_resize_layer.xhtml#a6de958db405f92c48214eedd8c5a2a7b">ResizeLayer</a>
279</li>
280<li>ResizeLayerNode()
281: <a class="el" href="classarm__compute_1_1graph_1_1_resize_layer_node.xhtml#a23f214610ee778b923f9f9ffc5bf1b3e">ResizeLayerNode</a>
282</li>
283<li>retain_internal_weights()
284: <a class="el" href="classarm__compute_1_1_g_e_m_m_info.xhtml#a07182fe81d555511de0dff21c3483689">GEMMInfo</a>
285, <a class="el" href="classarm__compute_1_1_weights_info.xhtml#a07182fe81d555511de0dff21c3483689">WeightsInfo</a>
286</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100287<li>reverse_iterable()
288: <a class="el" href="classarm__compute_1_1utils_1_1iterable_1_1reverse__iterable.xhtml#a5053b946ca74887955fc65054f6df4e8">reverse_iterable&lt; T &gt;</a>
289</li>
Kaizen8938bd32017-09-28 14:38:23 +0100290<li>ROIPoolingLayerInfo()
291: <a class="el" href="classarm__compute_1_1_r_o_i_pooling_layer_info.xhtml#aeb18f7aaaa12486cd2cf6499c19059db">ROIPoolingLayerInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000292</li>
293<li>round()
294: <a class="el" href="classarm__compute_1_1_pad_stride_info.xhtml#a3d7de69b5d597f77362f3279c6ec1c44">PadStrideInfo</a>
295</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100296<li>rounding_policy()
297: <a class="el" href="classarm__compute_1_1graph_1_1_eltwise_layer_node.xhtml#ac3e40923663c50e346b1321a20af5a51">EltwiseLayerNode</a>
298</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000299<li>run()
Jenkins52ba29e2018-08-29 15:32:11 +0000300: <a class="el" href="classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLAbsoluteDifferenceKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100301, <a class="el" href="classarm__compute_1_1_c_l_activation_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLActivationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000302, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLArithmeticAdditionKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000303, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_division_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLArithmeticDivisionKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000304, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLArithmeticSubtractionKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100305, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLBatchNormalizationLayer</a>
306, <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 +0000307, <a class="el" href="classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLBitwiseAndKernel</a>
308, <a class="el" href="classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLBitwiseOrKernel</a>
309, <a class="el" href="classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLBitwiseXorKernel</a>
310, <a class="el" href="classarm__compute_1_1_c_l_canny_edge.xhtml#a108972ffc2f5536ceee15428b2b130ad">CLCannyEdge</a>
311, <a class="el" href="classarm__compute_1_1_c_l_channel_combine_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLChannelCombineKernel</a>
312, <a class="el" href="classarm__compute_1_1_c_l_channel_extract_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLChannelExtractKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100313, <a class="el" href="classarm__compute_1_1_c_l_channel_shuffle_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLChannelShuffleLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000314, <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLCol2ImKernel</a>
315, <a class="el" href="classarm__compute_1_1_c_l_color_convert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLColorConvertKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000316, <a class="el" href="classarm__compute_1_1_c_l_concatenate_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLConcatenateLayer</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100317, <a class="el" href="classarm__compute_1_1_c_l_convert_fully_connected_weights_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLConvertFullyConnectedWeightsKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000318, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLConvolutionLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100319, <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 +0000320, <a class="el" href="classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLConvolutionRectangleKernel</a>
321, <a class="el" href="classarm__compute_1_1_c_l_convolution_square.xhtml#ad1717410afd0be936c6213a63c8005fb">CLConvolutionSquare&lt; matrix_size &gt;</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100322, <a class="el" href="classarm__compute_1_1_c_l_copy_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLCopyKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000323, <a class="el" href="classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLCopyToArrayKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000324, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDeconvolutionLayer</a>
325, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer_upsample.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDeconvolutionLayerUpsample</a>
326, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDeconvolutionLayerUpsampleKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000327, <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDepthConcatenateLayer</a>
328, <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthConcatenateLayerKernel</a>
329, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDepthwiseConvolutionLayer3x3</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100330, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseConvolutionLayer3x3NCHWKernel</a>
331, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseConvolutionLayer3x3NHWCKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000332, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDepthwiseConvolutionLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100333, <a class="el" href="classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseIm2ColKernel</a>
334, <a class="el" href="classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDepthwiseSeparableConvolutionLayer</a>
335, <a class="el" href="classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseVectorToTensorKernel</a>
336, <a class="el" href="classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDepthwiseWeightsReshapeKernel</a>
337, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDequantizationLayer</a>
338, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDequantizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000339, <a class="el" href="classarm__compute_1_1_c_l_derivative_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDerivativeKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100340, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLDirectConvolutionLayer</a>
341, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDirectConvolutionLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000342, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLDirectConvolutionLayerOutputStageKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000343, <a class="el" href="classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLEdgeNonMaxSuppressionKernel</a>
344, <a class="el" href="classarm__compute_1_1_c_l_edge_trace_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLEdgeTraceKernel</a>
345, <a class="el" href="classarm__compute_1_1_c_l_equalize_histogram.xhtml#ad1717410afd0be936c6213a63c8005fb">CLEqualizeHistogram</a>
346, <a class="el" href="classarm__compute_1_1_c_l_fast_corners.xhtml#ad1717410afd0be936c6213a63c8005fb">CLFastCorners</a>
347, <a class="el" href="classarm__compute_1_1_c_l_fast_corners_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLFastCornersKernel</a>
348, <a class="el" href="classarm__compute_1_1_c_l_fill_border_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLFillBorderKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000349, <a class="el" href="classarm__compute_1_1_c_l_flatten_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLFlattenLayerKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100350, <a class="el" href="classarm__compute_1_1_c_l_floor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLFloorKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000351, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLFullyConnectedLayer</a>
352, <a class="el" href="classarm__compute_1_1_c_l_gaussian5x5.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGaussian5x5</a>
353, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGaussianPyramidHalf</a>
354, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGaussianPyramidHorKernel</a>
355, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGaussianPyramidOrb</a>
356, <a class="el" href="classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGaussianPyramidVertKernel</a>
357, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGEMM</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000358, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGEMMConvolutionLayer</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000359, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMInterleave4x4Kernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000360, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMLowpMatrixAReductionKernel</a>
361, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMLowpMatrixBReductionKernel</a>
362, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core.xhtml#ad1717410afd0be936c6213a63c8005fb">CLGEMMLowpMatrixMultiplyCore</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000363, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMLowpMatrixMultiplyKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000364, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMLowpOffsetContributionKernel</a>
365, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel</a>
366, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000367, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMMatrixAccumulateBiasesKernel</a>
368, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGEMMMatrixAdditionKernel</a>
369, <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 +0100370, <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 +0100371, <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 +0000372, <a class="el" href="classarm__compute_1_1_c_l_gradient_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLGradientKernel</a>
373, <a class="el" href="classarm__compute_1_1_c_l_harris_corners.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHarrisCorners</a>
374, <a class="el" href="classarm__compute_1_1_c_l_harris_score_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHarrisScoreKernel</a>
375, <a class="el" href="classarm__compute_1_1_c_l_histogram.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHistogram</a>
376, <a class="el" href="classarm__compute_1_1_c_l_histogram_border_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHistogramBorderKernel</a>
377, <a class="el" href="classarm__compute_1_1_c_l_histogram_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHistogramKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100378, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLHOGBlockNormalizationKernel</a>
379, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_descriptor.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHOGDescriptor</a>
380, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_detector.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHOGDetector</a>
381, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_detector_kernel.xhtml#ac8f1ca778b425c6408a93b672b041dd0">CLHOGDetectorKernel</a>
382, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_gradient.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHOGGradient</a>
383, <a class="el" href="classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml#ad1717410afd0be936c6213a63c8005fb">CLHOGMultiDetection</a>
384, <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 +0000385, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLIm2ColKernel</a>
386, <a class="el" href="classarm__compute_1_1_c_l_integral_image.xhtml#ad1717410afd0be936c6213a63c8005fb">CLIntegralImage</a>
387, <a class="el" href="classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLIntegralImageVertKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000388, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLL2NormalizeLayer</a>
389, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLL2NormalizeLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000390, <a class="el" href="classarm__compute_1_1_c_l_laplacian_pyramid.xhtml#ad1717410afd0be936c6213a63c8005fb">CLLaplacianPyramid</a>
391, <a class="el" href="classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml#ad1717410afd0be936c6213a63c8005fb">CLLaplacianReconstruct</a>
392, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLKTrackerFinalizeKernel</a>
393, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLKTrackerInitKernel</a>
394, <a class="el" href="classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLKTrackerStage0Kernel</a>
395, <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 +0100396, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLLocallyConnectedLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100397, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLocallyConnectedMatrixMultiplyKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000398, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLogits1DMaxShiftExpSumKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000399, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLogits1DNormKernel</a>
400, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLLogits1DShiftExpSumKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100401, <a class="el" href="classarm__compute_1_1_c_l_l_s_t_m_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLLSTMLayer</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000402, <a class="el" href="classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMagnitudePhaseKernel</a>
403, <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev.xhtml#ad1717410afd0be936c6213a63c8005fb">CLMeanStdDev</a>
404, <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMeanStdDevKernel</a>
405, <a class="el" href="classarm__compute_1_1_c_l_min_max_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMinMaxKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100406, <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 +0000407, <a class="el" href="classarm__compute_1_1_c_l_min_max_location.xhtml#ad1717410afd0be936c6213a63c8005fb">CLMinMaxLocation</a>
408, <a class="el" href="classarm__compute_1_1_c_l_min_max_location_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLMinMaxLocationKernel</a>
409, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLNormalizationLayer</a>
410, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLNormalizationLayerKernel</a>
411, <a class="el" href="classarm__compute_1_1_c_l_optical_flow.xhtml#ad1717410afd0be936c6213a63c8005fb">CLOpticalFlow</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000412, <a class="el" href="classarm__compute_1_1_c_l_permute_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLPermuteKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000413, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLPixelWiseMultiplicationKernel</a>
414, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLPoolingLayerKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100415, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLQuantizationLayer</a>
416, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLQuantizationLayerKernel</a>
417, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation.xhtml#ad1717410afd0be936c6213a63c8005fb">CLReductionOperation</a>
418, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLReductionOperationKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000419, <a class="el" href="classarm__compute_1_1_c_l_remap_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLRemapKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100420, <a class="el" href="classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLReshapeLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100421, <a class="el" href="classarm__compute_1_1_c_l_r_n_n_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLRNNLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100422, <a class="el" href="classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLROIPoolingLayerKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000423, <a class="el" href="classarm__compute_1_1_c_l_scale_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLScaleKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000424, <a class="el" href="classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLScharr3x3Kernel</a>
425, <a class="el" href="classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel3x3Kernel</a>
426, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5.xhtml#ad1717410afd0be936c6213a63c8005fb">CLSobel5x5</a>
427, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel5x5HorKernel</a>
428, <a class="el" href="classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel5x5VertKernel</a>
429, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7.xhtml#ad1717410afd0be936c6213a63c8005fb">CLSobel7x7</a>
430, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel7x7HorKernel</a>
431, <a class="el" href="classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLSobel7x7VertKernel</a>
432, <a class="el" href="classarm__compute_1_1_c_l_softmax_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLSoftmaxLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100433, <a class="el" href="classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLWeightsReshapeKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100434, <a class="el" href="classarm__compute_1_1_c_l_width_concatenate_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLWidthConcatenateLayer</a>
435, <a class="el" href="classarm__compute_1_1_c_l_width_concatenate_layer_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLWidthConcatenateLayerKernel</a>
436, <a class="el" href="classarm__compute_1_1_c_l_winograd_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">CLWinogradConvolutionLayer</a>
437, <a class="el" href="classarm__compute_1_1_c_l_winograd_filter_transform_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLWinogradFilterTransformKernel</a>
438, <a class="el" href="classarm__compute_1_1_c_l_winograd_input_transform_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLWinogradInputTransformKernel</a>
439, <a class="el" href="classarm__compute_1_1_c_l_winograd_output_transform_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">CLWinogradOutputTransformKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100440, <a class="el" href="classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">CPPCornerCandidatesKernel</a>
441, <a class="el" href="classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">CPPDetectionWindowNonMaximaSuppressionKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000442, <a class="el" href="classarm__compute_1_1_c_p_p_permute_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">CPPPermuteKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100443, <a class="el" href="classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">CPPSortEuclideanDistanceKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100444, <a class="el" href="classarm__compute_1_1_c_p_p_upsample_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">CPPUpsampleKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000445, <a class="el" href="classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCAbsoluteDifferenceKernel</a>
446, <a class="el" href="classarm__compute_1_1_g_c_activation_layer_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCActivationLayerKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000447, <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCArithmeticAdditionKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000448, <a class="el" href="classarm__compute_1_1_g_c_batch_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">GCBatchNormalizationLayer</a>
449, <a class="el" href="classarm__compute_1_1_g_c_batch_normalization_layer_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCBatchNormalizationLayerKernel</a>
450, <a class="el" href="classarm__compute_1_1_g_c_col2_im_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCCol2ImKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000451, <a class="el" href="classarm__compute_1_1_g_c_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">GCConvolutionLayer</a>
452, <a class="el" href="classarm__compute_1_1_g_c_convolution_layer_reshape_weights.xhtml#ad1717410afd0be936c6213a63c8005fb">GCConvolutionLayerReshapeWeights</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000453, <a class="el" href="classarm__compute_1_1_g_c_depth_concatenate_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">GCDepthConcatenateLayer</a>
454, <a class="el" href="classarm__compute_1_1_g_c_depth_concatenate_layer_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCDepthConcatenateLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000455, <a class="el" href="classarm__compute_1_1_g_c_depthwise_convolution_layer3x3.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">GCDepthwiseConvolutionLayer3x3</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000456, <a class="el" href="classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCDepthwiseConvolutionLayer3x3Kernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000457, <a class="el" href="classarm__compute_1_1_g_c_direct_convolution_layer.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">GCDirectConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000458, <a class="el" href="classarm__compute_1_1_g_c_direct_convolution_layer_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCDirectConvolutionLayerKernel&lt; kernel_size &gt;</a>
459, <a class="el" href="classarm__compute_1_1_g_c_dropout_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">GCDropoutLayer</a>
460, <a class="el" href="classarm__compute_1_1_g_c_dropout_layer_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCDropoutLayerKernel</a>
461, <a class="el" href="classarm__compute_1_1_g_c_fill_border_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCFillBorderKernel</a>
462, <a class="el" href="classarm__compute_1_1_g_c_fully_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">GCFullyConnectedLayer</a>
463, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m.xhtml#ad1717410afd0be936c6213a63c8005fb">GCGEMM</a>
464, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCGEMMInterleave4x4Kernel</a>
465, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCGEMMMatrixAccumulateBiasesKernel</a>
466, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCGEMMMatrixAdditionKernel</a>
467, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCGEMMMatrixMultiplyKernel</a>
468, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCGEMMTranspose1xWKernel</a>
469, <a class="el" href="classarm__compute_1_1_g_c_im2_col_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCIm2ColKernel</a>
470, <a class="el" href="classarm__compute_1_1_g_c_logits1_d_norm_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCLogits1DNormKernel</a>
471, <a class="el" href="classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCLogits1DShiftExpSumKernel</a>
472, <a class="el" href="classarm__compute_1_1_g_c_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">GCNormalizationLayer</a>
473, <a class="el" href="classarm__compute_1_1_g_c_normalization_layer_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCNormalizationLayerKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000474, <a class="el" href="classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">GCNormalizePlanarYUVLayer</a>
475, <a class="el" href="classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCNormalizePlanarYUVLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000476, <a class="el" href="classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCPixelWiseMultiplicationKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000477, <a class="el" href="classarm__compute_1_1_g_c_pooling_layer.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">GCPoolingLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000478, <a class="el" href="classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCPoolingLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000479, <a class="el" href="classarm__compute_1_1_g_c_scale_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCScaleKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000480, <a class="el" href="classarm__compute_1_1_g_c_softmax_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">GCSoftmaxLayer</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000481, <a class="el" href="classarm__compute_1_1_g_c_tensor_shift_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCTensorShiftKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000482, <a class="el" href="classarm__compute_1_1_g_c_transpose_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCTransposeKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000483, <a class="el" href="classarm__compute_1_1_g_c_weights_reshape_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">GCWeightsReshapeKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100484, <a class="el" href="classarm__compute_1_1graph_1_1frontend_1_1_stream.xhtml#a13a43e6d814de94978c515cb084873b1">Stream</a>
485, <a class="el" href="classarm__compute_1_1graph_1_1_pass_manager.xhtml#a8eca648ee39ca1381dfb511c11b31d96">PassManager</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000486, <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#af6a174d47571f51f199ffc27ecc10f51">ICLKernel</a>
487, <a class="el" href="classarm__compute_1_1_i_c_l_simple2_d_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">ICLSimple2DKernel</a>
488, <a class="el" href="classarm__compute_1_1_i_c_l_simple3_d_kernel.xhtml#a493987e85723a8000eb26d1f00e2ad0e">ICLSimple3DKernel</a>
489, <a class="el" href="classarm__compute_1_1_i_c_l_simple_function.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">ICLSimpleFunction</a>
Kaizen8938bd32017-09-28 14:38:23 +0100490, <a class="el" href="classarm__compute_1_1_i_c_p_p_kernel.xhtml#af814ff5e96f40f1cccf809b2b4ee19ef">ICPPKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000491, <a class="el" href="classarm__compute_1_1_i_c_p_p_simple_function.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">ICPPSimpleFunction</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000492, <a class="el" href="classarm__compute_1_1_i_function.xhtml#a18954417d3124a8095783ea13dc6d00b">IFunction</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000493, <a class="el" href="classarm__compute_1_1_i_g_c_kernel.xhtml#a6f56c8bb44166634652b877d6eb7a9a2">IGCKernel</a>
494, <a class="el" href="classarm__compute_1_1_i_g_c_simple2_d_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">IGCSimple2DKernel</a>
495, <a class="el" href="classarm__compute_1_1_i_g_c_simple3_d_kernel.xhtml#a8fd12b95bdde3f93db96bc9b1598db69">IGCSimple3DKernel</a>
496, <a class="el" href="classarm__compute_1_1_i_g_c_simple_function.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">IGCSimpleFunction</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000497, <a class="el" href="classarm__compute_1_1_i_n_e_simple_function.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">INESimpleFunction</a>
Kaizen8938bd32017-09-28 14:38:23 +0100498, <a class="el" href="classarm__compute_1_1_i_n_e_warp_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">INEWarpKernel</a>
499, <a class="el" href="classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAbsoluteDifferenceKernel</a>
500, <a class="el" href="classarm__compute_1_1_n_e_accumulate_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAccumulateKernel</a>
501, <a class="el" href="classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAccumulateSquaredKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100502, <a class="el" href="classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEAccumulateWeightedKernel</a>
503, <a class="el" href="classarm__compute_1_1_n_e_activation_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEActivationLayerKernel</a>
504, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEArithmeticAdditionKernel</a>
505, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEArithmeticSubtractionKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100506, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEBatchNormalizationLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100507, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBatchNormalizationLayerKernel</a>
508, <a class="el" href="classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBitwiseAndKernel</a>
509, <a class="el" href="classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBitwiseNotKernel</a>
510, <a class="el" href="classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBitwiseOrKernel</a>
511, <a class="el" href="classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBitwiseXorKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100512, <a class="el" href="classarm__compute_1_1_n_e_box3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEBox3x3Kernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000513, <a class="el" href="classarm__compute_1_1_n_e_canny_edge.xhtml#ad1717410afd0be936c6213a63c8005fb">NECannyEdge</a>
Kaizen8938bd32017-09-28 14:38:23 +0100514, <a class="el" href="classarm__compute_1_1_n_e_channel_combine_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEChannelCombineKernel</a>
515, <a class="el" href="classarm__compute_1_1_n_e_channel_extract_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEChannelExtractKernel</a>
516, <a class="el" href="classarm__compute_1_1_n_e_col2_im_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NECol2ImKernel</a>
517, <a class="el" href="classarm__compute_1_1_n_e_color_convert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEColorConvertKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000518, <a class="el" href="classarm__compute_1_1_n_e_concatenate_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEConcatenateLayer</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100519, <a class="el" href="classarm__compute_1_1_n_e_convert_fully_connected_weights.xhtml#ad1717410afd0be936c6213a63c8005fb">NEConvertFullyConnectedWeights</a>
520, <a class="el" href="classarm__compute_1_1_n_e_convert_fully_connected_weights_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEConvertFullyConnectedWeightsKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100521, <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 +0000522, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEConvolutionLayer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100523, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml#ad1717410afd0be936c6213a63c8005fb">NEConvolutionLayerReshapeWeights</a>
Kaizen8938bd32017-09-28 14:38:23 +0100524, <a class="el" href="classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEConvolutionRectangleKernel</a>
Anthony Barbier46d59272017-05-04 09:15:15 +0100525, <a class="el" href="classarm__compute_1_1_n_e_convolution_square.xhtml#ad1717410afd0be936c6213a63c8005fb">NEConvolutionSquare&lt; matrix_size &gt;</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000526, <a class="el" href="classarm__compute_1_1_n_e_copy_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NECopyKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100527, <a class="el" href="classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NECumulativeDistributionKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000528, <a class="el" href="classarm__compute_1_1_n_e_deconvolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDeconvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000529, <a class="el" href="classarm__compute_1_1_n_e_depth_concatenate_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDepthConcatenateLayer</a>
530, <a class="el" href="classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDepthConcatenateLayerKernel</a>
531, <a class="el" href="classarm__compute_1_1_n_e_depth_convert_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDepthConvertLayerKernel</a>
532, <a class="el" href="classarm__compute_1_1_n_e_depthwise_convolution_layer3x3.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDepthwiseConvolutionLayer3x3</a>
533, <a class="el" href="classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDepthwiseConvolutionLayer3x3Kernel</a>
534, <a class="el" href="classarm__compute_1_1_n_e_depthwise_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDepthwiseConvolutionLayer</a>
535, <a class="el" href="classarm__compute_1_1_n_e_depthwise_im2_col_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDepthwiseIm2ColKernel</a>
536, <a class="el" href="classarm__compute_1_1_n_e_depthwise_separable_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDepthwiseSeparableConvolutionLayer</a>
537, <a class="el" href="classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDepthwiseVectorToTensorKernel</a>
538, <a class="el" href="classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDepthwiseWeightsReshapeKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100539, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDequantizationLayer</a>
540, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDequantizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000541, <a class="el" href="classarm__compute_1_1_n_e_derivative.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDerivative</a>
Kaizen8938bd32017-09-28 14:38:23 +0100542, <a class="el" href="classarm__compute_1_1_n_e_derivative_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDerivativeKernel</a>
543, <a class="el" href="classarm__compute_1_1_n_e_dilate_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDilateKernel</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100544, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEDirectConvolutionLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100545, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDirectConvolutionLayerKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000546, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEDirectConvolutionLayerOutputStageKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100547, <a class="el" href="classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEEdgeNonMaxSuppressionKernel</a>
548, <a class="el" href="classarm__compute_1_1_n_e_edge_trace_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEEdgeTraceKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000549, <a class="el" href="classarm__compute_1_1_n_e_equalize_histogram.xhtml#ad1717410afd0be936c6213a63c8005fb">NEEqualizeHistogram</a>
Kaizen8938bd32017-09-28 14:38:23 +0100550, <a class="el" href="classarm__compute_1_1_n_e_erode_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEErodeKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000551, <a class="el" href="classarm__compute_1_1_n_e_fast_corners.xhtml#ad1717410afd0be936c6213a63c8005fb">NEFastCorners</a>
Kaizen8938bd32017-09-28 14:38:23 +0100552, <a class="el" href="classarm__compute_1_1_n_e_fast_corners_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFastCornersKernel</a>
553, <a class="el" href="classarm__compute_1_1_n_e_fill_array_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFillArrayKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000554, <a class="el" href="classarm__compute_1_1_n_e_fill_border.xhtml#ad1717410afd0be936c6213a63c8005fb">NEFillBorder</a>
Kaizen8938bd32017-09-28 14:38:23 +0100555, <a class="el" href="classarm__compute_1_1_n_e_fill_border_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFillBorderKernel</a>
556, <a class="el" href="classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFillInnerBorderKernel</a>
557, <a class="el" href="classarm__compute_1_1_n_e_floor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEFloorKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000558, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEFullyConnectedLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100559, <a class="el" href="classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGaussian3x3Kernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000560, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGaussian5x5</a>
Kaizen8938bd32017-09-28 14:38:23 +0100561, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGaussian5x5HorKernel</a>
562, <a class="el" href="classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGaussian5x5VertKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000563, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGaussianPyramidHalf</a>
Kaizen8938bd32017-09-28 14:38:23 +0100564, <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 +0000565, <a class="el" href="classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGaussianPyramidOrb</a>
Kaizen8938bd32017-09-28 14:38:23 +0100566, <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 +0000567, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGEMM</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000568, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch_1_1_i_fallback.xhtml#a18954417d3124a8095783ea13dc6d00b">NEGEMMAssemblyDispatch::IFallback</a>
569, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGEMMAssemblyDispatch</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000570, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGEMMConvolutionLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100571, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMInterleave4x4Kernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000572, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_interleaved_wrapper.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGEMMInterleavedWrapper</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000573, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGEMMLowpAssemblyMatrixMultiplyCore</a>
574, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMLowpMatrixAReductionKernel</a>
575, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMLowpMatrixBReductionKernel</a>
576, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.xhtml#ad1717410afd0be936c6213a63c8005fb">NEGEMMLowpMatrixMultiplyCore</a>
Kaizen8938bd32017-09-28 14:38:23 +0100577, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMLowpMatrixMultiplyKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000578, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMLowpOffsetContributionKernel</a>
579, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel</a>
580, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100581, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMMatrixAccumulateBiasesKernel</a>
582, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMMatrixAdditionKernel</a>
583, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMMatrixMultiplyKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000584, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMMatrixVectorMultiplyKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100585, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGEMMTranspose1xWKernel</a>
586, <a class="el" href="classarm__compute_1_1_n_e_gradient_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEGradientKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000587, <a class="el" href="classarm__compute_1_1_n_e_harris_corners.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHarrisCorners</a>
Kaizen8938bd32017-09-28 14:38:23 +0100588, <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 +0000589, <a class="el" href="classarm__compute_1_1_n_e_histogram.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHistogram</a>
Kaizen8938bd32017-09-28 14:38:23 +0100590, <a class="el" href="classarm__compute_1_1_n_e_histogram_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEHistogramKernel</a>
591, <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 +0000592, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHOGDescriptor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100593, <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 +0000594, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_gradient.xhtml#ad1717410afd0be936c6213a63c8005fb">NEHOGGradient</a>
595, <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 +0100596, <a class="el" href="classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEHOGOrientationBinningKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100597, <a class="el" href="classarm__compute_1_1_n_e_im2_col.xhtml#ad1717410afd0be936c6213a63c8005fb">NEIm2Col</a>
Kaizen8938bd32017-09-28 14:38:23 +0100598, <a class="el" href="classarm__compute_1_1_n_e_im2_col_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEIm2ColKernel</a>
599, <a class="el" href="classarm__compute_1_1_n_e_integral_image_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEIntegralImageKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000600, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEL2NormalizeLayer</a>
601, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEL2NormalizeLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000602, <a class="el" href="classarm__compute_1_1_n_e_laplacian_pyramid.xhtml#ad1717410afd0be936c6213a63c8005fb">NELaplacianPyramid</a>
603, <a class="el" href="classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml#ad1717410afd0be936c6213a63c8005fb">NELaplacianReconstruct</a>
Kaizen8938bd32017-09-28 14:38:23 +0100604, <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 +0100605, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NELocallyConnectedLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100606, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NELocallyConnectedMatrixMultiplyKernel</a>
607, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NELogits1DMaxKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000608, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_softmax_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NELogits1DSoftmaxKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100609, <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 +0000610, <a class="el" href="classarm__compute_1_1_n_e_mean_std_dev.xhtml#ad1717410afd0be936c6213a63c8005fb">NEMeanStdDev</a>
Kaizen8938bd32017-09-28 14:38:23 +0100611, <a class="el" href="classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMeanStdDevKernel</a>
612, <a class="el" href="classarm__compute_1_1_n_e_median3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMedian3x3Kernel</a>
613, <a class="el" href="classarm__compute_1_1_n_e_min_max_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMinMaxKernel</a>
614, <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 +0000615, <a class="el" href="classarm__compute_1_1_n_e_min_max_location.xhtml#ad1717410afd0be936c6213a63c8005fb">NEMinMaxLocation</a>
Kaizen8938bd32017-09-28 14:38:23 +0100616, <a class="el" href="classarm__compute_1_1_n_e_min_max_location_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEMinMaxLocationKernel</a>
617, <a class="el" href="classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NENonLinearFilterKernel</a>
618, <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 +0000619, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NENormalizationLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100620, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NENormalizationLayerKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000621, <a class="el" href="classarm__compute_1_1_n_e_optical_flow.xhtml#ad1717410afd0be936c6213a63c8005fb">NEOpticalFlow</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000622, <a class="el" href="classarm__compute_1_1_n_e_permute_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEPermuteKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100623, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEPixelWiseMultiplicationKernel</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100624, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEPoolingLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100625, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEPoolingLayerKernel</a>
626, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEQuantizationLayer</a>
627, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEQuantizationLayerKernel</a>
628, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation.xhtml#ad1717410afd0be936c6213a63c8005fb">NEReductionOperation</a>
629, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEReductionOperationKernel</a>
630, <a class="el" href="classarm__compute_1_1_n_e_remap_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NERemapKernel</a>
631, <a class="el" href="classarm__compute_1_1_n_e_reshape_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEReshapeLayerKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000632, <a class="el" href="classarm__compute_1_1_n_e_r_n_n_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NERNNLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100633, <a class="el" href="classarm__compute_1_1_n_e_r_o_i_pooling_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEROIPoolingLayer</a>
634, <a class="el" href="classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEROIPoolingLayerKernel</a>
635, <a class="el" href="classarm__compute_1_1_n_e_scale.xhtml#ad1717410afd0be936c6213a63c8005fb">NEScale</a>
636, <a class="el" href="classarm__compute_1_1_n_e_scale_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEScaleKernel</a>
637, <a class="el" href="classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEScharr3x3Kernel</a>
638, <a class="el" href="classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESeparableConvolutionHorKernel&lt; matrix_size &gt;</a>
639, <a class="el" href="classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESeparableConvolutionVertKernel&lt; matrix_size &gt;</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000640, <a class="el" href="classarm__compute_1_1_n_e_simple_assembly_function.xhtml#ab5fd6e96c07aaaed2747c7e16ed5951e">NESimpleAssemblyFunction</a>
Kaizen8938bd32017-09-28 14:38:23 +0100641, <a class="el" href="classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel3x3Kernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000642, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5.xhtml#ad1717410afd0be936c6213a63c8005fb">NESobel5x5</a>
Kaizen8938bd32017-09-28 14:38:23 +0100643, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel5x5HorKernel</a>
644, <a class="el" href="classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel5x5VertKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000645, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7.xhtml#ad1717410afd0be936c6213a63c8005fb">NESobel7x7</a>
Kaizen8938bd32017-09-28 14:38:23 +0100646, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel7x7HorKernel</a>
647, <a class="el" href="classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NESobel7x7VertKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000648, <a class="el" href="classarm__compute_1_1_n_e_softmax_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NESoftmaxLayer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100649, <a class="el" href="classarm__compute_1_1_n_e_table_lookup_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NETableLookupKernel</a>
650, <a class="el" href="classarm__compute_1_1_n_e_threshold_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEThresholdKernel</a>
651, <a class="el" href="classarm__compute_1_1_n_e_transpose_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NETransposeKernel</a>
652, <a class="el" href="classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEWeightsReshapeKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000653, <a class="el" href="classarm__compute_1_1_n_e_width_concatenate_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEWidthConcatenateLayer</a>
654, <a class="el" href="classarm__compute_1_1_n_e_width_concatenate_layer_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEWidthConcatenateLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100655, <a class="el" href="classarm__compute_1_1_n_e_winograd_convolution_layer.xhtml#ad1717410afd0be936c6213a63c8005fb">NEWinogradConvolutionLayer</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000656, <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEWinogradLayerTransformInputKernel&lt; T, OutputTileRows, OutputTileCols, KernelRows, KernelCols &gt;</a>
657, <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEWinogradLayerTransformOutputKernel&lt; T, OutputTileRows, OutputTileCols, KernelRows, KernelCols &gt;</a>
658, <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel.xhtml#a112b35dd205c62ea6ed1447ef226da82">NEWinogradLayerTransformWeightsKernel&lt; T, OutputTileRows, OutputTileCols, KernelRows, KernelCols &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100659, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a149ad6701e3e2414cb566bb414029841">Framework</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100660</li>
661<li>run_all()
662: <a class="el" href="classarm__compute_1_1graph_1_1_pass_manager.xhtml#a8ff5886e2e39da2a4db7029e8dc143e2">PassManager</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000663</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000664<li>run_workloads()
665: <a class="el" href="classarm__compute_1_1_c_p_p_scheduler.xhtml#acbe7dbaeedd9d2cf45f50a4c1c4260c3">CPPScheduler</a>
666, <a class="el" href="classarm__compute_1_1_i_scheduler.xhtml#a44031826ec875224d24d820d71934502">IScheduler</a>
667, <a class="el" href="classarm__compute_1_1_o_m_p_scheduler.xhtml#acbe7dbaeedd9d2cf45f50a4c1c4260c3">OMPScheduler</a>
668, <a class="el" href="classarm__compute_1_1_single_thread_scheduler.xhtml#acbe7dbaeedd9d2cf45f50a4c1c4260c3">SingleThreadScheduler</a>
669</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000670</ul>
671</div><!-- contents -->
672</div><!-- doc-content -->
673<!-- start footer part -->
674<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
675 <ul>
Jenkins52ba29e2018-08-29 15:32:11 +0000676 <li class="footer">Generated on Wed Aug 29 2018 15:31:58 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000677 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000678 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000679 </ul>
680</div>
681</body>
682</html>