blob: 6367c0f3a9a6d5ebeed4e92e1f14f213eb931ae5 [file] [log] [blame]
Anthony Barbierdbdab852017-06-23 15:42:00 +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"/>
Anthony Barbierdbdab852017-06-23 15:42:00 +01008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
9<title>Compute Library: Validation and benchmarks tests</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>
Anthony Barbierdbdab852017-06-23 15:42:00 +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>
Anthony Barbierdbdab852017-06-23 15:42:00 +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(); });
Anthony Barbierdbdab852017-06-23 15:42:00 +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>
Anthony Barbierdbdab852017-06-23 15:42:00 +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
Anthony Barbier8140e1e2017-12-14 23:48:46 +000043 &#160;<span id="projectnumber">17.12</span>
Anthony Barbierdbdab852017-06-23 15:42:00 +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 -->
Anthony Barbierdbdab852017-06-23 15:42:00 +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 class="current"><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><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><!-- top -->
81<div id="side-nav" class="ui-resizable side-nav-resizable">
82 <div id="nav-tree">
83 <div id="nav-tree-contents">
84 <div id="nav-sync" class="sync"></div>
85 </div>
86 </div>
87 <div id="splitbar" style="-moz-user-select:none;"
88 class="ui-resizable-handle">
89 </div>
90</div>
91<script type="text/javascript">
92$(document).ready(function(){initNavTree('tests.xhtml','');});
93</script>
94<div id="doc-content">
95<!-- window showing the filter options -->
96<div id="MSearchSelectWindow"
97 onmouseover="return searchBox.OnSearchSelectShow()"
98 onmouseout="return searchBox.OnSearchSelectHide()"
99 onkeydown="return searchBox.OnSearchSelectKey(event)">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000100</div>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100101
102<!-- iframe showing the search results (closed by default) -->
103<div id="MSearchResultsWindow">
104<iframe src="javascript:void(0)" frameborder="0"
105 name="MSearchResults" id="MSearchResults">
106</iframe>
107</div>
108
109<div class="header">
110 <div class="headertitle">
111<div class="title">Validation and benchmarks tests </div> </div>
112</div><!--header-->
113<div class="contents">
114<div class="toc"><h3>Table of Contents</h3>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000115<ul><li class="level1"><a href="#tests_overview">Overview</a><ul><li class="level2"><a href="#tests_overview_structure">Directory structure</a></li>
116<li class="level2"><a href="#tests_overview_fixtures">Fixtures</a><ul><li class="level3"><a href="#tests_overview_fixtures_fixture">Fixture</a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100117<li class="level3"><a href="#tests_overview_fixtures_data_fixture">Data fixture</a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100118</ul>
119</li>
Kaizen8938bd32017-09-28 14:38:23 +0100120<li class="level2"><a href="#tests_overview_test_cases">Test cases</a><ul><li class="level3"><a href="#tests_overview_test_cases_test_case">Test case</a></li>
121<li class="level3"><a href="#tests_overview_test_cases_fixture_fixture_test_case">Fixture test case</a></li>
122<li class="level3"><a href="#tests_overview_test_cases_fixture_register_fixture_test_case">Registering a fixture as test case</a></li>
123<li class="level3"><a href="#tests_overview_test_cases_data_test_case">Data test case</a></li>
124<li class="level3"><a href="#tests_overview_test_cases_fixture_data_test_case">Fixture data test case</a></li>
125<li class="level3"><a href="#tests_overview_test_cases_register_fixture_data_test_case">Registering a fixture as data test case</a></li>
126</ul>
127</li>
128</ul>
129</li>
130<li class="level1"><a href="#writing_tests">Writing validation tests</a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100131<li class="level1"><a href="#tests_running_tests">Running tests</a><ul><li class="level2"><a href="#tests_running_tests_benchmarking">Benchmarking</a><ul><li class="level3"><a href="#tests_running_tests_benchmarking_filter">Filter tests</a></li>
132<li class="level3"><a href="#tests_running_tests_benchmarking_runtime">Runtime</a></li>
Kaizen8938bd32017-09-28 14:38:23 +0100133<li class="level3"><a href="#tests_running_tests_benchmarking_output">Output</a></li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100134<li class="level3"><a href="#tests_running_tests_benchmarking_mode">Mode</a></li>
135<li class="level3"><a href="#tests_running_tests_benchmarking_instruments">Instruments</a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100136</ul>
137</li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100138</ul>
139</li>
140</ul>
141</div>
Kaizen8938bd32017-09-28 14:38:23 +0100142<div class="textblock"><h1><a class="anchor" id="tests_overview"></a>
143Overview</h1>
144<p>Benchmark and validation tests are based on the same framework to setup and run the tests. In addition to running simple, self-contained test functions the framework supports fixtures and data test cases. The former allows to share common setup routines between various backends thus reducing the amount of duplicated code. The latter can be used to parameterize tests or fixtures with different inputs, e.g. different tensor shapes. One limitation is that tests/fixtures cannot be parameterized based on the data type if static type information is needed within the test (e.g. to validate the results).</p>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000145<h2><a class="anchor" id="tests_overview_structure"></a>
146Directory structure</h2>
147<pre class="fragment">.
148`-- tests &lt;- Top level test directory. All files in here are shared among validation and benchmark.
149 |-- framework &lt;- Underlying test framework.
150 |-- CL \
151 |-- NEON -&gt; Backend specific files with helper functions etc.
152 |-- benchmark &lt;- Top level directory for the benchmarking files.
153 | |-- fixtures &lt;- Fixtures for benchmark tests.
154 | |-- CL &lt;- OpenCL backend test cases on a function level.
155 | | `-- SYSTEM &lt;- OpenCL system tests, e.g. whole networks
156 | `-- NEON &lt;- Same for NEON
157 | `-- SYSTEM
158 |-- datasets &lt;- Datasets for benchmark and validation tests.
159 |-- main.cpp &lt;- Main entry point for the tests. Currently shared between validation and benchmarking.
160 |-- networks &lt;- Network classes for system level tests.
161 `-- validation -&gt; Top level directory for validation files.
162 |-- CPP -&gt; C++ reference code
163 |-- CL \
164 |-- NEON -&gt; Backend specific test cases
165 `-- fixtures -&gt; Fixtures shared among all backends. Used to setup target function and tensors.
166</pre><h2><a class="anchor" id="tests_overview_fixtures"></a>
Kaizen8938bd32017-09-28 14:38:23 +0100167Fixtures</h2>
168<p>Fixtures can be used to share common setup, teardown or even run tasks among multiple test cases. For that purpose a fixture can define a <code>setup</code>, <code>teardown</code> and <code>run</code> method. Additionally the constructor and destructor might also be customized.</p>
169<p>An instance of the fixture is created immediately before the actual test is executed. After construction the <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml#a4fc01d736fe50cf5b977f755b675f11d">framework::Fixture::setup</a> method is called. Then the test function or the fixtures <code>run</code> method is invoked. After test execution the <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml#a4adab6322a0276f34a7d656d49fc865c">framework::Fixture::teardown</a> method is called and lastly the fixture is destructed.</p>
170<h3><a class="anchor" id="tests_overview_fixtures_fixture"></a>
171Fixture</h3>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000172<p>Fixtures for non-parameterized test are straightforward. The custom fixture class has to inherit from <a class="el" href="classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml">framework::Fixture</a> and choose to implement any of the <code>setup</code>, <code>teardown</code> or <code>run</code> methods. None of the methods takes any arguments or returns anything. </p><pre class="fragment">class CustomFixture : public framework::Fixture
Kaizen8938bd32017-09-28 14:38:23 +0100173{
174 void setup()
175 {
176 _ptr = malloc(4000);
177 }
178
179 void run()
180 {
181 ARM_COMPUTE_ASSERT(_ptr != nullptr);
182 }
183
184 void teardown()
185 {
186 free(_ptr);
187 }
188
189 void *_ptr;
190};
191</pre><h3><a class="anchor" id="tests_overview_fixtures_data_fixture"></a>
192Data fixture</h3>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000193<p>The advantage of a parameterized fixture is that arguments can be passed to the setup method at runtime. To make this possible the setup method has to be a template with a type parameter for every argument (though the template parameter doesn't have to be used). All other methods remain the same. </p><pre class="fragment">class CustomFixture : public framework::Fixture
Kaizen8938bd32017-09-28 14:38:23 +0100194{
195#ifdef ALTERNATIVE_DECLARATION
196 template &lt;typename ...&gt;
197 void setup(size_t size)
198 {
199 _ptr = malloc(size);
200 }
201#else
202 template &lt;typename T&gt;
203 void setup(T size)
204 {
205 _ptr = malloc(size);
206 }
207#endif
208
209 void run()
210 {
211 ARM_COMPUTE_ASSERT(_ptr != nullptr);
212 }
213
214 void teardown()
215 {
216 free(_ptr);
217 }
218
219 void *_ptr;
220};
221</pre><h2><a class="anchor" id="tests_overview_test_cases"></a>
222Test cases</h2>
223<p>All following commands can be optionally prefixed with <code>EXPECTED_FAILURE_</code> or <code>DISABLED_</code>.</p>
224<h3><a class="anchor" id="tests_overview_test_cases_test_case"></a>
225Test case</h3>
226<p>A simple test case function taking no inputs and having no (shared) state.</p>
227<ul>
228<li>First argument is the name of the test case (has to be unique within the enclosing test suite).</li>
229<li>Second argument is the dataset mode in which the test will be active.</li>
230</ul>
231<pre class="fragment">TEST_CASE(TestCaseName, DatasetMode::PRECOMMIT)
232{
233 ARM_COMPUTE_ASSERT_EQUAL(1 + 1, 2);
234}
235</pre><h3><a class="anchor" id="tests_overview_test_cases_fixture_fixture_test_case"></a>
236Fixture test case</h3>
237<p>A simple test case function taking no inputs that inherits from a fixture. The test case will have access to all public and protected members of the fixture. Only the setup and teardown methods of the fixture will be used. The body of this function will be used as test function.</p>
238<ul>
239<li>First argument is the name of the test case (has to be unique within the enclosing test suite).</li>
240<li>Second argument is the class name of the fixture.</li>
241<li>Third argument is the dataset mode in which the test will be active.</li>
242</ul>
243<pre class="fragment">class FixtureName : public framework::Fixture
244{
245 public:
246 void setup() override
247 {
248 _one = 1;
249 }
250
251 protected:
252 int _one;
253};
254
255FIXTURE_TEST_CASE(TestCaseName, FixtureName, DatasetMode::PRECOMMIT)
256{
257 ARM_COMPUTE_ASSERT_EQUAL(_one + 1, 2);
258}
259</pre><h3><a class="anchor" id="tests_overview_test_cases_fixture_register_fixture_test_case"></a>
260Registering a fixture as test case</h3>
261<p>Allows to use a fixture directly as test case. Instead of defining a new test function the run method of the fixture will be executed.</p>
262<ul>
263<li>First argument is the name of the test case (has to be unique within the enclosing test suite).</li>
264<li>Second argument is the class name of the fixture.</li>
265<li>Third argument is the dataset mode in which the test will be active.</li>
266</ul>
267<pre class="fragment">class FixtureName : public framework::Fixture
268{
269 public:
270 void setup() override
271 {
272 _one = 1;
273 }
274
275 void run() override
276 {
277 ARM_COMPUTE_ASSERT_EQUAL(_one + 1, 2);
278 }
279
280 protected:
281 int _one;
282};
283
284REGISTER_FIXTURE_TEST_CASE(TestCaseName, FixtureName, DatasetMode::PRECOMMIT);
285</pre><h3><a class="anchor" id="tests_overview_test_cases_data_test_case"></a>
286Data test case</h3>
287<p>A parameterized test case function that has no (shared) state. The dataset will be used to generate versions of the test case with different inputs.</p>
288<ul>
289<li>First argument is the name of the test case (has to be unique within the enclosing test suite).</li>
290<li>Second argument is the dataset mode in which the test will be active.</li>
291<li>Third argument is the dataset.</li>
292<li>Further arguments specify names of the arguments to the test function. The number must match the arity of the dataset.</li>
293</ul>
294<pre class="fragment">DATA_TEST_CASE(TestCaseName, DatasetMode::PRECOMMIT, framework::make("Numbers", {1, 2, 3}), num)
295{
296 ARM_COMPUTE_ASSERT(num &lt; 4);
297}
298</pre><h3><a class="anchor" id="tests_overview_test_cases_fixture_data_test_case"></a>
299Fixture data test case</h3>
300<p>A parameterized test case that inherits from a fixture. The test case will have access to all public and protected members of the fixture. Only the setup and teardown methods of the fixture will be used. The setup method of the fixture needs to be a template and has to accept inputs from the dataset as arguments. The body of this function will be used as test function. The dataset will be used to generate versions of the test case with different inputs.</p>
301<ul>
302<li>First argument is the name of the test case (has to be unique within the enclosing test suite).</li>
303<li>Second argument is the class name of the fixture.</li>
304<li>Third argument is the dataset mode in which the test will be active.</li>
305<li>Fourth argument is the dataset.</li>
306</ul>
307<pre class="fragment">class FixtureName : public framework::Fixture
308{
309 public:
310 template &lt;typename T&gt;
311 void setup(T num)
312 {
313 _num = num;
314 }
315
316 protected:
317 int _num;
318};
319
320FIXTURE_DATA_TEST_CASE(TestCaseName, FixtureName, DatasetMode::PRECOMMIT, framework::make("Numbers", {1, 2, 3}))
321{
322 ARM_COMPUTE_ASSERT(_num &lt; 4);
323}
324</pre><h3><a class="anchor" id="tests_overview_test_cases_register_fixture_data_test_case"></a>
325Registering a fixture as data test case</h3>
326<p>Allows to use a fixture directly as parameterized test case. Instead of defining a new test function the run method of the fixture will be executed. The setup method of the fixture needs to be a template and has to accept inputs from the dataset as arguments. The dataset will be used to generate versions of the test case with different inputs.</p>
327<ul>
328<li>First argument is the name of the test case (has to be unique within the enclosing test suite).</li>
329<li>Second argument is the class name of the fixture.</li>
330<li>Third argument is the dataset mode in which the test will be active.</li>
331<li>Fourth argument is the dataset.</li>
332</ul>
333<pre class="fragment">class FixtureName : public framework::Fixture
334{
335 public:
336 template &lt;typename T&gt;
337 void setup(T num)
338 {
339 _num = num;
340 }
341
342 void run() override
343 {
344 ARM_COMPUTE_ASSERT(_num &lt; 4);
345 }
346
347 protected:
348 int _num;
349};
350
351REGISTER_FIXTURE_DATA_TEST_CASE(TestCaseName, FixtureName, DatasetMode::PRECOMMIT, framework::make("Numbers", {1, 2, 3}));
352</pre><h1><a class="anchor" id="writing_tests"></a>
353Writing validation tests</h1>
354<p>Before starting a new test case have a look at the existing ones. They should provide a good overview how test cases are structured.</p>
355<ul>
356<li>The C++ reference needs to be added to <code>tests/validation/CPP/</code>. The reference function is typically a template parameterized by the underlying value type of the <code><a class="el" href="classarm__compute_1_1test_1_1_simple_tensor.xhtml" title="Simple tensor object that stores elements in a consecutive chunk of memory. ">SimpleTensor</a></code>. This makes it easy to specialise for different data types.</li>
357<li>If all backends have a common interface it makes sense to share the setup code. This can be done by adding a fixture in <code>tests/validation/fixtures/</code>. Inside of the <code>setup</code> method of a fixture the tensors can be created and initialised and the function can be configured and run. The actual test will only have to validate the results. To be shared among multiple backends the fixture class is usually a template that accepts the specific types (data, tensor class, function class etc.) as parameters.</li>
358<li>The actual test cases need to be added for each backend individually. Typically the will be multiple tests for different data types and for different execution modes, e.g. precommit and nightly.</li>
359</ul>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100360<h1><a class="anchor" id="tests_running_tests"></a>
361Running tests</h1>
362<h2><a class="anchor" id="tests_running_tests_benchmarking"></a>
363Benchmarking</h2>
364<h3><a class="anchor" id="tests_running_tests_benchmarking_filter"></a>
365Filter tests</h3>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000366<p>All tests can be run by invoking </p><pre class="fragment">./arm_compute_benchmark ./data
Anthony Barbierdbdab852017-06-23 15:42:00 +0100367</pre><p>where <code>./data</code> contains the assets needed by the tests.</p>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000368<p>If only a subset of the tests has to be executed the <code>--filter</code> option takes a regular expression to select matching tests. </p><pre class="fragment">./arm_compute_benchmark --filter='NEON/.*AlexNet' ./data
369</pre><p>Additionally each test has a test id which can be used as a filter, too. However, the test id is not guaranteed to be stable when new tests are added. Only for a specific build the same the test will keep its id. </p><pre class="fragment">./arm_compute_benchmark --filter-id=10 ./data
370</pre><p>All available tests can be displayed with the <code>--list-tests</code> switch. </p><pre class="fragment">./arm_compute_benchmark --list-tests
Kaizen8938bd32017-09-28 14:38:23 +0100371</pre><p>More options can be found in the <code>--help</code> message.</p>
372<h3><a class="anchor" id="tests_running_tests_benchmarking_runtime"></a>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100373Runtime</h3>
Kaizen8938bd32017-09-28 14:38:23 +0100374<p>By default every test is run once on a single thread. The number of iterations can be controlled via the <code>--iterations</code> option and the number of threads via <code>--threads</code>.</p>
375<h3><a class="anchor" id="tests_running_tests_benchmarking_output"></a>
376Output</h3>
377<p>By default the benchmarking results are printed in a human readable format on the command line. The colored output can be disabled via <code>--no-color-output</code>. As an alternative output format JSON is supported and can be selected via <code>--log-format=json</code>. To write the output to a file instead of stdout the <code>--log-file</code> option can be used.</p>
Kaizenbf8b01d2017-10-12 14:26:51 +0100378<h3><a class="anchor" id="tests_running_tests_benchmarking_mode"></a>
379Mode</h3>
380<p>Tests contain different datasets of different sizes, some of which will take several hours to run. You can select which datasets to use by using the <code>--mode</code> option, we recommed you use <code>--mode=precommit</code> to start with.</p>
381<h3><a class="anchor" id="tests_running_tests_benchmarking_instruments"></a>
382Instruments</h3>
383<p>You can use the <code>--instruments</code> option to select one or more instruments to measure the execution time of the benchmark tests.</p>
384<p><code>PMU</code> will try to read the CPU PMU events from the kernel (They need to be enabled on your platform)</p>
385<p><code>MALI</code> will try to collect Mali hardware performance counters. (You need to have a recent enough Mali driver)</p>
386<p><code>WALL_CLOCK</code> will measure time using <code>gettimeofday</code>: this should work on all platforms.</p>
387<p>You can pass a combinations of these instruments: <code>--instruments=PMU,MALI,WALL_CLOCK</code></p>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000388<dl class="section note"><dt>Note</dt><dd>You need to make sure the instruments have been selected at compile time using the <code>pmu=1</code> or <code>mali=1</code> scons options. </dd></dl>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100389</div></div><!-- contents -->
390</div><!-- doc-content -->
391<!-- start footer part -->
392<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
393 <ul>
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000394 <li class="footer">Generated on Thu Dec 14 2017 23:48:34 for Compute Library by
Anthony Barbierdbdab852017-06-23 15:42:00 +0100395 <a href="http://www.doxygen.org/index.html">
Anthony Barbier8140e1e2017-12-14 23:48:46 +0000396 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
Anthony Barbierdbdab852017-06-23 15:42:00 +0100397 </ul>
398</div>
399</body>
400</html>