blob: aa90878c9400151cd579135bd3b65ef2f7fbca80 [file] [log] [blame]
Jenkins0e205f72019-11-28 16:53:35 +00001<!-- HTML header for doxygen 1.8.15-->
2<!-- Remember to use version doxygen 1.8.15 +-->
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5<head>
6<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
7<meta http-equiv="X-UA-Compatible" content="IE=9"/>
8<meta name="generator" content="Doxygen 1.8.15"/>
9<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
10<title>Compute Library: tests/validate_examples/graph_convolution.cpp File Reference</title>
11<link href="tabs.css" rel="stylesheet" type="text/css"/>
12<script type="text/javascript" src="jquery.js"></script>
13<script type="text/javascript" src="dynsections.js"></script>
14<link href="navtree.css" rel="stylesheet" type="text/css"/>
15<script type="text/javascript" src="resize.js"></script>
16<script type="text/javascript" src="navtreedata.js"></script>
17<script type="text/javascript" src="navtree.js"></script>
18<script type="text/javascript">
19/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
20 $(document).ready(initResizable);
21/* @license-end */</script>
22<link href="search/search.css" rel="stylesheet" type="text/css"/>
23<script type="text/javascript" src="search/searchdata.js"></script>
24<script type="text/javascript" src="search/search.js"></script>
25<script type="text/x-mathjax-config">
26 MathJax.Hub.Config({
27 extensions: ["tex2jax.js"],
28 jax: ["input/TeX","output/HTML-CSS"],
29});
30</script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
31<link href="doxygen.css" rel="stylesheet" type="text/css" />
32<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
33</head>
34<body>
35<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
36<div id="titlearea">
37<table cellspacing="0" cellpadding="0">
38 <tbody>
39 <tr style="height: 56px;">
40 <img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
41 <td style="padding-left: 0.5em;">
42 <div id="projectname">
Jenkins7f09cf72020-01-22 18:08:16 +000043 &#160;<span id="projectnumber">19.11.1</span>
Jenkins0e205f72019-11-28 16:53:35 +000044 </div>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!-- end header part -->
51<!-- Generated by Doxygen 1.8.15 -->
52<script type="text/javascript">
53/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
54var searchBox = new SearchBox("searchBox", "search",false,'Search');
55/* @license-end */
56</script>
57<script type="text/javascript" src="menudata.js"></script>
58<script type="text/javascript" src="menu.js"></script>
59<script type="text/javascript">
60/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
61$(function() {
62 initMenu('',true,false,'search.php','Search');
63 $(document).ready(function() { init_search(); });
64});
65/* @license-end */</script>
66<div id="main-nav"></div>
67</div><!-- top -->
68<div id="side-nav" class="ui-resizable side-nav-resizable">
69 <div id="nav-tree">
70 <div id="nav-tree-contents">
71 <div id="nav-sync" class="sync"></div>
72 </div>
73 </div>
74 <div id="splitbar" style="-moz-user-select:none;"
75 class="ui-resizable-handle">
76 </div>
77</div>
78<script type="text/javascript">
79/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
80$(document).ready(function(){initNavTree('graph__convolution_8cpp.xhtml','');});
81/* @license-end */
82</script>
83<div id="doc-content">
84<!-- window showing the filter options -->
85<div id="MSearchSelectWindow"
86 onmouseover="return searchBox.OnSearchSelectShow()"
87 onmouseout="return searchBox.OnSearchSelectHide()"
88 onkeydown="return searchBox.OnSearchSelectKey(event)">
89</div>
90
91<!-- iframe showing the search results (closed by default) -->
92<div id="MSearchResultsWindow">
93<iframe src="javascript:void(0)" frameborder="0"
94 name="MSearchResults" id="MSearchResults">
95</iframe>
96</div>
97
98<div class="header">
99 <div class="summary">
100<a href="#func-members">Functions</a> </div>
101 <div class="headertitle">
102<div class="title">graph_convolution.cpp File Reference</div> </div>
103</div><!--header-->
104<div class="contents">
105<div class="textblock"><code>#include &quot;<a class="el" href="_graph_8h_source.xhtml">arm_compute/graph.h</a>&quot;</code><br />
106<code>#include &quot;<a class="el" href="_toolchain_support_8h_source.xhtml">support/ToolchainSupport.h</a>&quot;</code><br />
107<code>#include &quot;<a class="el" href="_accessor_8h_source.xhtml">tests/NEON/Accessor.h</a>&quot;</code><br />
108<code>#include &quot;<a class="el" href="_validation_8h_source.xhtml">tests/validation/Validation.h</a>&quot;</code><br />
109<code>#include &quot;<a class="el" href="_convolution_layer_8h_source.xhtml">tests/validation/reference/ConvolutionLayer.h</a>&quot;</code><br />
110<code>#include &quot;<a class="el" href="_permute_8h_source.xhtml">tests/validation/reference/Permute.h</a>&quot;</code><br />
111<code>#include &quot;<a class="el" href="_common_graph_options_8h_source.xhtml">utils/CommonGraphOptions.h</a>&quot;</code><br />
112<code>#include &quot;<a class="el" href="_graph_utils_8h_source.xhtml">utils/GraphUtils.h</a>&quot;</code><br />
113<code>#include &quot;<a class="el" href="utils_2_utils_8h_source.xhtml">utils/Utils.h</a>&quot;</code><br />
114<code>#include &quot;<a class="el" href="_validate_example_8h_source.xhtml">ValidateExample.h</a>&quot;</code><br />
115<code>#include &quot;<a class="el" href="graph__validate__utils_8h_source.xhtml">graph_validate_utils.h</a>&quot;</code><br />
116<code>#include &lt;utility&gt;</code><br />
117</div>
118<p><a href="graph__convolution_8cpp_source.xhtml">Go to the source code of this file.</a></p>
119<table class="memberdecls">
120<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
121Functions</h2></td></tr>
122<tr class="memitem:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="graph__convolution_8cpp.xhtml#a3c04138a5bfe5d72780bb7e82a18e627">main</a> (int argc, char **argv)</td></tr>
123<tr class="memdesc:a3c04138a5bfe5d72780bb7e82a18e627"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main program for Graph Convolution test. <a href="#a3c04138a5bfe5d72780bb7e82a18e627">More...</a><br /></td></tr>
124<tr class="separator:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memSeparator" colspan="2">&#160;</td></tr>
125</table>
126<h2 class="groupheader">Function Documentation</h2>
127<a id="a3c04138a5bfe5d72780bb7e82a18e627"></a>
128<h2 class="memtitle"><span class="permalink"><a href="#a3c04138a5bfe5d72780bb7e82a18e627">&#9670;&nbsp;</a></span>main()</h2>
129
130<div class="memitem">
131<div class="memproto">
132 <table class="memname">
133 <tr>
134 <td class="memname">int main </td>
135 <td>(</td>
136 <td class="paramtype">int&#160;</td>
137 <td class="paramname"><em>argc</em>, </td>
138 </tr>
139 <tr>
140 <td class="paramkey"></td>
141 <td></td>
142 <td class="paramtype">char **&#160;</td>
143 <td class="paramname"><em>argv</em>&#160;</td>
144 </tr>
145 <tr>
146 <td></td>
147 <td>)</td>
148 <td></td><td></td>
149 </tr>
150 </table>
151</div><div class="memdoc">
152
153<p>Main program for Graph Convolution test. </p>
154<dl class="params"><dt>Parameters</dt><dd>
155 <table class="params">
156 <tr><td class="paramdir">[in]</td><td class="paramname">argc</td><td>Number of arguments </td></tr>
157 <tr><td class="paramdir">[in]</td><td class="paramname">argv</td><td>Arguments ( Input dimensions [width, height, channels, batch] Weights dimensions [width, height, OFM] Padding [top,bottom,left,right, Stride x, Stride y, mode [Valid / Same / Manual] ) Convolution Method[ Auto/GEMM/Winograd/Direct] Verification[tolerance_number,absolute_tolerance,relative_tolerance] ) </td></tr>
158 </table>
159 </dd>
160</dl>
161
162<p class="definition">Definition at line <a class="el" href="graph__convolution_8cpp_source.xhtml#l00395">395</a> of file <a class="el" href="graph__convolution_8cpp_source.xhtml">graph_convolution.cpp</a>.</p>
163<div class="fragment"><div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160;{</div><div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160; <span class="keywordflow">return</span> arm_compute::utils::run_example&lt;GraphConvolutionValidateExample&gt;(argc, argv);</div><div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160;}</div></div><!-- fragment -->
164</div>
165</div>
166</div><!-- contents -->
167</div><!-- doc-content -->
168<!-- start footer part -->
169<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
170 <ul>
171 <li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml">tests</a></li><li class="navelem"><a class="el" href="dir_c17e235a7be576fb898bcc8e94f529de.xhtml">validate_examples</a></li><li class="navelem"><a class="el" href="graph__convolution_8cpp.xhtml">graph_convolution.cpp</a></li>
Jenkins7f09cf72020-01-22 18:08:16 +0000172 <li class="footer">Generated on Wed Jan 22 2020 18:07:48 for Compute Library by
Jenkins0e205f72019-11-28 16:53:35 +0000173 <a href="http://www.doxygen.org/index.html">
174 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
175 </ul>
176</div>
177</body>
178</html>