blob: f3f8ad021f0e248cfa00198865b1bade427b15d6 [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001<!-- HTML header for doxygen 1.8.9.1-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +00007<meta name="generator" content="Doxygen 1.8.11"/>
Anthony Barbier871448e2017-03-24 14:54:29 +00008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
Anthony Barbierdbdab852017-06-23 15:42:00 +01009<title>Compute Library: Data Fields - Functions</title>
Anthony Barbier871448e2017-03-24 14:54:29 +000010<link href="tabs.css" rel="stylesheet" type="text/css"/>
11<script type="text/javascript" src="jquery.js"></script>
12<script type="text/javascript" src="dynsections.js"></script>
13<link href="navtree.css" rel="stylesheet" type="text/css"/>
14<script type="text/javascript" src="resize.js"></script>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000015<script type="text/javascript" src="navtreedata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000016<script type="text/javascript" src="navtree.js"></script>
17<script type="text/javascript">
18 $(document).ready(initResizable);
19 $(window).load(resizeHeight);
20</script>
21<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000022<script type="text/javascript" src="search/searchdata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000023<script type="text/javascript" src="search/search.js"></script>
24<script type="text/javascript">
Anthony Barbier8140e1e2017-12-14 23:48:46 +000025 $(document).ready(function() { init_search(); });
Anthony Barbier871448e2017-03-24 14:54:29 +000026</script>
27<script type="text/x-mathjax-config">
28 MathJax.Hub.Config({
29 extensions: ["tex2jax.js"],
30 jax: ["input/TeX","output/HTML-CSS"],
31});
Anthony Barbier8140e1e2017-12-14 23:48:46 +000032</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000033<link href="doxygen.css" rel="stylesheet" type="text/css" />
34</head>
35<body>
36<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
37<div id="titlearea">
38<table cellspacing="0" cellpadding="0">
39 <tbody>
40 <tr style="height: 56px;">
41 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010042 <div id="projectname">Compute Library
Jenkinsb3a371b2018-05-23 11:36:53 +010043 &#160;<span id="projectnumber">18.05</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000044 </div>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!-- end header part -->
Anthony Barbier8140e1e2017-12-14 23:48:46 +000051<!-- Generated by Doxygen 1.8.11 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000052<script type="text/javascript">
53var searchBox = new SearchBox("searchBox", "search",false,'Search');
54</script>
55 <div id="navrow1" class="tabs">
56 <ul class="tablist">
57 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010058 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000059 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
60 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
61 <li><a href="files.xhtml"><span>Files</span></a></li>
62 <li>
63 <div id="MSearchBox" class="MSearchBoxInactive">
64 <span class="left">
65 <img id="MSearchSelect" src="search/mag_sel.png"
66 onmouseover="return searchBox.OnSearchSelectShow()"
67 onmouseout="return searchBox.OnSearchSelectHide()"
68 alt=""/>
69 <input type="text" id="MSearchField" value="Search" accesskey="S"
70 onfocus="searchBox.OnSearchFieldFocus(true)"
71 onblur="searchBox.OnSearchFieldFocus(false)"
72 onkeyup="searchBox.OnSearchFieldChange(event)"/>
73 </span><span class="right">
74 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
75 </span>
76 </div>
77 </li>
78 </ul>
79 </div>
80 <div id="navrow2" class="tabs2">
81 <ul class="tablist">
82 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
83 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
84 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
85 <li class="current"><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
86 </ul>
87 </div>
88 <div id="navrow3" class="tabs2">
89 <ul class="tablist">
90 <li><a href="functions.xhtml"><span>All</span></a></li>
91 <li class="current"><a href="functions_func.xhtml"><span>Functions</span></a></li>
92 <li><a href="functions_vars.xhtml"><span>Variables</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010093 <li><a href="functions_type.xhtml"><span>Typedefs</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000094 <li><a href="functions_enum.xhtml"><span>Enumerations</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010095 <li><a href="functions_rela.xhtml"><span>Related&#160;Functions</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000096 </ul>
97 </div>
98 <div id="navrow4" class="tabs3">
99 <ul class="tablist">
100 <li><a href="functions_func.xhtml#index_a"><span>a</span></a></li>
101 <li><a href="functions_func_b.xhtml#index_b"><span>b</span></a></li>
102 <li><a href="functions_func_c.xhtml#index_c"><span>c</span></a></li>
103 <li class="current"><a href="functions_func_d.xhtml#index_d"><span>d</span></a></li>
104 <li><a href="functions_func_e.xhtml#index_e"><span>e</span></a></li>
105 <li><a href="functions_func_f.xhtml#index_f"><span>f</span></a></li>
106 <li><a href="functions_func_g.xhtml#index_g"><span>g</span></a></li>
107 <li><a href="functions_func_h.xhtml#index_h"><span>h</span></a></li>
108 <li><a href="functions_func_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100109 <li><a href="functions_func_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000110 <li><a href="functions_func_k.xhtml#index_k"><span>k</span></a></li>
111 <li><a href="functions_func_l.xhtml#index_l"><span>l</span></a></li>
112 <li><a href="functions_func_m.xhtml#index_m"><span>m</span></a></li>
113 <li><a href="functions_func_n.xhtml#index_n"><span>n</span></a></li>
114 <li><a href="functions_func_o.xhtml#index_o"><span>o</span></a></li>
115 <li><a href="functions_func_p.xhtml#index_p"><span>p</span></a></li>
116 <li><a href="functions_func_q.xhtml#index_q"><span>q</span></a></li>
117 <li><a href="functions_func_r.xhtml#index_r"><span>r</span></a></li>
118 <li><a href="functions_func_s.xhtml#index_s"><span>s</span></a></li>
119 <li><a href="functions_func_t.xhtml#index_t"><span>t</span></a></li>
120 <li><a href="functions_func_u.xhtml#index_u"><span>u</span></a></li>
121 <li><a href="functions_func_v.xhtml#index_v"><span>v</span></a></li>
122 <li><a href="functions_func_w.xhtml#index_w"><span>w</span></a></li>
123 <li><a href="functions_func_x.xhtml#index_x"><span>x</span></a></li>
124 <li><a href="functions_func_y.xhtml#index_y"><span>y</span></a></li>
125 <li><a href="functions_func_z.xhtml#index_z"><span>z</span></a></li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000126 <li><a href="functions_func_0x7e.xhtml#index_0x7e"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000127 </ul>
128 </div>
129</div><!-- top -->
130<div id="side-nav" class="ui-resizable side-nav-resizable">
131 <div id="nav-tree">
132 <div id="nav-tree-contents">
133 <div id="nav-sync" class="sync"></div>
134 </div>
135 </div>
136 <div id="splitbar" style="-moz-user-select:none;"
137 class="ui-resizable-handle">
138 </div>
139</div>
140<script type="text/javascript">
141$(document).ready(function(){initNavTree('functions_func_d.xhtml','');});
142</script>
143<div id="doc-content">
144<!-- window showing the filter options -->
145<div id="MSearchSelectWindow"
146 onmouseover="return searchBox.OnSearchSelectShow()"
147 onmouseout="return searchBox.OnSearchSelectHide()"
148 onkeydown="return searchBox.OnSearchSelectKey(event)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000149</div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000150
151<!-- iframe showing the search results (closed by default) -->
152<div id="MSearchResultsWindow">
153<iframe src="javascript:void(0)" frameborder="0"
154 name="MSearchResults" id="MSearchResults">
155</iframe>
156</div>
157
158<div class="contents">
159&#160;
160
161<h3><a class="anchor" id="index_d"></a>- d -</h3><ul>
162<li>data()
163: <a class="el" href="classarm__compute_1_1_c_l_lut_allocator.xhtml#a6a731c70d12750586b67c6cde637b650">CLLutAllocator</a>
164, <a class="el" href="classarm__compute_1_1_c_l_tensor_allocator.xhtml#a6a731c70d12750586b67c6cde637b650">CLTensorAllocator</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000165, <a class="el" href="classarm__compute_1_1_g_c_tensor_allocator.xhtml#a6a731c70d12750586b67c6cde637b650">GCTensorAllocator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000166, <a class="el" href="classarm__compute_1_1_lut_allocator.xhtml#a738d0f4e90cfddb07316f368a855e50b">LutAllocator</a>
167, <a class="el" href="classarm__compute_1_1_tensor_allocator.xhtml#a738d0f4e90cfddb07316f368a855e50b">TensorAllocator</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000168, <a class="el" href="classarm__compute_1_1test_1_1_accessor.xhtml#ad3b74abc0bab69f337c70783e73f5bef">Accessor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100169, <a class="el" href="classarm__compute_1_1test_1_1_c_l_accessor.xhtml#ad3b74abc0bab69f337c70783e73f5bef">CLAccessor</a>
170, <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#a0c52a8f0085b55d907af7210ef2069d0">SimpleTensor&lt; T &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000171</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100172<li>data_layout()
173: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a367b5090ab432bc7de2c32369e087ab1">ITensorInfo</a>
174, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a5f63b63606dbbbe54474e6e970a6738c">SubTensorInfo</a>
175, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a5f63b63606dbbbe54474e6e970a6738c">TensorInfo</a>
176, <a class="el" href="classarm__compute_1_1test_1_1_accessor.xhtml#a5f63b63606dbbbe54474e6e970a6738c">Accessor</a>
177, <a class="el" href="classarm__compute_1_1test_1_1_c_l_accessor.xhtml#a5f63b63606dbbbe54474e6e970a6738c">CLAccessor</a>
178, <a class="el" href="classarm__compute_1_1test_1_1_g_c_accessor.xhtml#a5f63b63606dbbbe54474e6e970a6738c">GCAccessor</a>
179, <a class="el" href="classarm__compute_1_1test_1_1_i_accessor.xhtml#a367b5090ab432bc7de2c32369e087ab1">IAccessor</a>
180, <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#a5f63b63606dbbbe54474e6e970a6738c">SimpleTensor&lt; T &gt;</a>
181</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000182<li>data_type()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100183: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a7cfb31af63202568efef5214acfbf3ba">ITensorInfo</a>
184, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a9a3e72153aeb3ed212e9c3698774e881">SubTensorInfo</a>
185, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a9a3e72153aeb3ed212e9c3698774e881">TensorInfo</a>
Kaizen8938bd32017-09-28 14:38:23 +0100186, <a class="el" href="classarm__compute_1_1test_1_1_accessor.xhtml#a9a3e72153aeb3ed212e9c3698774e881">Accessor</a>
187, <a class="el" href="classarm__compute_1_1test_1_1_c_l_accessor.xhtml#a9a3e72153aeb3ed212e9c3698774e881">CLAccessor</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000188, <a class="el" href="classarm__compute_1_1test_1_1_g_c_accessor.xhtml#a9a3e72153aeb3ed212e9c3698774e881">GCAccessor</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100189, <a class="el" href="classarm__compute_1_1test_1_1_i_accessor.xhtml#a7cfb31af63202568efef5214acfbf3ba">IAccessor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100190, <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#a9a3e72153aeb3ed212e9c3698774e881">SimpleTensor&lt; T &gt;</a>
191</li>
192<li>Dataset()
193: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_dataset.xhtml#a6c77d69d08daa8c99952d9e40de8d086">Dataset</a>
194</li>
195<li>DataTestCaseFactory()
196: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.xhtml#aacdf355fbfb7579c36e50c757809c148">DataTestCaseFactory&lt; T, D &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000197</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000198<li>decorate()
199: <a class="el" href="classarm__compute_1_1logging_1_1_date_decorator.xhtml#a7cc31af1c60cf2317350fca65ba16597">DateDecorator</a>
200, <a class="el" href="classarm__compute_1_1logging_1_1_i_decorator.xhtml#af7e99677086f647b50a1b4e4248f78f6">IDecorator</a>
201, <a class="el" href="classarm__compute_1_1logging_1_1_log_level_decorator.xhtml#a7cc31af1c60cf2317350fca65ba16597">LogLevelDecorator</a>
202, <a class="el" href="classarm__compute_1_1logging_1_1_string_decorator.xhtml#a7cc31af1c60cf2317350fca65ba16597">StringDecorator</a>
203, <a class="el" href="classarm__compute_1_1logging_1_1_thread_id_decorator.xhtml#a7cc31af1c60cf2317350fca65ba16597">ThreadIdDecorator</a>
204</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000205<li>default_init()
Kaizen8938bd32017-09-28 14:38:23 +0100206: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a46ecf9ef0fe80ba2ed35acfc29856b7d">CLScheduler</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000207, <a class="el" href="classarm__compute_1_1_g_c_scheduler.xhtml#a19bb5002a62b62e050e89c975f7b9fdf">GCScheduler</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000208</li>
Kaizen8938bd32017-09-28 14:38:23 +0100209<li>default_ndrange()
Kaizenbf8b01d2017-10-12 14:26:51 +0100210: <a class="el" href="classarm__compute_1_1_c_l_kernel_library.xhtml#a6dc2398a934f02224ad3743185f27699">CLKernelLibrary</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100211</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100212<li>default_visit()
213: <a class="el" href="classarm__compute_1_1graph_1_1_default_node_visitor.xhtml#a78d9695424cce30cc0465770427fab06">DefaultNodeVisitor</a>
214, <a class="el" href="classarm__compute_1_1graph_1_1_dot_graph_visitor.xhtml#af62b93bea1e98919a10bf65eb71f9fce">DotGraphVisitor</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000215</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100216<li>DepthConcatenateLayerNode()
217: <a class="el" href="classarm__compute_1_1graph_1_1_depth_concatenate_layer_node.xhtml#a56e2f16867dd2ff0b6ceb7ba242317ad">DepthConcatenateLayerNode</a>
218</li>
219<li>depthwise_convolution_method()
220: <a class="el" href="classarm__compute_1_1graph_1_1_depthwise_convolution_layer_node.xhtml#a715cc3cf041f67ddeaffc9f8916a41aa">DepthwiseConvolutionLayerNode</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000221</li>
222<li>DepthwiseConvolutionLayer()
Jenkinsb3a371b2018-05-23 11:36:53 +0100223: <a class="el" href="classarm__compute_1_1graph_1_1frontend_1_1_depthwise_convolution_layer.xhtml#a36e83ad4becd0b24268a048413726f49">DepthwiseConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000224</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100225<li>DepthwiseConvolutionLayerNode()
226: <a class="el" href="classarm__compute_1_1graph_1_1_depthwise_convolution_layer_node.xhtml#ae9cb7fc533420bbfa029f6019106b7c5">DepthwiseConvolutionLayerNode</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000227</li>
228<li>dequantize()
229: <a class="el" href="structarm__compute_1_1_quantization_info.xhtml#a9f956adfa6525f0edd3c702e7e5afb8f">QuantizationInfo</a>
Kaizen8938bd32017-09-28 14:38:23 +0100230</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100231<li>desc()
232: <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#ace1b6c0005a4c373e54bcfdc6d5b7d68">Tensor</a>
233</li>
Kaizen8938bd32017-09-28 14:38:23 +0100234<li>description()
Jenkinsb3a371b2018-05-23 11:36:53 +0100235: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b">CartesianProductDataset&lt; T, U &gt;::iterator</a>
Kaizen8938bd32017-09-28 14:38:23 +0100236, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b">ContainerDataset&lt; T &gt;::iterator</a>
237, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b">InitializerListDataset&lt; T &gt;::iterator</a>
238, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b">JoinDataset&lt; T, U &gt;::iterator</a>
239, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b">RangeDataset&lt; T &gt;::iterator</a>
240, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b">SingletonDataset&lt; T &gt;::iterator</a>
241, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.xhtml#a7b5000e45c1386c4e56ef650f6b0ef5b">ZipDataset&lt; T, U &gt;::iterator</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100242</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000243<li>descriptor()
244: <a class="el" href="classarm__compute_1_1_h_o_g.xhtml#a548b8c6fda024da07113ff6cf6ec6af6">HOG</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100245, <a class="el" href="classarm__compute_1_1_i_c_l_h_o_g.xhtml#a548b8c6fda024da07113ff6cf6ec6af6">ICLHOG</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000246, <a class="el" href="classarm__compute_1_1_i_h_o_g.xhtml#afc824305b2eaceab36baf5b66a535316">IHOG</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100247, <a class="el" href="classarm__compute_1_1test_1_1_c_l_h_o_g_accessor.xhtml#a548b8c6fda024da07113ff6cf6ec6af6">CLHOGAccessor</a>
248, <a class="el" href="classarm__compute_1_1test_1_1_h_o_g_accessor.xhtml#a548b8c6fda024da07113ff6cf6ec6af6">HOGAccessor</a>
249, <a class="el" href="classarm__compute_1_1test_1_1_i_h_o_g_accessor.xhtml#afc824305b2eaceab36baf5b66a535316">IHOGAccessor</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000250</li>
251<li>descriptor_size()
252: <a class="el" href="classarm__compute_1_1_h_o_g_info.xhtml#a8f6435e0a7c016e3cb0fc94b33067e50">HOGInfo</a>
253</li>
254<li>detection_window_size()
255: <a class="el" href="classarm__compute_1_1_h_o_g_info.xhtml#a0279e383beb758e477ce0673c5db8d57">HOGInfo</a>
256</li>
257<li>dimension()
Jenkinsb3a371b2018-05-23 11:36:53 +0100258: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#ae3372a4569b4702a881b1606b0c144c4">ITensorInfo</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100259, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a8813441b655b97c00139c6a5a6390e97">SubTensorInfo</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100260, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a650247f9a828d1ef60135b01f8f77765">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000261</li>
262<li>Dimension()
263: <a class="el" href="classarm__compute_1_1_window_1_1_dimension.xhtml#a2c532d398a5661ff04367252701fa3d4">Window::Dimension</a>
264</li>
265<li>Dimensions()
Jenkinsb3a371b2018-05-23 11:36:53 +0100266: <a class="el" href="classarm__compute_1_1_dimensions.xhtml#a0d3c59537291735849c740364496a41c">Dimensions&lt; T &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000267</li>
268<li>dimensions()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000269: <a class="el" href="classarm__compute_1_1gles_1_1_n_d_range.xhtml#a25852fda6086826370f2230b22549c0f">NDRange</a>
270, <a class="el" href="classarm__compute_1_1_i_distribution1_d.xhtml#ad251169c06da412071bdfb6e92444e6e">IDistribution1D</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000271, <a class="el" href="classarm__compute_1_1_i_distribution.xhtml#a254be7b34cd78d12ffc7ed2aba4882b1">IDistribution</a>
272</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100273<li>disconnect()
274: <a class="el" href="classarm__compute_1_1utils_1_1signal_1_1detail_1_1_signal_impl_3_01_return_type_07_args_8_8_8_08_4.xhtml#a960705de531a20389fb29928d43258c3">SignalImpl&lt; ReturnType(Args...)&gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100275</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000276<li>dispatch()
277: <a class="el" href="classarm__compute_1_1_g_c_scheduler.xhtml#a66a29e27a51a13250143981b0ee4ad19">GCScheduler</a>
278</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000279<li>Distribution1D()
280: <a class="el" href="classarm__compute_1_1_distribution1_d.xhtml#a243c829bced69df597b496eb7456efb0">Distribution1D</a>
281</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100282<li>div()
283: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a72d043524e13bf27c605c2dee2e20a2a">functions</a>
284</li>
Kaizen8938bd32017-09-28 14:38:23 +0100285<li>do_run()
286: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml#a90b4bc2c4bae857bc3536f4a18e29772">TestCase</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000287, <a class="el" href="classarm__compute_1_1utils_1_1_example.xhtml#a90b4bc2c4bae857bc3536f4a18e29772">Example</a>
Kaizen8938bd32017-09-28 14:38:23 +0100288</li>
289<li>do_setup()
290: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml#a5bf6aaa253bb8a13013294d33e168c45">TestCase</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000291, <a class="el" href="classarm__compute_1_1utils_1_1_example.xhtml#a96b30c1d1256c2ab3f731a162ad08609">Example</a>
292</li>
293<li>do_sync()
294: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml#a197634795f22ff5c0d7789f5ccb3f9bd">TestCase</a>
Kaizen8938bd32017-09-28 14:38:23 +0100295</li>
296<li>do_teardown()
297: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml#a9b3acd6be09cf86066760caaa89f7be5">TestCase</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000298, <a class="el" href="classarm__compute_1_1utils_1_1_example.xhtml#a9b3acd6be09cf86066760caaa89f7be5">Example</a>
Kaizen8938bd32017-09-28 14:38:23 +0100299</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100300<li>DotGraphVisitor()
301: <a class="el" href="classarm__compute_1_1graph_1_1_dot_graph_visitor.xhtml#aba079420016162d60cc142401885db44">DotGraphVisitor</a>
302</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000303<li>dummy()
304: <a class="el" href="structarm__compute_1_1detail_1_1dummy.xhtml#a9459460908c5314f6ea5333a397fea5b">dummy&lt; T, S &gt;</a>
305</li>
Kaizen8938bd32017-09-28 14:38:23 +0100306<li>DummyAccessor()
Jenkinsb3a371b2018-05-23 11:36:53 +0100307: <a class="el" href="classarm__compute_1_1graph__utils_1_1_dummy_accessor.xhtml#ac5ae9597ba20e5581726743fe7c154b5">DummyAccessor</a>
Kaizen8938bd32017-09-28 14:38:23 +0100308</li>
309<li>duplicate()
310: <a class="el" href="classarm__compute_1_1_blob_memory_pool.xhtml#aceea990dd135afa94795f0ad3a532df5">BlobMemoryPool</a>
311, <a class="el" href="classarm__compute_1_1_i_memory_pool.xhtml#af6c6c5e675fab42e482d11d02df2a79e">IMemoryPool</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000312, <a class="el" href="classarm__compute_1_1_offset_memory_pool.xhtml#aceea990dd135afa94795f0ad3a532df5">OffsetMemoryPool</a>
Kaizen8938bd32017-09-28 14:38:23 +0100313</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000314</ul>
315</div><!-- contents -->
316</div><!-- doc-content -->
317<!-- start footer part -->
318<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
319 <ul>
Jenkinsb3a371b2018-05-23 11:36:53 +0100320 <li class="footer">Generated on Wed May 23 2018 11:36:46 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000321 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000322 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000323 </ul>
324</div>
325</body>
326</html>