blob: 61d233848a3e4857f9deea6523f7a59b7178c04a [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 class="current"><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><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_m.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_m"></a>- m -</h3><ul>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000163<li>m()
164: <a class="el" href="classarm__compute_1_1_g_e_m_m_reshape_info.xhtml#a38bef5b3852701d3b1958a8ca4f96683">GEMMReshapeInfo</a>
165</li>
Kaizen8938bd32017-09-28 14:38:23 +0100166<li>major_revision
167: <a class="el" href="structmali__userspace_1_1gpu__props.xhtml#ad5ad682dac9f218bad31dad74e03c21e">gpu_props</a>
168, <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#ad5ad682dac9f218bad31dad74e03c21e">mali_base_gpu_core_props</a>
169</li>
170<li>make()
171: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.xhtml#a48d02d3cc8555c4439748dfa76e5c8ea">DataTestCaseFactory&lt; T, D &gt;</a>
172, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory.xhtml#a48d02d3cc8555c4439748dfa76e5c8ea">SimpleTestCaseFactory&lt; T &gt;</a>
173, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a15cffdfdea029e4617b983044f27f25e">TestCaseFactory</a>
174</li>
175<li>make_instrument()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000176: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#ab6ac86ac15a8211221f1721d6a4ee889">Instrument</a>
Kaizen8938bd32017-09-28 14:38:23 +0100177</li>
178<li>MaliCounter()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000179: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml#a50a2c38289f6d3d6fb2e813c55f3f01a">MaliCounter</a>
Kaizen8938bd32017-09-28 14:38:23 +0100180</li>
181<li>manage()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000182: <a class="el" href="classarm__compute_1_1_memory_group_base.xhtml#ac1f67376afb7822f262a0174ef4a3104">MemoryGroupBase&lt; TensorType &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100183</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000184<li>map()
185: <a class="el" href="classarm__compute_1_1_c_l_array.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLArray&lt; T &gt;</a>
186, <a class="el" href="classarm__compute_1_1_c_l_distribution1_d.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLDistribution1D</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100187, <a class="el" href="classarm__compute_1_1_c_l_h_o_g.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLHOG</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000188, <a class="el" href="classarm__compute_1_1_c_l_lut.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLLut</a>
189, <a class="el" href="classarm__compute_1_1_c_l_lut_allocator.xhtml#a460f371bafd64854b2332d96697939b3">CLLutAllocator</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100190, <a class="el" href="classarm__compute_1_1_c_l_sub_tensor.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLSubTensor</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000191, <a class="el" href="classarm__compute_1_1_c_l_tensor.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLTensor</a>
192, <a class="el" href="classarm__compute_1_1_c_l_tensor_allocator.xhtml#a460f371bafd64854b2332d96697939b3">CLTensorAllocator</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000193, <a class="el" href="classarm__compute_1_1_g_c_tensor.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">GCTensor</a>
194, <a class="el" href="classarm__compute_1_1_g_c_tensor_allocator.xhtml#a30fa70db7e8a0891a6e57c2036758c18">GCTensorAllocator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000195, <a class="el" href="classarm__compute_1_1_i_c_l_array.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLArray&lt; T &gt;</a>
196, <a class="el" href="classarm__compute_1_1_i_c_l_distribution1_d.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLDistribution1D</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100197, <a class="el" href="classarm__compute_1_1_i_c_l_h_o_g.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLHOG</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000198, <a class="el" href="classarm__compute_1_1_i_c_l_lut.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLLut</a>
199, <a class="el" href="classarm__compute_1_1_i_c_l_tensor.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLTensor</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000200, <a class="el" href="classarm__compute_1_1_i_g_c_tensor.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">IGCTensor</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000201</li>
Kaizen8938bd32017-09-28 14:38:23 +0100202<li>mapping_type()
203: <a class="el" href="classarm__compute_1_1_blob_lifetime_manager.xhtml#aafd3aa9650b1e764b085c76c4faa4cd5">BlobLifetimeManager</a>
204, <a class="el" href="classarm__compute_1_1_blob_memory_pool.xhtml#aafd3aa9650b1e764b085c76c4faa4cd5">BlobMemoryPool</a>
205, <a class="el" href="classarm__compute_1_1_i_lifetime_manager.xhtml#a2f4d2a4f6dd83e9ad1578450c31357db">ILifetimeManager</a>
206, <a class="el" href="classarm__compute_1_1_i_memory_pool.xhtml#a2f4d2a4f6dd83e9ad1578450c31357db">IMemoryPool</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000207, <a class="el" href="classarm__compute_1_1_offset_lifetime_manager.xhtml#aafd3aa9650b1e764b085c76c4faa4cd5">OffsetLifetimeManager</a>
208, <a class="el" href="classarm__compute_1_1_offset_memory_pool.xhtml#aafd3aa9650b1e764b085c76c4faa4cd5">OffsetMemoryPool</a>
Kaizen8938bd32017-09-28 14:38:23 +0100209</li>
210<li>mappings()
211: <a class="el" href="classarm__compute_1_1_i_memory_group.xhtml#aa4f0ba2c065527f486249f37350a235c">IMemoryGroup</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000212, <a class="el" href="classarm__compute_1_1_memory_group_base.xhtml#a0a9171fb9c729a0a08b1d0ff3a5e3309">MemoryGroupBase&lt; TensorType &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100213</li>
214<li>MatrixMultiplyGEMMDataset()
215: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset.xhtml#ac08736a5e8074bbf507516b6a5c5155b">MatrixMultiplyGEMMDataset</a>
216</li>
217<li>MatrixPatterns()
218: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns.xhtml#a9048f7434d1a08db9b93e542da865c44">MatrixPatterns</a>
219</li>
220<li>max
221: <a class="el" href="structarm__compute_1_1_min_max_location_values.xhtml#a4b7ee8a31f634f28eb1d4d97f6159ccd">MinMaxLocationValues&lt; MinMaxType &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000222, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instruments_stats.xhtml#a5378e6e486090c47ac55da43a654e93d">InstrumentsStats</a>
Kaizen8938bd32017-09-28 14:38:23 +0100223</li>
224<li>max_active_levels
225: <a class="el" href="structmali__userspace_1_1mali__base__gpu__tiler__props.xhtml#acb6f62930fa56e6a35dcc5f496081a1d">mali_base_gpu_tiler_props</a>
226</li>
227<li>max_barrier_size
228: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#af9b5b9d7d6b48dbc1dd783eecadad289">mali_base_gpu_thread_props</a>
229</li>
230<li>max_loc
231: <a class="el" href="structarm__compute_1_1_min_max_location_values.xhtml#a8b94c8b6d3de3d741f81429f0565af49">MinMaxLocationValues&lt; MinMaxType &gt;</a>
232</li>
233<li>max_local_workgroup_size()
Kaizenbf8b01d2017-10-12 14:26:51 +0100234: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#ab04a95a810e685a1207c7f3443668261">CLKernelLibrary</a>
Kaizen8938bd32017-09-28 14:38:23 +0100235</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000236<li>max_num_values()
237: <a class="el" href="classarm__compute_1_1_i_array.xhtml#a2ff0fb106d58091d2b4363e808f200a3">IArray&lt; T &gt;</a>
238</li>
Kaizen8938bd32017-09-28 14:38:23 +0100239<li>max_registers
240: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#aacebc9e0fe4c07a81433881336165407">mali_base_gpu_thread_props</a>
241</li>
242<li>max_task_queue
243: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#af733fb0693c94e55f2dfa43305ac9b20">mali_base_gpu_thread_props</a>
244</li>
245<li>max_thread_group_split
246: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#a828689db84137183c4de480f57545dda">mali_base_gpu_thread_props</a>
247</li>
248<li>max_threads
249: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#a74a3cfba2d330c3dd81a66dd96319b40">mali_base_gpu_thread_props</a>
250</li>
251<li>max_workgroup_size
252: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#a1007b008fc65c152a21e0da8741dd369">mali_base_gpu_thread_props</a>
253</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000254<li>mean()
255: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instruments_stats.xhtml#a3281a4429af640fd91dbcfea65350fee">InstrumentsStats</a>
256</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100257<li>Measurement()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000258: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml#a2ccc04c46bf09fcd434dc103f8ca9b2b">Measurement</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100259</li>
260<li>measurements()
Kaizen8938bd32017-09-28 14:38:23 +0100261: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#a4cf9eb56e129a841a24bd67bb548603b">Instrument</a>
262, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml#a73cabccc9d4406bf48f1db033dc35005">MaliCounter</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000263, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer.xhtml#a73cabccc9d4406bf48f1db033dc35005">OpenCLTimer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100264, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml#a73cabccc9d4406bf48f1db033dc35005">PMUCounter</a>
265, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml#a89d7c3c7bab828a9e87e23b269935ee4">Profiler</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000266, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml#a5f061b503cb1681c0b047c04d645e24e">SchedulerTimer::kernel_info</a>
267, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml#a73cabccc9d4406bf48f1db033dc35005">SchedulerTimer</a>
Kaizen8938bd32017-09-28 14:38:23 +0100268, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#a148bf915f9e0545fc2666ee2a777f563">TestResult</a>
269, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.xhtml#a73cabccc9d4406bf48f1db033dc35005">WallClockTimer</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100270</li>
271<li>MeasurementsMap
Kaizen8938bd32017-09-28 14:38:23 +0100272: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9">Instrument</a>
273, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml#a20bb995bb0d5415692917b2f9a36f948">Profiler</a>
274</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000275<li>median()
276: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instruments_stats.xhtml#ad67cc28ec6eb667ca284f1933322e43e">InstrumentsStats</a>
277</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000278<li>Medium2DShapes()
279: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_medium2_d_shapes.xhtml#a300721f77cb672f063411b357a23355f">Medium2DShapes</a>
280</li>
Kaizen8938bd32017-09-28 14:38:23 +0100281<li>MediumShapes()
282: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_medium_shapes.xhtml#aa259527d4665a07f78d7512a32fa1bd0">MediumShapes</a>
283</li>
284<li>mem_features
285: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a7645072a122013ef5bb935199fc2d2f3">gpu_raw_gpu_props</a>
286</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000287<li>Memory()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000288: <a class="el" href="classarm__compute_1_1_memory.xhtml#a1f3d413f358b1996d56d79979308f463">Memory</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000289</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000290<li>memory_barrier()
291: <a class="el" href="classarm__compute_1_1_g_c_scheduler.xhtml#a2dcf87458fcfdfb5e9fdd369e0320d78">GCScheduler</a>
292</li>
Kaizen8938bd32017-09-28 14:38:23 +0100293<li>MemoryGroupBase()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000294: <a class="el" href="classarm__compute_1_1_memory_group_base.xhtml#adae764eb11b49e048bbd57b023caf402">MemoryGroupBase&lt; TensorType &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100295</li>
296<li>MemoryManagerOnDemand()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000297: <a class="el" href="classarm__compute_1_1_memory_manager_on_demand.xhtml#aba71fc8e689732c37684436aec7bf763">MemoryManagerOnDemand</a>
Kaizen8938bd32017-09-28 14:38:23 +0100298</li>
299<li>min
300: <a class="el" href="structarm__compute_1_1_min_max_location_values.xhtml#a21e09e76b74538cd95089523f48468b0">MinMaxLocationValues&lt; MinMaxType &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000301, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instruments_stats.xhtml#a9d5b954f8e4b47bda9d41a6c47fd0735">InstrumentsStats</a>
Kaizen8938bd32017-09-28 14:38:23 +0100302</li>
303<li>min_dist
304: <a class="el" href="structarm__compute_1_1test_1_1validation_1_1_harris_corners_parameters.xhtml#aa464047f090200f942a1e47c29fff783">HarrisCornersParameters</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100305</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000306<li>min_eig
307: <a class="el" href="structarm__compute_1_1_c_l_coefficient_table.xhtml#a08ad73a840663cb2f4a6e040e507cbb7">CLCoefficientTable</a>
308</li>
Kaizen8938bd32017-09-28 14:38:23 +0100309<li>min_loc
310: <a class="el" href="structarm__compute_1_1_min_max_location_values.xhtml#ab589f4342adb62f0b4605785e4812750">MinMaxLocationValues&lt; MinMaxType &gt;</a>
311</li>
312<li>minor_revision
313: <a class="el" href="structmali__userspace_1_1gpu__props.xhtml#ab3819fc5a6a172f1e19b8b2ad3ea8ce9">gpu_props</a>
314, <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#ab3819fc5a6a172f1e19b8b2ad3ea8ce9">mali_base_gpu_core_props</a>
315</li>
316<li>MixedThresholdDataset()
317: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset.xhtml#a4eb84a49e38ab3666c058eff915df12e">MixedThresholdDataset</a>
318</li>
319<li>mmu_features
320: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a8f36520d7975913451f70356574b4068">gpu_raw_gpu_props</a>
321</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000322<li>MobileNetActivationLayerDataset()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000323: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_mobile_net_activation_layer_dataset.xhtml#a3deb7a86a5fd71f2ee37c5ec27a2d65f">MobileNetActivationLayerDataset</a>
324</li>
325<li>MobileNetBatchNormalizationLayerDataset()
326: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_mobile_net_batch_normalization_layer_dataset.xhtml#a620e601b3fb4a9b1d72bc7a9c2602ef1">MobileNetBatchNormalizationLayerDataset</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000327</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000328<li>MobileNetDepthwiseConvolutionLayerDataset()
329: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_layer_dataset.xhtml#ae8c033b34d64e9d863be933ac26da7dd">MobileNetDepthwiseConvolutionLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100330</li>
331<li>MobileNetDepthwiseSeparableConvolutionLayerDataset()
332: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset.xhtml#aad316853d6b4f929aa104107dde5059c">MobileNetDepthwiseSeparableConvolutionLayerDataset</a>
333</li>
334<li>mode()
335: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a9be3f6632542d3381d0d646236579fc4">TestCaseFactory</a>
336, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_info.xhtml#aadbc5003f5cc399930b16ddb89b16cdc">TestInfo</a>
337</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000338<li>model()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000339: <a class="el" href="classarm__compute_1_1_i_c_l_multi_h_o_g.xhtml#a3fdc663dd36acddc50a879d9b2f84d2a">ICLMultiHOG</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000340, <a class="el" href="classarm__compute_1_1_i_multi_h_o_g.xhtml#a71394cddbab548690b314af51be472f0">IMultiHOG</a>
341, <a class="el" href="classarm__compute_1_1_multi_h_o_g.xhtml#aa9d93a19f9961a4ee8b06527cd8842b4">MultiHOG</a>
Kaizen8938bd32017-09-28 14:38:23 +0100342</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100343<li>mul()
344: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#ad02ce21c48a8f9e419a2ec5f762f3221">functions</a>
345</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000346<li>mult_interleave4x4_height()
347: <a class="el" href="classarm__compute_1_1_g_e_m_m_reshape_info.xhtml#a2c08b51c2f39ba68a69d654c507aa48f">GEMMReshapeInfo</a>
348</li>
349<li>mult_transpose1xW_width()
350: <a class="el" href="classarm__compute_1_1_g_e_m_m_reshape_info.xhtml#aa14924f4569745bea117b3f506cf734d">GEMMReshapeInfo</a>
351</li>
352<li>MultiGEMM
353: <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_batched_g_e_m_m_kernel.xhtml#a14ba69200a7c35d6bc6f12734c26775c">NEWinogradLayerBatchedGEMMKernel&lt; TIn, TOut, OutputTileRows, OutputTileCols, KernelRows, KernelCols &gt;</a>
354</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000355<li>MultiHOG()
356: <a class="el" href="classarm__compute_1_1_multi_h_o_g.xhtml#a6e2a8eb69ed47bf06e7da4b63da32bc5">MultiHOG</a>
357</li>
358<li>MultiImage()
359: <a class="el" href="classarm__compute_1_1_multi_image.xhtml#a122ea2bfab91467608e255a8612f0bff">MultiImage</a>
360</li>
361<li>MultiImageInfo()
362: <a class="el" href="classarm__compute_1_1_multi_image_info.xhtml#a335d0038f37278ee9adc798b2efa7775">MultiImageInfo</a>
363</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000364</ul>
365</div><!-- contents -->
366</div><!-- doc-content -->
367<!-- start footer part -->
368<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
369 <ul>
Jenkinsc3f34a42018-03-02 12:38:09 +0000370 <li class="footer">Generated on Fri Mar 2 2018 12:38:02 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000371 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000372 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000373 </ul>
374</div>
375</body>
376</html>