blob: 7e8ea1f5d387930e910a8c8e0f050de3cb23d95b [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001<!-- HTML header for doxygen 1.8.9.1-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +00007<meta name="generator" content="Doxygen 1.8.11"/>
Anthony Barbier871448e2017-03-24 14:54:29 +00008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
Anthony Barbierdbdab852017-06-23 15:42:00 +01009<title>Compute Library: Data Fields</title>
Anthony Barbier871448e2017-03-24 14:54:29 +000010<link href="tabs.css" rel="stylesheet" type="text/css"/>
11<script type="text/javascript" src="jquery.js"></script>
12<script type="text/javascript" src="dynsections.js"></script>
13<link href="navtree.css" rel="stylesheet" type="text/css"/>
14<script type="text/javascript" src="resize.js"></script>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000015<script type="text/javascript" src="navtreedata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000016<script type="text/javascript" src="navtree.js"></script>
17<script type="text/javascript">
18 $(document).ready(initResizable);
19 $(window).load(resizeHeight);
20</script>
21<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000022<script type="text/javascript" src="search/searchdata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000023<script type="text/javascript" src="search/search.js"></script>
24<script type="text/javascript">
Anthony Barbier8140e1e2017-12-14 23:48:46 +000025 $(document).ready(function() { init_search(); });
Anthony Barbier871448e2017-03-24 14:54:29 +000026</script>
27<script type="text/x-mathjax-config">
28 MathJax.Hub.Config({
29 extensions: ["tex2jax.js"],
30 jax: ["input/TeX","output/HTML-CSS"],
31});
Anthony Barbier8140e1e2017-12-14 23:48:46 +000032</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000033<link href="doxygen.css" rel="stylesheet" type="text/css" />
34</head>
35<body>
36<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
37<div id="titlearea">
38<table cellspacing="0" cellpadding="0">
39 <tbody>
40 <tr style="height: 56px;">
41 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010042 <div id="projectname">Compute Library
Jenkinsc3f34a42018-03-02 12:38:09 +000043 &#160;<span id="projectnumber">18.03</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000044 </div>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!-- end header part -->
Anthony Barbier8140e1e2017-12-14 23:48:46 +000051<!-- Generated by Doxygen 1.8.11 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000052<script type="text/javascript">
53var searchBox = new SearchBox("searchBox", "search",false,'Search');
54</script>
55 <div id="navrow1" class="tabs">
56 <ul class="tablist">
57 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010058 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000059 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
60 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
61 <li><a href="files.xhtml"><span>Files</span></a></li>
62 <li>
63 <div id="MSearchBox" class="MSearchBoxInactive">
64 <span class="left">
65 <img id="MSearchSelect" src="search/mag_sel.png"
66 onmouseover="return searchBox.OnSearchSelectShow()"
67 onmouseout="return searchBox.OnSearchSelectHide()"
68 alt=""/>
69 <input type="text" id="MSearchField" value="Search" accesskey="S"
70 onfocus="searchBox.OnSearchFieldFocus(true)"
71 onblur="searchBox.OnSearchFieldFocus(false)"
72 onkeyup="searchBox.OnSearchFieldChange(event)"/>
73 </span><span class="right">
74 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
75 </span>
76 </div>
77 </li>
78 </ul>
79 </div>
80 <div id="navrow2" class="tabs2">
81 <ul class="tablist">
82 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
83 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
84 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
85 <li class="current"><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
86 </ul>
87 </div>
88 <div id="navrow3" class="tabs2">
89 <ul class="tablist">
90 <li class="current"><a href="functions.xhtml"><span>All</span></a></li>
91 <li><a href="functions_func.xhtml"><span>Functions</span></a></li>
92 <li><a href="functions_vars.xhtml"><span>Variables</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010093 <li><a href="functions_type.xhtml"><span>Typedefs</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000094 <li><a href="functions_enum.xhtml"><span>Enumerations</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010095 <li><a href="functions_rela.xhtml"><span>Related&#160;Functions</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000096 </ul>
97 </div>
98 <div id="navrow4" class="tabs3">
99 <ul class="tablist">
100 <li><a href="functions.xhtml#index__"><span>_</span></a></li>
101 <li><a href="functions_a.xhtml#index_a"><span>a</span></a></li>
102 <li><a href="functions_b.xhtml#index_b"><span>b</span></a></li>
103 <li><a href="functions_c.xhtml#index_c"><span>c</span></a></li>
104 <li><a href="functions_d.xhtml#index_d"><span>d</span></a></li>
105 <li><a href="functions_e.xhtml#index_e"><span>e</span></a></li>
106 <li><a href="functions_f.xhtml#index_f"><span>f</span></a></li>
107 <li><a href="functions_g.xhtml#index_g"><span>g</span></a></li>
108 <li><a href="functions_h.xhtml#index_h"><span>h</span></a></li>
109 <li><a href="functions_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100110 <li><a href="functions_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000111 <li><a href="functions_k.xhtml#index_k"><span>k</span></a></li>
112 <li><a href="functions_l.xhtml#index_l"><span>l</span></a></li>
113 <li><a href="functions_m.xhtml#index_m"><span>m</span></a></li>
114 <li><a href="functions_n.xhtml#index_n"><span>n</span></a></li>
115 <li><a href="functions_o.xhtml#index_o"><span>o</span></a></li>
116 <li><a href="functions_p.xhtml#index_p"><span>p</span></a></li>
117 <li><a href="functions_q.xhtml#index_q"><span>q</span></a></li>
118 <li><a href="functions_r.xhtml#index_r"><span>r</span></a></li>
119 <li class="current"><a href="functions_s.xhtml#index_s"><span>s</span></a></li>
120 <li><a href="functions_t.xhtml#index_t"><span>t</span></a></li>
121 <li><a href="functions_u.xhtml#index_u"><span>u</span></a></li>
122 <li><a href="functions_v.xhtml#index_v"><span>v</span></a></li>
123 <li><a href="functions_w.xhtml#index_w"><span>w</span></a></li>
124 <li><a href="functions_x.xhtml#index_x"><span>x</span></a></li>
125 <li><a href="functions_y.xhtml#index_y"><span>y</span></a></li>
126 <li><a href="functions_z.xhtml#index_z"><span>z</span></a></li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000127 <li><a href="functions_0x7e.xhtml#index_0x7e"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000128 </ul>
129 </div>
130</div><!-- top -->
131<div id="side-nav" class="ui-resizable side-nav-resizable">
132 <div id="nav-tree">
133 <div id="nav-tree-contents">
134 <div id="nav-sync" class="sync"></div>
135 </div>
136 </div>
137 <div id="splitbar" style="-moz-user-select:none;"
138 class="ui-resizable-handle">
139 </div>
140</div>
141<script type="text/javascript">
142$(document).ready(function(){initNavTree('functions_s.xhtml','');});
143</script>
144<div id="doc-content">
145<!-- window showing the filter options -->
146<div id="MSearchSelectWindow"
147 onmouseover="return searchBox.OnSearchSelectShow()"
148 onmouseout="return searchBox.OnSearchSelectHide()"
149 onkeydown="return searchBox.OnSearchSelectKey(event)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000150</div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000151
152<!-- iframe showing the search results (closed by default) -->
153<div id="MSearchResultsWindow">
154<iframe src="javascript:void(0)" frameborder="0"
155 name="MSearchResults" id="MSearchResults">
156</iframe>
157</div>
158
159<div class="contents">
160<div class="textblock">Here is a list of all struct and union fields with links to the structures/unions they belong to:</div>
161
162<h3><a class="anchor" id="index_s"></a>- s -</h3><ul>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000163<li>s16
164: <a class="el" href="classarm__compute_1_1_pixel_value.xhtml#adbbcd82ccbf61d179ba87ee5fe1bb7d8">PixelValue</a>
165</li>
166<li>s32
167: <a class="el" href="classarm__compute_1_1_pixel_value.xhtml#acd1420e45b5486795a46cf1a5943a0ff">PixelValue</a>
168</li>
169<li>s64
170: <a class="el" href="classarm__compute_1_1_pixel_value.xhtml#ae66ed2ec20c2115ff9970c73168fc0df">PixelValue</a>
171</li>
172<li>s8
173: <a class="el" href="classarm__compute_1_1_pixel_value.xhtml#acf0eb502f72832af26e62c69457bd1b6">PixelValue</a>
174</li>
175<li>SamplingPolicies()
176: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_sampling_policies.xhtml#a6591a72688c744514322272177741dce">SamplingPolicies</a>
177</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100178<li>saturate_cast()
179: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1constant__expr.xhtml#a59cfd98dfc03fbc5540092aa196d7187">constant_expr&lt; T &gt;</a>
180</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000181<li>save_binary()
182: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a7c0b2aa80e920344936e8e7dbaa73e43">CLKernelLibrary</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000183, <a class="el" href="classarm__compute_1_1_g_c_kernel_library.xhtml#a7c0b2aa80e920344936e8e7dbaa73e43">GCKernelLibrary</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000184</li>
Jenkinsc3f34a42018-03-02 12:38:09 +0000185<li>save_to_file()
186: <a class="el" href="classarm__compute_1_1_c_l_tuner.xhtml#a0d11cd5e57c2885764baa2c558c3a353">CLTuner</a>
187</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000188<li>scale
189: <a class="el" href="structarm__compute_1_1_key_point.xhtml#a1d28dec57cce925ad92342891bd71e7c">KeyPoint</a>
190, <a class="el" href="classarm__compute_1_1_pyramid_info.xhtml#ac0960069e9d05e0ee93ef010ce63913a">PyramidInfo</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000191, <a class="el" href="structarm__compute_1_1_quantization_info.xhtml#a1d28dec57cce925ad92342891bd71e7c">QuantizationInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000192, <a class="el" href="classarm__compute_1_1_window.xhtml#a5e8e5ab06329702df09ab7eb07e9b84d">Window</a>
193, <a class="el" href="struct_keypoint.xhtml#a1d28dec57cce925ad92342891bd71e7c">Keypoint</a>
194</li>
195<li>scale_coeff()
196: <a class="el" href="classarm__compute_1_1_normalization_layer_info.xhtml#a6f541aab23799f6c61d9c8d7ca9fe15c">NormalizationLayerInfo</a>
197</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100198<li>schedule()
199: <a class="el" href="classarm__compute_1_1_c_p_p_scheduler.xhtml#aa4fc1e7b1c1d9d42903cfc48351e57ad">CPPScheduler</a>
200, <a class="el" href="classarm__compute_1_1_i_scheduler.xhtml#a38e28e556fea6e2024019dbb9c7cc943">IScheduler</a>
201, <a class="el" href="classarm__compute_1_1_o_m_p_scheduler.xhtml#aa4fc1e7b1c1d9d42903cfc48351e57ad">OMPScheduler</a>
202, <a class="el" href="classarm__compute_1_1_single_thread_scheduler.xhtml#aa4fc1e7b1c1d9d42903cfc48351e57ad">SingleThreadScheduler</a>
203</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000204<li>SchedulerTimer()
205: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ad20c4027c4914e731aef370807ca8987">SchedulerTimer</a>
206</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000207<li>score
208: <a class="el" href="structarm__compute_1_1_detection_window.xhtml#a8c5cd9b525ee73a24b1d9d8e34982d1c">DetectionWindow</a>
209</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100210<li>seed()
Kaizen8938bd32017-09-28 14:38:23 +0100211: <a class="el" href="classarm__compute_1_1test_1_1_assets_library.xhtml#a4035a1140831801ced5dfa1d9fe6988a">AssetsLibrary</a>
212</li>
213<li>Semaphore()
214: <a class="el" href="classarm__compute_1_1_semaphore.xhtml#a5d450aa70997a73d56a0400cee4e539d">Semaphore</a>
215</li>
216<li>sensitivity
217: <a class="el" href="structarm__compute_1_1test_1_1validation_1_1_harris_corners_parameters.xhtml#ac518d2e94791ccc6f84de95271e52c76">HarrisCornersParameters</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100218</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000219<li>set()
220: <a class="el" href="classarm__compute_1_1_dimensions.xhtml#a982730e6f0da5f9490f59bc5f6bb3f27">Dimensions&lt; T &gt;</a>
Jenkinsc3f34a42018-03-02 12:38:09 +0000221, <a class="el" href="classarm__compute_1_1_scheduler.xhtml#afd452bd4eff2bd3cd1d0cad109faff5f">Scheduler</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000222, <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#a3095e0ccbbc39daf5b3816193edca6ad">TensorShape</a>
223, <a class="el" href="structarm__compute_1_1_valid_region.xhtml#ae658e258947a14e0d45975c531e03540">ValidRegion</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000224, <a class="el" href="classarm__compute_1_1_window.xhtml#acd3d2bba51cb84d34dd7656ad2375a6e">Window</a>
225</li>
Kaizen8938bd32017-09-28 14:38:23 +0100226<li>set_access_offset()
227: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a8a17e32f289144bcb2040eaa31d149f0">PaddingCalculator</a>
228</li>
229<li>set_accessed_elements()
230: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a4456c6014ddd23c0a45573589a535183">PaddingCalculator</a>
231</li>
232<li>set_allocator()
233: <a class="el" href="classarm__compute_1_1_memory_manager_on_demand.xhtml#a068c36b905736af9b9752c5b8b301d27">MemoryManagerOnDemand</a>
234</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000235<li>set_argument()
236: <a class="el" href="classarm__compute_1_1_g_c_kernel.xhtml#ad5cfd50c152f0aa984f53bb034d1461b">GCKernel</a>
237</li>
Kaizen8938bd32017-09-28 14:38:23 +0100238<li>set_associated_memory_group()
239: <a class="el" href="classarm__compute_1_1_c_l_tensor_allocator.xhtml#ae1746928cddc235a148f11132f0fa8f2">CLTensorAllocator</a>
240, <a class="el" href="classarm__compute_1_1_tensor_allocator.xhtml#a89ee265e94df4e8aaf4f465649d4e065">TensorAllocator</a>
241</li>
242<li>set_border_mode()
243: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a9926bc2129fe1ad070b6f225873ccfac">PaddingCalculator</a>
244</li>
245<li>set_border_size()
246: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#aacfa81e91a8e77c44b1221606374f8b1">PaddingCalculator</a>
247</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000248<li>set_cl_kernel_event()
249: <a class="el" href="classarm__compute_1_1_c_l_tuner.xhtml#a7937dca7876064401bb14b4443bf5d8d">CLTuner</a>
250</li>
Kaizen8938bd32017-09-28 14:38:23 +0100251<li>set_color_output()
252: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_pretty_printer.xhtml#afcf598578056fcc9e9ed8916b68e28a2">PrettyPrinter</a>
253</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000254<li>set_constant_border()
255: <a class="el" href="classarm__compute_1_1_c_l_fill_border_kernel.xhtml#ac56c459beac7a6b904b6dece97b377e6">CLFillBorderKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000256, <a class="el" href="classarm__compute_1_1_g_c_fill_border_kernel.xhtml#ac56c459beac7a6b904b6dece97b377e6">GCFillBorderKernel</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000257</li>
258<li>set_context()
259: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a293edc1bbcbddffb7228ac97917ed107">CLKernelLibrary</a>
260, <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a293edc1bbcbddffb7228ac97917ed107">CLScheduler</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000261, <a class="el" href="classarm__compute_1_1_g_c_kernel_library.xhtml#adad9a34e26a1a1b6574057981a1f7bb3">GCKernelLibrary</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000262</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100263<li>set_convolution_method_hint()
264: <a class="el" href="classarm__compute_1_1graph_1_1_graph_hints.xhtml#ab735e95cc0f2bc3a7c16c672c4929fc4">GraphHints</a>
265</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100266<li>set_data_type()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000267: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a9ebcdce876b4cd07736afa47d50154de">ITensorInfo</a>
268, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a613528bd0feb15ee8d6df06cbdb629f8">SubTensorInfo</a>
269, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a613528bd0feb15ee8d6df06cbdb629f8">TensorInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100270</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000271<li>set_device()
272: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a5a6865d04c8d3348860f3cb8100fdb97">CLKernelLibrary</a>
273</li>
274<li>set_dimension_step()
275: <a class="el" href="classarm__compute_1_1_window.xhtml#a55ed4ad2395fd25ba847cbf6c54b85e4">Window</a>
276</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000277<li>set_end()
278: <a class="el" href="classarm__compute_1_1_window_1_1_dimension.xhtml#ad04b3b858cfdad2a7c64a6a014c3b773">Window::Dimension</a>
279</li>
Kaizen8938bd32017-09-28 14:38:23 +0100280<li>set_error_on_missing_assets()
281: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a46a0cefc3b9a13645548ec705f438ce9">Framework</a>
282</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100283<li>set_fixed_point_position()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000284: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a8d9488caf817e12132f0ca2a4c30deba">ITensorInfo</a>
285, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a2732b9eab657cad69807adb815b97c9f">SubTensorInfo</a>
286, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a2732b9eab657cad69807adb815b97c9f">TensorInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100287</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000288<li>set_format()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000289: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a17394f0f7aea22d9b2d4c6f33bfa69ca">ITensorInfo</a>
290, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#af501bc12f51874e786b0f28016a99ff7">SubTensorInfo</a>
291, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#af501bc12f51874e786b0f28016a99ff7">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000292</li>
Kaizen8938bd32017-09-28 14:38:23 +0100293<li>set_help()
294: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_option.xhtml#a48a2672f362eeed9a3e93403f4d3de37">Option</a>
295</li>
Kaizen8938bd32017-09-28 14:38:23 +0100296<li>set_info()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000297: <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#a8a47fb3f9c4a913a82e7a0b3cbd9df9e">Tensor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100298</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000299<li>set_is_resizable()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000300: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a9273842d8e5dc1a3c7fab727176fd7fe">ITensorInfo</a>
301, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a78bf77b2d9b959259f77a32b9a412184">SubTensorInfo</a>
302, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a78bf77b2d9b959259f77a32b9a412184">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000303</li>
304<li>set_kernel_path()
305: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a66a558a56f5d0dcd6305c405ebc38cc2">CLKernelLibrary</a>
306</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000307<li>set_log_level()
308: <a class="el" href="classarm__compute_1_1logging_1_1_logger.xhtml#a41691397975dfad51e3a2f6b55aef749">Logger</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100309</li>
Kaizen8938bd32017-09-28 14:38:23 +0100310<li>set_lws_hint()
311: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#a44c701b9dbd01a171de4928254d1ecbf">ICLKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000312, <a class="el" href="classarm__compute_1_1_i_g_c_kernel.xhtml#a3c6173aecfebc9030bf8a0bee0c0ced8">IGCKernel</a>
Kaizen8938bd32017-09-28 14:38:23 +0100313</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000314<li>set_needs_shifting()
315: <a class="el" href="classarm__compute_1_1_i_g_c_tensor.xhtml#a69cfba8177b402abe134fdad5fe4c7dc">IGCTensor</a>
316</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100317<li>set_num_channels()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000318: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#aaf74be25e2392705f29352ffaa4b1f9d">ITensorInfo</a>
319, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a5b0a9fd674f8748506b6944c030bc47e">SubTensorInfo</a>
320, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a5b0a9fd674f8748506b6944c030bc47e">TensorInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100321</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000322<li>set_num_dimensions()
323: <a class="el" href="classarm__compute_1_1_dimensions.xhtml#a810a78f0b7cc0270f38d4136e023ea3b">Dimensions&lt; T &gt;</a>
324</li>
Kaizen8938bd32017-09-28 14:38:23 +0100325<li>set_num_iterations()
326: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#ae0b69f2142100651d022d5af576f42cf">Framework</a>
327</li>
328<li>set_num_pools()
329: <a class="el" href="classarm__compute_1_1_memory_manager_on_demand.xhtml#a659d81c3e8f1e485712e12780aa06f09">MemoryManagerOnDemand</a>
330</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000331<li>set_num_threads()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100332: <a class="el" href="classarm__compute_1_1_c_p_p_scheduler.xhtml#ae64eebaa07f4d2da6cc2ba538c3cb095">CPPScheduler</a>
333, <a class="el" href="classarm__compute_1_1_i_scheduler.xhtml#a645ac2d9d4144fd0174296de7eb1e1b5">IScheduler</a>
334, <a class="el" href="classarm__compute_1_1_o_m_p_scheduler.xhtml#ae64eebaa07f4d2da6cc2ba538c3cb095">OMPScheduler</a>
335, <a class="el" href="classarm__compute_1_1_single_thread_scheduler.xhtml#ae64eebaa07f4d2da6cc2ba538c3cb095">SingleThreadScheduler</a>
Kaizen8938bd32017-09-28 14:38:23 +0100336</li>
Kaizen8938bd32017-09-28 14:38:23 +0100337<li>set_processed_elements()
338: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a8c357fa4f24f5e2ad4d06b68687d5e9b">PaddingCalculator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000339</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000340<li>set_quantization_info()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000341: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a575d37eaf8a905c8ca3c0250757c2b81">ITensorInfo</a>
342, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#acda9036ad24c455f67f2fea388a0ae13">SubTensorInfo</a>
343, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#acda9036ad24c455f67f2fea388a0ae13">TensorInfo</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000344</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000345<li>set_queue()
346: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a9608e5af9f3a199f69ca6aa41b94359a">CLScheduler</a>
347</li>
348<li>set_range()
349: <a class="el" href="classarm__compute_1_1_i_distribution1_d.xhtml#a9027aed7fdb902ebc243647c8c3fbea2">IDistribution1D</a>
350</li>
Kaizen8938bd32017-09-28 14:38:23 +0100351<li>set_required()
352: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_option.xhtml#a564afafa4220cd36afbe388fcd24549b">Option</a>
353</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000354<li>set_shader_params_binding_point()
355: <a class="el" href="classarm__compute_1_1_g_c_kernel.xhtml#ae722344eb4eb8a404d600561914859ab">GCKernel</a>
356</li>
357<li>set_shader_path()
358: <a class="el" href="classarm__compute_1_1_g_c_kernel_library.xhtml#a1d39c8fd9605c241b797dcbd9d3cc474">GCKernelLibrary</a>
359</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000360<li>set_step()
361: <a class="el" href="classarm__compute_1_1_window_1_1_dimension.xhtml#aa84a724344a983832279fe13f047b52d">Window::Dimension</a>
362</li>
Kaizen8938bd32017-09-28 14:38:23 +0100363<li>set_stop_on_error()
364: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#ab4b7e9757ad7e9d23b608b617c5dffa6">Framework</a>
365</li>
366<li>set_stream()
367: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_printer.xhtml#a4c42c24c66df12502377695d5e54ffa7">Printer</a>
368</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000369<li>set_supports_in_place()
370: <a class="el" href="classarm__compute_1_1graph_1_1_i_node.xhtml#a48a1f1a1fdc7328d9d50fb72a2e12be2">INode</a>
371</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100372<li>set_target()
373: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#ad5ba9d34a3a855bf1dd2e36316ff550a">CLScheduler</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000374, <a class="el" href="classarm__compute_1_1graph_1_1_i_tensor_object.xhtml#aeef25dd1e341012fd05197bea6ab4e41">ITensorObject</a>
375, <a class="el" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a6808972173f9b2e2a528235c2f22c79c">NodeContext</a>
376, <a class="el" href="classarm__compute_1_1graph_1_1_sub_tensor.xhtml#adc3516eafe22db8f96b4cd1076137758">SubTensor</a>
377, <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#adc3516eafe22db8f96b4cd1076137758">Tensor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100378, <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#ad5ba9d34a3a855bf1dd2e36316ff550a">ICLKernel</a>
379, <a class="el" href="classarm__compute_1_1_i_scheduler.xhtml#a6a49fcb6640894fb5ec2da99f10a1593">IScheduler</a>
380</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100381<li>set_target_hint()
382: <a class="el" href="classarm__compute_1_1graph_1_1_graph_hints.xhtml#a2e992645bdc3cb2a9bd6abe27a537213">GraphHints</a>
383</li>
Kaizen8938bd32017-09-28 14:38:23 +0100384<li>set_temp()
385: <a class="el" href="classarm__compute_1_1graph_1_1_graph.xhtml#a3945abf22acb665acda99694b5478dd8">Graph</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100386</li>
387<li>set_tensor_shape()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000388: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a12a4f1190952613e36b44846962e26bb">ITensorInfo</a>
389, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a7b6610e6100c67d39b712df6f4f80dcf">SubTensorInfo</a>
390, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a7b6610e6100c67d39b712df6f4f80dcf">TensorInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100391</li>
Kaizen8938bd32017-09-28 14:38:23 +0100392<li>set_test_result()
393: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a4494f098cda45f40105c454d0ffa9147">Framework</a>
394</li>
395<li>set_throw_errors()
396: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a5e61ba4403f0d2bd4f755f59193af692">Framework</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000397</li>
Jenkinsc3f34a42018-03-02 12:38:09 +0000398<li>set_tune_new_kernels()
399: <a class="el" href="classarm__compute_1_1_c_l_tuner.xhtml#aba10acdb2d58e3e0a96364c487a71d40">CLTuner</a>
400</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000401<li>set_valid_region()
402: <a class="el" href="classarm__compute_1_1_access_window_auto_padding.xhtml#a7f947a06cc9bc2896f3d0efc0201ac5a">AccessWindowAutoPadding</a>
Anthony Barbiera4376382017-04-12 15:12:46 +0100403, <a class="el" href="classarm__compute_1_1_access_window_rectangle.xhtml#a718cd06814abc688b1abdc729ed3a71b">AccessWindowRectangle</a>
404, <a class="el" href="classarm__compute_1_1_access_window_static.xhtml#a729ab9364d77a28c009732b497c3b835">AccessWindowStatic</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000405, <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a9586081a29fceb532ab270bd843abee6">ITensorInfo</a>
406, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a43e45363267b6bce4bb6770febe9ce11">SubTensorInfo</a>
407, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a43e45363267b6bce4bb6770febe9ce11">TensorInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100408</li>
Kaizen8938bd32017-09-28 14:38:23 +0100409<li>setup()
410: <a class="el" href="classarm__compute_1_1test_1_1_activation_layer_fixture.xhtml#a133406d92bc4207e919a6129cb437440">ActivationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
411, <a class="el" href="classarm__compute_1_1test_1_1_alex_net_fixture.xhtml#a185963d7942ed980634a92b96446df50">AlexNetFixture&lt; ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000412, <a class="el" href="classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml#a7a0ea2fd1c0a23d8b2ab0f6d52650915">BatchNormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000413, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_depth_concatenate_layer_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">DepthConcatenateLayerFixture&lt; TensorType, ITensorType, Function, AccessorType &gt;</a>
414, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_dequantization_layer_fixture.xhtml#aaa3c0a7c0715d50c525f88f99d79cf35">DequantizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
415, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_flatten_layer_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">FlattenLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
416, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m_interleave4x4_fixture.xhtml#af75c5bb313e1129d2dbd73d8c897a42e">GEMMInterleave4x4Fixture&lt; TensorType, Function, Accessor &gt;</a>
417, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_harris_corners_fixture.xhtml#a49577270a55d8b594a98305e32065eef">HarrisCornersFixture&lt; TensorType, Function, Accessor, ArrayType &gt;</a>
418, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_l2_normalize_layer_fixture.xhtml#a97f37fa1cb8e91471bbb4e8ae21a8c68">L2NormalizeLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
419, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_magnitude_fixture.xhtml#a554c0736409d11e57fbf80f39a698f99">MagnitudeFixture&lt; TensorType, Function, Accessor &gt;</a>
420, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_quantization_layer_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">QuantizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
421, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_reshape_layer_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">ReshapeLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
422, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_scale_fixture.xhtml#a6a4e2482103ab59cb9d247c10e7846b2">ScaleFixture&lt; TensorType, Function, Accessor &gt;</a>
423, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_transpose_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">TransposeFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100424, <a class="el" href="classarm__compute_1_1test_1_1_convolution_layer_fixture.xhtml#a84cf5394398a0053a45d64008af0b56a">ConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000425, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture.xhtml#a27bdda1a147c574602fee0772f897b25">DepthwiseConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000426, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.xhtml#aa01cc7c3a4632c9dbc81f65a22515a16">DepthwiseSeparableConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100427, <a class="el" href="classarm__compute_1_1test_1_1_floor_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">FloorFixture&lt; TensorType, Function, Accessor &gt;</a>
428, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml#a4fc01d736fe50cf5b977f755b675f11d">Fixture</a>
429, <a class="el" href="classarm__compute_1_1test_1_1_fully_connected_layer_fixture.xhtml#aa2d1f9c5f65c10bd64d74eac9051f29f">FullyConnectedLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000430, <a class="el" href="classarm__compute_1_1test_1_1_g_e_m_m_fixture.xhtml#a72148b57b6159ddbdae5ccb350dd632b">GEMMFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000431, <a class="el" href="classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture.xhtml#a44eeceeeedee48ece4e5799f9e618d31">GEMMLowpMatrixMultiplyCoreFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100432, <a class="el" href="classarm__compute_1_1test_1_1_le_net5_fixture.xhtml#ae0889d5950a7bc129f6ecdbbdc6bcdde">LeNet5Fixture&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000433, <a class="el" href="classarm__compute_1_1test_1_1_mobile_net_fixture.xhtml#ae0889d5950a7bc129f6ecdbbdc6bcdde">MobileNetFixture&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionLayerFunction, ReshapeFunction, PoolingLayerFunction &gt;</a>
434, <a class="el" href="classarm__compute_1_1test_1_1_mobile_net_v1_fixture.xhtml#ae0889d5950a7bc129f6ecdbbdc6bcdde">MobileNetV1Fixture&lt; TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction, InputSize &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100435, <a class="el" href="classarm__compute_1_1test_1_1_normalization_layer_fixture.xhtml#afa6a85800c03451cf04ea5f5f547ef99">NormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000436, <a class="el" href="classarm__compute_1_1test_1_1_normalize_planar_y_u_v_layer_fixture.xhtml#a850a3bd4579a941d8b178b314a617aa4">NormalizePlanarYUVLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100437, <a class="el" href="classarm__compute_1_1test_1_1_pooling_layer_fixture.xhtml#aab5404626b472c257f85cdc2fa8332ae">PoolingLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
438, <a class="el" href="classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture.xhtml#a9d9ef45610f4520af555025ef8e85b16">ROIPoolingLayerFixture&lt; TensorType, Function, Accessor, Array_T, ArrayAccessor &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000439, <a class="el" href="classarm__compute_1_1test_1_1_scale_layer_fixture.xhtml#aa7ba895853f928a1b9a59643f90c0479">ScaleLayerFixture&lt; TensorType, Function, Accessor, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000440, <a class="el" href="classarm__compute_1_1test_1_1_softmax_layer_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">SoftmaxLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
441, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_absolute_difference_validation_fixture.xhtml#aadf4d8453aa0b86ea167daa8d016e223">AbsoluteDifferenceValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
442, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_accumulate_base_validation_fixture.xhtml#acd7edbe88c8e254be88a12566df03b26">AccumulateBaseValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
443, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_accumulate_squared_validation_fixture.xhtml#acd7edbe88c8e254be88a12566df03b26">AccumulateSquaredValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
444, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_accumulate_validation_fixture.xhtml#acd7edbe88c8e254be88a12566df03b26">AccumulateValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
445, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_accumulate_weighted_validation_fixture.xhtml#acd7edbe88c8e254be88a12566df03b26">AccumulateWeightedValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100446, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture.xhtml#a7540a7c74aad6327d12a9398df94c53b">ActivationValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
447, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture.xhtml#a8201654def90dc987798d66714d8fc20">ActivationValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000448, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_activation_validation_generic_fixture.xhtml#a3bc9c5df05963918f8b87668adf9ec88">ActivationValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
449, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_activation_validation_quantized_fixture.xhtml#a1a3a0415f34248bd9f7f7d02c9e0e8ac">ActivationValidationQuantizedFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000450, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixed_point_fixture.xhtml#a99bfd14c5ab96c4edc6dcefa16560318">ArithmeticAdditionBroadcastValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
451, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixture.xhtml#a97ba5da7405e92020b48551e5d4322f0">ArithmeticAdditionBroadcastValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
452, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture.xhtml#a290de3a3a31ac5dd6ae741ca88ab3a47">ArithmeticAdditionValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
453, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture.xhtml#ace2ada599330c4875b2c3badbd63eb6c">ArithmeticAdditionValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000454, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture.xhtml#a2fd2a952a0490b9ed4d483ca710b3fbc">ArithmeticSubtractionValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T1, T2, T3 &gt;</a>
455, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture.xhtml#a75819e4b60c60472ece8e6a0b06e8f3d">ArithmeticSubtractionValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2, T3 &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000456, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture.xhtml#a08f022d13db42b94c5f9c35a169ba907">BatchNormalizationLayerValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
457, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture.xhtml#a9b657ea665e1236d15506a827fcb4aeb">BatchNormalizationLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100458, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">BitwiseAndValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
459, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">BitwiseNotValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
460, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">BitwiseOrValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
461, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">BitwiseXorValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
462, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture.xhtml#af0466ca71197e96e212ed52f6a249ec0">Box3x3ValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000463, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_channel_extract_validation_fixture.xhtml#af5f8014c2da05492d9edbeea4ee7d86d">ChannelExtractValidationFixture&lt; MultiImageType, TensorType, AccessorType, FunctionType, T &gt;</a>
464, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_convolution_rectangle_validation_fixture.xhtml#adccf14465cd979b50b5f89eb92acb7c6">ConvolutionRectangleValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
465, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_convolution_separable_validation_fixture.xhtml#a2d592461c1375d1ffd76c2fef21a37b7">ConvolutionSeparableValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
466, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_convolution_square_validation_fixture.xhtml#a2d592461c1375d1ffd76c2fef21a37b7">ConvolutionSquareValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100467, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture.xhtml#a75f5c0acd9be0f4e0fedac8f08565326">ConvolutionValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
468, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture.xhtml#ace91f7c17f96d3462da663858964be58">ConvolutionValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000469, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_convolution_validation_generic_fixture.xhtml#aa9182978cc803ad27df1459661e5661d">ConvolutionValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
470, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_convolution_validation_quantized_fixture.xhtml#afdaaca1ad611cdf5943caf5f823a723c">ConvolutionValidationQuantizedFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000471, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_deconvolution_layer_fixture_base.xhtml#a196c97bffd0543d9d79a897494a38bde">DeconvolutionLayerFixtureBase&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
472, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_deconvolution_validation_fixture.xhtml#a1c31e11220bbefead6d95e69b0251369">DeconvolutionValidationFixture&lt; TensorType, AccessorType, FunctionType, T, kernel_size_x, kernel_size_y &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000473, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_layer_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">DepthConcatenateLayerValidationFixture&lt; TensorType, ITensorType, AccessorType, FunctionType, T &gt;</a>
474, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixed_point_fixture.xhtml#a6851e9e899058e106e201a97eb9cad34">DepthConvertLayerValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
475, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixture.xhtml#a30fb2535cd7b95d2542c48dff2b154fc">DepthConvertLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
476, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fractional_bits_fixture.xhtml#a1bdc9fe6f9f0bd7785adc1398ebc73a0">DepthConvertLayerValidationFractionalBitsFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000477, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_fixture.xhtml#ae654067940367f2d2a09cdc6bdbe9cd5">DepthwiseConvolutionLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
478, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_generic_fixture.xhtml#a246545e80b0d8f313577522ab5fd55f6">DepthwiseConvolutionLayerValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
479, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_quantized_fixture.xhtml#a246545e80b0d8f313577522ab5fd55f6">DepthwiseConvolutionLayerValidationQuantizedFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000480, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture.xhtml#a77caff90f8f366e00b1870f84469c283">DepthwiseSeparableConvolutionValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100481, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">DequantizationValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
482, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">DequantizationValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000483, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_derivative_validation_fixture.xhtml#ab7566a3d6b6ea5c74cf0b400a57cf75e">DerivativeValidationFixture&lt; TensorType, AccessorType, FunctionType, T, U &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000484, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_dilate_validation_fixture.xhtml#af0466ca71197e96e212ed52f6a249ec0">DilateValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100485, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture.xhtml#a80cf460fccc2e11417a5e9ac50f573f1">DirectConvolutionValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000486, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_tensor_shift_fixture.xhtml#a80cf460fccc2e11417a5e9ac50f573f1">DirectConvolutionValidationFixedPointTensorShiftFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100487, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture.xhtml#aa066ba38977b9ce2addae3ad1b9396b6">DirectConvolutionValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000488, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_fixture.xhtml#af8e2a3921565046434bb1f71553e2dfe">DirectConvolutionValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000489, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_tensor_shift_fixture.xhtml#af8e2a3921565046434bb1f71553e2dfe">DirectConvolutionValidationGenericTensorShiftFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000490, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_fixture.xhtml#afecceaeb93c4090c820cdc74f5b41052">DirectConvolutionValidationQuantizedFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000491, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_tensor_shift_fixture.xhtml#afecceaeb93c4090c820cdc74f5b41052">DirectConvolutionValidationQuantizedTensorShiftFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
492, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_tensor_shift_fixture.xhtml#aa066ba38977b9ce2addae3ad1b9396b6">DirectConvolutionValidationTensorShiftFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000493, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_fixture.xhtml#ab9edf693ee9802848ab27cde76c5d7b5">DirectConvolutionValidationWithTensorShapesFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
494, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_fixture.xhtml#a0a5ae5ad5e0b43ef9051908a4dc21624">DirectConvolutionValidationWithTensorShapesQuantizedFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000495, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_tensor_shift_fixture.xhtml#a0a5ae5ad5e0b43ef9051908a4dc21624">DirectConvolutionValidationWithTensorShapesQuantizedTensorShiftFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
496, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_tensor_shift_fixture.xhtml#ab9edf693ee9802848ab27cde76c5d7b5">DirectConvolutionValidationWithTensorShapesTensorShiftFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000497, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_dropout_layer_validation_fixture.xhtml#a6b911ebe3db08a33aa8a1c9df1341081">DropoutLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000498, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_equalize_histogram_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">EqualizeHistogramValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000499, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_erode_validation_fixture.xhtml#af0466ca71197e96e212ed52f6a249ec0">ErodeValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000500, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_fast_corners_validation_fixture.xhtml#a051cba5996d45570d673bedf1645eca7">FastCornersValidationFixture&lt; TensorType, AccessorType, ArrayType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000501, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_fixed_point_pixel_wise_multiplication_validation_fixture.xhtml#ae37307bac21551e8b9374590e6d423bc">FixedPointPixelWiseMultiplicationValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100502, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_fixed_point_validation_fixture.xhtml#a6b1f26ea0df1d4ec46250dccf466d43d">FixedPointValidationFixture&lt; TensorType, AccessorType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100503, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">FlattenLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
504, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">FloorValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
505, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture.xhtml#a9cf85fdf748668d730a30e60a77e80ff">FullyConnectedLayerValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T, run_interleave &gt;</a>
506, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture.xhtml#a76ed145b5e59fffbf17a6165423f9c3c">FullyConnectedLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T, run_interleave &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000507, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_generic_fixture.xhtml#aeb3b61eb2e9c35a2baf0f5294bcc76dc">FullyConnectedLayerValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T, run_interleave &gt;</a>
508, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_quantized_fixture.xhtml#a2322e6f31e8f2e9c7aae54fdf1af313b">FullyConnectedLayerValidationQuantizedFixture&lt; TensorType, AccessorType, FunctionType, T, run_interleave &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100509, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture.xhtml#af0466ca71197e96e212ed52f6a249ec0">Gaussian3x3ValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
510, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture.xhtml#af0466ca71197e96e212ed52f6a249ec0">Gaussian5x5ValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000511, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_gaussian_pyramid_half_validation_fixture.xhtml#aa76950223ce2411deb4a21eed4090ca1">GaussianPyramidHalfValidationFixture&lt; TensorType, AccessorType, FunctionType, T, PyramidType &gt;</a>
512, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixed_point_fixture.xhtml#ab3ddf8b5dd67d7770dd6e6810e9fc991">GEMMInterleave4x4ValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
513, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixture.xhtml#af75c5bb313e1129d2dbd73d8c897a42e">GEMMInterleave4x4ValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
514, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave_blocked_validation_fixture.xhtml#a92f0d0cf9436ed8f059297ba83696dd2">GEMMInterleaveBlockedValidationFixture&lt; TensorType, AccessorType, FunctionType, Transposed &gt;</a>
515, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_assembly_fixture.xhtml#ae60c6641e8948659c9b50132fed62391">GEMMLowpAssemblyFixture&lt; TensorType, AccessorType, FunctionType, T2 &gt;</a>
516, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_matrix_multiply_core_validation_fixture.xhtml#afd6bbee033a292b6deb8557048de3807">GEMMLowpMatrixMultiplyCoreValidationFixture&lt; TensorType, AccessorType, FunctionType &gt;</a>
517, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_validation_fixture.xhtml#a843769c054c25031f97ce64c831607a3">GEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointValidationFixture&lt; TensorType, AccessorType, FunctionType &gt;</a>
518, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_validation_fixture.xhtml#ac098906b1165c83b19cea88460d0bca2">GEMMLowpQuantizeDownInt32ToUint8ScaleValidationFixture&lt; TensorType, AccessorType, FunctionType &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000519, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_transpose1x_w_validation_fixed_point_fixture.xhtml#ab3ddf8b5dd67d7770dd6e6810e9fc991">GEMMTranspose1xWValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
520, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_transpose1x_w_validation_fixture.xhtml#af75c5bb313e1129d2dbd73d8c897a42e">GEMMTranspose1xWValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100521, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture.xhtml#a43dfdb916cf28a03cc45bbce3e0d62d0">GEMMValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
522, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture.xhtml#a8e7efde385250fc5e1b64e1ddcc2e3f4">GEMMValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
523, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture.xhtml#a21c3933be328b1ca0bacb020ab4b13a5">GlobalPoolingLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000524, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture.xhtml#a948f88b40a4506c8730711c4b3f15b18">HarrisCornersValidationFixture&lt; TensorType, AccessorType, ArrayType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000525, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_histogram_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">HistogramValidationFixture&lt; TensorType, AccessorType, FunctionType, T, DistributionType &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000526, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_h_o_g_descriptor_validation_fixture.xhtml#ac7590ba557cad35bc9e7d9ef0303dbfe">HOGDescriptorValidationFixture&lt; TensorType, HOGType, AccessorType, FunctionType, T, U &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100527, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">IntegralImageValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000528, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_l2_normalize_layer_validation_fixture.xhtml#aed1fb228082a65b2dacf2a5ae0f73ac1">L2NormalizeLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
529, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_magnitude_validation_fixture.xhtml#a6fb0095e1b88a2c3ee6232d0c34123be">MagnitudeValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100530, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">MeanStdDevValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000531, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_median3x3_validation_fixture.xhtml#af0466ca71197e96e212ed52f6a249ec0">Median3x3ValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100532, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">MinMaxLocationValidationFixture&lt; TensorType, AccessorType, ArrayType, ArrayAccessorType, FunctionType, T &gt;</a>
533, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture.xhtml#a352d9f56afb7caa7363f641c5661feed">NonLinearFilterValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000534, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture.xhtml#a5e8875e637b141caa9b73469d6a225b9">NormalizationValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
535, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture.xhtml#a85b2a684b6fae9ed98dcdc5eabb9df84">NormalizationValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000536, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_normalize_planar_y_u_v_layer_validation_fixed_point_fixture.xhtml#a6e9345aa3739b1972036e9fd59a70d0b">NormalizePlanarYUVLayerValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
537, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_normalize_planar_y_u_v_layer_validation_fixture.xhtml#a6e9345aa3739b1972036e9fd59a70d0b">NormalizePlanarYUVLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000538, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_permute_validation_fixture.xhtml#a0265c35bd946119c91e2e11995a9666c">PermuteValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
539, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_phase_validation_fixture.xhtml#a9bbec58642b79e2a012324ae6c9212d5">PhaseValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000540, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_broadcast_validation_fixture.xhtml#a80250810216daaa7ce0bf0ca59d15415">PixelWiseMultiplicationBroadcastValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
541, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture.xhtml#a1c097a7fbfc433b66713523db27f2c34">PixelWiseMultiplicationValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
542, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture.xhtml#a49696761bc623b5f393c00fc2077371a">PoolingLayerValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
543, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture.xhtml#a6e3c7b2942b1a541e487fcb51a450f56">PoolingLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000544, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_generic_fixture.xhtml#a46249decc4614bb6d2aea63bf59c7b99">PoolingLayerValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000545, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_quantized_fixture.xhtml#a53563e1cdb94ff832f73ee7871ab6f05">PoolingLayerValidationQuantizedFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100546, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">QuantizationValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
547, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">QuantizationValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
548, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture.xhtml#ad6bb7dc0867c04e8af42bb7db1c6af7d">ReductionOperationValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000549, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_remap_validation_fixture.xhtml#a418f91d61bdbd113973830b2d50880cc">RemapValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100550, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture.xhtml#aed61c80f8795e65aaa6afb28f4b59744">ReshapeLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000551, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture.xhtml#a6a4e2482103ab59cb9d247c10e7846b2">ScaleValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
552, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_scharr_validation_fixture.xhtml#ab7566a3d6b6ea5c74cf0b400a57cf75e">ScharrValidationFixture&lt; TensorType, AccessorType, FunctionType, T, U &gt;</a>
553, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture.xhtml#ab7566a3d6b6ea5c74cf0b400a57cf75e">SobelValidationFixture&lt; TensorType, AccessorType, FunctionType, T, U &gt;</a>
554, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture.xhtml#a616ac3370dc58d4da1ab884aecf1b127">SoftmaxValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
555, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture.xhtml#accb980e1f831c6bd9745a7e67ddb5515">SoftmaxValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
556, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_softmax_validation_generic_fixture.xhtml#a301f31fc95de1f33a6379bcd09f9b6d3">SoftmaxValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
557, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_softmax_validation_quantized_fixture.xhtml#a30437d3816f07c8af4db3cab2c803508">SoftmaxValidationQuantizedFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000558, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_special_pooling_layer_validation_fixture.xhtml#a554bc0d0d9c1f9998962c69702426429">SpecialPoolingLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100559, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">TableLookupValidationFixture&lt; TensorType, AccessorType, FunctionType, LutAccessorType, LutType, T &gt;</a>
560, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture.xhtml#ab6ba3f24183b1e763158ec5f93cabcee">ThresholdValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000561, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_transpose_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">TransposeValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100562, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_warp_affine_validation_fixture.xhtml#a098cb4d9deddf6515a9ce06a9bf25e5d">WarpAffineValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
563, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_warp_perspective_validation_fixture.xhtml#a55e8d7690eee28837d2fcdc690619436">WarpPerspectiveValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000564, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_winograd_layer_validation_fixture.xhtml#afa26edc176766b3e1eba1d233d54fc79">WinogradLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
565</li>
566<li>setup_dummy_fbo()
567: <a class="el" href="classarm__compute_1_1_g_c_kernel_library.xhtml#a374c8804afa3425411f78ec3b164f267">GCKernelLibrary</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000568</li>
Kaizen8938bd32017-09-28 14:38:23 +0100569<li>shader_present
570: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a3c44b8a93155be93cf99c2ff4c2e57e0">gpu_raw_gpu_props</a>
571</li>
572<li>shape()
573: <a class="el" href="classarm__compute_1_1test_1_1_accessor.xhtml#aba5871b3e4a65d057ec1c28fce8b00ba">Accessor</a>
574, <a class="el" href="classarm__compute_1_1test_1_1_c_l_accessor.xhtml#aba5871b3e4a65d057ec1c28fce8b00ba">CLAccessor</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000575, <a class="el" href="classarm__compute_1_1test_1_1_g_c_accessor.xhtml#aba5871b3e4a65d057ec1c28fce8b00ba">GCAccessor</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100576, <a class="el" href="classarm__compute_1_1test_1_1_i_accessor.xhtml#a1c5e120ea2712b21296aa8f62421d3c1">IAccessor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100577, <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#aba5871b3e4a65d057ec1c28fce8b00ba">SimpleTensor&lt; T &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100578, <a class="el" href="structarm__compute_1_1_valid_region.xhtml#a1fcd64682b37ed3c2098d0094ce788d8">ValidRegion</a>
579</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000580<li>shift()
581: <a class="el" href="classarm__compute_1_1_window.xhtml#ae688f3eb6c2673216d12d5490e1e88dc">Window</a>
582</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000583<li>shift_dimensions()
584: <a class="el" href="classarm__compute_1_1_window.xhtml#a53623f00e49a6d4ddc4bc1bbde5e2eaa">Window</a>
585</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100586<li>shift_left()
587: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a0e0473f8d30d0a8067f9903430ddcd85">functions</a>
588</li>
589<li>shift_right()
590: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#ad1429c74912e4335cd55e6f860acf3b6">functions</a>
591</li>
Kaizen8938bd32017-09-28 14:38:23 +0100592<li>signal()
593: <a class="el" href="classarm__compute_1_1_semaphore.xhtml#a2a0f4bfac2f24aa0a07de86141381aec">Semaphore</a>
594</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100595<li>signbit()
596: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a9efa14731a55e3d96adb961214e91734">functions</a>
597</li>
Kaizen8938bd32017-09-28 14:38:23 +0100598<li>SimpleOption()
599: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml#a53b7b0b7aee13285e6d841dc184c054b">SimpleOption&lt; T &gt;</a>
600</li>
601<li>SimpleTensor()
Jenkinsc3f34a42018-03-02 12:38:09 +0000602: <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#a011bb65bd16aaf66b8efb3929692b2ce">SimpleTensor&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100603</li>
604<li>SingletonDataset()
605: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml#ad23d34842f593ae646353d39fc0466cd">SingletonDataset&lt; T &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100606</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000607<li>size()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000608: <a class="el" href="classarm__compute_1_1gles_1_1_n_d_range.xhtml#aac782da1f912bceb5d8ad00c8dc892ac">NDRange</a>
609, <a class="el" href="classarm__compute_1_1_i_distribution1_d.xhtml#ad7701a09a964eab360a8e51fa7ad2c16">IDistribution1D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000610, <a class="el" href="classarm__compute_1_1_i_distribution.xhtml#aa983ddaeded5756189f46428be79c631">IDistribution</a>
611, <a class="el" href="classarm__compute_1_1_i_lut_allocator.xhtml#aac782da1f912bceb5d8ad00c8dc892ac">ILutAllocator</a>
Kaizen8938bd32017-09-28 14:38:23 +0100612, <a class="el" href="classarm__compute_1_1test_1_1_accessor.xhtml#ad7701a09a964eab360a8e51fa7ad2c16">Accessor</a>
613, <a class="el" href="classarm__compute_1_1test_1_1_c_l_accessor.xhtml#ad7701a09a964eab360a8e51fa7ad2c16">CLAccessor</a>
614, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">BatchNormalizationLayerDataset</a>
615, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ConvolutionLayerDataset</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000616, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">DepthwiseConvolutionLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100617, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">DepthwiseSeparableConvolutionLayerDataset</a>
618, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">FullyConnectedLayerDataset</a>
619, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">GEMMDataset</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000620, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_lowp_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">GEMMLowpDataset</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000621, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_h_o_g_descriptor_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">HOGDescriptorDataset</a>
622, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_image_file_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ImageFileDataset</a>
623, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_normalize_planar_y_u_v_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">NormalizePlanarYUVLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100624, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">PoolingLayerDataset</a>
625, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ReshapeLayerDataset</a>
626, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ROIPoolingLayerDataset</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000627, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_scale_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ScaleLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100628, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_threshold_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ThresholdDataset</a>
629, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">CartesianProductDataset&lt; T, U &gt;</a>
630, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ContainerDataset&lt; T &gt;</a>
631, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">InitializerListDataset&lt; T &gt;</a>
632, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">JoinDataset&lt; T, U &gt;</a>
633, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">RangeDataset&lt; T &gt;</a>
634, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">SingletonDataset&lt; T &gt;</a>
635, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ZipDataset&lt; T, U &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000636, <a class="el" href="classarm__compute_1_1test_1_1_g_c_accessor.xhtml#ad7701a09a964eab360a8e51fa7ad2c16">GCAccessor</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100637, <a class="el" href="classarm__compute_1_1test_1_1_i_accessor.xhtml#aa983ddaeded5756189f46428be79c631">IAccessor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100638, <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#ad7701a09a964eab360a8e51fa7ad2c16">SimpleTensor&lt; T &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000639</li>
640<li>Size2D()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000641: <a class="el" href="classarm__compute_1_1_size2_d.xhtml#a9863cd6393417aa75ad980189b0fedaf">Size2D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000642</li>
643<li>size_in_bytes()
644: <a class="el" href="classarm__compute_1_1_c_l_lut.xhtml#a68f33e9afee896dc24b32093d25c6766">CLLut</a>
645, <a class="el" href="classarm__compute_1_1_i_lut.xhtml#a6314b1e589ffe32277858c018ac3c630">ILut</a>
646, <a class="el" href="classarm__compute_1_1_lut.xhtml#a68f33e9afee896dc24b32093d25c6766">Lut</a>
647</li>
Kaizen8938bd32017-09-28 14:38:23 +0100648<li>sizer
649: <a class="el" href="unionmali__userspace_1_1uk__header.xhtml#abc66d8d1ca4947cd063a331848afb25a">uk_header</a>
650</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000651<li>slide_window_slice_1D()
652: <a class="el" href="classarm__compute_1_1_window.xhtml#a5cdf746368c9cfe7b07f1ebbb43810af">Window</a>
653</li>
654<li>slide_window_slice_2D()
655: <a class="el" href="classarm__compute_1_1_window.xhtml#a25e4deca6ce9a7b258e791851eec3f05">Window</a>
656</li>
657<li>slide_window_slice_3D()
658: <a class="el" href="classarm__compute_1_1_window.xhtml#a96febcbb5f48b24a562ae60353665654">Window</a>
659</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100660<li>slide_window_slice_4D()
661: <a class="el" href="classarm__compute_1_1_window.xhtml#af17a73ce230dc8ff4df86c5730781783">Window</a>
662</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000663<li>Small1DShapes()
664: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small1_d_shapes.xhtml#a1b3c1c17f4e9b0285fcd07cf58088005">Small1DShapes</a>
Kaizen8938bd32017-09-28 14:38:23 +0100665</li>
666<li>Small2DShapes()
667: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes.xhtml#af5e1a4f2a8c5ec30856fbe4f3efe4ee9">Small2DShapes</a>
668</li>
669<li>Small3DShapes()
670: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes.xhtml#a231cfeceb3e607c02a8347adeb894eb9">Small3DShapes</a>
671</li>
672<li>Small4DShapes()
673: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes.xhtml#a11c11378d206920996fc787494e276fd">Small4DShapes</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100674</li>
675<li>SmallConvolutionLayerDataset()
Kaizen8938bd32017-09-28 14:38:23 +0100676: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset.xhtml#aa4c7f78870d286899624e4277c3377c0">SmallConvolutionLayerDataset</a>
677</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000678<li>SmallDeconvolutionShapes()
679: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_deconvolution_shapes.xhtml#af8507bf0b08d45579b3918f52e5a0987">SmallDeconvolutionShapes</a>
Kaizen8938bd32017-09-28 14:38:23 +0100680</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000681<li>SmallDepthwiseConvolutionLayerDataset()
682: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset.xhtml#a967df0ba6a0802aa4fa3c734ff570a5c">SmallDepthwiseConvolutionLayerDataset</a>
683</li>
684<li>SmallDepthwiseConvolutionLayerDataset3x3()
685: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset3x3.xhtml#ac4409f0b609fedf0fcb5147a4dcc97a7">SmallDepthwiseConvolutionLayerDataset3x3</a>
Kaizen8938bd32017-09-28 14:38:23 +0100686</li>
687<li>SmallDirectConvolutionShapes()
688: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes.xhtml#acb0c6c9450dcbca845c4eb86d08e4f5f">SmallDirectConvolutionShapes</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100689</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000690<li>SmallDirectConvolutionTensorShiftShapes()
691: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_tensor_shift_shapes.xhtml#af09bea43374e4a36bb0291e133210ebc">SmallDirectConvolutionTensorShiftShapes</a>
692</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100693<li>SmallFullyConnectedLayerDataset()
Kaizen8938bd32017-09-28 14:38:23 +0100694: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset.xhtml#a0a66e0392159c7744c95a8a673e9a376">SmallFullyConnectedLayerDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100695</li>
696<li>SmallGEMMDataset()
Kaizen8938bd32017-09-28 14:38:23 +0100697: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset.xhtml#a1da1e638414446315185ca62f21ca283">SmallGEMMDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100698</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000699<li>SmallGEMMLowpDataset()
700: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_lowp_dataset.xhtml#a3d287f7f06b2c14ff2cf45fe19ca1f0b">SmallGEMMLowpDataset</a>
701</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000702<li>SmallHOGDescriptorDataset()
703: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_h_o_g_descriptor_dataset.xhtml#aa88e51d379794667627630139d1c5c35">SmallHOGDescriptorDataset</a>
704</li>
705<li>SmallImageFiles()
706: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_image_files.xhtml#aace54a62504527e97694fe6cda26d15f">SmallImageFiles</a>
707</li>
708<li>SmallImageShapes()
709: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_image_shapes.xhtml#ad796fe89c73b5e5e8b1800d894e0b2fe">SmallImageShapes</a>
710</li>
Kaizen8938bd32017-09-28 14:38:23 +0100711<li>SmallReshapeLayerDataset()
712: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset.xhtml#abb38b3d6b3e9b13ac2a389943db0b571">SmallReshapeLayerDataset</a>
713</li>
714<li>SmallROIPoolingLayerDataset()
715: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset.xhtml#a527f638306598c4246c7952c26ee4594">SmallROIPoolingLayerDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100716</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000717<li>SmallScaleLayerShapes()
718: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_scale_layer_shapes.xhtml#a1f1b3b13556054c545b4c6be4434a1c6">SmallScaleLayerShapes</a>
719</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100720<li>SmallShapes()
Kaizen8938bd32017-09-28 14:38:23 +0100721: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_shapes.xhtml#a1b136718b9d6afe5e05c64730fd84531">SmallShapes</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100722</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000723<li>SmallShapesBroadcast()
724: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_shapes_broadcast.xhtml#ab0af0f82bef619049eff42006e7ca01a">SmallShapesBroadcast</a>
725</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000726<li>SmallWinogradLayerDataset()
727: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_winograd_layer_dataset.xhtml#a482338739d82088e97d41698747d78ef">SmallWinogradLayerDataset</a>
728</li>
729<li>SoftmaxLayerLargeShapes()
730: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_large_shapes.xhtml#af55d2d91efcf6573341255c70cdb4840">SoftmaxLayerLargeShapes</a>
731</li>
732<li>SoftmaxLayerSmallShapes()
733: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_small_shapes.xhtml#ab9bc8c1b90f03d8280cd6ea5b02e0146">SoftmaxLayerSmallShapes</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100734</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000735<li>SoftmaxLayerTinyShapes()
736: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_tiny_shapes.xhtml#a868b3e1d449024e362204f40adaf633b">SoftmaxLayerTinyShapes</a>
737</li>
Kaizen8938bd32017-09-28 14:38:23 +0100738<li>spatial_scale()
739: <a class="el" href="classarm__compute_1_1_r_o_i_pooling_layer_info.xhtml#a13a5239b80c3170a975b369f288cbd91">ROIPoolingLayerInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100740</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000741<li>split_window()
742: <a class="el" href="classarm__compute_1_1_window.xhtml#aa4ce41fc0f8c3203753a4fbee8211f5a">Window</a>
743</li>
Kaizen8938bd32017-09-28 14:38:23 +0100744<li>SqueezeNetActivationLayerDataset()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000745: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset.xhtml#a11df01900099140a94ef5f553cda8efb">SqueezeNetActivationLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100746</li>
747<li>SqueezeNetConvolutionLayerDataset()
748: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset.xhtml#abbc7600599ae6338fce43997e633f595">SqueezeNetConvolutionLayerDataset</a>
749</li>
750<li>SqueezeNetPoolingLayerDataset()
751: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset.xhtml#a681dae3e2336f7ae90c9bc1e78ac52ae">SqueezeNetPoolingLayerDataset</a>
752</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000753<li>SqueezeNetWinogradLayerDataset()
754: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_winograd_layer_dataset.xhtml#a6120780c00669e2640d8bce8d532f9be">SqueezeNetWinogradLayerDataset</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100755</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000756<li>start()
Kaizen8938bd32017-09-28 14:38:23 +0100757: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#ac0ae5f26cd2001d772aed9d2ea97d41c">Instrument</a>
758, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">MaliCounter</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000759, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">OpenCLTimer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100760, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">PMUCounter</a>
761, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml#a60de64d75454385b23995437f1d72669">Profiler</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000762, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">SchedulerTimer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100763, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">WallClockTimer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100764, <a class="el" href="structarm__compute_1_1_valid_region.xhtml#aec54a7ff1ca347fdda25821cfb8fd0ed">ValidRegion</a>
Anthony Barbier46d59272017-05-04 09:15:15 +0100765, <a class="el" href="classarm__compute_1_1_window_1_1_dimension.xhtml#a27c3790df96e9523b0370e7e10c0d375">Window::Dimension</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000766</li>
Kaizen8938bd32017-09-28 14:38:23 +0100767<li>start_lifetime()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000768: <a class="el" href="classarm__compute_1_1_i_lifetime_manager.xhtml#ad8645b2be72197ce554268c1dc704849">ILifetimeManager</a>
769, <a class="el" href="classarm__compute_1_1_i_simple_lifetime_manager.xhtml#af9e6669812c674ab36a3cb3e592d5efe">ISimpleLifetimeManager</a>
770</li>
771<li>Status()
Jenkinsc3f34a42018-03-02 12:38:09 +0000772: <a class="el" href="classarm__compute_1_1_status.xhtml#aafde58df1b2a6a91d5b674373be3ffc5">Status</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000773, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70b">TestCaseFactory</a>
Kaizen8938bd32017-09-28 14:38:23 +0100774</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100775<li>status()
776: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a53db8bc0a7fc4a59903bd0492614bc3e">TestCaseFactory</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000777, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_info.xhtml#a9e590b7d913d38286ab0916c38bb600f">TestInfo</a>
Jenkinsc3f34a42018-03-02 12:38:09 +0000778, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#ae29aa2d4ae440022daaed1107eb306b3">TestResult</a>
Kaizen8938bd32017-09-28 14:38:23 +0100779</li>
780<li>Status
781: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70b">TestResult</a>
782</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000783<li>step()
784: <a class="el" href="classarm__compute_1_1_window_1_1_dimension.xhtml#a992b375fc3254afe2e38f63bc29a43d4">Window::Dimension</a>
785</li>
786<li>Steps()
Jenkinsc3f34a42018-03-02 12:38:09 +0000787: <a class="el" href="classarm__compute_1_1_steps.xhtml#aa070f4ffd2bb02119b545c0fc6d88d33">Steps</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100788</li>
789<li>stop()
Kaizen8938bd32017-09-28 14:38:23 +0100790: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#a0efff8623a2fb79dad94a96dcf16d966">Instrument</a>
791, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml#ab3536e22848ce87b16a9b96d6d824d45">MaliCounter</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000792, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer.xhtml#ab3536e22848ce87b16a9b96d6d824d45">OpenCLTimer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100793, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml#ab3536e22848ce87b16a9b96d6d824d45">PMUCounter</a>
794, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml#a8c528baf37154d347366083f0f816846">Profiler</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000795, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#ab3536e22848ce87b16a9b96d6d824d45">SchedulerTimer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100796, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.xhtml#ab3536e22848ce87b16a9b96d6d824d45">WallClockTimer</a>
797</li>
798<li>stop_on_error()
799: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a4d22ec5d060270ed5e0c348ca0177cdb">Framework</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000800</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000801<li>stream()
802: <a class="el" href="classarm__compute_1_1io_1_1_file_handler.xhtml#a480926182a1f0b657c56803bc0122386">FileHandler</a>
803</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000804<li>strength
805: <a class="el" href="structarm__compute_1_1_key_point.xhtml#a2c1c8f9331368f38bfc3eaee260b59a6">KeyPoint</a>
806, <a class="el" href="struct_keypoint.xhtml#a2c1c8f9331368f38bfc3eaee260b59a6">Keypoint</a>
807</li>
808<li>stride()
809: <a class="el" href="classarm__compute_1_1_pad_stride_info.xhtml#ad2f1ea50a9e215ad8ef612a724a4866a">PadStrideInfo</a>
810</li>
Kaizen8938bd32017-09-28 14:38:23 +0100811<li>stride_w
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000812: <a class="el" href="struct_tensor4_d.xhtml#a13a60f6e75f64f1953b8858ea454a880">Tensor4D</a>
Kaizen8938bd32017-09-28 14:38:23 +0100813</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000814<li>stride_x
815: <a class="el" href="struct_image.xhtml#ae01febbfd0689ef709f3ff6fdd2abc7e">Image</a>
816, <a class="el" href="struct_tensor3_d.xhtml#ae01febbfd0689ef709f3ff6fdd2abc7e">Tensor3D</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000817, <a class="el" href="struct_tensor4_d.xhtml#ae01febbfd0689ef709f3ff6fdd2abc7e">Tensor4D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000818, <a class="el" href="struct_vector.xhtml#ae01febbfd0689ef709f3ff6fdd2abc7e">Vector</a>
819</li>
820<li>stride_y
821: <a class="el" href="struct_image.xhtml#a4f0b90c9ecd6e57ceb3f37332fefe8f1">Image</a>
822, <a class="el" href="struct_tensor3_d.xhtml#a4f0b90c9ecd6e57ceb3f37332fefe8f1">Tensor3D</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000823, <a class="el" href="struct_tensor4_d.xhtml#a4f0b90c9ecd6e57ceb3f37332fefe8f1">Tensor4D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000824</li>
825<li>stride_z
826: <a class="el" href="struct_tensor3_d.xhtml#ad5ff7a2b2bd0eec50fe09c254b127d1c">Tensor3D</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000827, <a class="el" href="struct_tensor4_d.xhtml#ad5ff7a2b2bd0eec50fe09c254b127d1c">Tensor4D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000828</li>
829<li>Strides()
Jenkinsc3f34a42018-03-02 12:38:09 +0000830: <a class="el" href="classarm__compute_1_1_strides.xhtml#afdb9be8973c70959dabbc185205c1573">Strides</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000831</li>
832<li>strides_in_bytes()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100833: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a6b14f175bf5281f57b561e2d4e4b1f1f">ITensorInfo</a>
834, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a5f1ca9d674346287cae57a6c5b5c24ec">SubTensorInfo</a>
835, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a5f1ca9d674346287cae57a6c5b5c24ec">TensorInfo</a>
836</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000837<li>StringDecorator()
838: <a class="el" href="classarm__compute_1_1logging_1_1_string_decorator.xhtml#a771c01048077563edb8c5bfe596cd5e6">StringDecorator</a>
839</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100840<li>sub()
841: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a287e18f5dec27ac32bfd30039a57dddf">functions</a>
842</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000843<li>SubGraph()
844: <a class="el" href="classarm__compute_1_1graph_1_1_sub_graph.xhtml#af740215546f06a8decc93c085f69d1b0">SubGraph</a>
845</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100846<li>SubTensor()
Jenkinsc3f34a42018-03-02 12:38:09 +0000847: <a class="el" href="classarm__compute_1_1graph_1_1_sub_tensor.xhtml#a29f0969775d17df94d8e87c40b7b7df1">SubTensor</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100848</li>
849<li>SubTensorInfo()
Jenkinsc3f34a42018-03-02 12:38:09 +0000850: <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a9025d7eb7c8e0d40239ddc3568d2e201">SubTensorInfo</a>
Kaizen8938bd32017-09-28 14:38:23 +0100851</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000852<li>supports_in_place()
853: <a class="el" href="classarm__compute_1_1graph_1_1_i_node.xhtml#a3f5a851dcc0fae248668de12466017c8">INode</a>
854</li>
Kaizen8938bd32017-09-28 14:38:23 +0100855<li>suspend_size
856: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#ab3d23a7273edd862c9aa56ae882b2059">gpu_raw_gpu_props</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100857</li>
858<li>swap
Kaizen8938bd32017-09-28 14:38:23 +0100859: <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#a51920d34b0fa5415e84891ad8e755224">SimpleTensor&lt; T &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000860</li>
861<li>sync()
862: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#ad55f80ed3cd8b6c4f247763b747016af">CLScheduler</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000863, <a class="el" href="classarm__compute_1_1test_1_1_activation_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">ActivationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
864, <a class="el" href="classarm__compute_1_1test_1_1_alex_net_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">AlexNetFixture&lt; ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
865, <a class="el" href="classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">BatchNormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
866, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_depth_concatenate_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">DepthConcatenateLayerFixture&lt; TensorType, ITensorType, Function, AccessorType &gt;</a>
867, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_dequantization_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">DequantizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
868, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_flatten_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">FlattenLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
869, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m_interleave4x4_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">GEMMInterleave4x4Fixture&lt; TensorType, Function, Accessor &gt;</a>
870, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_harris_corners_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">HarrisCornersFixture&lt; TensorType, Function, Accessor, ArrayType &gt;</a>
871, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_l2_normalize_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">L2NormalizeLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
872, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_magnitude_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">MagnitudeFixture&lt; TensorType, Function, Accessor &gt;</a>
873, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_quantization_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">QuantizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
874, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_reshape_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">ReshapeLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
875, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_scale_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">ScaleFixture&lt; TensorType, Function, Accessor &gt;</a>
876, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_transpose_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">TransposeFixture&lt; TensorType, Function, Accessor &gt;</a>
877, <a class="el" href="classarm__compute_1_1test_1_1_convolution_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">ConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
878, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">DepthwiseConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
879, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">DepthwiseSeparableConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
880, <a class="el" href="classarm__compute_1_1test_1_1_floor_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">FloorFixture&lt; TensorType, Function, Accessor &gt;</a>
881, <a class="el" href="classarm__compute_1_1test_1_1_fully_connected_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">FullyConnectedLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
882, <a class="el" href="classarm__compute_1_1test_1_1_g_e_m_m_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">GEMMFixture&lt; TensorType, Function, Accessor &gt;</a>
883, <a class="el" href="classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">GEMMLowpMatrixMultiplyCoreFixture&lt; TensorType, Function, Accessor &gt;</a>
884, <a class="el" href="classarm__compute_1_1test_1_1_le_net5_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">LeNet5Fixture&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
885, <a class="el" href="classarm__compute_1_1test_1_1_mobile_net_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">MobileNetFixture&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionLayerFunction, ReshapeFunction, PoolingLayerFunction &gt;</a>
886, <a class="el" href="classarm__compute_1_1test_1_1_mobile_net_v1_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">MobileNetV1Fixture&lt; TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction, InputSize &gt;</a>
887, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_alex_net_network.xhtml#ad55f80ed3cd8b6c4f247763b747016af">AlexNetNetwork&lt; ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
888, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_le_net5_network.xhtml#ad55f80ed3cd8b6c4f247763b747016af">LeNet5Network&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
889, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_mobile_net_network.xhtml#ad55f80ed3cd8b6c4f247763b747016af">MobileNetNetwork&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionLayerFunction, ReshapeFunction, PoolingLayerFunction &gt;</a>
890, <a class="el" href="classarm__compute_1_1test_1_1networks_1_1_mobile_net_v1_network.xhtml#ad55f80ed3cd8b6c4f247763b747016af">MobileNetV1Network&lt; TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
891, <a class="el" href="classarm__compute_1_1test_1_1_normalization_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">NormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
892, <a class="el" href="classarm__compute_1_1test_1_1_normalize_planar_y_u_v_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">NormalizePlanarYUVLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
893, <a class="el" href="classarm__compute_1_1test_1_1_pooling_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">PoolingLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
894, <a class="el" href="classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">ROIPoolingLayerFixture&lt; TensorType, Function, Accessor, Array_T, ArrayAccessor &gt;</a>
895, <a class="el" href="classarm__compute_1_1test_1_1_scale_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">ScaleLayerFixture&lt; TensorType, Function, Accessor, T &gt;</a>
896, <a class="el" href="classarm__compute_1_1test_1_1_softmax_layer_fixture.xhtml#ad55f80ed3cd8b6c4f247763b747016af">SoftmaxLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000897</li>
898</ul>
899</div><!-- contents -->
900</div><!-- doc-content -->
901<!-- start footer part -->
902<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
903 <ul>
Jenkinsc3f34a42018-03-02 12:38:09 +0000904 <li class="footer">Generated on Fri Mar 2 2018 12:38:02 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000905 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000906 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000907 </ul>
908</div>
909</body>
910</html>