blob: e4ea5db92051ebfeea186bcd31ece743ccb57fd4 [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 Barbierf45d5a92018-01-24 16:23:15 +000043 &#160;<span id="projectnumber">18.01</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><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 class="current"><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_v.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_v"></a>- v -</h3><ul>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000163<li>v
164: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml#a63d8879fa76962b7d0e6cb0364be2e34">Measurement::Value</a>
165</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000166<li>valid_region()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100167: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a74dfd07380a290c34fe7c8e065029b95">ITensorInfo</a>
168, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a3c20d908342087484d883574d55dd482">SubTensorInfo</a>
169, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a3c20d908342087484d883574d55dd482">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000170</li>
171<li>validate()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000172: <a class="el" href="classarm__compute_1_1_c_l_activation_layer.xhtml#a57d9146156706cf90842d5ad0b40661a">CLActivationLayer</a>
173, <a class="el" href="classarm__compute_1_1_c_l_activation_layer_kernel.xhtml#a57d9146156706cf90842d5ad0b40661a">CLActivationLayerKernel</a>
174, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticAddition</a>
175, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticAdditionKernel</a>
176, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticSubtraction</a>
177, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticSubtractionKernel</a>
178, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer.xhtml#af54fe3ff46fa218889b30e6900d0a281">CLBatchNormalizationLayer</a>
179, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml#af54fe3ff46fa218889b30e6900d0a281">CLBatchNormalizationLayerKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000180, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer.xhtml#af328b73b7817d4a8a89a3ba7c307d4b3">CLDeconvolutionLayer</a>
181, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer_upsample.xhtml#a2e402bc2d29a147c59688cee9fd4530f">CLDeconvolutionLayerUpsample</a>
182, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel.xhtml#a2e402bc2d29a147c59688cee9fd4530f">CLDeconvolutionLayerUpsampleKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000183, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer.xhtml#a335bf64c1920fdae58bac90b420e688f">CLDirectConvolutionLayer</a>
184, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a38b4390531d1d720c325a33de97bc4d8">CLDirectConvolutionLayerKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000185, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer.xhtml#a50f68d7cf14ba6cf7b82d5ea6bcf9933">CLFullyConnectedLayer</a>
186, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.xhtml#a5192c53832168a12f3997ea01101aa06">CLFullyConnectedLayerReshapeWeights</a>
187, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLGEMMInterleave4x4Kernel</a>
188, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml#aa8dbae9d79c7a81d31db3bdd2a38ef34">CLGEMMLowpMatrixAReductionKernel</a>
189, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml#a6c649e151c6bd9201e7c39561ec06334">CLGEMMLowpMatrixBReductionKernel</a>
190, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core.xhtml#abcbef27f34f4b4d09106e19c12892aa4">CLGEMMLowpMatrixMultiplyCore</a>
191, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a5e09b4fb2ca25a59cbec982a738ffafb">CLGEMMLowpMatrixMultiplyKernel</a>
192, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel.xhtml#a7817643d5836b21d4bc01aa3d3d9370e">CLGEMMLowpOffsetContributionKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000193, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml#ae91454a1d9774df968cdd3694b366ddf">CLGEMMLowpQuantizeDownInt32ToUint8Scale</a>
194, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml#ae91454a1d9774df968cdd3694b366ddf">CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint</a>
195, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml#ae91454a1d9774df968cdd3694b366ddf">CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel</a>
196, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml#ae91454a1d9774df968cdd3694b366ddf">CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000197, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a85e00cdaece1a284a49d486c23d76d55">CLGEMMMatrixAccumulateBiasesKernel</a>
198, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#a26a28544ea593df05646efda7590686c">CLGEMMMatrixMultiplyKernel</a>
199, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLGEMMTranspose1xWKernel</a>
200, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a1eaf36a65da0e1f3ef5a89516f91193a">CLIm2ColKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000201, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLLogits1DMaxKernel</a>
202, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel.xhtml#aa1f93168c2675d291b43b63574c2c381">CLLogits1DMaxShiftExpSumKernel</a>
203, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml#ab8c6dd40216ef11530664a79f019dd5d">CLLogits1DNormKernel</a>
204, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml#aa1f93168c2675d291b43b63574c2c381">CLLogits1DShiftExpSumKernel</a>
205, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer.xhtml#a5315cd5601f86c69dc5ae98a56fad383">CLNormalizationLayer</a>
206, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml#a76bfb3e3922e6f578c05b2d7eb63ac8e">CLNormalizationLayerKernel</a>
207, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml#ad2d7ece77e2d56742022a0e604416007">CLPixelWiseMultiplication</a>
208, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml#ad2d7ece77e2d56742022a0e604416007">CLPixelWiseMultiplicationKernel</a>
209, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">CLPoolingLayer</a>
210, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">CLPoolingLayerKernel</a>
211, <a class="el" href="classarm__compute_1_1_c_l_softmax_layer.xhtml#a5192c53832168a12f3997ea01101aa06">CLSoftmaxLayer</a>
212, <a class="el" href="classarm__compute_1_1_c_l_transpose.xhtml#a5192c53832168a12f3997ea01101aa06">CLTranspose</a>
213, <a class="el" href="classarm__compute_1_1_c_l_transpose_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLTransposeKernel</a>
214, <a class="el" href="classarm__compute_1_1_c_p_p_permute.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CPPPermute</a>
215, <a class="el" href="classarm__compute_1_1_c_p_p_permute_kernel.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CPPPermuteKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000216, <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition.xhtml#a04feec137aacf18c1e22af13d98ff780">GCArithmeticAddition</a>
217, <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">GCArithmeticAdditionKernel</a>
218, <a class="el" href="classarm__compute_1_1_g_c_im2_col_kernel.xhtml#a1eaf36a65da0e1f3ef5a89516f91193a">GCIm2ColKernel</a>
219, <a class="el" href="classarm__compute_1_1_g_c_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">GCPoolingLayer</a>
220, <a class="el" href="classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">GCPoolingLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000221, <a class="el" href="classarm__compute_1_1_n_e_activation_layer.xhtml#a57d9146156706cf90842d5ad0b40661a">NEActivationLayer</a>
222, <a class="el" href="classarm__compute_1_1_n_e_activation_layer_kernel.xhtml#a57d9146156706cf90842d5ad0b40661a">NEActivationLayerKernel</a>
223, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticAddition</a>
224, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticAdditionKernel</a>
225, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticSubtraction</a>
226, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticSubtractionKernel</a>
227, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer.xhtml#af54fe3ff46fa218889b30e6900d0a281">NEBatchNormalizationLayer</a>
228, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml#af54fe3ff46fa218889b30e6900d0a281">NEBatchNormalizationLayerKernel</a>
229, <a class="el" href="classarm__compute_1_1_n_e_col2_im.xhtml#a1728a95a1550078d9cc7c38be71be4f8">NECol2Im</a>
230, <a class="el" href="classarm__compute_1_1_n_e_col2_im_kernel.xhtml#a1728a95a1550078d9cc7c38be71be4f8">NECol2ImKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000231, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer.xhtml#a15fcfc569aa6ada0fdf31921060d722f">NEConvolutionLayer</a>
232, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml#aa73f27bae7aaea24f0950554a75eabb5">NEConvolutionLayerReshapeWeights</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000233, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer.xhtml#a71624f7647ee91bd3250c9afef5beb8d">NEDirectConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000234, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml#ad668897afed0d71c6d1bb693059a37b8">NEDirectConvolutionLayerKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000235, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.xhtml#a856df8d0862ec71274b6a01eab8dc7d7">NEDirectConvolutionLayerOutputStageKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000236, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NEGEMMInterleave4x4Kernel</a>
237, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_interleave_blocked_kernel.xhtml#a00886c9b2f308b63a5960b2e4dde9600">NEGEMMInterleaveBlockedKernel</a>
238, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">NEGEMMLowpAArch64V8P4Kernel</a>
239, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml#a3a22c37c4ce4e78879264dcd6e1204a3">NEGEMMLowpMatrixAReductionKernel</a>
240, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml#a465ece311ed2bd30efab3079a2734908">NEGEMMLowpMatrixBReductionKernel</a>
241, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.xhtml#abcbef27f34f4b4d09106e19c12892aa4">NEGEMMLowpMatrixMultiplyCore</a>
242, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">NEGEMMLowpMatrixMultiplyKernel</a>
243, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.xhtml#a7817643d5836b21d4bc01aa3d3d9370e">NEGEMMLowpOffsetContributionKernel</a>
244, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml#ae91454a1d9774df968cdd3694b366ddf">NEGEMMLowpQuantizeDownInt32ToUint8Scale</a>
245, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml#ae91454a1d9774df968cdd3694b366ddf">NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint</a>
246, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml#ae91454a1d9774df968cdd3694b366ddf">NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel</a>
247, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml#ae91454a1d9774df968cdd3694b366ddf">NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000248, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">NEGEMMMatrixMultiplyKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000249, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NEGEMMTranspose1xWKernel</a>
250, <a class="el" href="classarm__compute_1_1_n_e_im2_col.xhtml#a1eaf36a65da0e1f3ef5a89516f91193a">NEIm2Col</a>
251, <a class="el" href="classarm__compute_1_1_n_e_im2_col_kernel.xhtml#a1eaf36a65da0e1f3ef5a89516f91193a">NEIm2ColKernel</a>
252, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NELogits1DMaxKernel</a>
253, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_norm_kernel.xhtml#ab8c6dd40216ef11530664a79f019dd5d">NELogits1DNormKernel</a>
254, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml#a53c3a0957e666af602c13213b8792757">NELogits1DShiftExpSumKernel</a>
255, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer.xhtml#a5315cd5601f86c69dc5ae98a56fad383">NENormalizationLayer</a>
256, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml#afc85391a5292822beda50cda3d8a81ca">NENormalizationLayerKernel</a>
257, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml#ad2d7ece77e2d56742022a0e604416007">NEPixelWiseMultiplication</a>
258, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml#ad2d7ece77e2d56742022a0e604416007">NEPixelWiseMultiplicationKernel</a>
259, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">NEPoolingLayer</a>
260, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">NEPoolingLayerKernel</a>
261, <a class="el" href="classarm__compute_1_1_n_e_softmax_layer.xhtml#aa89683157e966f5bbcdef85ffb34a8de">NESoftmaxLayer</a>
262, <a class="el" href="classarm__compute_1_1_n_e_transpose.xhtml#a5192c53832168a12f3997ea01101aa06">NETranspose</a>
263, <a class="el" href="classarm__compute_1_1_n_e_transpose_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NETransposeKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000264, <a class="el" href="classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml#a456f4c799edf3c4be7d0fc8dc87c7364">NEWeightsReshapeKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000265, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_command_line_parser.xhtml#afd5aa83cd390b855c74887fca8407e84">CommandLineParser</a>
Kaizen8938bd32017-09-28 14:38:23 +0100266, <a class="el" href="classarm__compute_1_1_window.xhtml#a048aaadf42ac725952523dd9546e96b5">Window</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000267</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000268<li>ValidRegion()
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000269: <a class="el" href="structarm__compute_1_1_valid_region.xhtml#af431f8fe2fbb6f0032006ddf53e6b03b">ValidRegion</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000270</li>
271<li>value
Anthony Barbierdbdab852017-06-23 15:42:00 +0100272: <a class="el" href="structarm__compute_1_1enable__bitwise__ops.xhtml#a5b4ee4ae6cba6bb75200ba7af1910873">enable_bitwise_ops&lt; T &gt;</a>
273, <a class="el" href="structarm__compute_1_1enable__bitwise__ops_3_01arm__compute_1_1_g_p_u_target_01_4.xhtml#a5b4ee4ae6cba6bb75200ba7af1910873">enable_bitwise_ops&lt; arm_compute::GPUTarget &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000274, <a class="el" href="classarm__compute_1_1graph_1_1_node_parameter.xhtml#a35cbddae445b41e7fca89827efecf90c">NodeParameter&lt; T &gt;</a>
275, <a class="el" href="classarm__compute_1_1_pixel_value.xhtml#a3e79b9ee2384b30bb1a1bb85155bb803">PixelValue</a>
Kaizen8938bd32017-09-28 14:38:23 +0100276, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_enum_list_option.xhtml#a42a5343297d5abb7ad24c6f1a97af203">EnumListOption&lt; T &gt;</a>
277, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml#a56e1c8bae880a4eedf8d23194eca95ca">EnumOption&lt; T &gt;</a>
278, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_list_option.xhtml#a42a5343297d5abb7ad24c6f1a97af203">ListOption&lt; T &gt;</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000279, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml#a5a69ff08e2ead1fb8b4dbb15cbdf6a09">Measurement</a>
280</li>
281<li>Value()
282: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml#ab037372802cee601adeb0ee97dc0c0f3">Measurement::Value</a>
283</li>
284<li>value()
285: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml#a20f4a96fd8932e0b4d89c65f95991bc9">SimpleOption&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100286</li>
287<li>value_type
288: <a class="el" href="classarm__compute_1_1test_1_1_i_array_accessor.xhtml#afb9ded5f49336ae503bb9f2035ea902b">IArrayAccessor&lt; T &gt;</a>
289, <a class="el" href="classarm__compute_1_1test_1_1_i_lut_accessor.xhtml#afb9ded5f49336ae503bb9f2035ea902b">ILutAccessor&lt; T &gt;</a>
290, <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#afb9ded5f49336ae503bb9f2035ea902b">SimpleTensor&lt; T &gt;</a>
291, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_absolute_tolerance.xhtml#afb9ded5f49336ae503bb9f2035ea902b">AbsoluteTolerance&lt; T &gt;</a>
292, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml#afb9ded5f49336ae503bb9f2035ea902b">RelativeTolerance&lt; T &gt;</a>
293</li>
294<li>version_status
295: <a class="el" href="structmali__userspace_1_1mali__base__gpu__core__props.xhtml#aa0f66be4635ad1d4fa3af18743e31e80">mali_base_gpu_core_props</a>
296</li>
297<li>VGG16ActivationLayerDataset()
298: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset.xhtml#aaeb421f4639a39ab556776e60263b6a6">VGG16ActivationLayerDataset</a>
299</li>
300<li>VGG16ConvolutionLayerDataset()
301: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset.xhtml#aa472ab388a573f7233dad1a8c4c3b4f0">VGG16ConvolutionLayerDataset</a>
302</li>
303<li>VGG16DirectConvolutionLayerDataset()
304: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset.xhtml#a0f8cdd2cf87f5234f752360d554d0d67">VGG16DirectConvolutionLayerDataset</a>
305</li>
306<li>VGG16FullyConnectedLayerDataset()
307: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset.xhtml#a20898aa23112f39a97b34d4919e2d999">VGG16FullyConnectedLayerDataset</a>
308</li>
309<li>VGG16PoolingLayerDataset()
310: <a class="el" href="classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset.xhtml#a4b690aeb6f948c83a2590a58ee8cfc65">VGG16PoolingLayerDataset</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000311</li>
312</ul>
313</div><!-- contents -->
314</div><!-- doc-content -->
315<!-- start footer part -->
316<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
317 <ul>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000318 <li class="footer">Generated on Wed Jan 24 2018 14:30:48 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000319 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000320 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000321 </ul>
322</div>
323</body>
324</html>