blob: b4575f1072748fd8ae13449b0ffc1fc7786bbb83 [file] [log] [blame]
Kaizen8938bd32017-09-28 14:38:23 +01001<!-- 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"/>
Kaizen8938bd32017-09-28 14:38:23 +01008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
9<title>Compute Library: Globals</title>
10<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>
Kaizen8938bd32017-09-28 14:38:23 +010016<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>
Kaizen8938bd32017-09-28 14:38:23 +010023<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(); });
Kaizen8938bd32017-09-28 14:38:23 +010026</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>
Kaizen8938bd32017-09-28 14:38:23 +010033<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;">
42 <div id="projectname">Compute Library
Jenkins52ba29e2018-08-29 15:32:11 +000043 &#160;<span id="projectnumber">18.08</span>
Kaizen8938bd32017-09-28 14:38:23 +010044 </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 -->
Kaizen8938bd32017-09-28 14:38:23 +010052<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>
58 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
59 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
60 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
61 <li class="current"><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="files.xhtml"><span>File&#160;List</span></a></li>
83 <li class="current"><a href="globals.xhtml"><span>Globals</span></a></li>
84 </ul>
85 </div>
86 <div id="navrow3" class="tabs2">
87 <ul class="tablist">
88 <li><a href="globals.xhtml"><span>All</span></a></li>
89 <li><a href="globals_func.xhtml"><span>Functions</span></a></li>
90 <li><a href="globals_vars.xhtml"><span>Variables</span></a></li>
91 <li><a href="globals_type.xhtml"><span>Typedefs</span></a></li>
92 <li class="current"><a href="globals_defs.xhtml"><span>Macros</span></a></li>
93 </ul>
94 </div>
95 <div id="navrow4" class="tabs3">
96 <ul class="tablist">
Anthony Barbier8140e1e2017-12-14 23:48:46 +000097 <li><a href="globals_defs.xhtml#index__"><span>_</span></a></li>
98 <li><a href="globals_defs_a.xhtml#index_a"><span>a</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +010099 <li><a href="globals_defs_c.xhtml#index_c"><span>c</span></a></li>
100 <li><a href="globals_defs_d.xhtml#index_d"><span>d</span></a></li>
101 <li><a href="globals_defs_e.xhtml#index_e"><span>e</span></a></li>
102 <li><a href="globals_defs_f.xhtml#index_f"><span>f</span></a></li>
103 <li><a href="globals_defs_g.xhtml#index_g"><span>g</span></a></li>
104 <li><a href="globals_defs_h.xhtml#index_h"><span>h</span></a></li>
105 <li><a href="globals_defs_i.xhtml#index_i"><span>i</span></a></li>
106 <li><a href="globals_defs_j.xhtml#index_j"><span>j</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100107 <li class="current"><a href="globals_defs_l.xhtml#index_l"><span>l</span></a></li>
108 <li><a href="globals_defs_m.xhtml#index_m"><span>m</span></a></li>
Jenkins52ba29e2018-08-29 15:32:11 +0000109 <li><a href="globals_defs_n.xhtml#index_n"><span>n</span></a></li>
110 <li><a href="globals_defs_o.xhtml#index_o"><span>o</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100111 <li><a href="globals_defs_p.xhtml#index_p"><span>p</span></a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100112 <li><a href="globals_defs_r.xhtml#index_r"><span>r</span></a></li>
113 <li><a href="globals_defs_s.xhtml#index_s"><span>s</span></a></li>
114 <li><a href="globals_defs_t.xhtml#index_t"><span>t</span></a></li>
115 <li><a href="globals_defs_v.xhtml#index_v"><span>v</span></a></li>
116 <li><a href="globals_defs_w.xhtml#index_w"><span>w</span></a></li>
117 <li><a href="globals_defs_x.xhtml#index_x"><span>x</span></a></li>
118 <li><a href="globals_defs_y.xhtml#index_y"><span>y</span></a></li>
119 </ul>
120 </div>
121</div><!-- top -->
122<div id="side-nav" class="ui-resizable side-nav-resizable">
123 <div id="nav-tree">
124 <div id="nav-tree-contents">
125 <div id="nav-sync" class="sync"></div>
126 </div>
127 </div>
128 <div id="splitbar" style="-moz-user-select:none;"
129 class="ui-resizable-handle">
130 </div>
131</div>
132<script type="text/javascript">
133$(document).ready(function(){initNavTree('globals_defs_l.xhtml','');});
134</script>
135<div id="doc-content">
136<!-- window showing the filter options -->
137<div id="MSearchSelectWindow"
138 onmouseover="return searchBox.OnSearchSelectShow()"
139 onmouseout="return searchBox.OnSearchSelectHide()"
140 onkeydown="return searchBox.OnSearchSelectKey(event)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000141</div>
Kaizen8938bd32017-09-28 14:38:23 +0100142
143<!-- iframe showing the search results (closed by default) -->
144<div id="MSearchResultsWindow">
145<iframe src="javascript:void(0)" frameborder="0"
146 name="MSearchResults" id="MSearchResults">
147</iframe>
148</div>
149
150<div class="contents">
151&#160;
152
153<h3><a class="anchor" id="index_l"></a>- l -</h3><ul>
154<li>LOAD_AND_SET_MASK
155: <a class="el" href="fast__corners_8cl.xhtml#a9da9e257c05fa101dacfaaedd305f5bb">fast_corners.cl</a>
156</li>
157<li>LOAD_OP
158: <a class="el" href="normalization__layer_8cl.xhtml#a10a9bf1a9fce27664d5f91844ff3f691">normalization_layer.cl</a>
159</li>
160<li>LOG_OP
161: <a class="el" href="activation__layer_8cl.xhtml#a27baf326640fa99f2d9fb6c212e93765">activation_layer.cl</a>
162</li>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000163<li>LOG_VECTOR_SIZE
164: <a class="el" href="softmax__layer_8cl.xhtml#a372393c380805985b813dbb16d589a64">softmax_layer.cl</a>
Anthony Barbier06ea0482018-02-22 15:45:35 +0000165, <a class="el" href="softmax__layer__quantized_8cl.xhtml#a372393c380805985b813dbb16d589a64">softmax_layer_quantized.cl</a>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000166</li>
Kaizen8938bd32017-09-28 14:38:23 +0100167</ul>
168</div><!-- contents -->
169</div><!-- doc-content -->
170<!-- start footer part -->
171<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
172 <ul>
Jenkins52ba29e2018-08-29 15:32:11 +0000173 <li class="footer">Generated on Wed Aug 29 2018 15:31:58 for Compute Library by
Kaizen8938bd32017-09-28 14:38:23 +0100174 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000175 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Kaizen8938bd32017-09-28 14:38:23 +0100176 </ul>
177</div>
178</body>
179</html>