blob: f69ef40de7f71bfa6a6d2e1f3c9c7c4fcd169b68 [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
Anthony Barbier8140e1e2017-12-14 23:48:46 +000043 &#160;<span id="projectnumber">17.12</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>
Kaizen8938bd32017-09-28 14:38:23 +0100163<li>major_revision
164: <a class="el" href="structmali__userspace_1_1gpu__props.xhtml#ad5ad682dac9f218bad31dad74e03c21e">gpu_props</a>
165, <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#ad5ad682dac9f218bad31dad74e03c21e">mali_base_gpu_core_props</a>
166</li>
167<li>make()
168: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.xhtml#a48d02d3cc8555c4439748dfa76e5c8ea">DataTestCaseFactory&lt; T, D &gt;</a>
169, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory.xhtml#a48d02d3cc8555c4439748dfa76e5c8ea">SimpleTestCaseFactory&lt; T &gt;</a>
170, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a15cffdfdea029e4617b983044f27f25e">TestCaseFactory</a>
171</li>
172<li>make_instrument()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000173: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#ab6ac86ac15a8211221f1721d6a4ee889">Instrument</a>
Kaizen8938bd32017-09-28 14:38:23 +0100174</li>
175<li>MaliCounter()
176: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml#ae5c70ca71b4046301e066696c17174e0">MaliCounter</a>
177</li>
178<li>manage()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000179: <a class="el" href="classarm__compute_1_1_memory_group_base.xhtml#ac1f67376afb7822f262a0174ef4a3104">MemoryGroupBase&lt; TensorType &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100180</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000181<li>map()
182: <a class="el" href="classarm__compute_1_1_c_l_array.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLArray&lt; T &gt;</a>
183, <a class="el" href="classarm__compute_1_1_c_l_distribution1_d.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLDistribution1D</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100184, <a class="el" href="classarm__compute_1_1_c_l_h_o_g.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLHOG</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000185, <a class="el" href="classarm__compute_1_1_c_l_lut.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLLut</a>
186, <a class="el" href="classarm__compute_1_1_c_l_lut_allocator.xhtml#a460f371bafd64854b2332d96697939b3">CLLutAllocator</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100187, <a class="el" href="classarm__compute_1_1_c_l_sub_tensor.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLSubTensor</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000188, <a class="el" href="classarm__compute_1_1_c_l_tensor.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">CLTensor</a>
189, <a class="el" href="classarm__compute_1_1_c_l_tensor_allocator.xhtml#a460f371bafd64854b2332d96697939b3">CLTensorAllocator</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000190, <a class="el" href="classarm__compute_1_1_g_c_tensor.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">GCTensor</a>
191, <a class="el" href="classarm__compute_1_1_g_c_tensor_allocator.xhtml#a30fa70db7e8a0891a6e57c2036758c18">GCTensorAllocator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000192, <a class="el" href="classarm__compute_1_1_i_c_l_array.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLArray&lt; T &gt;</a>
193, <a class="el" href="classarm__compute_1_1_i_c_l_distribution1_d.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLDistribution1D</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100194, <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 +0000195, <a class="el" href="classarm__compute_1_1_i_c_l_lut.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLLut</a>
196, <a class="el" href="classarm__compute_1_1_i_c_l_tensor.xhtml#ac0abc7a5c0d172947f0e6a0c0dde3df0">ICLTensor</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000197, <a class="el" href="classarm__compute_1_1_i_g_c_tensor.xhtml#a14c53d2d17be6fa8a2c9861527c7b002">IGCTensor</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000198</li>
Kaizen8938bd32017-09-28 14:38:23 +0100199<li>mapping_type()
200: <a class="el" href="classarm__compute_1_1_blob_lifetime_manager.xhtml#aafd3aa9650b1e764b085c76c4faa4cd5">BlobLifetimeManager</a>
201, <a class="el" href="classarm__compute_1_1_blob_memory_pool.xhtml#aafd3aa9650b1e764b085c76c4faa4cd5">BlobMemoryPool</a>
202, <a class="el" href="classarm__compute_1_1_i_lifetime_manager.xhtml#a2f4d2a4f6dd83e9ad1578450c31357db">ILifetimeManager</a>
203, <a class="el" href="classarm__compute_1_1_i_memory_pool.xhtml#a2f4d2a4f6dd83e9ad1578450c31357db">IMemoryPool</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000204, <a class="el" href="classarm__compute_1_1_offset_lifetime_manager.xhtml#aafd3aa9650b1e764b085c76c4faa4cd5">OffsetLifetimeManager</a>
205, <a class="el" href="classarm__compute_1_1_offset_memory_pool.xhtml#aafd3aa9650b1e764b085c76c4faa4cd5">OffsetMemoryPool</a>
Kaizen8938bd32017-09-28 14:38:23 +0100206</li>
207<li>mappings()
208: <a class="el" href="classarm__compute_1_1_i_memory_group.xhtml#aa4f0ba2c065527f486249f37350a235c">IMemoryGroup</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000209, <a class="el" href="classarm__compute_1_1_memory_group_base.xhtml#a0a9171fb9c729a0a08b1d0ff3a5e3309">MemoryGroupBase&lt; TensorType &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100210</li>
211<li>MatrixMultiplyGEMMDataset()
212: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset.xhtml#ac08736a5e8074bbf507516b6a5c5155b">MatrixMultiplyGEMMDataset</a>
213</li>
214<li>MatrixPatterns()
215: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns.xhtml#a9048f7434d1a08db9b93e542da865c44">MatrixPatterns</a>
216</li>
217<li>max
218: <a class="el" href="structarm__compute_1_1_min_max_location_values.xhtml#a4b7ee8a31f634f28eb1d4d97f6159ccd">MinMaxLocationValues&lt; MinMaxType &gt;</a>
219</li>
220<li>max_active_levels
221: <a class="el" href="structmali__userspace_1_1mali__base__gpu__tiler__props.xhtml#acb6f62930fa56e6a35dcc5f496081a1d">mali_base_gpu_tiler_props</a>
222</li>
223<li>max_barrier_size
224: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#af9b5b9d7d6b48dbc1dd783eecadad289">mali_base_gpu_thread_props</a>
225</li>
226<li>max_loc
227: <a class="el" href="structarm__compute_1_1_min_max_location_values.xhtml#a8b94c8b6d3de3d741f81429f0565af49">MinMaxLocationValues&lt; MinMaxType &gt;</a>
228</li>
229<li>max_local_workgroup_size()
Kaizenbf8b01d2017-10-12 14:26:51 +0100230: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#ab04a95a810e685a1207c7f3443668261">CLKernelLibrary</a>
Kaizen8938bd32017-09-28 14:38:23 +0100231</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000232<li>max_num_values()
233: <a class="el" href="classarm__compute_1_1_i_array.xhtml#a2ff0fb106d58091d2b4363e808f200a3">IArray&lt; T &gt;</a>
234</li>
Kaizen8938bd32017-09-28 14:38:23 +0100235<li>max_registers
236: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#aacebc9e0fe4c07a81433881336165407">mali_base_gpu_thread_props</a>
237</li>
238<li>max_task_queue
239: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#af733fb0693c94e55f2dfa43305ac9b20">mali_base_gpu_thread_props</a>
240</li>
241<li>max_thread_group_split
242: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#a828689db84137183c4de480f57545dda">mali_base_gpu_thread_props</a>
243</li>
244<li>max_threads
245: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#a74a3cfba2d330c3dd81a66dd96319b40">mali_base_gpu_thread_props</a>
246</li>
247<li>max_workgroup_size
248: <a class="el" href="structmali__userspace_1_1mali__base__gpu__thread__props.xhtml#a1007b008fc65c152a21e0da8741dd369">mali_base_gpu_thread_props</a>
249</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100250<li>Measurement()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000251: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml#a2ccc04c46bf09fcd434dc103f8ca9b2b">Measurement</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100252</li>
253<li>measurements()
Kaizen8938bd32017-09-28 14:38:23 +0100254: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#a4cf9eb56e129a841a24bd67bb548603b">Instrument</a>
255, <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 +0000256, <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 +0100257, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml#a73cabccc9d4406bf48f1db033dc35005">PMUCounter</a>
258, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml#a89d7c3c7bab828a9e87e23b269935ee4">Profiler</a>
259, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#a148bf915f9e0545fc2666ee2a777f563">TestResult</a>
260, <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 +0100261</li>
262<li>MeasurementsMap
Kaizen8938bd32017-09-28 14:38:23 +0100263: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml#afc7df496e6026b91c3f48da6821c86a9">Instrument</a>
264, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml#a20bb995bb0d5415692917b2f9a36f948">Profiler</a>
265</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000266<li>Medium2DShapes()
267: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_medium2_d_shapes.xhtml#a300721f77cb672f063411b357a23355f">Medium2DShapes</a>
268</li>
Kaizen8938bd32017-09-28 14:38:23 +0100269<li>MediumShapes()
270: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_medium_shapes.xhtml#aa259527d4665a07f78d7512a32fa1bd0">MediumShapes</a>
271</li>
272<li>mem_features
273: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a7645072a122013ef5bb935199fc2d2f3">gpu_raw_gpu_props</a>
274</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000275<li>Memory()
276: <a class="el" href="classarm__compute_1_1_memory.xhtml#a190be71167f70cb0c6b7a53504c8c189">Memory</a>
277</li>
Kaizen8938bd32017-09-28 14:38:23 +0100278<li>MemoryGroupBase()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000279: <a class="el" href="classarm__compute_1_1_memory_group_base.xhtml#a65925c6cf4ee7a89e05557dfb2138c47">MemoryGroupBase&lt; TensorType &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100280</li>
281<li>MemoryManagerOnDemand()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000282: <a class="el" href="classarm__compute_1_1_memory_manager_on_demand.xhtml#ad61f5da57995738b717da9e1fb53c25b">MemoryManagerOnDemand</a>
Kaizen8938bd32017-09-28 14:38:23 +0100283</li>
284<li>min
285: <a class="el" href="structarm__compute_1_1_min_max_location_values.xhtml#a21e09e76b74538cd95089523f48468b0">MinMaxLocationValues&lt; MinMaxType &gt;</a>
286</li>
287<li>min_dist
288: <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 +0100289</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000290<li>min_eig
291: <a class="el" href="structarm__compute_1_1_c_l_coefficient_table.xhtml#a08ad73a840663cb2f4a6e040e507cbb7">CLCoefficientTable</a>
292</li>
Kaizen8938bd32017-09-28 14:38:23 +0100293<li>min_loc
294: <a class="el" href="structarm__compute_1_1_min_max_location_values.xhtml#ab589f4342adb62f0b4605785e4812750">MinMaxLocationValues&lt; MinMaxType &gt;</a>
295</li>
296<li>minor_revision
297: <a class="el" href="structmali__userspace_1_1gpu__props.xhtml#ab3819fc5a6a172f1e19b8b2ad3ea8ce9">gpu_props</a>
298, <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#ab3819fc5a6a172f1e19b8b2ad3ea8ce9">mali_base_gpu_core_props</a>
299</li>
300<li>MixedThresholdDataset()
301: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset.xhtml#a4eb84a49e38ab3666c058eff915df12e">MixedThresholdDataset</a>
302</li>
303<li>mmu_features
304: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a8f36520d7975913451f70356574b4068">gpu_raw_gpu_props</a>
305</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000306<li>MobileNetDepthwiseConvolutionLayerDataset()
307: <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 +0100308</li>
309<li>MobileNetDepthwiseSeparableConvolutionLayerDataset()
310: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset.xhtml#aad316853d6b4f929aa104107dde5059c">MobileNetDepthwiseSeparableConvolutionLayerDataset</a>
311</li>
312<li>mode()
313: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a9be3f6632542d3381d0d646236579fc4">TestCaseFactory</a>
314, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_info.xhtml#aadbc5003f5cc399930b16ddb89b16cdc">TestInfo</a>
315</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000316<li>model()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000317: <a class="el" href="classarm__compute_1_1_i_c_l_multi_h_o_g.xhtml#aa9d93a19f9961a4ee8b06527cd8842b4">ICLMultiHOG</a>
318, <a class="el" href="classarm__compute_1_1_i_multi_h_o_g.xhtml#a75e828c2dc5a300d224761a410c0925f">IMultiHOG</a>
319, <a class="el" href="classarm__compute_1_1_multi_h_o_g.xhtml#a3fdc663dd36acddc50a879d9b2f84d2a">MultiHOG</a>
Kaizen8938bd32017-09-28 14:38:23 +0100320</li>
321<li>moveblock_1x1()
322: <a class="el" href="struct_transpose_interleave_common.xhtml#ad40e856da5c9d8272b3370cf0e7a4ca6">TransposeInterleaveCommon&lt; IntBy, TIn, TOut &gt;</a>
323</li>
324<li>moveblock_1x2()
325: <a class="el" href="struct_transpose_interleave_common.xhtml#a29fa7590a592651d46ac0f7fffe782a9">TransposeInterleaveCommon&lt; IntBy, TIn, TOut &gt;</a>
326</li>
327<li>moveblock_1x4()
328: <a class="el" href="struct_transpose_interleave_common.xhtml#aecb18b3a50a5ad95347415c651236df6">TransposeInterleaveCommon&lt; IntBy, TIn, TOut &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000329</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100330<li>mul()
331: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#ad02ce21c48a8f9e419a2ec5f762f3221">functions</a>
332</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000333<li>MultiHOG()
334: <a class="el" href="classarm__compute_1_1_multi_h_o_g.xhtml#a6e2a8eb69ed47bf06e7da4b63da32bc5">MultiHOG</a>
335</li>
336<li>MultiImage()
337: <a class="el" href="classarm__compute_1_1_multi_image.xhtml#a122ea2bfab91467608e255a8612f0bff">MultiImage</a>
338</li>
339<li>MultiImageInfo()
340: <a class="el" href="classarm__compute_1_1_multi_image_info.xhtml#a335d0038f37278ee9adc798b2efa7775">MultiImageInfo</a>
341</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000342</ul>
343</div><!-- contents -->
344</div><!-- doc-content -->
345<!-- start footer part -->
346<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
347 <ul>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000348 <li class="footer">Generated on Thu Dec 14 2017 23:48:39 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000349 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000350 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000351 </ul>
352</div>
353</body>
354</html>