blob: 18b96642d9d8325f7c745569b2a6098c1a1f03a2 [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_d.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_d"></a>- d -</h3><ul>
Anthony Barbier871448e2017-03-24 14:54:29 +000093<li>D0
94: <a class="el" href="optical__flow__pyramid__lk_8cl.xhtml#ae0b2360d4b8e961bf2709b0663fd9f2a">optical_flow_pyramid_lk.cl</a>
95</li>
96<li>D1
97: <a class="el" href="optical__flow__pyramid__lk_8cl.xhtml#a52deba56234661c77d4b9573d5175ae2">optical_flow_pyramid_lk.cl</a>
98</li>
Kaizenbf8b01d2017-10-12 14:26:51 +010099<li>DATA_TEST_CASE()
Jenkinsb9abeae2018-11-22 11:58:08 +0000100: <a class="el" href="tests_2validation_2_u_n_i_t_2_utils_8cpp.xhtml#a27db011848222cd739c833cd57537632">Utils.cpp</a>
101, <a class="el" href="_window_iterator_8cpp.xhtml#acd2ef152b1743c15de3f67238d0eac43">WindowIterator.cpp</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000102, <a class="el" href="tests_2framework_2_macros_8h.xhtml#a43b1925356e3d36a468e104d798c60ec">Macros.h</a>
Jenkinsb9abeae2018-11-22 11:58:08 +0000103, <a class="el" href="tests_2validation_2_u_n_i_t_2_utils_8cpp.xhtml#a4eaacf0c251a42054ef98ad17828ea1a">Utils.cpp</a>
Kaizen8938bd32017-09-28 14:38:23 +0100104</li>
105<li>DATA_TEST_CASE_CONSTRUCTOR
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000106: <a class="el" href="tests_2framework_2_macros_8h.xhtml#adbd9bcfdb4c52d5acf73ce39c232b5c8">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100107</li>
108<li>DATA_TEST_CASE_IMPL
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000109: <a class="el" href="tests_2framework_2_macros_8h.xhtml#adf3ec4a62a3f0d3e74ebd35d59ddd097">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100110</li>
111<li>DATA_TEST_REGISTRAR
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000112: <a class="el" href="tests_2framework_2_macros_8h.xhtml#aa4df8c1af6041bc017bd9fb943d5e5d6">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100113</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000114<li>DATA_TYPE
Jenkins52ba29e2018-08-29 15:32:11 +0000115: <a class="el" href="convolution5x5_8cl.xhtml#afb8c72ce35c4a1f4a2588d6573e54aa1">convolution5x5.cl</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000116, <a class="el" href="convolution7x7_8cl.xhtml#afb8c72ce35c4a1f4a2588d6573e54aa1">convolution7x7.cl</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000117, <a class="el" href="convolution9x9_8cl.xhtml#afb8c72ce35c4a1f4a2588d6573e54aa1">convolution9x9.cl</a>
118, <a class="el" href="convolution3x3_8cl.xhtml#afb8c72ce35c4a1f4a2588d6573e54aa1">convolution3x3.cl</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000119</li>
120<li>DATA_TYPE_MAX
121: <a class="el" href="minmaxloc_8cl.xhtml#afa6b114aa46a23bb226c5c9547f9f623">minmaxloc.cl</a>
122</li>
123<li>DATA_TYPE_MIN
124: <a class="el" href="minmaxloc_8cl.xhtml#a17decce255d6f94a60379a61a54e3bac">minmaxloc.cl</a>
125</li>
126<li>DATA_TYPE_OUT
Kaizenbf8b01d2017-10-12 14:26:51 +0100127: <a class="el" href="convolution3x3_8cl.xhtml#ac06f3e24d3fffd3c465d8b2a6e7c985e">convolution3x3.cl</a>
Kaizen8938bd32017-09-28 14:38:23 +0100128, <a class="el" href="convolution5x5_8cl.xhtml#ac06f3e24d3fffd3c465d8b2a6e7c985e">convolution5x5.cl</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100129, <a class="el" href="convolution7x7_8cl.xhtml#ac06f3e24d3fffd3c465d8b2a6e7c985e">convolution7x7.cl</a>
Kaizenbf8b01d2017-10-12 14:26:51 +0100130, <a class="el" href="convolution9x9_8cl.xhtml#ac06f3e24d3fffd3c465d8b2a6e7c985e">convolution9x9.cl</a>
Anthony Barbier871448e2017-03-24 14:54:29 +0000131</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000132<li>DECLARE_FUNCTION_PTR
133: <a class="el" href="_open_c_l_8h.xhtml#af6e65f36e2be6bd9a1cac10ba6e82f7c">OpenCL.h</a>
134</li>
Jenkinsb9abeae2018-11-22 11:58:08 +0000135<li>DECLARE_NEON_FUNCTIONS_FOR_FLOAT
136: <a class="el" href="_n_e_softmax_layer_kernel_8cpp.xhtml#aedbe837d4d203f117c652cfc87bf659e">NESoftmaxLayerKernel.cpp</a>
137</li>
138<li>DECLARE_NEON_FUNCTIONS_FOR_TYPE
139: <a class="el" href="_n_e_softmax_layer_kernel_8cpp.xhtml#a32a426c4abdceda8e1c40005df27f8d4">NESoftmaxLayerKernel.cpp</a>
140</li>
141<li>DECLARE_NEON_VEC_TYPE
142: <a class="el" href="_n_e_softmax_layer_kernel_8cpp.xhtml#af743beb1ad23bceb05b4eeb3e491839c">NESoftmaxLayerKernel.cpp</a>
143</li>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000144<li>deconvolution_upsample()
Jenkins52ba29e2018-08-29 15:32:11 +0000145: <a class="el" href="deconvolution__layer_8cl.xhtml#ad247ccd3e1ca89af642c2b453db71dce">deconvolution_layer.cl</a>
Anthony Barbierf45d5a92018-01-24 16:23:15 +0000146</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000147<li>DEFAULT_VALIDATE
148: <a class="el" href="_n_e_o_n_2_pixel_wise_multiplication_8cpp.xhtml#aafb2ac305c1cfb580f29d538687f1fb5">PixelWiseMultiplication.cpp</a>
149</li>
Kaizen8938bd32017-09-28 14:38:23 +0100150<li>dequantization_layer()
151: <a class="el" href="dequantization__layer_8cl.xhtml#a60e9b00d30a2743653c1f589e33467b9">dequantization_layer.cl</a>
152</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000153<li>derivative()
154: <a class="el" href="derivative_8cl.xhtml#a5bd0ba0e3feaf66458557426291f2a77">derivative.cl</a>
155</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100156<li>DetectionWindow
Jenkinsb9abeae2018-11-22 11:58:08 +0000157: <a class="el" href="src_2core_2_c_l_2cl__kernels_2_types_8h.xhtml#a978d6d1943577669ebbb535f9e4f284f">types.h</a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100158</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000159<li>DETERMINANT_THR
160: <a class="el" href="optical__flow__pyramid__lk_8cl.xhtml#a0f3927d942874a04e6464bdb946de046">optical_flow_pyramid_lk.cl</a>
161</li>
162<li>dilate()
163: <a class="el" href="dilate_8cl.xhtml#ae69f64c97993985f7623a252cf9fbe69">dilate.cl</a>
164</li>
Kaizen8938bd32017-09-28 14:38:23 +0100165<li>DISABLED_DATA_TEST_CASE
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000166: <a class="el" href="tests_2framework_2_macros_8h.xhtml#a2d0deff95a1325348da7d2a945982b59">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100167</li>
168<li>DISABLED_FIXTURE_DATA_TEST_CASE
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000169: <a class="el" href="tests_2framework_2_macros_8h.xhtml#a7fb6c2e21b15474448e1f50d8acc854b">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100170</li>
171<li>DISABLED_FIXTURE_TEST_CASE
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000172: <a class="el" href="tests_2framework_2_macros_8h.xhtml#a55d3bef40f09e56dc87e8f351a275385">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100173</li>
174<li>DISABLED_REGISTER_FIXTURE_DATA_TEST_CASE
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000175: <a class="el" href="tests_2framework_2_macros_8h.xhtml#a934ee9a7581b65523fd180c96b159fb8">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100176</li>
177<li>DISABLED_REGISTER_FIXTURE_TEST_CASE
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000178: <a class="el" href="tests_2framework_2_macros_8h.xhtml#a55d2ae62838572e7be1c87128d02b493">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100179</li>
180<li>DISABLED_TEST_CASE
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000181: <a class="el" href="tests_2framework_2_macros_8h.xhtml#a89747ae30c60b9f052fbf9707c8301a9">Macros.h</a>
Kaizen8938bd32017-09-28 14:38:23 +0100182</li>
Jenkins52ba29e2018-08-29 15:32:11 +0000183<li>DIV
184: <a class="el" href="arithmetic__op_8cl.xhtml#a49f6fecffd852cda3b0ece53dcbb2b87">arithmetic_op.cl</a>
185</li>
Kaizen8938bd32017-09-28 14:38:23 +0100186<li>DIV_OP
Jenkinsb9abeae2018-11-22 11:58:08 +0000187: <a class="el" href="normalization__layer_8cl.xhtml#a5db17889d824975fefb2ce2f4690637f">normalization_layer.cl</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100188, <a class="el" href="softmax__layer_8cl.xhtml#a8cde99b1ce0f3c1dacd49261b0cf03d8">softmax_layer.cl</a>
Jenkins52ba29e2018-08-29 15:32:11 +0000189, <a class="el" href="pooling__layer__quantized_8cl.xhtml#a5db17889d824975fefb2ce2f4690637f">pooling_layer_quantized.cl</a>
Jenkinsb9abeae2018-11-22 11:58:08 +0000190, <a class="el" href="pooling__layer_8cl.xhtml#a5db17889d824975fefb2ce2f4690637f">pooling_layer.cl</a>
Jenkinsb3a371b2018-05-23 11:36:53 +0100191</li>
192<li>DIV_OP_NHWC
Jenkinsb9abeae2018-11-22 11:58:08 +0000193: <a class="el" href="pooling__layer__quantized_8cl.xhtml#a6c01fa98d360a9d52926dc6a5a599711">pooling_layer_quantized.cl</a>
194, <a class="el" href="pooling__layer_8cl.xhtml#a6c01fa98d360a9d52926dc6a5a599711">pooling_layer.cl</a>
Kaizen8938bd32017-09-28 14:38:23 +0100195</li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000196</ul>
197</div><!-- contents -->
198</div><!-- doc-content -->
199<!-- start footer part -->
200<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
201 <ul>
Jenkinsb9abeae2018-11-22 11:58:08 +0000202 <li class="footer">Generated on Thu Nov 22 2018 11:57:52 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000203 <a href="http://www.doxygen.org/index.html">
Jenkinsb9abeae2018-11-22 11:58:08 +0000204 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000205 </ul>
206</div>
207</body>
208</html>