blob: be8c6ea056b3134a7870763bae6a721e24958823 [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001<!-- HTML header for doxygen 1.8.9.1-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Kaizen8938bd32017-09-28 14:38:23 +01007<meta name="generator" content="Doxygen 1.8.6"/>
Anthony Barbier871448e2017-03-24 14:54:29 +00008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
Anthony Barbierdbdab852017-06-23 15:42:00 +01009<title>Compute Library: Data Fields</title>
Anthony Barbier871448e2017-03-24 14:54:29 +000010<link href="tabs.css" rel="stylesheet" type="text/css"/>
11<script type="text/javascript" src="jquery.js"></script>
12<script type="text/javascript" src="dynsections.js"></script>
13<link href="navtree.css" rel="stylesheet" type="text/css"/>
14<script type="text/javascript" src="resize.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000015<script type="text/javascript" src="navtree.js"></script>
16<script type="text/javascript">
17 $(document).ready(initResizable);
18 $(window).load(resizeHeight);
19</script>
20<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier871448e2017-03-24 14:54:29 +000021<script type="text/javascript" src="search/search.js"></script>
22<script type="text/javascript">
Kaizen8938bd32017-09-28 14:38:23 +010023 $(document).ready(function() { searchBox.OnSelectItem(0); });
Anthony Barbier871448e2017-03-24 14:54:29 +000024</script>
25<script type="text/x-mathjax-config">
26 MathJax.Hub.Config({
27 extensions: ["tex2jax.js"],
28 jax: ["input/TeX","output/HTML-CSS"],
29});
Kaizen8938bd32017-09-28 14:38:23 +010030</script><script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000031<link href="doxygen.css" rel="stylesheet" type="text/css" />
32</head>
33<body>
34<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
35<div id="titlearea">
36<table cellspacing="0" cellpadding="0">
37 <tbody>
38 <tr style="height: 56px;">
39 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010040 <div id="projectname">Compute Library
Kaizenbf8b01d2017-10-12 14:26:51 +010041 &#160;<span id="projectnumber">17.10</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000042 </div>
43 </td>
44 </tr>
45 </tbody>
46</table>
47</div>
48<!-- end header part -->
Kaizen8938bd32017-09-28 14:38:23 +010049<!-- Generated by Doxygen 1.8.6 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000050<script type="text/javascript">
51var searchBox = new SearchBox("searchBox", "search",false,'Search');
52</script>
53 <div id="navrow1" class="tabs">
54 <ul class="tablist">
55 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010056 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000057 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
58 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
59 <li><a href="files.xhtml"><span>Files</span></a></li>
60 <li>
61 <div id="MSearchBox" class="MSearchBoxInactive">
62 <span class="left">
63 <img id="MSearchSelect" src="search/mag_sel.png"
64 onmouseover="return searchBox.OnSearchSelectShow()"
65 onmouseout="return searchBox.OnSearchSelectHide()"
66 alt=""/>
67 <input type="text" id="MSearchField" value="Search" accesskey="S"
68 onfocus="searchBox.OnSearchFieldFocus(true)"
69 onblur="searchBox.OnSearchFieldFocus(false)"
70 onkeyup="searchBox.OnSearchFieldChange(event)"/>
71 </span><span class="right">
72 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
73 </span>
74 </div>
75 </li>
76 </ul>
77 </div>
78 <div id="navrow2" class="tabs2">
79 <ul class="tablist">
80 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
81 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
82 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
83 <li class="current"><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
84 </ul>
85 </div>
86 <div id="navrow3" class="tabs2">
87 <ul class="tablist">
88 <li class="current"><a href="functions.xhtml"><span>All</span></a></li>
89 <li><a href="functions_func.xhtml"><span>Functions</span></a></li>
90 <li><a href="functions_vars.xhtml"><span>Variables</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010091 <li><a href="functions_type.xhtml"><span>Typedefs</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000092 <li><a href="functions_enum.xhtml"><span>Enumerations</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010093 <li><a href="functions_eval.xhtml"><span>Enumerator</span></a></li>
94 <li><a href="functions_rela.xhtml"><span>Related&#160;Functions</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000095 </ul>
96 </div>
97 <div id="navrow4" class="tabs3">
98 <ul class="tablist">
99 <li><a href="functions.xhtml#index__"><span>_</span></a></li>
100 <li><a href="functions_a.xhtml#index_a"><span>a</span></a></li>
101 <li><a href="functions_b.xhtml#index_b"><span>b</span></a></li>
102 <li><a href="functions_c.xhtml#index_c"><span>c</span></a></li>
103 <li><a href="functions_d.xhtml#index_d"><span>d</span></a></li>
104 <li><a href="functions_e.xhtml#index_e"><span>e</span></a></li>
105 <li><a href="functions_f.xhtml#index_f"><span>f</span></a></li>
106 <li><a href="functions_g.xhtml#index_g"><span>g</span></a></li>
107 <li><a href="functions_h.xhtml#index_h"><span>h</span></a></li>
108 <li><a href="functions_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100109 <li><a href="functions_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000110 <li><a href="functions_k.xhtml#index_k"><span>k</span></a></li>
111 <li><a href="functions_l.xhtml#index_l"><span>l</span></a></li>
112 <li><a href="functions_m.xhtml#index_m"><span>m</span></a></li>
113 <li><a href="functions_n.xhtml#index_n"><span>n</span></a></li>
114 <li><a href="functions_o.xhtml#index_o"><span>o</span></a></li>
115 <li><a href="functions_p.xhtml#index_p"><span>p</span></a></li>
116 <li><a href="functions_q.xhtml#index_q"><span>q</span></a></li>
117 <li><a href="functions_r.xhtml#index_r"><span>r</span></a></li>
118 <li class="current"><a href="functions_s.xhtml#index_s"><span>s</span></a></li>
119 <li><a href="functions_t.xhtml#index_t"><span>t</span></a></li>
120 <li><a href="functions_u.xhtml#index_u"><span>u</span></a></li>
121 <li><a href="functions_v.xhtml#index_v"><span>v</span></a></li>
122 <li><a href="functions_w.xhtml#index_w"><span>w</span></a></li>
123 <li><a href="functions_x.xhtml#index_x"><span>x</span></a></li>
124 <li><a href="functions_y.xhtml#index_y"><span>y</span></a></li>
125 <li><a href="functions_z.xhtml#index_z"><span>z</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100126 <li><a href="functions_~.xhtml#index_~"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000127 </ul>
128 </div>
129</div><!-- top -->
130<div id="side-nav" class="ui-resizable side-nav-resizable">
131 <div id="nav-tree">
132 <div id="nav-tree-contents">
133 <div id="nav-sync" class="sync"></div>
134 </div>
135 </div>
136 <div id="splitbar" style="-moz-user-select:none;"
137 class="ui-resizable-handle">
138 </div>
139</div>
140<script type="text/javascript">
141$(document).ready(function(){initNavTree('functions_s.xhtml','');});
142</script>
143<div id="doc-content">
144<!-- window showing the filter options -->
145<div id="MSearchSelectWindow"
146 onmouseover="return searchBox.OnSearchSelectShow()"
147 onmouseout="return searchBox.OnSearchSelectHide()"
148 onkeydown="return searchBox.OnSearchSelectKey(event)">
Kaizen8938bd32017-09-28 14:38:23 +0100149<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark">&#160;</span>Pages</a></div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000150
151<!-- iframe showing the search results (closed by default) -->
152<div id="MSearchResultsWindow">
153<iframe src="javascript:void(0)" frameborder="0"
154 name="MSearchResults" id="MSearchResults">
155</iframe>
156</div>
157
158<div class="contents">
159<div class="textblock">Here is a list of all struct and union fields with links to the structures/unions they belong to:</div>
160
161<h3><a class="anchor" id="index_s"></a>- s -</h3><ul>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100162<li>saturate_cast()
163: <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>
164</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000165<li>save_binary()
166: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a7c0b2aa80e920344936e8e7dbaa73e43">CLKernelLibrary</a>
167</li>
168<li>scale
169: <a class="el" href="structarm__compute_1_1_key_point.xhtml#a1d28dec57cce925ad92342891bd71e7c">KeyPoint</a>
170, <a class="el" href="classarm__compute_1_1_pyramid_info.xhtml#ac0960069e9d05e0ee93ef010ce63913a">PyramidInfo</a>
171, <a class="el" href="classarm__compute_1_1_window.xhtml#a5e8e5ab06329702df09ab7eb07e9b84d">Window</a>
172, <a class="el" href="struct_keypoint.xhtml#a1d28dec57cce925ad92342891bd71e7c">Keypoint</a>
173</li>
174<li>scale_coeff()
175: <a class="el" href="classarm__compute_1_1_normalization_layer_info.xhtml#a6f541aab23799f6c61d9c8d7ca9fe15c">NormalizationLayerInfo</a>
176</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100177<li>schedule()
178: <a class="el" href="classarm__compute_1_1_c_p_p_scheduler.xhtml#aa4fc1e7b1c1d9d42903cfc48351e57ad">CPPScheduler</a>
179, <a class="el" href="classarm__compute_1_1_i_scheduler.xhtml#a38e28e556fea6e2024019dbb9c7cc943">IScheduler</a>
180, <a class="el" href="classarm__compute_1_1_o_m_p_scheduler.xhtml#aa4fc1e7b1c1d9d42903cfc48351e57ad">OMPScheduler</a>
181, <a class="el" href="classarm__compute_1_1_single_thread_scheduler.xhtml#aa4fc1e7b1c1d9d42903cfc48351e57ad">SingleThreadScheduler</a>
182</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000183<li>score
184: <a class="el" href="structarm__compute_1_1_detection_window.xhtml#a8c5cd9b525ee73a24b1d9d8e34982d1c">DetectionWindow</a>
185</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100186<li>seed()
Kaizen8938bd32017-09-28 14:38:23 +0100187: <a class="el" href="classarm__compute_1_1test_1_1_assets_library.xhtml#a4035a1140831801ced5dfa1d9fe6988a">AssetsLibrary</a>
188</li>
189<li>Semaphore()
190: <a class="el" href="classarm__compute_1_1_semaphore.xhtml#a5d450aa70997a73d56a0400cee4e539d">Semaphore</a>
191</li>
192<li>sensitivity
193: <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 +0100194</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000195<li>set()
196: <a class="el" href="classarm__compute_1_1_dimensions.xhtml#a982730e6f0da5f9490f59bc5f6bb3f27">Dimensions&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100197, <a class="el" href="classarm__compute_1_1_scheduler.xhtml#aa35fa7aa123444c798c28d4ac8fe7546">Scheduler</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100198, <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#a0cb0e1f5da2e1cc2e0ea5690450f53e8">TensorShape</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000199, <a class="el" href="classarm__compute_1_1_window.xhtml#acd3d2bba51cb84d34dd7656ad2375a6e">Window</a>
200</li>
Kaizen8938bd32017-09-28 14:38:23 +0100201<li>set_access_offset()
202: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a8a17e32f289144bcb2040eaa31d149f0">PaddingCalculator</a>
203</li>
204<li>set_accessed_elements()
205: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a4456c6014ddd23c0a45573589a535183">PaddingCalculator</a>
206</li>
207<li>set_allocator()
208: <a class="el" href="classarm__compute_1_1_memory_manager_on_demand.xhtml#a068c36b905736af9b9752c5b8b301d27">MemoryManagerOnDemand</a>
209</li>
210<li>set_associated_memory_group()
211: <a class="el" href="classarm__compute_1_1_c_l_tensor_allocator.xhtml#ae1746928cddc235a148f11132f0fa8f2">CLTensorAllocator</a>
212, <a class="el" href="classarm__compute_1_1_tensor_allocator.xhtml#a89ee265e94df4e8aaf4f465649d4e065">TensorAllocator</a>
213</li>
214<li>set_border_mode()
215: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a9926bc2129fe1ad070b6f225873ccfac">PaddingCalculator</a>
216</li>
217<li>set_border_size()
218: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#aacfa81e91a8e77c44b1221606374f8b1">PaddingCalculator</a>
219</li>
220<li>set_color_output()
221: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_pretty_printer.xhtml#afcf598578056fcc9e9ed8916b68e28a2">PrettyPrinter</a>
222</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000223<li>set_constant_border()
224: <a class="el" href="classarm__compute_1_1_c_l_fill_border_kernel.xhtml#ac56c459beac7a6b904b6dece97b377e6">CLFillBorderKernel</a>
225</li>
226<li>set_context()
227: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a293edc1bbcbddffb7228ac97917ed107">CLKernelLibrary</a>
228, <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a293edc1bbcbddffb7228ac97917ed107">CLScheduler</a>
229</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100230<li>set_convolution_method_hint()
231: <a class="el" href="classarm__compute_1_1graph_1_1_graph_hints.xhtml#ab735e95cc0f2bc3a7c16c672c4929fc4">GraphHints</a>
232</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100233<li>set_data_type()
234: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a4b622a0346ec30baf0b9a387e00c9ace">ITensorInfo</a>
235, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#ab499d647cc2a22dbd8bd21e39eb2aa58">SubTensorInfo</a>
236, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#ab499d647cc2a22dbd8bd21e39eb2aa58">TensorInfo</a>
237</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000238<li>set_device()
239: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a5a6865d04c8d3348860f3cb8100fdb97">CLKernelLibrary</a>
240</li>
241<li>set_dimension_step()
242: <a class="el" href="classarm__compute_1_1_window.xhtml#a55ed4ad2395fd25ba847cbf6c54b85e4">Window</a>
243</li>
Kaizen8938bd32017-09-28 14:38:23 +0100244<li>set_error_on_missing_assets()
245: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a46a0cefc3b9a13645548ec705f438ce9">Framework</a>
246</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100247<li>set_fixed_point_position()
248: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#aec2c125ece3cc6593a0be7f1fef3d97f">ITensorInfo</a>
249, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a5221aaaad21f278619a8420bea680cf6">SubTensorInfo</a>
250, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a5221aaaad21f278619a8420bea680cf6">TensorInfo</a>
251</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000252<li>set_format()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100253: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a43bf980bc1ac27efa062386baa506380">ITensorInfo</a>
254, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a76960ce9a9ccefb3f2f059edf360490d">SubTensorInfo</a>
255, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a76960ce9a9ccefb3f2f059edf360490d">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000256</li>
Kaizen8938bd32017-09-28 14:38:23 +0100257<li>set_help()
258: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_option.xhtml#a48a2672f362eeed9a3e93403f4d3de37">Option</a>
259</li>
Kaizen8938bd32017-09-28 14:38:23 +0100260<li>set_info()
Kaizenbf8b01d2017-10-12 14:26:51 +0100261: <a class="el" href="classarm__compute_1_1graph_1_1_sub_tensor.xhtml#a3274e3bbd7e999565b6f63037d0e8733">SubTensor</a>
262, <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#a8a47fb3f9c4a913a82e7a0b3cbd9df9e">Tensor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100263</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000264<li>set_is_resizable()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100265: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#afc2a8e64645655d3bb8f37003c27a7ea">ITensorInfo</a>
266, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a64843bb449deed5b6d5c83e8bc94b9c5">SubTensorInfo</a>
267, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a64843bb449deed5b6d5c83e8bc94b9c5">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000268</li>
269<li>set_kernel_path()
270: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a66a558a56f5d0dcd6305c405ebc38cc2">CLKernelLibrary</a>
271</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100272<li>set_logger()
273: <a class="el" href="classarm__compute_1_1_logger.xhtml#a8ce097d129855b3ce7f3fcd6c30551ba">Logger</a>
274</li>
Kaizen8938bd32017-09-28 14:38:23 +0100275<li>set_lws_hint()
276: <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#a44c701b9dbd01a171de4928254d1ecbf">ICLKernel</a>
277</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100278<li>set_num_channels()
279: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#ae05139a48d9360e44f5ef2eef64b23ec">ITensorInfo</a>
280, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a8fe01e461d1783bda8f489983e3434fd">SubTensorInfo</a>
281, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a8fe01e461d1783bda8f489983e3434fd">TensorInfo</a>
282</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000283<li>set_num_dimensions()
284: <a class="el" href="classarm__compute_1_1_dimensions.xhtml#a810a78f0b7cc0270f38d4136e023ea3b">Dimensions&lt; T &gt;</a>
285</li>
Kaizen8938bd32017-09-28 14:38:23 +0100286<li>set_num_iterations()
287: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#ae0b69f2142100651d022d5af576f42cf">Framework</a>
288</li>
289<li>set_num_pools()
290: <a class="el" href="classarm__compute_1_1_memory_manager_on_demand.xhtml#a659d81c3e8f1e485712e12780aa06f09">MemoryManagerOnDemand</a>
291</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000292<li>set_num_threads()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100293: <a class="el" href="classarm__compute_1_1_c_p_p_scheduler.xhtml#ae64eebaa07f4d2da6cc2ba538c3cb095">CPPScheduler</a>
294, <a class="el" href="classarm__compute_1_1_i_scheduler.xhtml#a645ac2d9d4144fd0174296de7eb1e1b5">IScheduler</a>
295, <a class="el" href="classarm__compute_1_1_o_m_p_scheduler.xhtml#ae64eebaa07f4d2da6cc2ba538c3cb095">OMPScheduler</a>
296, <a class="el" href="classarm__compute_1_1_single_thread_scheduler.xhtml#ae64eebaa07f4d2da6cc2ba538c3cb095">SingleThreadScheduler</a>
Kaizen8938bd32017-09-28 14:38:23 +0100297</li>
298<li>set_printer()
299: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#ab3e6a123f1a0717364f2bfe9e2dbaedf">Framework</a>
300</li>
301<li>set_processed_elements()
302: <a class="el" href="classarm__compute_1_1test_1_1_padding_calculator.xhtml#a8c357fa4f24f5e2ad4d06b68687d5e9b">PaddingCalculator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000303</li>
304<li>set_queue()
305: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a9608e5af9f3a199f69ca6aa41b94359a">CLScheduler</a>
306</li>
307<li>set_range()
308: <a class="el" href="classarm__compute_1_1_i_distribution1_d.xhtml#a9027aed7fdb902ebc243647c8c3fbea2">IDistribution1D</a>
309</li>
Kaizen8938bd32017-09-28 14:38:23 +0100310<li>set_required()
311: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_option.xhtml#a564afafa4220cd36afbe388fcd24549b">Option</a>
312</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000313<li>set_step()
314: <a class="el" href="classarm__compute_1_1_window_1_1_dimension.xhtml#aa84a724344a983832279fe13f047b52d">Window::Dimension</a>
315</li>
Kaizen8938bd32017-09-28 14:38:23 +0100316<li>set_stop_on_error()
317: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#ab4b7e9757ad7e9d23b608b617c5dffa6">Framework</a>
318</li>
319<li>set_stream()
320: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_printer.xhtml#a4c42c24c66df12502377695d5e54ffa7">Printer</a>
321</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100322<li>set_target()
323: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#ad5ba9d34a3a855bf1dd2e36316ff550a">CLScheduler</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100324, <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#aa1cadaf6294a53ceeba961d6bc673e33">Tensor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100325, <a class="el" href="classarm__compute_1_1_i_c_l_kernel.xhtml#ad5ba9d34a3a855bf1dd2e36316ff550a">ICLKernel</a>
326, <a class="el" href="classarm__compute_1_1_i_scheduler.xhtml#a6a49fcb6640894fb5ec2da99f10a1593">IScheduler</a>
327</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100328<li>set_target_hint()
329: <a class="el" href="classarm__compute_1_1graph_1_1_graph_hints.xhtml#a2e992645bdc3cb2a9bd6abe27a537213">GraphHints</a>
330</li>
Kaizen8938bd32017-09-28 14:38:23 +0100331<li>set_temp()
332: <a class="el" href="classarm__compute_1_1graph_1_1_graph.xhtml#a3945abf22acb665acda99694b5478dd8">Graph</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100333</li>
334<li>set_tensor_shape()
335: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a40deec9ef7e7c892bef6b11b4d81c38e">ITensorInfo</a>
336, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a5307618c5f15c917ef703324ea2c02af">SubTensorInfo</a>
337, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a5307618c5f15c917ef703324ea2c02af">TensorInfo</a>
338</li>
Kaizen8938bd32017-09-28 14:38:23 +0100339<li>set_test_result()
340: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a4494f098cda45f40105c454d0ffa9147">Framework</a>
341</li>
342<li>set_throw_errors()
343: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a5e61ba4403f0d2bd4f755f59193af692">Framework</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000344</li>
345<li>set_valid_region()
346: <a class="el" href="classarm__compute_1_1_access_window_auto_padding.xhtml#a7f947a06cc9bc2896f3d0efc0201ac5a">AccessWindowAutoPadding</a>
Anthony Barbiera4376382017-04-12 15:12:46 +0100347, <a class="el" href="classarm__compute_1_1_access_window_rectangle.xhtml#a718cd06814abc688b1abdc729ed3a71b">AccessWindowRectangle</a>
348, <a class="el" href="classarm__compute_1_1_access_window_static.xhtml#a729ab9364d77a28c009732b497c3b835">AccessWindowStatic</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100349, <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#acea00276098762fd0e83a3c25d9f88cb">ITensorInfo</a>
350, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a0cbba4e45a4a1e389606493af3814415">SubTensorInfo</a>
351, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a0cbba4e45a4a1e389606493af3814415">TensorInfo</a>
352</li>
Kaizen8938bd32017-09-28 14:38:23 +0100353<li>setup()
354: <a class="el" href="classarm__compute_1_1test_1_1_activation_layer_fixture.xhtml#a133406d92bc4207e919a6129cb437440">ActivationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
355, <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>
356, <a class="el" href="classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml#acab980ecd77cd2a0fee5c0a8ce0455f1">BatchNormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
357, <a class="el" href="classarm__compute_1_1test_1_1_convolution_layer_fixture.xhtml#a84cf5394398a0053a45d64008af0b56a">ConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
358, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_convolution_fixture.xhtml#a27bdda1a147c574602fee0772f897b25">DepthwiseConvolutionFixture&lt; TensorType, Function, Accessor &gt;</a>
359, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.xhtml#ad0298d773ba275a55857e294f68fc679">DepthwiseSeparableConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
360, <a class="el" href="classarm__compute_1_1test_1_1_floor_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">FloorFixture&lt; TensorType, Function, Accessor &gt;</a>
361, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml#a4fc01d736fe50cf5b977f755b675f11d">Fixture</a>
362, <a class="el" href="classarm__compute_1_1test_1_1_fully_connected_layer_fixture.xhtml#aa2d1f9c5f65c10bd64d74eac9051f29f">FullyConnectedLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
363, <a class="el" href="classarm__compute_1_1test_1_1_g_e_m_m_fixture.xhtml#a976ed582c1740d7b92ef7d8bdf6a0769">GEMMFixture&lt; TensorType, Function, Accessor &gt;</a>
364, <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>
365, <a class="el" href="classarm__compute_1_1test_1_1_normalization_layer_fixture.xhtml#afa6a85800c03451cf04ea5f5f547ef99">NormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
366, <a class="el" href="classarm__compute_1_1test_1_1_pooling_layer_fixture.xhtml#aab5404626b472c257f85cdc2fa8332ae">PoolingLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
367, <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>
368, <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>
369, <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>
370, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture.xhtml#a2fd2a952a0490b9ed4d483ca710b3fbc">ArithmeticAdditionValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
371, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture.xhtml#a75819e4b60c60472ece8e6a0b06e8f3d">ArithmeticAdditionValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
372, <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, T &gt;</a>
373, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture.xhtml#a75819e4b60c60472ece8e6a0b06e8f3d">ArithmeticSubtractionValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
374, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture.xhtml#afe3c476be552a5dfe1c3424f9df4307d">BatchNormalizationLayerValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
375, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture.xhtml#a05420bae21c6d8d4d1cbe29d20b3f73b">BatchNormalizationLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
376, <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>
377, <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>
378, <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>
379, <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>
380, <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>
381, <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>
382, <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>
383, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">DepthConcatenateValidationFixture&lt; TensorType, ITensorType, AccessorType, FunctionType, T &gt;</a>
384, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture.xhtml#a6851e9e899058e106e201a97eb9cad34">DepthConvertValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
385, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture.xhtml#a30fb2535cd7b95d2542c48dff2b154fc">DepthConvertValidationFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
386, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture.xhtml#a1bdc9fe6f9f0bd7785adc1398ebc73a0">DepthConvertValidationFractionalBitsFixture&lt; TensorType, AccessorType, FunctionType, T1, T2 &gt;</a>
387, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture.xhtml#a1bff4e126c021edd189307b51ac1855d">DepthwiseConvolutionValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
388, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture.xhtml#a87a318c69e17beafe35dcc83691b8088">DepthwiseSeparableConvolutionValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
389, <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>
390, <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>
391, <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>
392, <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>
Kaizenbf8b01d2017-10-12 14:26:51 +0100393, <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 +0100394, <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>
395, <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>
396, <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>
397, <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>
398, <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>
399, <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>
Kaizenbf8b01d2017-10-12 14:26:51 +0100400, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_offset_validation_fixture.xhtml#a87b4d66d3720492b2c1f839b9b2d564f">GEMMLowpOffsetValidationFixture&lt; TensorType, AccessorType, FunctionType &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100401, <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>
402, <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>
403, <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>
404, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture.xhtml#a95933eed3ae9b66a75b98205a27899c1">HarrisCornersValidationFixture&lt; TensorType, AccessorType, ArrayType, FunctionType, T &gt;</a>
405, <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>
406, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture.xhtml#aed1fb228082a65b2dacf2a5ae0f73ac1">L2NormalizeValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
407, <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>
408, <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>
409, <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>
410, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture.xhtml#a7219cf694f8d9614e2a65997275912ae">NormalizationValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
411, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture.xhtml#a473822f60be7d9e772bebc62e5960d6f">NormalizationValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
412, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture.xhtml#ac037ca7ceef025e529c043d91985bc73">PoolingLayerValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
413, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture.xhtml#aae08a5110c9edd76c6c33292fd508fe0">PoolingLayerValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
414, <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>
415, <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>
416, <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>
417, <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>
418, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture.xhtml#a098cb4d9deddf6515a9ce06a9bf25e5d">ScaleValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
419, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture.xhtml#a590aa0dbd0d4c4fe76a95f6832c0b80e">SobelValidationFixture&lt; TensorType, AccessorType, FunctionType, T, U &gt;</a>
420, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture.xhtml#a310fa234dd1f63f6fbfd6895e1b3167b">SoftmaxValidationFixedPointFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
421, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture.xhtml#a8e81f3e3a398b216ac76aaa32d884220">SoftmaxValidationFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
422, <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>
423, <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>
Kaizenbf8b01d2017-10-12 14:26:51 +0100424, <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>
425, <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 Barbier871448e2017-03-24 14:54:29 +0000426</li>
Kaizen8938bd32017-09-28 14:38:23 +0100427<li>shader_present
428: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a3c44b8a93155be93cf99c2ff4c2e57e0">gpu_raw_gpu_props</a>
429</li>
430<li>shape()
431: <a class="el" href="classarm__compute_1_1test_1_1_accessor.xhtml#aba5871b3e4a65d057ec1c28fce8b00ba">Accessor</a>
432, <a class="el" href="classarm__compute_1_1test_1_1_c_l_accessor.xhtml#aba5871b3e4a65d057ec1c28fce8b00ba">CLAccessor</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100433, <a class="el" href="classarm__compute_1_1test_1_1_i_accessor.xhtml#a1c5e120ea2712b21296aa8f62421d3c1">IAccessor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100434, <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 +0100435, <a class="el" href="structarm__compute_1_1_valid_region.xhtml#a1fcd64682b37ed3c2098d0094ce788d8">ValidRegion</a>
436</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000437<li>shift()
438: <a class="el" href="classarm__compute_1_1_window.xhtml#ae688f3eb6c2673216d12d5490e1e88dc">Window</a>
439</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100440<li>shift_left()
441: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a0e0473f8d30d0a8067f9903430ddcd85">functions</a>
442</li>
443<li>shift_right()
444: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#ad1429c74912e4335cd55e6f860acf3b6">functions</a>
445</li>
Kaizen8938bd32017-09-28 14:38:23 +0100446<li>signal()
447: <a class="el" href="classarm__compute_1_1_semaphore.xhtml#a2a0f4bfac2f24aa0a07de86141381aec">Semaphore</a>
448</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100449<li>signbit()
450: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a9efa14731a55e3d96adb961214e91734">functions</a>
451</li>
Kaizen8938bd32017-09-28 14:38:23 +0100452<li>SimpleOption()
453: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml#a53b7b0b7aee13285e6d841dc184c054b">SimpleOption&lt; T &gt;</a>
454</li>
455<li>SimpleTensor()
Kaizenbf8b01d2017-10-12 14:26:51 +0100456: <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#a9a1cd44d7621633f8ae04a3a16287673">SimpleTensor&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100457</li>
458<li>SingletonDataset()
459: <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 +0100460</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000461<li>size()
462: <a class="el" href="classarm__compute_1_1_i_distribution1_d.xhtml#ad7701a09a964eab360a8e51fa7ad2c16">IDistribution1D</a>
463, <a class="el" href="classarm__compute_1_1_i_distribution.xhtml#aa983ddaeded5756189f46428be79c631">IDistribution</a>
464, <a class="el" href="classarm__compute_1_1_i_lut_allocator.xhtml#aac782da1f912bceb5d8ad00c8dc892ac">ILutAllocator</a>
Kaizen8938bd32017-09-28 14:38:23 +0100465, <a class="el" href="classarm__compute_1_1test_1_1_accessor.xhtml#ad7701a09a964eab360a8e51fa7ad2c16">Accessor</a>
466, <a class="el" href="classarm__compute_1_1test_1_1_c_l_accessor.xhtml#ad7701a09a964eab360a8e51fa7ad2c16">CLAccessor</a>
467, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">BatchNormalizationLayerDataset</a>
468, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ConvolutionLayerDataset</a>
469, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">DepthwiseConvolutionDataset</a>
470, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">DepthwiseSeparableConvolutionLayerDataset</a>
471, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">FullyConnectedLayerDataset</a>
472, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">GEMMDataset</a>
473, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">PoolingLayerDataset</a>
474, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ReshapeLayerDataset</a>
475, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ROIPoolingLayerDataset</a>
476, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_threshold_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ThresholdDataset</a>
477, <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>
478, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">ContainerDataset&lt; T &gt;</a>
479, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">InitializerListDataset&lt; T &gt;</a>
480, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">JoinDataset&lt; T, U &gt;</a>
481, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">RangeDataset&lt; T &gt;</a>
482, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml#ab8e4e3e2a7bf18888b71bdf9dda0770b">SingletonDataset&lt; T &gt;</a>
483, <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 Barbierdbdab852017-06-23 15:42:00 +0100484, <a class="el" href="classarm__compute_1_1test_1_1_i_accessor.xhtml#aa983ddaeded5756189f46428be79c631">IAccessor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100485, <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 +0000486</li>
487<li>Size2D()
Kaizenbf8b01d2017-10-12 14:26:51 +0100488: <a class="el" href="classarm__compute_1_1_size2_d.xhtml#a44efe216ab2b960ea89f2dea7227f2f2">Size2D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000489</li>
490<li>size_in_bytes()
491: <a class="el" href="classarm__compute_1_1_c_l_lut.xhtml#a68f33e9afee896dc24b32093d25c6766">CLLut</a>
492, <a class="el" href="classarm__compute_1_1_i_lut.xhtml#a6314b1e589ffe32277858c018ac3c630">ILut</a>
493, <a class="el" href="classarm__compute_1_1_lut.xhtml#a68f33e9afee896dc24b32093d25c6766">Lut</a>
494</li>
Kaizen8938bd32017-09-28 14:38:23 +0100495<li>sizer
496: <a class="el" href="unionmali__userspace_1_1uk__header.xhtml#abc66d8d1ca4947cd063a331848afb25a">uk_header</a>
497</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000498<li>slide_window_slice_1D()
499: <a class="el" href="classarm__compute_1_1_window.xhtml#a5cdf746368c9cfe7b07f1ebbb43810af">Window</a>
500</li>
501<li>slide_window_slice_2D()
502: <a class="el" href="classarm__compute_1_1_window.xhtml#a25e4deca6ce9a7b258e791851eec3f05">Window</a>
503</li>
504<li>slide_window_slice_3D()
505: <a class="el" href="classarm__compute_1_1_window.xhtml#a96febcbb5f48b24a562ae60353665654">Window</a>
506</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100507<li>slide_window_slice_4D()
508: <a class="el" href="classarm__compute_1_1_window.xhtml#af17a73ce230dc8ff4df86c5730781783">Window</a>
509</li>
510<li>Small1DShape()
Kaizen8938bd32017-09-28 14:38:23 +0100511: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape.xhtml#a42e48f27686347e905050153e3e87dc5">Small1DShape</a>
512</li>
513<li>Small2DShapes()
514: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes.xhtml#af5e1a4f2a8c5ec30856fbe4f3efe4ee9">Small2DShapes</a>
515</li>
516<li>Small3DShapes()
517: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes.xhtml#a231cfeceb3e607c02a8347adeb894eb9">Small3DShapes</a>
518</li>
519<li>Small4DShapes()
520: <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 +0100521</li>
522<li>SmallConvolutionLayerDataset()
Kaizen8938bd32017-09-28 14:38:23 +0100523: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset.xhtml#aa4c7f78870d286899624e4277c3377c0">SmallConvolutionLayerDataset</a>
524</li>
525<li>SmallDepthwiseConvolutionDataset()
526: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset.xhtml#a1c6576b33d20946b205b7e65cc43410c">SmallDepthwiseConvolutionDataset</a>
527</li>
528<li>SmallDepthwiseConvolutionDataset3x3()
529: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3.xhtml#af3b8bec3fbb30e575b3ddf962bbbe194">SmallDepthwiseConvolutionDataset3x3</a>
530</li>
531<li>SmallDirectConvolutionShapes()
532: <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 +0100533</li>
534<li>SmallFullyConnectedLayerDataset()
Kaizen8938bd32017-09-28 14:38:23 +0100535: <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 +0100536</li>
537<li>SmallGEMMDataset()
Kaizen8938bd32017-09-28 14:38:23 +0100538: <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 +0100539</li>
Kaizen8938bd32017-09-28 14:38:23 +0100540<li>SmallReshapeLayerDataset()
541: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset.xhtml#abb38b3d6b3e9b13ac2a389943db0b571">SmallReshapeLayerDataset</a>
542</li>
543<li>SmallROIPoolingLayerDataset()
544: <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 +0100545</li>
546<li>SmallShapes()
Kaizen8938bd32017-09-28 14:38:23 +0100547: <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 +0100548</li>
Kaizen8938bd32017-09-28 14:38:23 +0100549<li>SOFT_RELU
550: <a class="el" href="classarm__compute_1_1_activation_layer_info.xhtml#a56297e0f7b215eea46c818cb7528d9eaadcc44a50c791a591c74e00ecdda7c58d">ActivationLayerInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100551</li>
Kaizen8938bd32017-09-28 14:38:23 +0100552<li>spatial_scale()
553: <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 +0100554</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000555<li>split_window()
556: <a class="el" href="classarm__compute_1_1_window.xhtml#aa4ce41fc0f8c3203753a4fbee8211f5a">Window</a>
557</li>
Kaizen8938bd32017-09-28 14:38:23 +0100558<li>SQRT
559: <a class="el" href="classarm__compute_1_1_activation_layer_info.xhtml#a56297e0f7b215eea46c818cb7528d9eaa36875f2500a09ee35d0bb7eb8c0b91b0">ActivationLayerInfo</a>
560</li>
561<li>SQUARE
562: <a class="el" href="classarm__compute_1_1_activation_layer_info.xhtml#a56297e0f7b215eea46c818cb7528d9eaa12dec4e1f7ec620651b2b95c440ffac0">ActivationLayerInfo</a>
563</li>
564<li>SqueezeNetActivationLayerDataset()
565: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset.xhtml#a11df01900099140a94ef5f553cda8efb">SqueezeNetActivationLayerDataset</a>
566</li>
567<li>SqueezeNetConvolutionLayerDataset()
568: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset.xhtml#abbc7600599ae6338fce43997e633f595">SqueezeNetConvolutionLayerDataset</a>
569</li>
570<li>SqueezeNetPoolingLayerDataset()
571: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset.xhtml#a681dae3e2336f7ae90c9bc1e78ac52ae">SqueezeNetPoolingLayerDataset</a>
572</li>
573<li>ST
574: <a class="el" href="classarm__compute_1_1_scheduler.xhtml#a1d1cfd8ffb84e947f82999c682b666a7aec8e57d71f07e31203035548b79d03c8">Scheduler</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100575</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000576<li>start()
Kaizen8938bd32017-09-28 14:38:23 +0100577: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#ac0ae5f26cd2001d772aed9d2ea97d41c">Instrument</a>
578, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">MaliCounter</a>
579, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml#a5d5d9ebd12cd3a7d268bc98a3fc7bf97">PMUCounter</a>
580, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml#a60de64d75454385b23995437f1d72669">Profiler</a>
581, <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 +0100582, <a class="el" href="structarm__compute_1_1_valid_region.xhtml#aec54a7ff1ca347fdda25821cfb8fd0ed">ValidRegion</a>
Anthony Barbier46d59272017-05-04 09:15:15 +0100583, <a class="el" href="classarm__compute_1_1_window_1_1_dimension.xhtml#a27c3790df96e9523b0370e7e10c0d375">Window::Dimension</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000584</li>
Kaizen8938bd32017-09-28 14:38:23 +0100585<li>start_lifetime()
586: <a class="el" href="classarm__compute_1_1_blob_lifetime_manager.xhtml#af9e6669812c674ab36a3cb3e592d5efe">BlobLifetimeManager</a>
587, <a class="el" href="classarm__compute_1_1_i_lifetime_manager.xhtml#ad8645b2be72197ce554268c1dc704849">ILifetimeManager</a>
588</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100589<li>status()
590: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a53db8bc0a7fc4a59903bd0492614bc3e">TestCaseFactory</a>
591</li>
Kaizen8938bd32017-09-28 14:38:23 +0100592<li>Status
593: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70b">TestCaseFactory</a>
594</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100595<li>status
596: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_info.xhtml#a9e590b7d913d38286ab0916c38bb600f">TestInfo</a>
597, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#ae29aa2d4ae440022daaed1107eb306b3">TestResult</a>
Kaizen8938bd32017-09-28 14:38:23 +0100598</li>
599<li>Status
600: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70b">TestResult</a>
601</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000602<li>step()
603: <a class="el" href="classarm__compute_1_1_window_1_1_dimension.xhtml#a992b375fc3254afe2e38f63bc29a43d4">Window::Dimension</a>
604</li>
605<li>Steps()
Kaizen8938bd32017-09-28 14:38:23 +0100606: <a class="el" href="classarm__compute_1_1_steps.xhtml#ae1478601d1a4df4ce6952dfedc42aea6">Steps</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100607</li>
608<li>stop()
Kaizen8938bd32017-09-28 14:38:23 +0100609: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#a0efff8623a2fb79dad94a96dcf16d966">Instrument</a>
610, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml#ab3536e22848ce87b16a9b96d6d824d45">MaliCounter</a>
611, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml#ab3536e22848ce87b16a9b96d6d824d45">PMUCounter</a>
612, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml#a8c528baf37154d347366083f0f816846">Profiler</a>
613, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.xhtml#ab3536e22848ce87b16a9b96d6d824d45">WallClockTimer</a>
614</li>
615<li>stop_on_error()
616: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a4d22ec5d060270ed5e0c348ca0177cdb">Framework</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000617</li>
618<li>strength
619: <a class="el" href="structarm__compute_1_1_key_point.xhtml#a2c1c8f9331368f38bfc3eaee260b59a6">KeyPoint</a>
620, <a class="el" href="struct_keypoint.xhtml#a2c1c8f9331368f38bfc3eaee260b59a6">Keypoint</a>
621</li>
622<li>stride()
623: <a class="el" href="classarm__compute_1_1_pad_stride_info.xhtml#ad2f1ea50a9e215ad8ef612a724a4866a">PadStrideInfo</a>
624</li>
Kaizen8938bd32017-09-28 14:38:23 +0100625<li>stride_w
626: <a class="el" href="struct_tensor4_d.xhtml#a13a60f6e75f64f1953b8858ea454a880">Tensor4D</a>
627</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000628<li>stride_x
629: <a class="el" href="struct_image.xhtml#ae01febbfd0689ef709f3ff6fdd2abc7e">Image</a>
630, <a class="el" href="struct_tensor3_d.xhtml#ae01febbfd0689ef709f3ff6fdd2abc7e">Tensor3D</a>
Kaizen8938bd32017-09-28 14:38:23 +0100631, <a class="el" href="struct_tensor4_d.xhtml#ae01febbfd0689ef709f3ff6fdd2abc7e">Tensor4D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000632, <a class="el" href="struct_vector.xhtml#ae01febbfd0689ef709f3ff6fdd2abc7e">Vector</a>
633</li>
634<li>stride_y
635: <a class="el" href="struct_image.xhtml#a4f0b90c9ecd6e57ceb3f37332fefe8f1">Image</a>
636, <a class="el" href="struct_tensor3_d.xhtml#a4f0b90c9ecd6e57ceb3f37332fefe8f1">Tensor3D</a>
Kaizen8938bd32017-09-28 14:38:23 +0100637, <a class="el" href="struct_tensor4_d.xhtml#a4f0b90c9ecd6e57ceb3f37332fefe8f1">Tensor4D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000638</li>
639<li>stride_z
640: <a class="el" href="struct_tensor3_d.xhtml#ad5ff7a2b2bd0eec50fe09c254b127d1c">Tensor3D</a>
Kaizen8938bd32017-09-28 14:38:23 +0100641, <a class="el" href="struct_tensor4_d.xhtml#ad5ff7a2b2bd0eec50fe09c254b127d1c">Tensor4D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000642</li>
643<li>Strides()
Kaizenbf8b01d2017-10-12 14:26:51 +0100644: <a class="el" href="classarm__compute_1_1_strides.xhtml#afdb9be8973c70959dabbc185205c1573">Strides</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000645</li>
646<li>strides_in_bytes()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100647: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a6b14f175bf5281f57b561e2d4e4b1f1f">ITensorInfo</a>
648, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a5f1ca9d674346287cae57a6c5b5c24ec">SubTensorInfo</a>
649, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a5f1ca9d674346287cae57a6c5b5c24ec">TensorInfo</a>
650</li>
651<li>sub()
652: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a287e18f5dec27ac32bfd30039a57dddf">functions</a>
653</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100654<li>SubTensor()
Kaizenbf8b01d2017-10-12 14:26:51 +0100655: <a class="el" href="classarm__compute_1_1graph_1_1_sub_tensor.xhtml#a366eac7e6cd70c8032528a17da5c3999">SubTensor</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100656</li>
657<li>SubTensorInfo()
Kaizen8938bd32017-09-28 14:38:23 +0100658: <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a2e8fc1c13ac1fe37b542b786c182ed04">SubTensorInfo</a>
659</li>
660<li>SUCCESS
661: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#a67a0db04d321a74b7e7fcfd3f1a3f70bad0749aaba8b833466dfcbb0428e4f89c">TestResult</a>
662</li>
663<li>suspend_size
664: <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 +0100665</li>
666<li>swap
Kaizen8938bd32017-09-28 14:38:23 +0100667: <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 +0000668</li>
669<li>sync()
670: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#ad55f80ed3cd8b6c4f247763b747016af">CLScheduler</a>
671</li>
672</ul>
673</div><!-- contents -->
674</div><!-- doc-content -->
675<!-- start footer part -->
676<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
677 <ul>
Kaizenbf8b01d2017-10-12 14:26:51 +0100678 <li class="footer">Generated on Thu Oct 12 2017 14:26:39 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000679 <a href="http://www.doxygen.org/index.html">
Kaizen8938bd32017-09-28 14:38:23 +0100680 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000681 </ul>
682</div>
683</body>
684</html>