blob: 8f3195fa1dee2a65a9fbc13780a1ac7502df2ac1 [file] [log] [blame]
<!-- HTML header for doxygen 1.8.9.1-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
<title>Compute Library: tests/framework/command_line/CommonOptions.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Compute Library
&#160;<span id="projectnumber">18.03</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
<li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
<li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
<li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
<li class="current"><a href="files.xhtml"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.xhtml"><span>File&#160;List</span></a></li>
<li><a href="globals.xhtml"><span>Globals</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_common_options_8h_source.xhtml','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">CommonOptions.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="_common_options_8h.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * Copyright (c) 2018 ARM Limited.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * of this software and associated documentation files (the &quot;Software&quot;), to</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * deal in the Software without restriction, including without limitation the</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * sell copies of the Software, and to permit persons to whom the Software is</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * furnished to do so, subject to the following conditions:</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * The above copyright notice and this permission notice shall be included in all</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * copies or substantial portions of the Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> * SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#ifndef ARM_COMPUTE_TEST_COMMONOPTIONS</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#define ARM_COMPUTE_TEST_COMMONOPTIONS</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &quot;../instruments/Instruments.h&quot;</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_command_line_options_8h.xhtml">CommandLineOptions.h</a>&quot;</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearm__compute.xhtml">arm_compute</a></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;{</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="keyword">namespace </span>test</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;{</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keyword">namespace </span>framework</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;{</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">class </span>CommandLineParser;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="keyword">class </span>Printer;</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="keyword">enum class</span> <a class="code" href="namespacearm__compute_1_1test_1_1framework.xhtml#a043aa97de3c71ad015852f46ec4cc6ad">LogFormat</a>;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="keyword">enum class</span> <a class="code" href="namespacearm__compute_1_1test_1_1framework.xhtml#aca1fd1d8935433e6ba2e3918214e07f9">LogLevel</a>;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml"> 52</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml">CommonOptions</a></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;{</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a8a6279b9d4e0a96cf38ba1041b9999ca">CommonOptions</a>(<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_command_line_parser.xhtml">CommandLineParser</a> &amp;<a class="code" href="namespacecaffe__data__extractor.xhtml#a90eee7a4677ca8b1ed116364a24367f9">parser</a>);</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a8a6279b9d4e0a96cf38ba1041b9999ca">CommonOptions</a>(<span class="keyword">const</span> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml">CommonOptions</a> &amp;) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml">CommonOptions</a> &amp;<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a969cbf086a9939be47ea26a557ebf440">operator=</a>(<span class="keyword">const</span> <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml">CommonOptions</a> &amp;) = <span class="keyword">delete</span>;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; std::vector&lt;std::unique_ptr&lt;Printer&gt;&gt; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a0ecd10cc93de5d317347eab52ede1775">create_printers</a>();</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#acb3f1fc6ee2cea2cf9074e7dfa4acf2b"> 70</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml">ToggleOption</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#acb3f1fc6ee2cea2cf9074e7dfa4acf2b">help</a>;</div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a4d1d0ff17014387bae9e2ddba52c8d28"> 71</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_enum_list_option.xhtml">EnumListOption&lt;InstrumentsDescription&gt;</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a4d1d0ff17014387bae9e2ddba52c8d28">instruments</a>;</div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ab1edd556caa5623656b277d848d40bc1"> 72</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml">SimpleOption&lt;int&gt;</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ab1edd556caa5623656b277d848d40bc1">iterations</a>;</div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ad6174941c7ae1c945e4f7fcb3261f87c"> 73</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml">SimpleOption&lt;int&gt;</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ad6174941c7ae1c945e4f7fcb3261f87c">threads</a>;</div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a7c6744173243dc91fa523a3ae5d56a42"> 74</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml">EnumOption&lt;LogFormat&gt;</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a7c6744173243dc91fa523a3ae5d56a42">log_format</a>;</div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3a0513ecdd96213eea1ff18db9e31dd1"> 75</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml">SimpleOption&lt;std::string&gt;</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3a0513ecdd96213eea1ff18db9e31dd1">log_file</a>;</div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3c6d3c4148ccea12042b1ceb7160ddbb"> 76</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml">EnumOption&lt;LogLevel&gt;</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3c6d3c4148ccea12042b1ceb7160ddbb">log_level</a>;</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#af9894d2ffeae91ef9f6630e52c47d2ce"> 77</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml">ToggleOption</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#af9894d2ffeae91ef9f6630e52c47d2ce">throw_errors</a>;</div><div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a41c4e0b7da82201358ea94bf8e9b45b4"> 78</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml">ToggleOption</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a41c4e0b7da82201358ea94bf8e9b45b4">color_output</a>;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a98e7bdac3d9d96b0f4cc5b1068717f99"> 79</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml">ToggleOption</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a98e7bdac3d9d96b0f4cc5b1068717f99">pretty_console</a>;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3209b45938f9bd8583a821f5a22f7e18"> 80</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml">SimpleOption&lt;std::string&gt;</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3209b45938f9bd8583a821f5a22f7e18">json_file</a>;</div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ad63be2adb43e43ecc3ec0d26e2486874"> 81</a></span>&#160; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml">SimpleOption&lt;std::string&gt;</a> *<a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ad63be2adb43e43ecc3ec0d26e2486874">pretty_file</a>;</div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#aacb71cf86aa636b8775c876b2b1bad23"> 82</a></span>&#160; std::vector&lt;std::shared_ptr&lt;std::ofstream&gt;&gt; <a class="code" href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#aacb71cf86aa636b8775c876b2b1bad23">log_streams</a>;</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;};</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;} <span class="comment">// namespace framework</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;} <span class="comment">// namespace test</span></div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;} <span class="comment">// namespace arm_compute</span></div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* ARM_COMPUTE_TEST_COMMONOPTIONS */</span><span class="preprocessor"></span></div><div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_toggle_option_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml">arm_compute::test::framework::ToggleOption</a></div><div class="ttdoc">Implementation of an option that can be either true or false. </div><div class="ttdef"><b>Definition:</b> <a href="_toggle_option_8h_source.xhtml#l00038">ToggleOption.h:38</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1test_1_1framework_xhtml_a043aa97de3c71ad015852f46ec4cc6ad"><div class="ttname"><a href="namespacearm__compute_1_1test_1_1framework.xhtml#a043aa97de3c71ad015852f46ec4cc6ad">arm_compute::test::framework::LogFormat</a></div><div class="ttdeci">LogFormat</div><div class="ttdef"><b>Definition:</b> <a href="tests_2framework_2printers_2_printers_8h_source.xhtml#l00036">Printers.h:36</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a3c6d3c4148ccea12042b1ceb7160ddbb"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3c6d3c4148ccea12042b1ceb7160ddbb">arm_compute::test::framework::CommonOptions::log_level</a></div><div class="ttdeci">EnumOption&lt; LogLevel &gt; * log_level</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00076">CommonOptions.h:76</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_ab1edd556caa5623656b277d848d40bc1"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ab1edd556caa5623656b277d848d40bc1">arm_compute::test::framework::CommonOptions::iterations</a></div><div class="ttdeci">SimpleOption&lt; int &gt; * iterations</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00072">CommonOptions.h:72</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_simple_option_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml">arm_compute::test::framework::SimpleOption&lt; int &gt;</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_af9894d2ffeae91ef9f6630e52c47d2ce"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#af9894d2ffeae91ef9f6630e52c47d2ce">arm_compute::test::framework::CommonOptions::throw_errors</a></div><div class="ttdeci">ToggleOption * throw_errors</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00077">CommonOptions.h:77</a></div></div>
<div class="ttc" id="namespacearm__compute_1_1test_1_1framework_xhtml_aca1fd1d8935433e6ba2e3918214e07f9"><div class="ttname"><a href="namespacearm__compute_1_1test_1_1framework.xhtml#aca1fd1d8935433e6ba2e3918214e07f9">arm_compute::test::framework::LogLevel</a></div><div class="ttdeci">LogLevel</div><div class="ttdoc">Severity of the information. </div><div class="ttdef"><b>Definition:</b> <a href="_exceptions_8h_source.xhtml#l00050">Exceptions.h:50</a></div></div>
<div class="ttc" id="namespacearm__compute_xhtml"><div class="ttname"><a href="namespacearm__compute.xhtml">arm_compute</a></div><div class="ttdoc">This file contains all available output stages for GEMMLowp on OpenCL. </div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00001">00_introduction.dox:1</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a3209b45938f9bd8583a821f5a22f7e18"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3209b45938f9bd8583a821f5a22f7e18">arm_compute::test::framework::CommonOptions::json_file</a></div><div class="ttdeci">SimpleOption&lt; std::string &gt; * json_file</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00080">CommonOptions.h:80</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_ad63be2adb43e43ecc3ec0d26e2486874"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ad63be2adb43e43ecc3ec0d26e2486874">arm_compute::test::framework::CommonOptions::pretty_file</a></div><div class="ttdeci">SimpleOption&lt; std::string &gt; * pretty_file</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00081">CommonOptions.h:81</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a0ecd10cc93de5d317347eab52ede1775"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a0ecd10cc93de5d317347eab52ede1775">arm_compute::test::framework::CommonOptions::create_printers</a></div><div class="ttdeci">std::vector&lt; std::unique_ptr&lt; Printer &gt; &gt; create_printers()</div><div class="ttdoc">Create the printers based on parsed command line options. </div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8cpp_source.xhtml#l00099">CommonOptions.cpp:99</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a98e7bdac3d9d96b0f4cc5b1068717f99"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a98e7bdac3d9d96b0f4cc5b1068717f99">arm_compute::test::framework::CommonOptions::pretty_console</a></div><div class="ttdeci">ToggleOption * pretty_console</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00079">CommonOptions.h:79</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_aacb71cf86aa636b8775c876b2b1bad23"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#aacb71cf86aa636b8775c876b2b1bad23">arm_compute::test::framework::CommonOptions::log_streams</a></div><div class="ttdeci">std::vector&lt; std::shared_ptr&lt; std::ofstream &gt; &gt; log_streams</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00082">CommonOptions.h:82</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_enum_list_option_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_enum_list_option.xhtml">arm_compute::test::framework::EnumListOption&lt; InstrumentsDescription &gt;</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_ad6174941c7ae1c945e4f7fcb3261f87c"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#ad6174941c7ae1c945e4f7fcb3261f87c">arm_compute::test::framework::CommonOptions::threads</a></div><div class="ttdeci">SimpleOption&lt; int &gt; * threads</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00073">CommonOptions.h:73</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a4d1d0ff17014387bae9e2ddba52c8d28"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a4d1d0ff17014387bae9e2ddba52c8d28">arm_compute::test::framework::CommonOptions::instruments</a></div><div class="ttdeci">EnumListOption&lt; InstrumentsDescription &gt; * instruments</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00071">CommonOptions.h:71</a></div></div>
<div class="ttc" id="namespacecaffe__data__extractor_xhtml_a90eee7a4677ca8b1ed116364a24367f9"><div class="ttname"><a href="namespacecaffe__data__extractor.xhtml#a90eee7a4677ca8b1ed116364a24367f9">caffe_data_extractor.parser</a></div><div class="ttdeci">parser</div><div class="ttdef"><b>Definition:</b> <a href="caffe__data__extractor_8py_source.xhtml#l00018">caffe_data_extractor.py:18</a></div></div>
<div class="ttc" id="_command_line_options_8h_xhtml"><div class="ttname"><a href="_command_line_options_8h.xhtml">CommandLineOptions.h</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a8a6279b9d4e0a96cf38ba1041b9999ca"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a8a6279b9d4e0a96cf38ba1041b9999ca">arm_compute::test::framework::CommonOptions::CommonOptions</a></div><div class="ttdeci">CommonOptions(CommandLineParser &amp;parser)</div><div class="ttdoc">Constructor. </div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8cpp_source.xhtml#l00037">CommonOptions.cpp:37</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_enum_option_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml">arm_compute::test::framework::EnumOption&lt; LogFormat &gt;</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_acb3f1fc6ee2cea2cf9074e7dfa4acf2b"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#acb3f1fc6ee2cea2cf9074e7dfa4acf2b">arm_compute::test::framework::CommonOptions::help</a></div><div class="ttdeci">ToggleOption * help</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00070">CommonOptions.h:70</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a7c6744173243dc91fa523a3ae5d56a42"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a7c6744173243dc91fa523a3ae5d56a42">arm_compute::test::framework::CommonOptions::log_format</a></div><div class="ttdeci">EnumOption&lt; LogFormat &gt; * log_format</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00074">CommonOptions.h:74</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a41c4e0b7da82201358ea94bf8e9b45b4"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a41c4e0b7da82201358ea94bf8e9b45b4">arm_compute::test::framework::CommonOptions::color_output</a></div><div class="ttdeci">ToggleOption * color_output</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00078">CommonOptions.h:78</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_command_line_parser_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_command_line_parser.xhtml">arm_compute::test::framework::CommandLineParser</a></div><div class="ttdoc">Class to parse command line arguments. </div><div class="ttdef"><b>Definition:</b> <a href="_command_line_parser_8h_source.xhtml#l00043">CommandLineParser.h:43</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml">arm_compute::test::framework::CommonOptions</a></div><div class="ttdoc">Common command line options used to configure the framework. </div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00052">CommonOptions.h:52</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a3a0513ecdd96213eea1ff18db9e31dd1"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a3a0513ecdd96213eea1ff18db9e31dd1">arm_compute::test::framework::CommonOptions::log_file</a></div><div class="ttdeci">SimpleOption&lt; std::string &gt; * log_file</div><div class="ttdef"><b>Definition:</b> <a href="_common_options_8h_source.xhtml#l00075">CommonOptions.h:75</a></div></div>
<div class="ttc" id="classarm__compute_1_1test_1_1framework_1_1_common_options_xhtml_a969cbf086a9939be47ea26a557ebf440"><div class="ttname"><a href="classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml#a969cbf086a9939be47ea26a557ebf440">arm_compute::test::framework::CommonOptions::operator=</a></div><div class="ttdeci">CommonOptions &amp; operator=(const CommonOptions &amp;)=delete</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml">tests</a></li><li class="navelem"><a class="el" href="dir_9e71e2da941d3cafc4d98a9f6ae3de4f.xhtml">framework</a></li><li class="navelem"><a class="el" href="dir_d247c927d0dc22626cf668ab2bd7f080.xhtml">command_line</a></li><li class="navelem"><a class="el" href="_common_options_8h.xhtml">CommonOptions.h</a></li>
<li class="footer">Generated on Fri Mar 2 2018 12:37:54 for Compute Library by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>
</html>