blob: 973a4e6d6a5b771cdac8d50df7cde47703b8457d [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001<!-- HTML header for doxygen 1.8.9.1-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +00007<meta name="generator" content="Doxygen 1.8.11"/>
Anthony Barbier871448e2017-03-24 14:54:29 +00008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
Anthony Barbierdbdab852017-06-23 15:42:00 +01009<title>Compute Library: Data Fields</title>
Anthony Barbier871448e2017-03-24 14:54:29 +000010<link href="tabs.css" rel="stylesheet" type="text/css"/>
11<script type="text/javascript" src="jquery.js"></script>
12<script type="text/javascript" src="dynsections.js"></script>
13<link href="navtree.css" rel="stylesheet" type="text/css"/>
14<script type="text/javascript" src="resize.js"></script>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000015<script type="text/javascript" src="navtreedata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000016<script type="text/javascript" src="navtree.js"></script>
17<script type="text/javascript">
18 $(document).ready(initResizable);
19 $(window).load(resizeHeight);
20</script>
21<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000022<script type="text/javascript" src="search/searchdata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000023<script type="text/javascript" src="search/search.js"></script>
24<script type="text/javascript">
Anthony Barbier8140e1e2017-12-14 23:48:46 +000025 $(document).ready(function() { init_search(); });
Anthony Barbier871448e2017-03-24 14:54:29 +000026</script>
27<script type="text/x-mathjax-config">
28 MathJax.Hub.Config({
29 extensions: ["tex2jax.js"],
30 jax: ["input/TeX","output/HTML-CSS"],
31});
Anthony Barbier8140e1e2017-12-14 23:48:46 +000032</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000033<link href="doxygen.css" rel="stylesheet" type="text/css" />
34</head>
35<body>
36<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
37<div id="titlearea">
38<table cellspacing="0" cellpadding="0">
39 <tbody>
40 <tr style="height: 56px;">
41 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010042 <div id="projectname">Compute Library
Jenkinsc3f34a42018-03-02 12:38:09 +000043 &#160;<span id="projectnumber">18.03</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000044 </div>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!-- end header part -->
Anthony Barbier8140e1e2017-12-14 23:48:46 +000051<!-- Generated by Doxygen 1.8.11 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000052<script type="text/javascript">
53var searchBox = new SearchBox("searchBox", "search",false,'Search');
54</script>
55 <div id="navrow1" class="tabs">
56 <ul class="tablist">
57 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010058 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000059 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
60 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
61 <li><a href="files.xhtml"><span>Files</span></a></li>
62 <li>
63 <div id="MSearchBox" class="MSearchBoxInactive">
64 <span class="left">
65 <img id="MSearchSelect" src="search/mag_sel.png"
66 onmouseover="return searchBox.OnSearchSelectShow()"
67 onmouseout="return searchBox.OnSearchSelectHide()"
68 alt=""/>
69 <input type="text" id="MSearchField" value="Search" accesskey="S"
70 onfocus="searchBox.OnSearchFieldFocus(true)"
71 onblur="searchBox.OnSearchFieldFocus(false)"
72 onkeyup="searchBox.OnSearchFieldChange(event)"/>
73 </span><span class="right">
74 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
75 </span>
76 </div>
77 </li>
78 </ul>
79 </div>
80 <div id="navrow2" class="tabs2">
81 <ul class="tablist">
82 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
83 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
84 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
85 <li class="current"><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
86 </ul>
87 </div>
88 <div id="navrow3" class="tabs2">
89 <ul class="tablist">
90 <li class="current"><a href="functions.xhtml"><span>All</span></a></li>
91 <li><a href="functions_func.xhtml"><span>Functions</span></a></li>
92 <li><a href="functions_vars.xhtml"><span>Variables</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010093 <li><a href="functions_type.xhtml"><span>Typedefs</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000094 <li><a href="functions_enum.xhtml"><span>Enumerations</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010095 <li><a href="functions_rela.xhtml"><span>Related&#160;Functions</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000096 </ul>
97 </div>
98 <div id="navrow4" class="tabs3">
99 <ul class="tablist">
100 <li><a href="functions.xhtml#index__"><span>_</span></a></li>
101 <li><a href="functions_a.xhtml#index_a"><span>a</span></a></li>
102 <li><a href="functions_b.xhtml#index_b"><span>b</span></a></li>
103 <li><a href="functions_c.xhtml#index_c"><span>c</span></a></li>
104 <li><a href="functions_d.xhtml#index_d"><span>d</span></a></li>
105 <li><a href="functions_e.xhtml#index_e"><span>e</span></a></li>
106 <li><a href="functions_f.xhtml#index_f"><span>f</span></a></li>
107 <li><a href="functions_g.xhtml#index_g"><span>g</span></a></li>
108 <li><a href="functions_h.xhtml#index_h"><span>h</span></a></li>
109 <li><a href="functions_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100110 <li><a href="functions_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000111 <li><a href="functions_k.xhtml#index_k"><span>k</span></a></li>
112 <li><a href="functions_l.xhtml#index_l"><span>l</span></a></li>
113 <li><a href="functions_m.xhtml#index_m"><span>m</span></a></li>
114 <li><a href="functions_n.xhtml#index_n"><span>n</span></a></li>
115 <li><a href="functions_o.xhtml#index_o"><span>o</span></a></li>
116 <li><a href="functions_p.xhtml#index_p"><span>p</span></a></li>
117 <li><a href="functions_q.xhtml#index_q"><span>q</span></a></li>
118 <li><a href="functions_r.xhtml#index_r"><span>r</span></a></li>
119 <li><a href="functions_s.xhtml#index_s"><span>s</span></a></li>
120 <li class="current"><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_t.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_t"></a>- t -</h3><ul>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000163<li>tag_type
164: <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01float__t_00_012_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; float_t, 2 &gt;</a>
165, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01float__t_00_014_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; float_t, 4 &gt;</a>
166, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int16__t_00_014_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; int16_t, 4 &gt;</a>
167, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int16__t_00_018_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; int16_t, 8 &gt;</a>
168, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int32__t_00_012_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; int32_t, 2 &gt;</a>
169, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int32__t_00_014_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; int32_t, 4 &gt;</a>
170, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int64__t_00_011_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; int64_t, 1 &gt;</a>
171, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int64__t_00_012_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; int64_t, 2 &gt;</a>
172, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int8__t_00_0116_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; int8_t, 16 &gt;</a>
173, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int8__t_00_018_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; int8_t, 8 &gt;</a>
174, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint16__t_00_014_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; uint16_t, 4 &gt;</a>
175, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint16__t_00_018_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; uint16_t, 8 &gt;</a>
176, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint32__t_00_012_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; uint32_t, 2 &gt;</a>
177, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint32__t_00_014_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; uint32_t, 4 &gt;</a>
178, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint64__t_00_011_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; uint64_t, 1 &gt;</a>
179, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint64__t_00_012_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; uint64_t, 2 &gt;</a>
180, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint8__t_00_0116_01_4.xhtml#aa91b62298919f9b657fc83358dfe29b4">neon_vector&lt; uint8_t, 16 &gt;</a>
181, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint8__t_00_018_01_4.xhtml#a3a028f9ff24453b3e679afd2f194489a">neon_vector&lt; uint8_t, 8 &gt;</a>
182</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100183<li>tanh()
184: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml#a3260014222a62b212c096956c0605fd5">functions</a>
185</li>
186<li>target()
187: <a class="el" href="classarm__compute_1_1_c_l_scheduler.xhtml#a2c3dee98cf8bc85e0c6b5749e038bb68">CLScheduler</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000188, <a class="el" href="classarm__compute_1_1graph_1_1_i_operation.xhtml#a6e827206022b032f717c23e4d18ed25b">IOperation</a>
189, <a class="el" href="classarm__compute_1_1graph_1_1_i_tensor_object.xhtml#a6e827206022b032f717c23e4d18ed25b">ITensorObject</a>
190, <a class="el" href="classarm__compute_1_1graph_1_1_node_context.xhtml#a86940a4c06b29e89197d29e3febda499">NodeContext</a>
191, <a class="el" href="classarm__compute_1_1graph_1_1_sub_tensor.xhtml#a55a3281e69f6661f410c64d780b69aa2">SubTensor</a>
192, <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#a55a3281e69f6661f410c64d780b69aa2">Tensor</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100193</li>
194<li>target_hint()
195: <a class="el" href="classarm__compute_1_1graph_1_1_graph_hints.xhtml#ad61274e8178f0a88e2edacc1e7b3f3ab">GraphHints</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100196</li>
Kaizen8938bd32017-09-28 14:38:23 +0100197<li>target_type
198: <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture.xhtml#aa60bf78863d623ab60280c587e64961b">MinMaxLocationValidationFixture&lt; TensorType, AccessorType, ArrayType, ArrayAccessorType, FunctionType, T &gt;</a>
199</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000200<li>TBias
201: <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_convolution_validation_generic_fixture.xhtml#ad6dc80aa0e6af9b0ab649540c58995a8">ConvolutionValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
202, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_generic_fixture.xhtml#ad6dc80aa0e6af9b0ab649540c58995a8">DepthwiseConvolutionLayerValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
203, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_fixture.xhtml#ad6dc80aa0e6af9b0ab649540c58995a8">DirectConvolutionValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000204, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_tensor_shift_fixture.xhtml#ad6dc80aa0e6af9b0ab649540c58995a8">DirectConvolutionValidationGenericTensorShiftFixture&lt; TensorType, AccessorType, FunctionType, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000205, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_generic_fixture.xhtml#ad6dc80aa0e6af9b0ab649540c58995a8">FullyConnectedLayerValidationGenericFixture&lt; TensorType, AccessorType, FunctionType, T, run_interleave &gt;</a>
206</li>
Kaizen8938bd32017-09-28 14:38:23 +0100207<li>teardown()
208: <a class="el" href="classarm__compute_1_1test_1_1_activation_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">ActivationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
209, <a class="el" href="classarm__compute_1_1test_1_1_alex_net_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">AlexNetFixture&lt; ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
210, <a class="el" href="classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">BatchNormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000211, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_depth_concatenate_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">DepthConcatenateLayerFixture&lt; TensorType, ITensorType, Function, AccessorType &gt;</a>
212, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_dequantization_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">DequantizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
213, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_flatten_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">FlattenLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
214, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m_interleave4x4_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">GEMMInterleave4x4Fixture&lt; TensorType, Function, Accessor &gt;</a>
215, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_harris_corners_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">HarrisCornersFixture&lt; TensorType, Function, Accessor, ArrayType &gt;</a>
216, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_l2_normalize_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">L2NormalizeLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
217, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_magnitude_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">MagnitudeFixture&lt; TensorType, Function, Accessor &gt;</a>
218, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_quantization_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">QuantizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
219, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_reshape_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">ReshapeLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
220, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_scale_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">ScaleFixture&lt; TensorType, Function, Accessor &gt;</a>
221, <a class="el" href="classarm__compute_1_1test_1_1benchmark_1_1_transpose_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">TransposeFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100222, <a class="el" href="classarm__compute_1_1test_1_1_convolution_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">ConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000223, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">DepthwiseConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100224, <a class="el" href="classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">DepthwiseSeparableConvolutionLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
225, <a class="el" href="classarm__compute_1_1test_1_1_floor_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">FloorFixture&lt; TensorType, Function, Accessor &gt;</a>
226, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">Fixture</a>
227, <a class="el" href="classarm__compute_1_1test_1_1_fully_connected_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">FullyConnectedLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
228, <a class="el" href="classarm__compute_1_1test_1_1_g_e_m_m_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">GEMMFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000229, <a class="el" href="classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">GEMMLowpMatrixMultiplyCoreFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100230, <a class="el" href="classarm__compute_1_1test_1_1_le_net5_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">LeNet5Fixture&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000231, <a class="el" href="classarm__compute_1_1test_1_1_mobile_net_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">MobileNetFixture&lt; TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionLayerFunction, ReshapeFunction, PoolingLayerFunction &gt;</a>
232, <a class="el" href="classarm__compute_1_1test_1_1_mobile_net_v1_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">MobileNetV1Fixture&lt; TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction, InputSize &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100233, <a class="el" href="classarm__compute_1_1test_1_1_normalization_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">NormalizationLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000234, <a class="el" href="classarm__compute_1_1test_1_1_normalize_planar_y_u_v_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">NormalizePlanarYUVLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100235, <a class="el" href="classarm__compute_1_1test_1_1_pooling_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">PoolingLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
236, <a class="el" href="classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">ROIPoolingLayerFixture&lt; TensorType, Function, Accessor, Array_T, ArrayAccessor &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000237, <a class="el" href="classarm__compute_1_1test_1_1_scale_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">ScaleLayerFixture&lt; TensorType, Function, Accessor, T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000238, <a class="el" href="classarm__compute_1_1test_1_1_softmax_layer_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">SoftmaxLayerFixture&lt; TensorType, Function, Accessor &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100239</li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100240<li>tensor()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000241: <a class="el" href="classarm__compute_1_1graph_1_1_i_tensor_object.xhtml#a99803b0c29444efee997abd9afd0c9ba">ITensorObject</a>
242, <a class="el" href="classarm__compute_1_1graph_1_1_sub_tensor.xhtml#a2ab74f480b51fb1f6816c1ebde64f0a8">SubTensor</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100243</li>
Kaizen8938bd32017-09-28 14:38:23 +0100244<li>Tensor()
245: <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#a781a239b3f8dcb682e738cfa6bce8157">Tensor</a>
246</li>
Jenkinsc3f34a42018-03-02 12:38:09 +0000247<li>tensor()
248: <a class="el" href="classarm__compute_1_1graph_1_1_tensor.xhtml#a2ab74f480b51fb1f6816c1ebde64f0a8">Tensor</a>
249</li>
250<li>Tensor()
251: <a class="el" href="classarm__compute_1_1_tensor.xhtml#a09dacbd79d16b74ba8698e27ae3dc42b">Tensor</a>
252</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000253<li>tensor_shape()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100254: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a7c66505457d00ece3aa4b34cab80757d">ITensorInfo</a>
255, <a class="el" href="classarm__compute_1_1_pyramid_info.xhtml#af3374fa8fcc6d226dc2b82317ab4d079">PyramidInfo</a>
256, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a269b19ce3f357ac65f41f9951906e38e">SubTensorInfo</a>
257, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a269b19ce3f357ac65f41f9951906e38e">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000258</li>
259<li>TensorAllocator()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000260: <a class="el" href="classarm__compute_1_1_tensor_allocator.xhtml#a20c11f37f59a434b1dd0b69f62771ac6">TensorAllocator</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000261</li>
262<li>TensorInfo()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000263: <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a21c2ae9fa438faf42669dadda628080c">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000264</li>
265<li>TensorShape()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100266: <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#a929d0b5223357298ada0ce4d42fa5ec7">TensorShape</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000267</li>
Kaizen8938bd32017-09-28 14:38:23 +0100268<li>test_infos()
269: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#af77825496fa0fbf840b676d2c9aabaf4">Framework</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000270</li>
Kaizen8938bd32017-09-28 14:38:23 +0100271<li>TestCaseFactory
272: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml#a95ded649a5eb3a9a28d3002b0818d1e6">TestCase</a>
273, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml#a2d128e015a7913a30691094670608cfd">TestCaseFactory</a>
274</li>
275<li>TestCaseRegistrar()
276: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_case_registrar.xhtml#a04917daee68d0de97571d85d56cb01b5">TestCaseRegistrar&lt; T &gt;</a>
277</li>
278<li>TestError()
279: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_error.xhtml#a2efd38879bc1756478be45d206c13a44">TestError</a>
280</li>
281<li>TestFilter()
282: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_test_filter.xhtml#a6c1c1828685702cd5b6a577d568d629c">TestFilter</a>
283</li>
284<li>TestResult()
285: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml#a9ea903979a30707785974ea98d1b0c8e">TestResult</a>
286</li>
287<li>TestSuiteRegistrar()
288: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.xhtml#a890f3b71cffb279d8aaf55228fbbe482">TestSuiteRegistrar</a>
289</li>
290<li>texture_features
291: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a255e7d6c5f15e81874fb886e713716fd">gpu_raw_gpu_props</a>
292, <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#a255e7d6c5f15e81874fb886e713716fd">mali_base_gpu_core_props</a>
293</li>
294<li>thread_features
295: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a84f53a5429512541b1ca5142d818f23f">gpu_raw_gpu_props</a>
296</li>
297<li>thread_id
298: <a class="el" href="structarm__compute_1_1_thread_info.xhtml#ab488bfc5d1f76143651f915915046354">ThreadInfo</a>
299</li>
300<li>thread_max_barrier_size
301: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#afe226c0d48a3533ac28ec4a6c43a9d1b">gpu_raw_gpu_props</a>
302</li>
303<li>thread_max_threads
304: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a21f9daa1d1d37eaf7f2c283fdafbaa41">gpu_raw_gpu_props</a>
305</li>
306<li>thread_max_workgroup_size
307: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a2ceaed722d99e0dabf3bf4cf92538097">gpu_raw_gpu_props</a>
308</li>
309<li>thread_props
310: <a class="el" href="structmali__userspace_1_1mali__base__gpu__props.xhtml#a3f14fc65dd5daa60a43caf0ad91e5014">mali_base_gpu_props</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100311</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000312<li>threads
313: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ad6174941c7ae1c945e4f7fcb3261f87c">CommonOptions</a>
314</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100315<li>threshold
Kaizen8938bd32017-09-28 14:38:23 +0100316: <a class="el" href="structarm__compute_1_1test_1_1validation_1_1_harris_corners_parameters.xhtml#a376acef8954eadc70f4b55e8e0588e13">HarrisCornersParameters</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100317</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000318<li>throw_errors
319: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#af9894d2ffeae91ef9f6630e52c47d2ce">CommonOptions</a>
320, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_framework.xhtml#a98bab95a13c24f15f3fa7d81f0222a09">Framework</a>
Kaizen8938bd32017-09-28 14:38:23 +0100321</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000322<li>throw_if_error()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000323: <a class="el" href="classarm__compute_1_1_status.xhtml#aa7d8800a4d8aa8ad934293b280d446fd">Status</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000324</li>
Kaizen8938bd32017-09-28 14:38:23 +0100325<li>tiler_features
326: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#af6c1da039edb4e6f81c89f193088585d">gpu_raw_gpu_props</a>
327</li>
328<li>tiler_present
329: <a class="el" href="structmali__userspace_1_1gpu__raw__gpu__props.xhtml#a0efb161b55ab0fd2ffca83155872f923">gpu_raw_gpu_props</a>
330</li>
331<li>tiler_props
332: <a class="el" href="structmali__userspace_1_1mali__base__gpu__props.xhtml#a7a08e5c57e038ea0d673a81a42c7b45b">mali_base_gpu_props</a>
333</li>
334<li>timestamp
335: <a class="el" href="structmali__userspace_1_1kbase__hwcnt__reader__metadata.xhtml#a465bef81f6478756e5443025b1f2ddfa">kbase_hwcnt_reader_metadata</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100336</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000337<li>Tiny2DShapes()
338: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_tiny2_d_shapes.xhtml#a53121b0a63214d4e76ab23b4cc121baa">Tiny2DShapes</a>
339</li>
340<li>Tiny3DShapes()
341: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_tiny3_d_shapes.xhtml#a38986b8a75356a9835ebec95c6d6af9c">Tiny3DShapes</a>
342</li>
343<li>Tiny4DShapes()
344: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_tiny4_d_shapes.xhtml#a5a60abed7bfd8910fe5b4faafe6646fe">Tiny4DShapes</a>
345</li>
346<li>TinyConvolutionLayerDataset()
347: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_tiny_convolution_layer_dataset.xhtml#a70971549887cf220317c357ca7a108d3">TinyConvolutionLayerDataset</a>
348</li>
349<li>TinyDirectConvolutionShapes()
350: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_tiny_direct_convolution_shapes.xhtml#a531d06d710c7d07b823b604f2522b97f">TinyDirectConvolutionShapes</a>
351</li>
352<li>TinyFullyConnectedLayerDataset()
353: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_tiny_fully_connected_layer_dataset.xhtml#a544c60b9d1996b81b7d3f6c6e0ee5b28">TinyFullyConnectedLayerDataset</a>
354</li>
355<li>TinyGEMMDataset()
356: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_tiny_g_e_m_m_dataset.xhtml#a7c6169b765bf5a021c4e0931fc11b14d">TinyGEMMDataset</a>
357</li>
358<li>TinyShapes()
359: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_tiny_shapes.xhtml#ae21a4d4e11fa55c9c98ebee0b0075e16">TinyShapes</a>
360</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100361<li>to_fixed()
362: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1constant__expr.xhtml#a682a2eb8869b48647719e194cbbcb4e1">constant_expr&lt; T &gt;</a>
363</li>
364<li>to_float()
365: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1constant__expr.xhtml#a995c73a5ff995cc1b4c0c730892c792a">constant_expr&lt; T &gt;</a>
366</li>
367<li>to_int()
368: <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1constant__expr.xhtml#a918ab57096fdfe5e2cbf70de5145b9fa">constant_expr&lt; T &gt;</a>
369</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000370<li>to_string()
371: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml#aa48c39f92bc04eded742f5310c74aafe">Measurement::Value</a>
372</li>
Kaizen8938bd32017-09-28 14:38:23 +0100373<li>ToggleOption()
374: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml#ae27b8b254e5e02265bd1032771aa303e">ToggleOption</a>
375</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000376<li>top
377: <a class="el" href="structarm__compute_1_1_border_size.xhtml#a3fdd42ea34070a54e696b3adc28c4be3">BorderSize</a>
378</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000379<li>TopNPredictionsAccessor()
Jenkinsc3f34a42018-03-02 12:38:09 +0000380: <a class="el" href="classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor.xhtml#a6bb5b548e58f2efa9e1a0b05028748e5">TopNPredictionsAccessor</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000381</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000382<li>total_size()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100383: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a18064e0011c3869d884653e9e7c47b66">ITensorInfo</a>
384, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#af398466b602a02b42d8df19fb66a6c60">SubTensorInfo</a>
385, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#af398466b602a02b42d8df19fb66a6c60">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000386, <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#a4eaec01ba2c12093db609d1034ad0bc1">TensorShape</a>
387</li>
Kaizen8938bd32017-09-28 14:38:23 +0100388<li>total_size_lower()
389: <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#a1a82725c69bdbd17294caa129743984c">TensorShape</a>
390</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000391<li>total_size_upper()
392: <a class="el" href="classarm__compute_1_1_tensor_shape.xhtml#a91d8061f66e7f8bc56da91d965f04376">TensorShape</a>
393</li>
394<li>tracking_status
395: <a class="el" href="structarm__compute_1_1_c_l_l_k_internal_keypoint.xhtml#a08361efa212a9ab04a5965766ea942d5">CLLKInternalKeypoint</a>
396, <a class="el" href="structarm__compute_1_1_key_point.xhtml#a8ca2aae59762685dd38143e5f8267147">KeyPoint</a>
397, <a class="el" href="structarm__compute_1_1_n_e_l_k_internal_keypoint.xhtml#a633fd1d1a22ab1b18aa0e091cb201553">NELKInternalKeypoint</a>
398, <a class="el" href="struct_internal_keypoint.xhtml#a08361efa212a9ab04a5965766ea942d5">InternalKeypoint</a>
399, <a class="el" href="struct_keypoint.xhtml#a7edfed755585d6095522904dbe0ec4d8">Keypoint</a>
400</li>
Kaizen8938bd32017-09-28 14:38:23 +0100401<li>tune_kernel()
402: <a class="el" href="classarm__compute_1_1_c_l_tuner.xhtml#a3542e1479b9049456d8256d1442df1ac">CLTuner</a>
403, <a class="el" href="classarm__compute_1_1_i_c_l_tuner.xhtml#aa3e463ed247bccd80278280791943d79">ICLTuner</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100404</li>
Jenkinsc3f34a42018-03-02 12:38:09 +0000405<li>tune_new_kernels()
406: <a class="el" href="classarm__compute_1_1_c_l_tuner.xhtml#a0ec76a5771b9521b947754d582635638">CLTuner</a>
407</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000408<li>type()
409: <a class="el" href="classarm__compute_1_1_c_l_lut.xhtml#a6dc9c052a2732f899adccfaeee468364">CLLut</a>
410, <a class="el" href="classarm__compute_1_1_i_lut.xhtml#aa1917b40b57ce0a0f1c69722b46f3f46">ILut</a>
411, <a class="el" href="classarm__compute_1_1_i_lut_allocator.xhtml#a8522d89f5f58b6c744e230b6b0641a4b">ILutAllocator</a>
412, <a class="el" href="classarm__compute_1_1_lut.xhtml#a6dc9c052a2732f899adccfaeee468364">Lut</a>
413, <a class="el" href="classarm__compute_1_1_normalization_layer_info.xhtml#a39f6445d0b790034f0d8fac36f2eb7f5">NormalizationLayerInfo</a>
414</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100415<li>Type
416: <a class="el" href="classarm__compute_1_1_scheduler.xhtml#a1d1cfd8ffb84e947f82999c682b666a7">Scheduler</a>
417</li>
418<li>type
Kaizen8938bd32017-09-28 14:38:23 +0100419: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset.xhtml#a3c0271eec649ceb1058ce3765eb847c2">BatchNormalizationLayerDataset</a>
420, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset.xhtml#aa29c9ab44036acf654b39611cee4b024">ConvolutionLayerDataset</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000421, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_layer_dataset.xhtml#a1859f3602576181726c22fca31571bfc">DepthwiseConvolutionLayerDataset</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000422, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset.xhtml#ad253dff6e929f5245a19a91bd81ddfa6">DepthwiseSeparableConvolutionLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100423, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset.xhtml#a2d7bea34a08c9353b13ee79e303024b1">FullyConnectedLayerDataset</a>
424, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset.xhtml#a0ef0d4746167237f43004c207d64d601">GEMMDataset</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000425, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_lowp_dataset.xhtml#a767e2f093846c7a21decb977cf4f6565">GEMMLowpDataset</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000426, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_h_o_g_descriptor_dataset.xhtml#ac8bbd25d58c3ba76605e869cd9f0edda">HOGDescriptorDataset</a>
427, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_normalize_planar_y_u_v_layer_dataset.xhtml#a07945b88fcb23720042fb717e4c44766">NormalizePlanarYUVLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100428, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset.xhtml#a8069c6eabcf150084f21353256a829f4">PoolingLayerDataset</a>
429, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset.xhtml#a07945b88fcb23720042fb717e4c44766">ReshapeLayerDataset</a>
430, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset.xhtml#ae5dadc472f4dff4ff057633b1b42921f">ROIPoolingLayerDataset</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000431, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_scale_layer_dataset.xhtml#a1cd04a9541f996fd58ad19dc435b8a90">ScaleLayerDataset</a>
Kaizen8938bd32017-09-28 14:38:23 +0100432, <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_threshold_dataset.xhtml#a458c0ac09d41cfb3f0a55a99ef24446c">ThresholdDataset</a>
433, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int16__t_01_4.xhtml#a4f14ffc6d6f6ca92afb1baf996fc9305">promote&lt; int16_t &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100434, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int32__t_01_4.xhtml#a70ca3d636283d6713220cd8af5fc07b3">promote&lt; int32_t &gt;</a>
435, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int64__t_01_4.xhtml#a70ca3d636283d6713220cd8af5fc07b3">promote&lt; int64_t &gt;</a>
436, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int8__t_01_4.xhtml#a8812bf779dca54354aa6ad00cef14a73">promote&lt; int8_t &gt;</a>
437, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml#a43022da9f622deba3284b748a6885e23">promote&lt; uint16_t &gt;</a>
438, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml#a9659bbcc7fc016eda242219021c7980b">promote&lt; uint32_t &gt;</a>
439, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint64__t_01_4.xhtml#a9659bbcc7fc016eda242219021c7980b">promote&lt; uint64_t &gt;</a>
440, <a class="el" href="structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml#a3085ed9ad7c9b1c88dcec24108730e54">promote&lt; uint8_t &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100441, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.xhtml#a9c9aae4b5f426f99087f48b40bc114fc">CartesianProductDataset&lt; T, U &gt;</a>
442, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml#a6fdded42fc2978d6f9f60564b5b4190a">ContainerDataset&lt; T &gt;</a>
443, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.xhtml#a18b86dafc894ede9c2b71030a731a106">InitializerListDataset&lt; T &gt;</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000444, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.xhtml#ad4f1d01a0af9cf719345464b2c3821ca">JoinDataset&lt; T, U &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100445, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.xhtml#a18b86dafc894ede9c2b71030a731a106">RangeDataset&lt; T &gt;</a>
446, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml#a18b86dafc894ede9c2b71030a731a106">SingletonDataset&lt; T &gt;</a>
447, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset.xhtml#a9c9aae4b5f426f99087f48b40bc114fc">ZipDataset&lt; T, U &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100448, <a class="el" href="structarm__compute_1_1test_1_1traits_1_1promote_3_01float_01_4.xhtml#a05cacf975133703fccd67d8b60ed9ae0">promote&lt; float &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100449, <a class="el" href="structarm__compute_1_1test_1_1traits_1_1promote_3_01half_01_4.xhtml#a871173f31fa2a65afb444d262bc1aadb">promote&lt; half &gt;</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100450, <a class="el" href="structarm__compute_1_1test_1_1traits_1_1promote_3_01int16__t_01_4.xhtml#a4f14ffc6d6f6ca92afb1baf996fc9305">promote&lt; int16_t &gt;</a>
451, <a class="el" href="structarm__compute_1_1test_1_1traits_1_1promote_3_01int32__t_01_4.xhtml#a70ca3d636283d6713220cd8af5fc07b3">promote&lt; int32_t &gt;</a>
452, <a class="el" href="structarm__compute_1_1test_1_1traits_1_1promote_3_01int8__t_01_4.xhtml#a8812bf779dca54354aa6ad00cef14a73">promote&lt; int8_t &gt;</a>
453, <a class="el" href="structarm__compute_1_1test_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml#a43022da9f622deba3284b748a6885e23">promote&lt; uint16_t &gt;</a>
454, <a class="el" href="structarm__compute_1_1test_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml#a9659bbcc7fc016eda242219021c7980b">promote&lt; uint32_t &gt;</a>
455, <a class="el" href="structarm__compute_1_1test_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml#a3085ed9ad7c9b1c88dcec24108730e54">promote&lt; uint8_t &gt;</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000456, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01float__t_00_012_01_4.xhtml#aad6afede5ed30a42755ae8130a367197">neon_vector&lt; float_t, 2 &gt;</a>
457, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01float__t_00_014_01_4.xhtml#aee059b4da2d129932a8f012a29175f50">neon_vector&lt; float_t, 4 &gt;</a>
458, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int16__t_00_014_01_4.xhtml#a43d6100bc428920a6f8b9303ffba5fb8">neon_vector&lt; int16_t, 4 &gt;</a>
459, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int16__t_00_018_01_4.xhtml#abcf84790266b942329565d79303cae56">neon_vector&lt; int16_t, 8 &gt;</a>
460, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int32__t_00_012_01_4.xhtml#ae7d4c6a3abb8b366d32dee7bd0730399">neon_vector&lt; int32_t, 2 &gt;</a>
461, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int32__t_00_014_01_4.xhtml#a8853d1ce089e8848d1824f995bb71ca5">neon_vector&lt; int32_t, 4 &gt;</a>
462, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int64__t_00_011_01_4.xhtml#a8add39ad7dab83c26b02504855285276">neon_vector&lt; int64_t, 1 &gt;</a>
463, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int64__t_00_012_01_4.xhtml#a45864cdf2ff914ebbc8af13fb0d4ac9b">neon_vector&lt; int64_t, 2 &gt;</a>
464, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int8__t_00_0116_01_4.xhtml#a4c013079cfaa6ef6ce9b4ff09f6d0c95">neon_vector&lt; int8_t, 16 &gt;</a>
465, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int8__t_00_018_01_4.xhtml#a76f5c3ac1725a4b14afd8aae441af68e">neon_vector&lt; int8_t, 8 &gt;</a>
466, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint16__t_00_014_01_4.xhtml#abe70405e8f313506a84412b01ee15a00">neon_vector&lt; uint16_t, 4 &gt;</a>
467, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint16__t_00_018_01_4.xhtml#a1e72b0de29f3eed76c938224d599b7c7">neon_vector&lt; uint16_t, 8 &gt;</a>
468, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint32__t_00_012_01_4.xhtml#a3a873ab43277a5ef4ac39d6dbea90faf">neon_vector&lt; uint32_t, 2 &gt;</a>
469, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint32__t_00_014_01_4.xhtml#a03250d62d05c6a5bffbb2130159ab120">neon_vector&lt; uint32_t, 4 &gt;</a>
470, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint64__t_00_011_01_4.xhtml#aea2e5304312f461006ed4e2fe619a2a2">neon_vector&lt; uint64_t, 1 &gt;</a>
471, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint64__t_00_012_01_4.xhtml#a9baf6b56926beaa682566d90545ee00a">neon_vector&lt; uint64_t, 2 &gt;</a>
472, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint8__t_00_0116_01_4.xhtml#a771d4942ff2183ed787721d68cb3db92">neon_vector&lt; uint8_t, 16 &gt;</a>
473, <a class="el" href="structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint8__t_00_018_01_4.xhtml#a3e74ab5803272bb06fcff46991111309">neon_vector&lt; uint8_t, 8 &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100474</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000475</ul>
476</div><!-- contents -->
477</div><!-- doc-content -->
478<!-- start footer part -->
479<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
480 <ul>
Jenkinsc3f34a42018-03-02 12:38:09 +0000481 <li class="footer">Generated on Fri Mar 2 2018 12:38:02 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000482 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000483 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000484 </ul>
485</div>
486</body>
487</html>