blob: 4adaaeecd35a8610aa9a47b4a93b3692a9d7865b [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
Jenkins52ba29e2018-08-29 15:32:11 +000043 &#160;<span id="projectnumber">18.08</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
Jenkinsb3a371b2018-05-23 11:36:53 +0100164: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml#aa1bee75ce77e93989e011aae01955b03">Measurement::Value</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000165</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>
Jenkins52ba29e2018-08-29 15:32:11 +0000176, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_division.xhtml#af73287f101925f337ae1dba2301d00c7">CLArithmeticDivision</a>
177, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_division_kernel.xhtml#af73287f101925f337ae1dba2301d00c7">CLArithmeticDivisionKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000178, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticSubtraction</a>
179, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticSubtractionKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100180, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer.xhtml#af5f30ebbb928758897f5dcd17fc50181">CLBatchNormalizationLayer</a>
181, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml#af5f30ebbb928758897f5dcd17fc50181">CLBatchNormalizationLayerKernel</a>
182, <a class="el" href="classarm__compute_1_1_c_l_channel_shuffle_layer.xhtml#a04ec14b88d69d618047e673d04ff3132">CLChannelShuffleLayer</a>
183, <a class="el" href="classarm__compute_1_1_c_l_channel_shuffle_layer_kernel.xhtml#a04ec14b88d69d618047e673d04ff3132">CLChannelShuffleLayerKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000184, <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#a1d3116a7222d5d4bd6f6d96f9f168794">CLCol2ImKernel</a>
185, <a class="el" href="classarm__compute_1_1_c_l_concatenate_layer.xhtml#a7c45afb55f0ed8ff2db7a107139ac6ee">CLConcatenateLayer</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100186, <a class="el" href="classarm__compute_1_1_c_l_convert_fully_connected_weights.xhtml#a0ee2875b1f3cf5b6bc2361e85b7e53ef">CLConvertFullyConnectedWeights</a>
187, <a class="el" href="classarm__compute_1_1_c_l_convert_fully_connected_weights_kernel.xhtml#a0ee2875b1f3cf5b6bc2361e85b7e53ef">CLConvertFullyConnectedWeightsKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000188, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer.xhtml#a9d63d6d85c6e4ae4a397c84ba8f5815d">CLConvolutionLayer</a>
189, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml#ac1cb0d73331323a86b33d649fc8c3769">CLConvolutionLayerReshapeWeights</a>
190, <a class="el" href="classarm__compute_1_1_c_l_copy.xhtml#a5192c53832168a12f3997ea01101aa06">CLCopy</a>
191, <a class="el" href="classarm__compute_1_1_c_l_copy_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLCopyKernel</a>
192, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer.xhtml#a348837dc4ed91962dc25a67628a6d7c8">CLDeconvolutionLayer</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000193, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer_upsample.xhtml#a2e402bc2d29a147c59688cee9fd4530f">CLDeconvolutionLayerUpsample</a>
194, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel.xhtml#a2e402bc2d29a147c59688cee9fd4530f">CLDeconvolutionLayerUpsampleKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000195, <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate_layer.xhtml#ad1e3678c79b51503e597436347ea04d8">CLDepthConcatenateLayer</a>
196, <a class="el" href="classarm__compute_1_1_c_l_depth_concatenate_layer_kernel.xhtml#ae16dd5c32acf1c224739b7899ac88b1e">CLDepthConcatenateLayerKernel</a>
197, <a class="el" href="classarm__compute_1_1_c_l_depth_convert_layer.xhtml#a499bfb6d894caa73e662803d87b70fda">CLDepthConvertLayer</a>
198, <a class="el" href="classarm__compute_1_1_c_l_depth_convert_layer_kernel.xhtml#a499bfb6d894caa73e662803d87b70fda">CLDepthConvertLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100199, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.xhtml#ab653ae4bd0a3e2f581a7eae1b02aa1e7">CLDepthwiseConvolutionLayer3x3</a>
200, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel.xhtml#acdc3674f93994998cb60c000f9e15d65">CLDepthwiseConvolutionLayer3x3NCHWKernel</a>
201, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel.xhtml#a0d6bbfb92fecc1632efe94adfcf8f844">CLDepthwiseConvolutionLayer3x3NHWCKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000202, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer.xhtml#a7c71c0d23282a31f5a996492b570379e">CLDepthwiseConvolutionLayer</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100203, <a class="el" href="classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml#aa294e3e3b2763400d099673fa0cf69e1">CLDepthwiseIm2ColKernel</a>
204, <a class="el" href="classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml#a149d8efe2b8e6d9ad69a95f1e1f98fc5">CLDepthwiseVectorToTensorKernel</a>
205, <a class="el" href="classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml#a1f66d18bf822076ee97e8c2a59bf7e9c">CLDepthwiseWeightsReshapeKernel</a>
206, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer.xhtml#a914f6a26503934666c6a4f42abb38f2b">CLDequantizationLayer</a>
207, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml#a914f6a26503934666c6a4f42abb38f2b">CLDequantizationLayerKernel</a>
208, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer.xhtml#a747b1152c8aac51943bae4a3b4100025">CLDirectConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000209, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml#a38b4390531d1d720c325a33de97bc4d8">CLDirectConvolutionLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000210, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml#a856df8d0862ec71274b6a01eab8dc7d7">CLDirectConvolutionLayerOutputStageKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000211, <a class="el" href="classarm__compute_1_1_c_l_flatten_layer.xhtml#a5192c53832168a12f3997ea01101aa06">CLFlattenLayer</a>
212, <a class="el" href="classarm__compute_1_1_c_l_flatten_layer_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLFlattenLayerKernel</a>
213, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer.xhtml#a44f297a072e4908ebaf42e03e91b17f4">CLFullyConnectedLayer</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000214, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.xhtml#a5192c53832168a12f3997ea01101aa06">CLFullyConnectedLayerReshapeWeights</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100215, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m.xhtml#a05dba51f622eb4699a3e86bef178dac6">CLGEMM</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000216, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_convolution_layer.xhtml#a86bf8a8bfe3126c843fa442d4af79d18">CLGEMMConvolutionLayer</a>
217, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml#a451ce32ae247244d922aec6e515b8abc">CLGEMMInterleave4x4Kernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000218, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml#aa8dbae9d79c7a81d31db3bdd2a38ef34">CLGEMMLowpMatrixAReductionKernel</a>
219, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml#a6c649e151c6bd9201e7c39561ec06334">CLGEMMLowpMatrixBReductionKernel</a>
220, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core.xhtml#abcbef27f34f4b4d09106e19c12892aa4">CLGEMMLowpMatrixMultiplyCore</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000221, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#af78fa691d334b2c9928fc5287225a4cc">CLGEMMLowpMatrixMultiplyKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000222, <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 +0000223, <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>
224, <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>
225, <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>
226, <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 +0000227, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a85e00cdaece1a284a49d486c23d76d55">CLGEMMMatrixAccumulateBiasesKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100228, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml#a179de72e6ef60b0d03db162a55f32e6f">CLGEMMMatrixAdditionKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000229, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml#af6aca2f775b12495d9a7f4cce3ca2b04">CLGEMMMatrixMultiplyKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100230, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">CLGEMMMatrixVectorMultiplyKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000231, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml#a71d680aa1a6d594a42dc1308b15cd145">CLGEMMTranspose1xWKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000232, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#adb2ac949fbd86ab2acaaca67428ed64d">CLIm2ColKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100233, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_layer.xhtml#ae216e5c7ec5598b58b4f3f55eb60b064">CLL2NormalizeLayer</a>
234, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_layer_kernel.xhtml#a95b11d7f930f7e1fd9924cd300457098">CLL2NormalizeLayerKernel</a>
235, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_layer.xhtml#a335bf64c1920fdae58bac90b420e688f">CLLocallyConnectedLayer</a>
236, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">CLLocallyConnectedMatrixMultiplyKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000237, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLLogits1DMaxKernel</a>
238, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel.xhtml#aa1f93168c2675d291b43b63574c2c381">CLLogits1DMaxShiftExpSumKernel</a>
239, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml#ab8c6dd40216ef11530664a79f019dd5d">CLLogits1DNormKernel</a>
240, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml#aa1f93168c2675d291b43b63574c2c381">CLLogits1DShiftExpSumKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000241, <a class="el" href="classarm__compute_1_1_c_l_l_s_t_m_layer.xhtml#afc2d41b60f603ab7cce45d7964f01d42">CLLSTMLayer</a>
242, <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev.xhtml#a7cc4223771ae416d1aed5aff66c6f05d">CLMeanStdDev</a>
243, <a class="el" href="classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml#a318aa7a73761430a4afe8430bb0fea55">CLMeanStdDevKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100244, <a class="el" href="classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLMinMaxLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000245, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer.xhtml#a5315cd5601f86c69dc5ae98a56fad383">CLNormalizationLayer</a>
246, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml#a76bfb3e3922e6f578c05b2d7eb63ac8e">CLNormalizationLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000247, <a class="el" href="classarm__compute_1_1_c_l_permute.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CLPermute</a>
248, <a class="el" href="classarm__compute_1_1_c_l_permute_kernel.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CLPermuteKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000249, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml#ad2d7ece77e2d56742022a0e604416007">CLPixelWiseMultiplication</a>
250, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml#ad2d7ece77e2d56742022a0e604416007">CLPixelWiseMultiplicationKernel</a>
251, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">CLPoolingLayer</a>
252, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">CLPoolingLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100253, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer.xhtml#a5192c53832168a12f3997ea01101aa06">CLQuantizationLayer</a>
254, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml#a914f6a26503934666c6a4f42abb38f2b">CLQuantizationLayerKernel</a>
255, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation.xhtml#a398c86bd7d0096c55ae22bafb3cebf06">CLReductionOperation</a>
256, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml#a398c86bd7d0096c55ae22bafb3cebf06">CLReductionOperationKernel</a>
257, <a class="el" href="classarm__compute_1_1_c_l_r_n_n_layer.xhtml#a6d9288c25c5236a8808ff1da545e1c7a">CLRNNLayer</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000258, <a class="el" href="classarm__compute_1_1_c_l_scale_kernel.xhtml#a5292b9fed5c3613ceeedfeb50a4c9db7">CLScaleKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000259, <a class="el" href="classarm__compute_1_1_c_l_softmax_layer.xhtml#a5192c53832168a12f3997ea01101aa06">CLSoftmaxLayer</a>
260, <a class="el" href="classarm__compute_1_1_c_l_transpose.xhtml#a5192c53832168a12f3997ea01101aa06">CLTranspose</a>
261, <a class="el" href="classarm__compute_1_1_c_l_transpose_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLTransposeKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000262, <a class="el" href="classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml#a5b21dcdf84bcfb94b37fea430818b636">CLWeightsReshapeKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100263, <a class="el" href="classarm__compute_1_1_c_l_width_concatenate_layer.xhtml#ad1e3678c79b51503e597436347ea04d8">CLWidthConcatenateLayer</a>
264, <a class="el" href="classarm__compute_1_1_c_l_width_concatenate_layer_kernel.xhtml#a0d3cb286f2cc2eb4eabafbd11850a8b0">CLWidthConcatenateLayerKernel</a>
265, <a class="el" href="classarm__compute_1_1_c_l_winograd_convolution_layer.xhtml#a275b8699086b8739549040b03a4f30af">CLWinogradConvolutionLayer</a>
266, <a class="el" href="classarm__compute_1_1_c_l_winograd_filter_transform_kernel.xhtml#a502f9b46f6aac5562a420b945981e443">CLWinogradFilterTransformKernel</a>
267, <a class="el" href="classarm__compute_1_1_c_l_winograd_input_transform.xhtml#a502f9b46f6aac5562a420b945981e443">CLWinogradInputTransform</a>
268, <a class="el" href="classarm__compute_1_1_c_l_winograd_input_transform_kernel.xhtml#a502f9b46f6aac5562a420b945981e443">CLWinogradInputTransformKernel</a>
269, <a class="el" href="classarm__compute_1_1_c_l_winograd_output_transform_kernel.xhtml#a840dd4bb19a6922d2fc510106b8721e8">CLWinogradOutputTransformKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000270, <a class="el" href="classarm__compute_1_1_c_p_p_permute.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CPPPermute</a>
271, <a class="el" href="classarm__compute_1_1_c_p_p_permute_kernel.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CPPPermuteKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000272, <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition.xhtml#a04feec137aacf18c1e22af13d98ff780">GCArithmeticAddition</a>
273, <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">GCArithmeticAdditionKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100274, <a class="el" href="classarm__compute_1_1_g_c_batch_normalization_layer_kernel.xhtml#af5f30ebbb928758897f5dcd17fc50181">GCBatchNormalizationLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100275, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m.xhtml#a85be9027cb0f939f0380ed3758cbc67a">GCGEMM</a>
276, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.xhtml#af6aca2f775b12495d9a7f4cce3ca2b04">GCGEMMMatrixMultiplyKernel</a>
277, <a class="el" href="classarm__compute_1_1_g_c_im2_col_kernel.xhtml#a1ae4a74e7d78eb52428e179fed20de12">GCIm2ColKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000278, <a class="el" href="classarm__compute_1_1_g_c_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">GCPoolingLayer</a>
279, <a class="el" href="classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">GCPoolingLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100280, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_c_l_node_validator.xhtml#a3a1871cf9606c30f02a6b695d17d1c00">CLNodeValidator</a>
281, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_g_c_node_validator.xhtml#a3a1871cf9606c30f02a6b695d17d1c00">GCNodeValidator</a>
282, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_n_e_node_validator.xhtml#a3a1871cf9606c30f02a6b695d17d1c00">NENodeValidator</a>
283, <a class="el" href="classarm__compute_1_1graph_1_1_i_node.xhtml#a69f975713069ef48d53ee5eacbd8ae3d">INode</a>
284, <a class="el" href="classarm__compute_1_1graph_1_1_split_layer_node.xhtml#a600f574bc2868a148f9a746d16774dbd">SplitLayerNode</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000285, <a class="el" href="classarm__compute_1_1_n_e_activation_layer.xhtml#a57d9146156706cf90842d5ad0b40661a">NEActivationLayer</a>
286, <a class="el" href="classarm__compute_1_1_n_e_activation_layer_kernel.xhtml#a57d9146156706cf90842d5ad0b40661a">NEActivationLayerKernel</a>
287, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticAddition</a>
288, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticAdditionKernel</a>
289, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticSubtraction</a>
290, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticSubtractionKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100291, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer.xhtml#af5f30ebbb928758897f5dcd17fc50181">NEBatchNormalizationLayer</a>
292, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml#af5f30ebbb928758897f5dcd17fc50181">NEBatchNormalizationLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000293, <a class="el" href="classarm__compute_1_1_n_e_col2_im.xhtml#a1728a95a1550078d9cc7c38be71be4f8">NECol2Im</a>
294, <a class="el" href="classarm__compute_1_1_n_e_col2_im_kernel.xhtml#a1728a95a1550078d9cc7c38be71be4f8">NECol2ImKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000295, <a class="el" href="classarm__compute_1_1_n_e_concatenate_layer.xhtml#a7c45afb55f0ed8ff2db7a107139ac6ee">NEConcatenateLayer</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100296, <a class="el" href="classarm__compute_1_1_n_e_convert_fully_connected_weights.xhtml#a0ee2875b1f3cf5b6bc2361e85b7e53ef">NEConvertFullyConnectedWeights</a>
297, <a class="el" href="classarm__compute_1_1_n_e_convert_fully_connected_weights_kernel.xhtml#a0ee2875b1f3cf5b6bc2361e85b7e53ef">NEConvertFullyConnectedWeightsKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000298, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer.xhtml#a9d63d6d85c6e4ae4a397c84ba8f5815d">NEConvolutionLayer</a>
299, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml#a81d17a75f619c824d037e6304fb2e1c2">NEConvolutionLayerReshapeWeights</a>
300, <a class="el" href="classarm__compute_1_1_n_e_copy.xhtml#a5192c53832168a12f3997ea01101aa06">NECopy</a>
301, <a class="el" href="classarm__compute_1_1_n_e_copy_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NECopyKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100302, <a class="el" href="classarm__compute_1_1_n_e_deconvolution_layer.xhtml#ac8a80636a5f700d9de2fe415cb721407">NEDeconvolutionLayer</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000303, <a class="el" href="classarm__compute_1_1_n_e_depth_concatenate_layer.xhtml#ad1e3678c79b51503e597436347ea04d8">NEDepthConcatenateLayer</a>
304, <a class="el" href="classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.xhtml#ae16dd5c32acf1c224739b7899ac88b1e">NEDepthConcatenateLayerKernel</a>
305, <a class="el" href="classarm__compute_1_1_n_e_depthwise_convolution_layer3x3.xhtml#a7c71c0d23282a31f5a996492b570379e">NEDepthwiseConvolutionLayer3x3</a>
306, <a class="el" href="classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.xhtml#af985faeaeb582af61f6ff6135ca188c4">NEDepthwiseConvolutionLayer3x3Kernel</a>
307, <a class="el" href="classarm__compute_1_1_n_e_depthwise_convolution_layer.xhtml#a7c71c0d23282a31f5a996492b570379e">NEDepthwiseConvolutionLayer</a>
308, <a class="el" href="classarm__compute_1_1_n_e_depthwise_im2_col_kernel.xhtml#a32156e8343334342b61af10390e40df3">NEDepthwiseIm2ColKernel</a>
309, <a class="el" href="classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.xhtml#a149d8efe2b8e6d9ad69a95f1e1f98fc5">NEDepthwiseVectorToTensorKernel</a>
310, <a class="el" href="classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.xhtml#a151560b58729286dd6195fab47f46fff">NEDepthwiseWeightsReshapeKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100311, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer.xhtml#a914f6a26503934666c6a4f42abb38f2b">NEDequantizationLayer</a>
312, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml#a914f6a26503934666c6a4f42abb38f2b">NEDequantizationLayerKernel</a>
313, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer.xhtml#afdaf49da4869ec2338373964d4aea1d5">NEDirectConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000314, <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 +0000315, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.xhtml#a856df8d0862ec71274b6a01eab8dc7d7">NEDirectConvolutionLayerOutputStageKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000316, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer.xhtml#a44f297a072e4908ebaf42e03e91b17f4">NEFullyConnectedLayer</a>
317, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml#a5192c53832168a12f3997ea01101aa06">NEFullyConnectedLayerReshapeWeights</a>
318, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m.xhtml#a05dba51f622eb4699a3e86bef178dac6">NEGEMM</a>
319, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch.xhtml#a696ce36acc6aa1c368061c9ff28e97af">NEGEMMAssemblyDispatch</a>
320, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_convolution_layer.xhtml#a86bf8a8bfe3126c843fa442d4af79d18">NEGEMMConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000321, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NEGEMMInterleave4x4Kernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000322, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml#a3a22c37c4ce4e78879264dcd6e1204a3">NEGEMMLowpMatrixAReductionKernel</a>
323, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml#a465ece311ed2bd30efab3079a2734908">NEGEMMLowpMatrixBReductionKernel</a>
324, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.xhtml#abcbef27f34f4b4d09106e19c12892aa4">NEGEMMLowpMatrixMultiplyCore</a>
325, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">NEGEMMLowpMatrixMultiplyKernel</a>
326, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.xhtml#a7817643d5836b21d4bc01aa3d3d9370e">NEGEMMLowpOffsetContributionKernel</a>
327, <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>
328, <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>
329, <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>
330, <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 Barbier06ea0482018-02-22 15:45:35 +0000331, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a7f61477ac533a84d39e58d46341db8b8">NEGEMMMatrixAccumulateBiasesKernel</a>
332, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml#a2cdc989b809ea3b48dfcb3fff62ca996">NEGEMMMatrixMultiplyKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000333, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">NEGEMMMatrixVectorMultiplyKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000334, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.xhtml#a5192c53832168a12f3997ea01101aa06">NEGEMMTranspose1xW</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000335, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NEGEMMTranspose1xWKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000336, <a class="el" href="classarm__compute_1_1_n_e_im2_col.xhtml#aed5d9c4893b2d863969dabd131b537d0">NEIm2Col</a>
337, <a class="el" href="classarm__compute_1_1_n_e_im2_col_kernel.xhtml#aed5d9c4893b2d863969dabd131b537d0">NEIm2ColKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100338, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize_layer.xhtml#ae216e5c7ec5598b58b4f3f55eb60b064">NEL2NormalizeLayer</a>
339, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize_layer_kernel.xhtml#a95b11d7f930f7e1fd9924cd300457098">NEL2NormalizeLayerKernel</a>
340, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_layer.xhtml#a335bf64c1920fdae58bac90b420e688f">NELocallyConnectedLayer</a>
341, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">NELocallyConnectedMatrixMultiplyKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000342, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NELogits1DMaxKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000343, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_softmax_kernel.xhtml#a497da0ecee98db0302eca507f0e6b42d">NELogits1DSoftmaxKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100344, <a class="el" href="classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NEMinMaxLayerKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000345, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer.xhtml#a5315cd5601f86c69dc5ae98a56fad383">NENormalizationLayer</a>
346, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml#afc85391a5292822beda50cda3d8a81ca">NENormalizationLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000347, <a class="el" href="classarm__compute_1_1_n_e_permute.xhtml#aa3c4cd2bc022be50064a001ee92750cb">NEPermute</a>
348, <a class="el" href="classarm__compute_1_1_n_e_permute_kernel.xhtml#aa3c4cd2bc022be50064a001ee92750cb">NEPermuteKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000349, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml#ad2d7ece77e2d56742022a0e604416007">NEPixelWiseMultiplication</a>
350, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml#ad2d7ece77e2d56742022a0e604416007">NEPixelWiseMultiplicationKernel</a>
351, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">NEPoolingLayer</a>
352, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">NEPoolingLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100353, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer.xhtml#a5192c53832168a12f3997ea01101aa06">NEQuantizationLayer</a>
354, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml#a914f6a26503934666c6a4f42abb38f2b">NEQuantizationLayerKernel</a>
355, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation.xhtml#a398c86bd7d0096c55ae22bafb3cebf06">NEReductionOperation</a>
356, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml#a398c86bd7d0096c55ae22bafb3cebf06">NEReductionOperationKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000357, <a class="el" href="classarm__compute_1_1_n_e_r_n_n_layer.xhtml#a6d9288c25c5236a8808ff1da545e1c7a">NERNNLayer</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100358, <a class="el" href="classarm__compute_1_1_n_e_scale.xhtml#aa02b440b728c8f27d5bf2961e446b56c">NEScale</a>
359, <a class="el" href="classarm__compute_1_1_n_e_scale_kernel.xhtml#ac72c4d0265b3df63e4a572d1b0f39902">NEScaleKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000360, <a class="el" href="classarm__compute_1_1_n_e_softmax_layer.xhtml#aa89683157e966f5bbcdef85ffb34a8de">NESoftmaxLayer</a>
361, <a class="el" href="classarm__compute_1_1_n_e_transpose.xhtml#a5192c53832168a12f3997ea01101aa06">NETranspose</a>
362, <a class="el" href="classarm__compute_1_1_n_e_transpose_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NETransposeKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000363, <a class="el" href="classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml#a456f4c799edf3c4be7d0fc8dc87c7364">NEWeightsReshapeKernel</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000364, <a class="el" href="classarm__compute_1_1_n_e_width_concatenate_layer.xhtml#ad1e3678c79b51503e597436347ea04d8">NEWidthConcatenateLayer</a>
365, <a class="el" href="classarm__compute_1_1_n_e_width_concatenate_layer_kernel.xhtml#a0d3cb286f2cc2eb4eabafbd11850a8b0">NEWidthConcatenateLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100366, <a class="el" href="classarm__compute_1_1_n_e_winograd_convolution_layer.xhtml#a275b8699086b8739549040b03a4f30af">NEWinogradConvolutionLayer</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100367, <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel.xhtml#a502f9b46f6aac5562a420b945981e443">NEWinogradLayerTransformInputKernel&lt; T, OutputTileRows, OutputTileCols, KernelRows, KernelCols &gt;</a>
368, <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel.xhtml#a840dd4bb19a6922d2fc510106b8721e8">NEWinogradLayerTransformOutputKernel&lt; T, OutputTileRows, OutputTileCols, KernelRows, KernelCols &gt;</a>
369, <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel.xhtml#a502f9b46f6aac5562a420b945981e443">NEWinogradLayerTransformWeightsKernel&lt; T, OutputTileRows, OutputTileCols, KernelRows, KernelCols &gt;</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000370, <a class="el" href="classarm__compute_1_1test_1_1_c_l_synthetize_function.xhtml#a95afd502415c6a2ac3007c9003317f29">CLSynthetizeFunction&lt; K &gt;</a>
371, <a class="el" href="classarm__compute_1_1utils_1_1_command_line_parser.xhtml#afd5aa83cd390b855c74887fca8407e84">CommandLineParser</a>
Kaizen8938bd32017-09-28 14:38:23 +0100372, <a class="el" href="classarm__compute_1_1_window.xhtml#a048aaadf42ac725952523dd9546e96b5">Window</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000373</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100374<li>validate_node()
375: <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_c_l_device_backend.xhtml#a9ebaebda305e46e7749173f367f2562b">CLDeviceBackend</a>
376, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_g_c_device_backend.xhtml#a9ebaebda305e46e7749173f367f2562b">GCDeviceBackend</a>
377, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_i_device_backend.xhtml#a2ad722cd593bc5300108c8837ce5c980">IDeviceBackend</a>
378, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_n_e_device_backend.xhtml#a9ebaebda305e46e7749173f367f2562b">NEDeviceBackend</a>
379</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000380<li>validation_file
381: <a class="el" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a30fbf7b83e14786a1cdab47e5e389cba">CommonGraphOptions</a>
382, <a class="el" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a8795de58b39cf31914df35a032c1a486">CommonGraphParams</a>
383</li>
384<li>validation_path
385: <a class="el" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a9846145d91730995d71b3cc3a92d2a84">CommonGraphOptions</a>
386, <a class="el" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a91652a4f41fde8020674577dd0e5933d">CommonGraphParams</a>
387</li>
388<li>validation_range
389: <a class="el" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a553cdf5b02f190b9ed0f9b4ec711019c">CommonGraphOptions</a>
390</li>
391<li>validation_range_end
392: <a class="el" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a1543de48b9546e5e234de4c1196f0d0f">CommonGraphParams</a>
393</li>
394<li>validation_range_start
395: <a class="el" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a5c135a9c2ced82186156930974ded8a0">CommonGraphParams</a>
396</li>
397<li>ValidationInputAccessor()
398: <a class="el" href="classarm__compute_1_1graph__utils_1_1_validation_input_accessor.xhtml#a458082188f9eec9fdf459f508d64d9be">ValidationInputAccessor</a>
399</li>
400<li>ValidationOutputAccessor()
401: <a class="el" href="classarm__compute_1_1graph__utils_1_1_validation_output_accessor.xhtml#ac3ae33bed176ca84786a8c910c3072c9">ValidationOutputAccessor</a>
402</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000403<li>ValidRegion()
Jenkinsb3a371b2018-05-23 11:36:53 +0100404: <a class="el" href="structarm__compute_1_1_valid_region.xhtml#a1de12d43d932fc3b1e05ff15e85212bf">ValidRegion</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000405</li>
406<li>valpha
407: <a class="el" href="structarm__compute_1_1detail_1_1brelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">brelu&lt; T, S &gt;</a>
408, <a class="el" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#abd5aa7b37cf4c0a02b4bf2d4692d3750">lubrelu&lt; T, S &gt;</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000409</li>
410<li>value
Anthony Barbierdbdab852017-06-23 15:42:00 +0100411: <a class="el" href="structarm__compute_1_1enable__bitwise__ops.xhtml#a5b4ee4ae6cba6bb75200ba7af1910873">enable_bitwise_ops&lt; T &gt;</a>
412, <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 +0000413, <a class="el" href="classarm__compute_1_1_pixel_value.xhtml#a3e79b9ee2384b30bb1a1bb85155bb803">PixelValue</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000414, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml#a5a69ff08e2ead1fb8b4dbb15cbdf6a09">Measurement</a>
415</li>
416<li>Value()
417: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml#ab037372802cee601adeb0ee97dc0c0f3">Measurement::Value</a>
418</li>
419<li>value()
Jenkins52ba29e2018-08-29 15:32:11 +0000420: <a class="el" href="classarm__compute_1_1utils_1_1_enum_list_option.xhtml#a42a5343297d5abb7ad24c6f1a97af203">EnumListOption&lt; T &gt;</a>
421, <a class="el" href="classarm__compute_1_1utils_1_1_enum_option.xhtml#a56e1c8bae880a4eedf8d23194eca95ca">EnumOption&lt; T &gt;</a>
422, <a class="el" href="classarm__compute_1_1utils_1_1_list_option.xhtml#a42a5343297d5abb7ad24c6f1a97af203">ListOption&lt; T &gt;</a>
423, <a class="el" href="classarm__compute_1_1utils_1_1_simple_option.xhtml#a20f4a96fd8932e0b4d89c65f95991bc9">SimpleOption&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100424</li>
425<li>value_type
426: <a class="el" href="classarm__compute_1_1test_1_1_i_array_accessor.xhtml#afb9ded5f49336ae503bb9f2035ea902b">IArrayAccessor&lt; T &gt;</a>
427, <a class="el" href="classarm__compute_1_1test_1_1_i_lut_accessor.xhtml#afb9ded5f49336ae503bb9f2035ea902b">ILutAccessor&lt; T &gt;</a>
428, <a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml#afb9ded5f49336ae503bb9f2035ea902b">SimpleTensor&lt; T &gt;</a>
429, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_absolute_tolerance.xhtml#afb9ded5f49336ae503bb9f2035ea902b">AbsoluteTolerance&lt; T &gt;</a>
430, <a class="el" href="classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml#afb9ded5f49336ae503bb9f2035ea902b">RelativeTolerance&lt; T &gt;</a>
431</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000432<li>vbeta
433: <a class="el" href="structarm__compute_1_1detail_1_1lubrelu.xhtml#a7bf6867cd97f3be4a120c87d1ede868b">lubrelu&lt; T, S &gt;</a>
434</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100435<li>visit()
436: <a class="el" href="classarm__compute_1_1graph_1_1_dot_graph_visitor.xhtml#a9f9ccf9586c79250a79c85fb562cc2f5">DotGraphVisitor</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000437, <a class="el" href="classarm__compute_1_1graph_1_1_i_node_visitor.xhtml#a1621b973252298e5cefe802320955c40">INodeVisitor</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000438</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000439<li>vzero
440: <a class="el" href="structarm__compute_1_1detail_1_1brelu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">brelu&lt; T, S &gt;</a>
441, <a class="el" href="structarm__compute_1_1detail_1_1relu.xhtml#a457deb9a1852991a4fec651d7a4e5e09">relu&lt; T, S &gt;</a>
442</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000443</ul>
444</div><!-- contents -->
445</div><!-- doc-content -->
446<!-- start footer part -->
447<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
448 <ul>
Jenkins52ba29e2018-08-29 15:32:11 +0000449 <li class="footer">Generated on Wed Aug 29 2018 15:31:58 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000450 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000451 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000452 </ul>
453</div>
454</body>
455</html>