blob: 6548f69e91ecf07149d15e40277cad36e3ac3fa6 [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"/>
Jenkinsb9abeae2018-11-22 11:58:08 +00007<meta name="generator" content="Doxygen 1.8.13"/>
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: Globals</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);
Anthony Barbier871448e2017-03-24 14:54:29 +000019</script>
20<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000021<script type="text/javascript" src="search/searchdata.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000022<script type="text/javascript" src="search/search.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000023<script type="text/x-mathjax-config">
24 MathJax.Hub.Config({
25 extensions: ["tex2jax.js"],
26 jax: ["input/TeX","output/HTML-CSS"],
27});
Anthony Barbier8140e1e2017-12-14 23:48:46 +000028</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000029<link href="doxygen.css" rel="stylesheet" type="text/css" />
30</head>
31<body>
32<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
33<div id="titlearea">
34<table cellspacing="0" cellpadding="0">
35 <tbody>
36 <tr style="height: 56px;">
37 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010038 <div id="projectname">Compute Library
Jenkinsb9abeae2018-11-22 11:58:08 +000039 &#160;<span id="projectnumber">18.11</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000040 </div>
41 </td>
42 </tr>
43 </tbody>
44</table>
45</div>
46<!-- end header part -->
Jenkinsb9abeae2018-11-22 11:58:08 +000047<!-- Generated by Doxygen 1.8.13 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000048<script type="text/javascript">
49var searchBox = new SearchBox("searchBox", "search",false,'Search');
50</script>
Jenkinsb9abeae2018-11-22 11:58:08 +000051<script type="text/javascript" src="menudata.js"></script>
52<script type="text/javascript" src="menu.js"></script>
53<script type="text/javascript">
54$(function() {
55 initMenu('',true,false,'search.php','Search');
56 $(document).ready(function() { init_search(); });
57});
58</script>
59<div id="main-nav"></div>
Anthony Barbier871448e2017-03-24 14:54:29 +000060</div><!-- top -->
61<div id="side-nav" class="ui-resizable side-nav-resizable">
62 <div id="nav-tree">
63 <div id="nav-tree-contents">
64 <div id="nav-sync" class="sync"></div>
65 </div>
66 </div>
67 <div id="splitbar" style="-moz-user-select:none;"
68 class="ui-resizable-handle">
69 </div>
70</div>
71<script type="text/javascript">
72$(document).ready(function(){initNavTree('globals_v.xhtml','');});
73</script>
74<div id="doc-content">
75<!-- window showing the filter options -->
76<div id="MSearchSelectWindow"
77 onmouseover="return searchBox.OnSearchSelectShow()"
78 onmouseout="return searchBox.OnSearchSelectHide()"
79 onkeydown="return searchBox.OnSearchSelectKey(event)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +000080</div>
Anthony Barbier871448e2017-03-24 14:54:29 +000081
82<!-- iframe showing the search results (closed by default) -->
83<div id="MSearchResultsWindow">
84<iframe src="javascript:void(0)" frameborder="0"
85 name="MSearchResults" id="MSearchResults">
86</iframe>
87</div>
88
89<div class="contents">
90<div class="textblock">Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:</div>
91
Jenkinsb9abeae2018-11-22 11:58:08 +000092<h3><a id="index_v"></a>- v -</h3><ul>
93<li>VADD_IMPL
94: <a class="el" href="add_8h.xhtml#a1954a7b37233eea4d3bcc3f262cb5346">add.h</a>
95</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +000096<li>VALIDATE
97: <a class="el" href="_c_l_2_pixel_wise_multiplication_8cpp.xhtml#a8d69c709ef45fd63b622f283b0723eaf">PixelWiseMultiplication.cpp</a>
98</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +000099<li>VAND_IMPL
100: <a class="el" href="and_8h.xhtml#a13a01f353b67cca174ceee50dfd9c35d">and.h</a>
101</li>
Kaizen8938bd32017-09-28 14:38:23 +0100102<li>VARIADIC_SIZE
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000103: <a class="el" href="tests_2framework_2_macros_8h.xhtml#a69f74358d42fc010bd8807d07436d7b5">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100104</li>
105<li>VARIADIC_SIZE_IMPL
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000106: <a class="el" href="tests_2framework_2_macros_8h.xhtml#a8adf1132623f898e2088899490ef7bd6">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100107</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000108<li>VATOMIC_INC16
109: <a class="el" href="histogram_8cl.xhtml#a2c8a35cfde24ca7728709200962e1a91">histogram.cl</a>
110</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000111<li>VDUP_N_IMPL
112: <a class="el" href="dup__n_8h.xhtml#a6c38d709b02e309677e93fe3ce2959c8">dup_n.h</a>
113</li>
Kaizen8938bd32017-09-28 14:38:23 +0100114<li>vec4_max()
115: <a class="el" href="roi__pooling__layer_8cl.xhtml#aa841846d3e0f01df176038026eab8e25">roi_pooling_layer.cl</a>
116</li>
117<li>vec8_max()
118: <a class="el" href="roi__pooling__layer_8cl.xhtml#a03ae72789bf65b85136cb5356b4c189b">roi_pooling_layer.cl</a>
119</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000120<li>VEC_DATA_TYPE
Jenkinsb9abeae2018-11-22 11:58:08 +0000121: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#a36f754c05b6fddf6df0d8d0a74f8159f">helpers.h</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000122</li>
123<li>VEC_DATA_TYPE_STR
Jenkinsb9abeae2018-11-22 11:58:08 +0000124: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#ae802822defb0fa3a7f74f98e324696cb">helpers.h</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000125</li>
126<li>VEC_FLOAT
127: <a class="el" href="activation__layer__qa8_8cl.xhtml#ade2e33e6f303ce93468eef7e56d95c0c">activation_layer_qa8.cl</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000128</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000129<li>VEC_INT
130: <a class="el" href="softmax__layer__quantized_8cl.xhtml#aee190caf3b3571e939ac129e12c368cd">softmax_layer_quantized.cl</a>
131</li>
132<li>VEC_UCHAR
133: <a class="el" href="softmax__layer__quantized_8cl.xhtml#af5987b09a234231612b2b1eded343025">softmax_layer_quantized.cl</a>
134</li>
135<li>VEC_UINT
136: <a class="el" href="softmax__layer__quantized_8cl.xhtml#a16110bd2b92003141dbaf8a44498ff82">softmax_layer_quantized.cl</a>
137</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000138<li>Vector
Jenkinsb9abeae2018-11-22 11:58:08 +0000139: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#a6ded2cf071c127e518317e3c451af3ef">helpers.h</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000140</li>
141<li>VECTOR_DECLARATION
Jenkinsb9abeae2018-11-22 11:58:08 +0000142: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#a40a6eb9f2a7712f08d6bb8ff6c9e6ca7">helpers.h</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000143</li>
144<li>vector_offset()
Jenkinsb9abeae2018-11-22 11:58:08 +0000145: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#a7e4940407322d6f0ccb8b6b86b856019">helpers.h</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000146</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000147<li>VECTOR_SIZE
Jenkinsb9abeae2018-11-22 11:58:08 +0000148: <a class="el" href="softmax__layer_8cl.xhtml#a7c78836761fa3b5b124efea237dac70f">softmax_layer.cl</a>
149, <a class="el" href="softmax__layer__quantized_8cl.xhtml#a7c78836761fa3b5b124efea237dac70f">softmax_layer_quantized.cl</a>
150</li>
151<li>VEXPQ_IMPL
152: <a class="el" href="exp_8h.xhtml#afc8797c1daccf3d81beb961f36b44aac">exp.h</a>
153</li>
154<li>VGETHIGH_IMPL
155: <a class="el" href="gethigh_8h.xhtml#a8a499aed60aec58435ca79af3990fe42">gethigh.h</a>
156</li>
157<li>VGETLANE_IMPL_2
158: <a class="el" href="getlane_8h.xhtml#a613f369eab3c81d4644ec91a9e0e16db">getlane.h</a>
159</li>
160<li>VGETLANE_IMPL_4
161: <a class="el" href="getlane_8h.xhtml#ab21355519afdee817ec3095881a40da4">getlane.h</a>
162</li>
163<li>VGETLANE_IMPL_8
164: <a class="el" href="getlane_8h.xhtml#a8c1f71cee67d8f261738daec48f791b3">getlane.h</a>
165</li>
166<li>VGETLOW_IMPL
167: <a class="el" href="getlow_8h.xhtml#a7cb362ee74979c9137f4f26d5b3f5c7a">getlow.h</a>
168</li>
169<li>VGETQLANE_IMPL_16
170: <a class="el" href="getlane_8h.xhtml#a37206d490f1251da106a185eab356881">getlane.h</a>
171</li>
172<li>VGETQLANE_IMPL_4
173: <a class="el" href="getlane_8h.xhtml#ac99257d17af60fc10fea00c4c6b21755">getlane.h</a>
174</li>
175<li>VGETQLANE_IMPL_8
176: <a class="el" href="getlane_8h.xhtml#ae68e7caec08496db4a3590e1aed6f606">getlane.h</a>
177</li>
178<li>VINV_IMPL
179: <a class="el" href="inv_8h.xhtml#a40d7d98ec5221df8fb9baa6285e0eac8">inv.h</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000180</li>
Kaizen8938bd32017-09-28 14:38:23 +0100181<li>VLOAD
Jenkinsb9abeae2018-11-22 11:58:08 +0000182: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#a287e2fc366c312b468382c95bb90f91f">helpers.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100183</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000184<li>VLOAD_IMPL
185: <a class="el" href="load_8h.xhtml#a53c08997bb6826fb0ec78c83607b9545">load.h</a>
186</li>
Kaizen8938bd32017-09-28 14:38:23 +0100187<li>VLOAD_STR
Jenkinsb9abeae2018-11-22 11:58:08 +0000188: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#a29367a809c14c294feefc1a8dad93752">helpers.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100189</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000190<li>VLOADQ_IMPL
191: <a class="el" href="load_8h.xhtml#a0c7646422da9febac20624c0b9b2a1a3">load.h</a>
192</li>
193<li>VMAX_IMPL
194: <a class="el" href="max_8h.xhtml#ab6111051c5010b16c00093156511f855">max.h</a>
195</li>
196<li>VMIN_IMPL
197: <a class="el" href="min_8h.xhtml#a896770d0c1b78b40abe6caf695196c4c">min.h</a>
198</li>
Jenkinsb9abeae2018-11-22 11:58:08 +0000199<li>VMLA_IMPL
200: <a class="el" href="mla_8h.xhtml#ab57fefb3377e41c426ae39f99da052c1">mla.h</a>
201</li>
202<li>VMOVL_IMPL
203: <a class="el" href="movl_8h.xhtml#aa1e8248966b5ef39e9b1aeddfb94686a">movl.h</a>
204</li>
205<li>VMOVN_IMPL
206: <a class="el" href="movn_8h.xhtml#adc378b913f3e6908b6bc250d8c613a7c">movn.h</a>
207</li>
208<li>VMUL_IMPL
209: <a class="el" href="mul_8h.xhtml#a7230a4f28baa1af7abdcd914a6cace07">mul.h</a>
210</li>
211<li>VNEG_IMPL
212: <a class="el" href="neg_8h.xhtml#aff004cf8b18db56bc49fbc80092ea517">neg.h</a>
213</li>
214<li>VNEGQ_IMPL
215: <a class="el" href="neg_8h.xhtml#a86f55cb8661d39bb53c96bb1bf9027d5">neg.h</a>
216</li>
217<li>VPADD_IMPL
218: <a class="el" href="padd_8h.xhtml#ad214582b616c6013dbf8e818c8c861c7">padd.h</a>
219</li>
220<li>VQMOVN_IMPL
221: <a class="el" href="movn_8h.xhtml#a4e640f0a093f77b0eb886fd362592b55">movn.h</a>
222</li>
Kaizen8938bd32017-09-28 14:38:23 +0100223<li>VSTORE
Jenkinsb9abeae2018-11-22 11:58:08 +0000224: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#acb282042d1edeeaa3cc979a206f78b54">helpers.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100225</li>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000226<li>VSTORE_IMPL
227: <a class="el" href="store_8h.xhtml#aa3acf4387755a828f7f220975d5e6367">store.h</a>
228</li>
Kaizen8938bd32017-09-28 14:38:23 +0100229<li>VSTORE_STR
Jenkinsb9abeae2018-11-22 11:58:08 +0000230: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml#aeedcb2d8b4b0ce17747474d4da15f199">helpers.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100231</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000232</ul>
233</div><!-- contents -->
234</div><!-- doc-content -->
235<!-- start footer part -->
236<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
237 <ul>
Jenkinsb9abeae2018-11-22 11:58:08 +0000238 <li class="footer">Generated on Thu Nov 22 2018 11:57:53 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000239 <a href="http://www.doxygen.org/index.html">
Jenkinsb9abeae2018-11-22 11:58:08 +0000240 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000241 </ul>
242</div>
243</body>
244</html>