blob: ac6b77a0567e09e23d42a4b64b20f5aa3abfad58 [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001<!-- HTML header for doxygen 1.8.9.1-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +00007<meta name="generator" content="Doxygen 1.8.11"/>
Anthony Barbier871448e2017-03-24 14:54:29 +00008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
Anthony Barbierdbdab852017-06-23 15:42:00 +01009<title>Compute Library: Data Fields - Functions</title>
Anthony Barbier871448e2017-03-24 14:54:29 +000010<link href="tabs.css" rel="stylesheet" type="text/css"/>
11<script type="text/javascript" src="jquery.js"></script>
12<script type="text/javascript" src="dynsections.js"></script>
13<link href="navtree.css" rel="stylesheet" type="text/css"/>
14<script type="text/javascript" src="resize.js"></script>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000015<script type="text/javascript" src="navtreedata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000016<script type="text/javascript" src="navtree.js"></script>
17<script type="text/javascript">
18 $(document).ready(initResizable);
19 $(window).load(resizeHeight);
20</script>
21<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000022<script type="text/javascript" src="search/searchdata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000023<script type="text/javascript" src="search/search.js"></script>
24<script type="text/javascript">
Anthony Barbier8140e1e2017-12-14 23:48:46 +000025 $(document).ready(function() { init_search(); });
Anthony Barbier871448e2017-03-24 14:54:29 +000026</script>
27<script type="text/x-mathjax-config">
28 MathJax.Hub.Config({
29 extensions: ["tex2jax.js"],
30 jax: ["input/TeX","output/HTML-CSS"],
31});
Anthony Barbier8140e1e2017-12-14 23:48:46 +000032</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000033<link href="doxygen.css" rel="stylesheet" type="text/css" />
34</head>
35<body>
36<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
37<div id="titlearea">
38<table cellspacing="0" cellpadding="0">
39 <tbody>
40 <tr style="height: 56px;">
41 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010042 <div id="projectname">Compute Library
Jenkinsb3a371b2018-05-23 11:36:53 +010043 &#160;<span id="projectnumber">18.05</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000044 </div>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!-- end header part -->
Anthony Barbier8140e1e2017-12-14 23:48:46 +000051<!-- Generated by Doxygen 1.8.11 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000052<script type="text/javascript">
53var searchBox = new SearchBox("searchBox", "search",false,'Search');
54</script>
55 <div id="navrow1" class="tabs">
56 <ul class="tablist">
57 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010058 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000059 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
60 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
61 <li><a href="files.xhtml"><span>Files</span></a></li>
62 <li>
63 <div id="MSearchBox" class="MSearchBoxInactive">
64 <span class="left">
65 <img id="MSearchSelect" src="search/mag_sel.png"
66 onmouseover="return searchBox.OnSearchSelectShow()"
67 onmouseout="return searchBox.OnSearchSelectHide()"
68 alt=""/>
69 <input type="text" id="MSearchField" value="Search" accesskey="S"
70 onfocus="searchBox.OnSearchFieldFocus(true)"
71 onblur="searchBox.OnSearchFieldFocus(false)"
72 onkeyup="searchBox.OnSearchFieldChange(event)"/>
73 </span><span class="right">
74 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
75 </span>
76 </div>
77 </li>
78 </ul>
79 </div>
80 <div id="navrow2" class="tabs2">
81 <ul class="tablist">
82 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
83 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
84 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
85 <li class="current"><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
86 </ul>
87 </div>
88 <div id="navrow3" class="tabs2">
89 <ul class="tablist">
90 <li><a href="functions.xhtml"><span>All</span></a></li>
91 <li class="current"><a href="functions_func.xhtml"><span>Functions</span></a></li>
92 <li><a href="functions_vars.xhtml"><span>Variables</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010093 <li><a href="functions_type.xhtml"><span>Typedefs</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000094 <li><a href="functions_enum.xhtml"><span>Enumerations</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010095 <li><a href="functions_rela.xhtml"><span>Related&#160;Functions</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000096 </ul>
97 </div>
98 <div id="navrow4" class="tabs3">
99 <ul class="tablist">
100 <li><a href="functions_func.xhtml#index_a"><span>a</span></a></li>
101 <li><a href="functions_func_b.xhtml#index_b"><span>b</span></a></li>
102 <li><a href="functions_func_c.xhtml#index_c"><span>c</span></a></li>
103 <li><a href="functions_func_d.xhtml#index_d"><span>d</span></a></li>
104 <li><a href="functions_func_e.xhtml#index_e"><span>e</span></a></li>
105 <li><a href="functions_func_f.xhtml#index_f"><span>f</span></a></li>
106 <li><a href="functions_func_g.xhtml#index_g"><span>g</span></a></li>
107 <li><a href="functions_func_h.xhtml#index_h"><span>h</span></a></li>
108 <li><a href="functions_func_i.xhtml#index_i"><span>i</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100109 <li><a href="functions_func_j.xhtml#index_j"><span>j</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000110 <li><a href="functions_func_k.xhtml#index_k"><span>k</span></a></li>
111 <li><a href="functions_func_l.xhtml#index_l"><span>l</span></a></li>
112 <li><a href="functions_func_m.xhtml#index_m"><span>m</span></a></li>
113 <li><a href="functions_func_n.xhtml#index_n"><span>n</span></a></li>
114 <li><a href="functions_func_o.xhtml#index_o"><span>o</span></a></li>
115 <li><a href="functions_func_p.xhtml#index_p"><span>p</span></a></li>
116 <li><a href="functions_func_q.xhtml#index_q"><span>q</span></a></li>
117 <li><a href="functions_func_r.xhtml#index_r"><span>r</span></a></li>
118 <li><a href="functions_func_s.xhtml#index_s"><span>s</span></a></li>
119 <li><a href="functions_func_t.xhtml#index_t"><span>t</span></a></li>
120 <li><a href="functions_func_u.xhtml#index_u"><span>u</span></a></li>
121 <li class="current"><a href="functions_func_v.xhtml#index_v"><span>v</span></a></li>
122 <li><a href="functions_func_w.xhtml#index_w"><span>w</span></a></li>
123 <li><a href="functions_func_x.xhtml#index_x"><span>x</span></a></li>
124 <li><a href="functions_func_y.xhtml#index_y"><span>y</span></a></li>
125 <li><a href="functions_func_z.xhtml#index_z"><span>z</span></a></li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000126 <li><a href="functions_func_0x7e.xhtml#index_0x7e"><span>~</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000127 </ul>
128 </div>
129</div><!-- top -->
130<div id="side-nav" class="ui-resizable side-nav-resizable">
131 <div id="nav-tree">
132 <div id="nav-tree-contents">
133 <div id="nav-sync" class="sync"></div>
134 </div>
135 </div>
136 <div id="splitbar" style="-moz-user-select:none;"
137 class="ui-resizable-handle">
138 </div>
139</div>
140<script type="text/javascript">
141$(document).ready(function(){initNavTree('functions_func_v.xhtml','');});
142</script>
143<div id="doc-content">
144<!-- window showing the filter options -->
145<div id="MSearchSelectWindow"
146 onmouseover="return searchBox.OnSearchSelectShow()"
147 onmouseout="return searchBox.OnSearchSelectHide()"
148 onkeydown="return searchBox.OnSearchSelectKey(event)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000149</div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000150
151<!-- iframe showing the search results (closed by default) -->
152<div id="MSearchResultsWindow">
153<iframe src="javascript:void(0)" frameborder="0"
154 name="MSearchResults" id="MSearchResults">
155</iframe>
156</div>
157
158<div class="contents">
159&#160;
160
161<h3><a class="anchor" id="index_v"></a>- v -</h3><ul>
162<li>valid_region()
Anthony Barbierdbdab852017-06-23 15:42:00 +0100163: <a class="el" href="classarm__compute_1_1_i_tensor_info.xhtml#a74dfd07380a290c34fe7c8e065029b95">ITensorInfo</a>
164, <a class="el" href="classarm__compute_1_1_sub_tensor_info.xhtml#a3c20d908342087484d883574d55dd482">SubTensorInfo</a>
165, <a class="el" href="classarm__compute_1_1_tensor_info.xhtml#a3c20d908342087484d883574d55dd482">TensorInfo</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000166</li>
167<li>validate()
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000168: <a class="el" href="classarm__compute_1_1_c_l_activation_layer.xhtml#a57d9146156706cf90842d5ad0b40661a">CLActivationLayer</a>
169, <a class="el" href="classarm__compute_1_1_c_l_activation_layer_kernel.xhtml#a57d9146156706cf90842d5ad0b40661a">CLActivationLayerKernel</a>
170, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticAddition</a>
171, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticAdditionKernel</a>
172, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticSubtraction</a>
173, <a class="el" href="classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">CLArithmeticSubtractionKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100174, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer.xhtml#af5f30ebbb928758897f5dcd17fc50181">CLBatchNormalizationLayer</a>
175, <a class="el" href="classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml#af5f30ebbb928758897f5dcd17fc50181">CLBatchNormalizationLayerKernel</a>
176, <a class="el" href="classarm__compute_1_1_c_l_channel_shuffle_layer.xhtml#a04ec14b88d69d618047e673d04ff3132">CLChannelShuffleLayer</a>
177, <a class="el" href="classarm__compute_1_1_c_l_channel_shuffle_layer_kernel.xhtml#a04ec14b88d69d618047e673d04ff3132">CLChannelShuffleLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000178, <a class="el" href="classarm__compute_1_1_c_l_col2_im_kernel.xhtml#a85480477e567a38e6ae4c45c3b4e9277">CLCol2ImKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100179, <a class="el" href="classarm__compute_1_1_c_l_convert_fully_connected_weights.xhtml#a0ee2875b1f3cf5b6bc2361e85b7e53ef">CLConvertFullyConnectedWeights</a>
180, <a class="el" href="classarm__compute_1_1_c_l_convert_fully_connected_weights_kernel.xhtml#a0ee2875b1f3cf5b6bc2361e85b7e53ef">CLConvertFullyConnectedWeightsKernel</a>
181, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer.xhtml#aee3e8e43ba2b39ccbe9fc68bad248541">CLConvolutionLayer</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000182, <a class="el" href="classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml#a81d17a75f619c824d037e6304fb2e1c2">CLConvolutionLayerReshapeWeights</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000183, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer.xhtml#af328b73b7817d4a8a89a3ba7c307d4b3">CLDeconvolutionLayer</a>
184, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer_upsample.xhtml#a2e402bc2d29a147c59688cee9fd4530f">CLDeconvolutionLayerUpsample</a>
185, <a class="el" href="classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel.xhtml#a2e402bc2d29a147c59688cee9fd4530f">CLDeconvolutionLayerUpsampleKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100186, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.xhtml#ab653ae4bd0a3e2f581a7eae1b02aa1e7">CLDepthwiseConvolutionLayer3x3</a>
187, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel.xhtml#acdc3674f93994998cb60c000f9e15d65">CLDepthwiseConvolutionLayer3x3NCHWKernel</a>
188, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel.xhtml#a0d6bbfb92fecc1632efe94adfcf8f844">CLDepthwiseConvolutionLayer3x3NHWCKernel</a>
189, <a class="el" href="classarm__compute_1_1_c_l_depthwise_convolution_layer.xhtml#a7052bac13df9610a5e06973d7c1669e5">CLDepthwiseConvolutionLayer</a>
190, <a class="el" href="classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml#aa294e3e3b2763400d099673fa0cf69e1">CLDepthwiseIm2ColKernel</a>
191, <a class="el" href="classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml#a149d8efe2b8e6d9ad69a95f1e1f98fc5">CLDepthwiseVectorToTensorKernel</a>
192, <a class="el" href="classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml#a1f66d18bf822076ee97e8c2a59bf7e9c">CLDepthwiseWeightsReshapeKernel</a>
193, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer.xhtml#a914f6a26503934666c6a4f42abb38f2b">CLDequantizationLayer</a>
194, <a class="el" href="classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml#a914f6a26503934666c6a4f42abb38f2b">CLDequantizationLayerKernel</a>
195, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer.xhtml#a747b1152c8aac51943bae4a3b4100025">CLDirectConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000196, <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 +0000197, <a class="el" href="classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml#a856df8d0862ec71274b6a01eab8dc7d7">CLDirectConvolutionLayerOutputStageKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000198, <a class="el" href="classarm__compute_1_1_c_l_fully_connected_layer.xhtml#a50f68d7cf14ba6cf7b82d5ea6bcf9933">CLFullyConnectedLayer</a>
199, <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 +0100200, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m.xhtml#a05dba51f622eb4699a3e86bef178dac6">CLGEMM</a>
201, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_convolution_layer.xhtml#a1b7c323a478af89bec44d724a3cce2d9">CLGEMMConvolutionLayer</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000202, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml#af30bb763640db58f6c74b904fdc930d2">CLGEMMInterleave4x4Kernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000203, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml#aa8dbae9d79c7a81d31db3bdd2a38ef34">CLGEMMLowpMatrixAReductionKernel</a>
204, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml#a6c649e151c6bd9201e7c39561ec06334">CLGEMMLowpMatrixBReductionKernel</a>
205, <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 +0000206, <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 +0000207, <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 +0000208, <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>
209, <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>
210, <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>
211, <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 +0000212, <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 +0100213, <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 +0000214, <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 +0100215, <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 +0000216, <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml#a71d680aa1a6d594a42dc1308b15cd145">CLGEMMTranspose1xWKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100217, <a class="el" href="classarm__compute_1_1_c_l_im2_col_kernel.xhtml#a1ae4a74e7d78eb52428e179fed20de12">CLIm2ColKernel</a>
218, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_layer.xhtml#ae216e5c7ec5598b58b4f3f55eb60b064">CLL2NormalizeLayer</a>
219, <a class="el" href="classarm__compute_1_1_c_l_l2_normalize_layer_kernel.xhtml#a95b11d7f930f7e1fd9924cd300457098">CLL2NormalizeLayerKernel</a>
220, <a class="el" href="classarm__compute_1_1_c_l_locally_connected_layer.xhtml#a335bf64c1920fdae58bac90b420e688f">CLLocallyConnectedLayer</a>
221, <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 +0000222, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLLogits1DMaxKernel</a>
223, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel.xhtml#aa1f93168c2675d291b43b63574c2c381">CLLogits1DMaxShiftExpSumKernel</a>
224, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml#ab8c6dd40216ef11530664a79f019dd5d">CLLogits1DNormKernel</a>
225, <a class="el" href="classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml#aa1f93168c2675d291b43b63574c2c381">CLLogits1DShiftExpSumKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100226, <a class="el" href="classarm__compute_1_1_c_l_l_s_t_m_layer.xhtml#a220b8529f2268864a56c5f93eb0a1b3b">CLLSTMLayer</a>
227, <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 +0000228, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer.xhtml#a5315cd5601f86c69dc5ae98a56fad383">CLNormalizationLayer</a>
229, <a class="el" href="classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml#a76bfb3e3922e6f578c05b2d7eb63ac8e">CLNormalizationLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000230, <a class="el" href="classarm__compute_1_1_c_l_permute.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CLPermute</a>
231, <a class="el" href="classarm__compute_1_1_c_l_permute_kernel.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CLPermuteKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000232, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml#ad2d7ece77e2d56742022a0e604416007">CLPixelWiseMultiplication</a>
233, <a class="el" href="classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml#ad2d7ece77e2d56742022a0e604416007">CLPixelWiseMultiplicationKernel</a>
234, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">CLPoolingLayer</a>
235, <a class="el" href="classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">CLPoolingLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100236, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer.xhtml#a5192c53832168a12f3997ea01101aa06">CLQuantizationLayer</a>
237, <a class="el" href="classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml#a914f6a26503934666c6a4f42abb38f2b">CLQuantizationLayerKernel</a>
238, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation.xhtml#a398c86bd7d0096c55ae22bafb3cebf06">CLReductionOperation</a>
239, <a class="el" href="classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml#a398c86bd7d0096c55ae22bafb3cebf06">CLReductionOperationKernel</a>
240, <a class="el" href="classarm__compute_1_1_c_l_r_n_n_layer.xhtml#a6d9288c25c5236a8808ff1da545e1c7a">CLRNNLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000241, <a class="el" href="classarm__compute_1_1_c_l_softmax_layer.xhtml#a5192c53832168a12f3997ea01101aa06">CLSoftmaxLayer</a>
242, <a class="el" href="classarm__compute_1_1_c_l_transpose.xhtml#a5192c53832168a12f3997ea01101aa06">CLTranspose</a>
243, <a class="el" href="classarm__compute_1_1_c_l_transpose_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">CLTransposeKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000244, <a class="el" href="classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml#a456f4c799edf3c4be7d0fc8dc87c7364">CLWeightsReshapeKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100245, <a class="el" href="classarm__compute_1_1_c_l_width_concatenate_layer.xhtml#ad1e3678c79b51503e597436347ea04d8">CLWidthConcatenateLayer</a>
246, <a class="el" href="classarm__compute_1_1_c_l_width_concatenate_layer_kernel.xhtml#a0d3cb286f2cc2eb4eabafbd11850a8b0">CLWidthConcatenateLayerKernel</a>
247, <a class="el" href="classarm__compute_1_1_c_l_winograd_convolution_layer.xhtml#a275b8699086b8739549040b03a4f30af">CLWinogradConvolutionLayer</a>
248, <a class="el" href="classarm__compute_1_1_c_l_winograd_filter_transform_kernel.xhtml#a502f9b46f6aac5562a420b945981e443">CLWinogradFilterTransformKernel</a>
249, <a class="el" href="classarm__compute_1_1_c_l_winograd_input_transform.xhtml#a502f9b46f6aac5562a420b945981e443">CLWinogradInputTransform</a>
250, <a class="el" href="classarm__compute_1_1_c_l_winograd_input_transform_kernel.xhtml#a502f9b46f6aac5562a420b945981e443">CLWinogradInputTransformKernel</a>
251, <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 +0000252, <a class="el" href="classarm__compute_1_1_c_p_p_permute.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CPPPermute</a>
253, <a class="el" href="classarm__compute_1_1_c_p_p_permute_kernel.xhtml#aa3c4cd2bc022be50064a001ee92750cb">CPPPermuteKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000254, <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition.xhtml#a04feec137aacf18c1e22af13d98ff780">GCArithmeticAddition</a>
255, <a class="el" href="classarm__compute_1_1_g_c_arithmetic_addition_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">GCArithmeticAdditionKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100256, <a class="el" href="classarm__compute_1_1_g_c_batch_normalization_layer_kernel.xhtml#af5f30ebbb928758897f5dcd17fc50181">GCBatchNormalizationLayerKernel</a>
257, <a class="el" href="classarm__compute_1_1_g_c_convolution_layer.xhtml#a1b7c323a478af89bec44d724a3cce2d9">GCConvolutionLayer</a>
258, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m.xhtml#a85be9027cb0f939f0380ed3758cbc67a">GCGEMM</a>
259, <a class="el" href="classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.xhtml#af6aca2f775b12495d9a7f4cce3ca2b04">GCGEMMMatrixMultiplyKernel</a>
260, <a class="el" href="classarm__compute_1_1_g_c_im2_col_kernel.xhtml#a1ae4a74e7d78eb52428e179fed20de12">GCIm2ColKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000261, <a class="el" href="classarm__compute_1_1_g_c_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">GCPoolingLayer</a>
262, <a class="el" href="classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">GCPoolingLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100263, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_c_l_node_validator.xhtml#a3a1871cf9606c30f02a6b695d17d1c00">CLNodeValidator</a>
264, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_g_c_node_validator.xhtml#a3a1871cf9606c30f02a6b695d17d1c00">GCNodeValidator</a>
265, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_n_e_node_validator.xhtml#a3a1871cf9606c30f02a6b695d17d1c00">NENodeValidator</a>
266, <a class="el" href="classarm__compute_1_1graph_1_1_i_node.xhtml#a69f975713069ef48d53ee5eacbd8ae3d">INode</a>
267, <a class="el" href="classarm__compute_1_1graph_1_1_split_layer_node.xhtml#a600f574bc2868a148f9a746d16774dbd">SplitLayerNode</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000268, <a class="el" href="classarm__compute_1_1_n_e_activation_layer.xhtml#a57d9146156706cf90842d5ad0b40661a">NEActivationLayer</a>
269, <a class="el" href="classarm__compute_1_1_n_e_activation_layer_kernel.xhtml#a57d9146156706cf90842d5ad0b40661a">NEActivationLayerKernel</a>
270, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticAddition</a>
271, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticAdditionKernel</a>
272, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticSubtraction</a>
273, <a class="el" href="classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml#a04feec137aacf18c1e22af13d98ff780">NEArithmeticSubtractionKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100274, <a class="el" href="classarm__compute_1_1_n_e_batch_normalization_layer.xhtml#af5f30ebbb928758897f5dcd17fc50181">NEBatchNormalizationLayer</a>
275, <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 +0000276, <a class="el" href="classarm__compute_1_1_n_e_col2_im.xhtml#a1728a95a1550078d9cc7c38be71be4f8">NECol2Im</a>
277, <a class="el" href="classarm__compute_1_1_n_e_col2_im_kernel.xhtml#a1728a95a1550078d9cc7c38be71be4f8">NECol2ImKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100278, <a class="el" href="classarm__compute_1_1_n_e_convert_fully_connected_weights.xhtml#a0ee2875b1f3cf5b6bc2361e85b7e53ef">NEConvertFullyConnectedWeights</a>
279, <a class="el" href="classarm__compute_1_1_n_e_convert_fully_connected_weights_kernel.xhtml#a0ee2875b1f3cf5b6bc2361e85b7e53ef">NEConvertFullyConnectedWeightsKernel</a>
280, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer.xhtml#aee3e8e43ba2b39ccbe9fc68bad248541">NEConvolutionLayer</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000281, <a class="el" href="classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml#aa73f27bae7aaea24f0950554a75eabb5">NEConvolutionLayerReshapeWeights</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100282, <a class="el" href="classarm__compute_1_1_n_e_deconvolution_layer.xhtml#ac8a80636a5f700d9de2fe415cb721407">NEDeconvolutionLayer</a>
283, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer.xhtml#a914f6a26503934666c6a4f42abb38f2b">NEDequantizationLayer</a>
284, <a class="el" href="classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml#a914f6a26503934666c6a4f42abb38f2b">NEDequantizationLayerKernel</a>
285, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer.xhtml#afdaf49da4869ec2338373964d4aea1d5">NEDirectConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000286, <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 +0000287, <a class="el" href="classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.xhtml#a856df8d0862ec71274b6a01eab8dc7d7">NEDirectConvolutionLayerOutputStageKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000288, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer.xhtml#a50f68d7cf14ba6cf7b82d5ea6bcf9933">NEFullyConnectedLayer</a>
289, <a class="el" href="classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml#a70b636ca822d48228a8c1f6a4d0666b2">NEFullyConnectedLayerReshapeWeights</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100290, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_convolution_layer.xhtml#a1b7c323a478af89bec44d724a3cce2d9">NEGEMMConvolutionLayer</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000291, <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 +0000292, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml#a3a22c37c4ce4e78879264dcd6e1204a3">NEGEMMLowpMatrixAReductionKernel</a>
293, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml#a465ece311ed2bd30efab3079a2734908">NEGEMMLowpMatrixBReductionKernel</a>
294, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.xhtml#abcbef27f34f4b4d09106e19c12892aa4">NEGEMMLowpMatrixMultiplyCore</a>
295, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml#a0ea813f1f22881d4054e3e2fe8999612">NEGEMMLowpMatrixMultiplyKernel</a>
296, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.xhtml#a7817643d5836b21d4bc01aa3d3d9370e">NEGEMMLowpOffsetContributionKernel</a>
297, <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>
298, <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>
299, <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>
300, <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 +0000301, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml#a7f61477ac533a84d39e58d46341db8b8">NEGEMMMatrixAccumulateBiasesKernel</a>
302, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml#a2cdc989b809ea3b48dfcb3fff62ca996">NEGEMMMatrixMultiplyKernel</a>
303, <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 +0000304, <a class="el" href="classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NEGEMMTranspose1xWKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100305, <a class="el" href="classarm__compute_1_1_n_e_im2_col.xhtml#a2703fe5b25ccbda5d53645242785cb13">NEIm2Col</a>
306, <a class="el" href="classarm__compute_1_1_n_e_im2_col_kernel.xhtml#ace19fb90f6d725d8f1f32bc7249a77b0">NEIm2ColKernel</a>
307, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize_layer.xhtml#ae216e5c7ec5598b58b4f3f55eb60b064">NEL2NormalizeLayer</a>
308, <a class="el" href="classarm__compute_1_1_n_e_l2_normalize_layer_kernel.xhtml#a95b11d7f930f7e1fd9924cd300457098">NEL2NormalizeLayerKernel</a>
309, <a class="el" href="classarm__compute_1_1_n_e_locally_connected_layer.xhtml#a335bf64c1920fdae58bac90b420e688f">NELocallyConnectedLayer</a>
310, <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 +0000311, <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 +0000312, <a class="el" href="classarm__compute_1_1_n_e_logits1_d_softmax_kernel.xhtml#a497da0ecee98db0302eca507f0e6b42d">NELogits1DSoftmaxKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100313, <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 +0000314, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer.xhtml#a5315cd5601f86c69dc5ae98a56fad383">NENormalizationLayer</a>
315, <a class="el" href="classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml#afc85391a5292822beda50cda3d8a81ca">NENormalizationLayerKernel</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000316, <a class="el" href="classarm__compute_1_1_n_e_permute.xhtml#aa3c4cd2bc022be50064a001ee92750cb">NEPermute</a>
317, <a class="el" href="classarm__compute_1_1_n_e_permute_kernel.xhtml#aa3c4cd2bc022be50064a001ee92750cb">NEPermuteKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000318, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml#ad2d7ece77e2d56742022a0e604416007">NEPixelWiseMultiplication</a>
319, <a class="el" href="classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml#ad2d7ece77e2d56742022a0e604416007">NEPixelWiseMultiplicationKernel</a>
320, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer.xhtml#aef4f19189a247ce133811ae59ab556e1">NEPoolingLayer</a>
321, <a class="el" href="classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml#aef4f19189a247ce133811ae59ab556e1">NEPoolingLayerKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100322, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer.xhtml#a5192c53832168a12f3997ea01101aa06">NEQuantizationLayer</a>
323, <a class="el" href="classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml#a914f6a26503934666c6a4f42abb38f2b">NEQuantizationLayerKernel</a>
324, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation.xhtml#a398c86bd7d0096c55ae22bafb3cebf06">NEReductionOperation</a>
325, <a class="el" href="classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml#a398c86bd7d0096c55ae22bafb3cebf06">NEReductionOperationKernel</a>
326, <a class="el" href="classarm__compute_1_1_n_e_scale.xhtml#aa02b440b728c8f27d5bf2961e446b56c">NEScale</a>
327, <a class="el" href="classarm__compute_1_1_n_e_scale_kernel.xhtml#ac72c4d0265b3df63e4a572d1b0f39902">NEScaleKernel</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000328, <a class="el" href="classarm__compute_1_1_n_e_softmax_layer.xhtml#aa89683157e966f5bbcdef85ffb34a8de">NESoftmaxLayer</a>
329, <a class="el" href="classarm__compute_1_1_n_e_transpose.xhtml#a5192c53832168a12f3997ea01101aa06">NETranspose</a>
330, <a class="el" href="classarm__compute_1_1_n_e_transpose_kernel.xhtml#a5192c53832168a12f3997ea01101aa06">NETransposeKernel</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000331, <a class="el" href="classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml#a456f4c799edf3c4be7d0fc8dc87c7364">NEWeightsReshapeKernel</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100332, <a class="el" href="classarm__compute_1_1_n_e_winograd_convolution_layer.xhtml#a275b8699086b8739549040b03a4f30af">NEWinogradConvolutionLayer</a>
333, <a class="el" href="classarm__compute_1_1_n_e_winograd_layer_batched_g_e_m_m_kernel.xhtml#a050f1f0b40470ce9b4146bd671cd1798">NEWinogradLayerBatchedGEMMKernel&lt; TIn, TOut, OutputTileRows, OutputTileCols, KernelRows, KernelCols &gt;</a>
334, <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>
335, <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>
336, <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>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000337, <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 +0100338, <a class="el" href="classarm__compute_1_1_window.xhtml#a048aaadf42ac725952523dd9546e96b5">Window</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100339</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100340<li>validate_node()
341: <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_c_l_device_backend.xhtml#a9ebaebda305e46e7749173f367f2562b">CLDeviceBackend</a>
342, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_g_c_device_backend.xhtml#a9ebaebda305e46e7749173f367f2562b">GCDeviceBackend</a>
343, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_i_device_backend.xhtml#a2ad722cd593bc5300108c8837ce5c980">IDeviceBackend</a>
344, <a class="el" href="classarm__compute_1_1graph_1_1backends_1_1_n_e_device_backend.xhtml#a9ebaebda305e46e7749173f367f2562b">NEDeviceBackend</a>
345</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000346<li>ValidRegion()
Anthony Barbier06ea0482018-02-22 15:45:35 +0000347: <a class="el" href="structarm__compute_1_1_valid_region.xhtml#af431f8fe2fbb6f0032006ddf53e6b03b">ValidRegion</a>
Kaizen8938bd32017-09-28 14:38:23 +0100348</li>
349<li>value()
Jenkinsb3a371b2018-05-23 11:36:53 +0100350: <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_enum_list_option.xhtml#a42a5343297d5abb7ad24c6f1a97af203">EnumListOption&lt; T &gt;</a>
Kaizen8938bd32017-09-28 14:38:23 +0100351, <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml#a56e1c8bae880a4eedf8d23194eca95ca">EnumOption&lt; T &gt;</a>
352, <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 +0000353, <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml#a5a69ff08e2ead1fb8b4dbb15cbdf6a09">Measurement</a>
354</li>
355<li>Value()
356: <a class="el" href="structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml#ab037372802cee601adeb0ee97dc0c0f3">Measurement::Value</a>
357</li>
358<li>value()
359: <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 +0100360</li>
Jenkinsb3a371b2018-05-23 11:36:53 +0100361<li>visit()
362: <a class="el" href="classarm__compute_1_1graph_1_1_dot_graph_visitor.xhtml#aac5b1d0d521f3e24c6eb1b0ca3bc8016">DotGraphVisitor</a>
363, <a class="el" href="classarm__compute_1_1graph_1_1_i_node_visitor.xhtml#ad1265b49ac3e299a4025cd29987476d3">INodeVisitor</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000364</li>
365</ul>
366</div><!-- contents -->
367</div><!-- doc-content -->
368<!-- start footer part -->
369<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
370 <ul>
Jenkinsb3a371b2018-05-23 11:36:53 +0100371 <li class="footer">Generated on Wed May 23 2018 11:36:46 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000372 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000373 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000374 </ul>
375</div>
376</body>
377</html>