| <!-- HTML header for doxygen 1.8.15--> |
| <!-- Remember to use version doxygen 1.8.15 +--> |
| <!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.15"/> |
| <meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines --> |
| <title>Compute Library: utils/CommonGraphOptions.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"> |
| /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| $(document).ready(initResizable); |
| /* @license-end */</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/x-mathjax-config"> |
| MathJax.Hub.Config({ |
| extensions: ["tex2jax.js"], |
| jax: ["input/TeX","output/HTML-CSS"], |
| }); |
| </script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> |
| <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| <link href="stylesheet.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;"> |
| <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"/> |
| <td style="padding-left: 0.5em;"> |
| <div id="projectname"> |
|  <span id="projectnumber">20.02.1</span> |
| </div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <!-- end header part --> |
| <!-- Generated by Doxygen 1.8.15 --> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| /* @license-end */ |
| </script> |
| <script type="text/javascript" src="menudata.js"></script> |
| <script type="text/javascript" src="menu.js"></script> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| $(function() { |
| initMenu('',true,false,'search.php','Search'); |
| $(document).ready(function() { init_search(); }); |
| }); |
| /* @license-end */</script> |
| <div id="main-nav"></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"> |
| /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| $(document).ready(function(){initNavTree('_common_graph_options_8h_source.xhtml','');}); |
| /* @license-end */ |
| </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">CommonGraphOptions.h</div> </div> |
| </div><!--header--> |
| <div class="contents"> |
| <a href="_common_graph_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> <span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Copyright (c) 2018-2019 ARM Limited.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> *</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <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> <span class="comment"> * of this software and associated documentation files (the "Software"), to</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <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> <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> <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> <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> <span class="comment"> *</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <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> <span class="comment"> * copies or substantial portions of the Software.</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> *</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <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> <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> <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> <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> <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> <span class="comment"> * SOFTWARE.</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> */</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#ifndef ARM_COMPUTE_EXAMPLES_UTILS_COMMON_GRAPH_OPTIONS</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#define ARM_COMPUTE_EXAMPLES_UTILS_COMMON_GRAPH_OPTIONS</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include "<a class="code" href="_command_line_options_8h.xhtml">utils/command_line/CommandLineOptions.h</a>"</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include "<a class="code" href="_command_line_parser_8h.xhtml">utils/command_line/CommandLineParser.h</a>"</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include "<a class="code" href="_type_loader_8h.xhtml">arm_compute/graph/TypeLoader.h</a>"</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#include "<a class="code" href="arm__compute_2graph_2_type_printer_8h.xhtml">arm_compute/graph/TypePrinter.h</a>"</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include "<a class="code" href="_c_l_tuner_types_8h.xhtml">arm_compute/runtime/CL/CLTunerTypes.h</a>"</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">namespace </span><a class="code" href="namespacearm__compute.xhtml">arm_compute</a></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> {</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">namespace </span>utils</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> {</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment">/* ![Common graph examples parameters] */</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment">/* Common graph parameters</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment"> *</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="comment"> * --help : Print the example's help message.</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment"> * --threads : The number of threads to be used by the example during execution.</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="comment"> * --target : Execution target to be used by the examples. Supported target options: NEON, CL, GC.</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment"> * --type : Data type to be used by the examples. Supported data type options: QASYMM8, F16, F32.</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment"> * --layout : Data layout to be used by the examples. Supported data layout options : NCHW, NHWC.</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="comment"> * --enable-tuner : Toggle option to enable the OpenCL dynamic tuner.</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment"> * --enable-cl-cache : Toggle option to load the prebuilt opencl kernels from a cache file.</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="comment"> * --fast-math : Toggle option to enable the fast math option.</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="comment"> * --data : Path that contains the trainable parameter files of graph layers.</span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="comment"> * --image : Image to load and operate on. Image types supported: PPM, JPEG, NPY.</span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="comment"> * --labels : File that contains the labels that classify upon.</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment"> * --validation-file : File that contains a list of image names with their corresponding label id (e.g. image0.jpg 5).</span></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment"> * This is used to run the graph over a number of images and report top-1 and top-5 metrics.</span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment"> * --validation-path : The path where the validation images specified in the validation file reside.</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="comment"> * --validation-range : The range of the images to validate from the validation file (e.g 0,9).</span></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment"> * If not specified all the images will be validated.</span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="comment"> * --tuner-file : The file to store the OpenCL dynamic tuner tuned parameters.</span></div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="comment"> *</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment"> * Note that data, image and labels options should be provided to perform an inference run on an image.</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> <span class="comment"> * Note that validation-file and validation-path should be provided to perform a graph accuracy estimation.</span></div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="comment"> * Note GLES target is not supported for most of the networks.</span></div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="comment"> *</span></div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="comment"> * Example execution commands:</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="comment"> *</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="comment"> * Execute a single inference given an image and a file containing the correspondence between label ids and human readable labels:</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="comment"> * ./graph_vgg16 --data=data/ --target=cl --layout=nhwc --image=kart.jpeg --labels=imagenet1000_clsid_to_human.txt</span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="comment"> *</span></div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="comment"> * Perform a graph validation on a list of images:</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="comment"> * ./graph_vgg16 --data=data/ --target=neon --threads=4 --layout=nchw --validation-file=val.txt --validation-path=ilsvrc_test_images/</span></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="comment"> *</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="comment"> * File formats:</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="comment"> *</span></div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="comment"> * Validation file should be a plain file containing the names of the images followed by the correct label id.</span></div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="comment"> * For example:</span></div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="comment"> *</span></div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="comment"> * image0.jpeg 882</span></div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="comment"> * image1.jpeg 34</span></div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="comment"> * image2.jpeg 354</span></div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="comment"> *</span></div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="comment"> * Labels file should be a plain file where each line is the respective human readable label (counting starts from 0).</span></div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="comment"> * For example:</span></div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="comment"> *</span></div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span> <span class="comment"> * 0: label0_name label0_name</span></div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="comment"> * 1: label1_name or label1_name</span></div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="comment"> * 2: label2_name label2_name</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="comment"> */</span></div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="comment">/* ![Common graph examples parameters] */</span></div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span> <span class="comment"></span></div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="comment">/** Structure holding all the common graph parameters */</span></div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml"> 90</a></span> <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml">CommonGraphParams</a></div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span> {</div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a545363392790133c5dec1fd9e2cb279d"> 92</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a545363392790133c5dec1fd9e2cb279d">help</a>{ <span class="keyword">false</span> };</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a4f987a98d3e1221916748962e45399fe"> 93</a></span>  <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a4f987a98d3e1221916748962e45399fe">threads</a>{ 0 };</div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a29d9bc83bfba2fba21af47e575569dde"> 94</a></span>  <a class="code" href="namespacearm__compute_1_1graph.xhtml#a31488d29805a596498c0234ae392d35d">arm_compute::graph::Target</a> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a29d9bc83bfba2fba21af47e575569dde">target</a>{ <a class="code" href="namespacearm__compute_1_1graph.xhtml#a31488d29805a596498c0234ae392d35dacaf162e9233294cadf62d2a71a14ca09">arm_compute::graph::Target::NEON</a> };</div><div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a901f5f80dfec4ef700c14947ca8397c9"> 95</a></span>  <a class="code" href="namespacearm__compute.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">arm_compute::DataType</a> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a901f5f80dfec4ef700c14947ca8397c9">data_type</a>{ <a class="code" href="namespacearm__compute.xhtml#ab4e88c89b3b7ea1735996cc4def22d58a44ad4ef5a76e6aa6fb3e3fa079a54fda">DataType::F32</a> };</div><div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#aa56f0562febf49bc0e29a4257551191b"> 96</a></span>  <a class="code" href="namespacearm__compute.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">arm_compute::DataLayout</a> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#aa56f0562febf49bc0e29a4257551191b">data_layout</a>{ <a class="code" href="namespacearm__compute.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a> };</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ad2e53638e2c19bbbe968b95f60256cee"> 97</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ad2e53638e2c19bbbe968b95f60256cee">enable_tuner</a>{ <span class="keyword">false</span> };</div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ab4170b9a9eb611db146c5a776dc191ef"> 98</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ab4170b9a9eb611db146c5a776dc191ef">enable_cl_cache</a>{ <span class="keyword">false</span> };</div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a3ebea56a33e2632ae2a9b25b160e0705"> 99</a></span>  <a class="code" href="namespacearm__compute.xhtml#ae76ef5bd3ad69f7380ebb3ac6033ec5c">arm_compute::CLTunerMode</a> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a3ebea56a33e2632ae2a9b25b160e0705">tuner_mode</a>{ <a class="code" href="namespacearm__compute.xhtml#a4c9101ca1a1f72f48efff28b4b9a6495a1e23852820b9154316c7c06e2b7ba051">CLTunerMode::NORMAL</a> };</div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#acafd85ac6eb76b9037643104b48403e9"> 100</a></span>  <a class="code" href="namespacearm__compute_1_1graph.xhtml#ac85a46f3ebd3ab09f576a994ac2dce11">arm_compute::graph::FastMathHint</a> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#acafd85ac6eb76b9037643104b48403e9">fast_math_hint</a>{ <a class="code" href="namespacearm__compute_1_1graph.xhtml#ac85a46f3ebd3ab09f576a994ac2dce11ab9f5c797ebbf55adccdd8539a65a0241">arm_compute::graph::FastMathHint::Disabled</a> };</div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a30a81dbc66a8e9eeb693a75046b4655d"> 101</a></span>  std::string <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a30a81dbc66a8e9eeb693a75046b4655d">data_path</a>{};</div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a96b4a087acee7543a7624102a67fc14d"> 102</a></span>  std::string <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a96b4a087acee7543a7624102a67fc14d">image</a>{};</div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ad48071cd70c8b31c4ebdd6445eddaa0c"> 103</a></span>  std::string <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ad48071cd70c8b31c4ebdd6445eddaa0c">labels</a>{};</div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a8795de58b39cf31914df35a032c1a486"> 104</a></span>  std::string <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a8795de58b39cf31914df35a032c1a486">validation_file</a>{};</div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a91652a4f41fde8020674577dd0e5933d"> 105</a></span>  std::string <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a91652a4f41fde8020674577dd0e5933d">validation_path</a>{};</div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a5cabfb35cd0014387f7ec2a0c362c20f"> 106</a></span>  std::string <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a5cabfb35cd0014387f7ec2a0c362c20f">tuner_file</a>{};</div><div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a5c135a9c2ced82186156930974ded8a0"> 107</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a5c135a9c2ced82186156930974ded8a0">validation_range_start</a>{ 0 };</div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a1543de48b9546e5e234de4c1196f0d0f"> 108</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a1543de48b9546e5e234de4c1196f0d0f">validation_range_end</a>{ std::numeric_limits<unsigned int>::max() };</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> };</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span> <span class="comment"></span></div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span> <span class="comment">/** Formatted output of the CommonGraphParams type</span></div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="comment"> *</span></div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span> <span class="comment"> * @param[out] os Output stream.</span></div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span> <span class="comment"> * @param[in] common_params Common parameters to output</span></div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span> <span class="comment"> *</span></div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span> <span class="comment"> * @return Modified output stream.</span></div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="comment"> */</span></div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span> ::std::ostream &<a class="code" href="namespacearm__compute_1_1utils.xhtml#aaea51d53fd1d57be4dde4e38874d9019">operator<<</a>(::std::ostream &os, <span class="keyword">const</span> CommonGraphParams &common_params);</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span> <span class="comment"></span></div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span> <span class="comment">/** Common command line options used to configure the graph examples</span></div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span> <span class="comment"> *</span></div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="comment"> * The options in this object get populated when "parse()" is called on the parser used to construct it.</span></div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span> <span class="comment"> * The expected workflow is:</span></div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="comment"> *</span></div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <span class="comment"> * CommandLineParser parser;</span></div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="comment"> * CommonOptions options( parser );</span></div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="comment"> * parser.parse(argc, argv);</span></div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="comment"> */</span></div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml"> 129</a></span> <span class="keyword">class </span><a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">CommonGraphOptions</a></div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> {</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="keyword">public</span>:<span class="comment"></span></div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="comment"> /** Constructor</span></div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span> <span class="comment"> *</span></div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span> <span class="comment"> * @param[in,out] parser A parser on which "parse()" hasn't been called yet.</span></div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span> <span class="comment"> */</span></div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  <a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aeea2bdaecbe56d3a5bed95161b14bd38">CommonGraphOptions</a>(<a class="code" href="classarm__compute_1_1utils_1_1_command_line_parser.xhtml">CommandLineParser</a> &<a class="code" href="namespace_gemm_tuner.xhtml#a90eee7a4677ca8b1ed116364a24367f9">parser</a>);<span class="comment"></span></div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="comment"> /** Prevent instances of this class from being copied (As this class contains pointers) */</span></div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aeea2bdaecbe56d3a5bed95161b14bd38">CommonGraphOptions</a>(<span class="keyword">const</span> <a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">CommonGraphOptions</a> &) = <span class="keyword">delete</span>;<span class="comment"></span></div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span> <span class="comment"> /** Prevent instances of this class from being copied (As this class contains pointers) */</span></div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">CommonGraphOptions</a> &<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#afed776bb9670af4abedc158164e2aab8">operator=</a>(<span class="keyword">const</span> <a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">CommonGraphOptions</a> &) = <span class="keyword">delete</span>;<span class="comment"></span></div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span> <span class="comment"> /** Allow instances of this class to be moved */</span></div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aeea2bdaecbe56d3a5bed95161b14bd38">CommonGraphOptions</a>(<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">CommonGraphOptions</a> &&) = <span class="keywordflow">default</span>;<span class="comment"></span></div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <span class="comment"> /** Allow instances of this class to be moved */</span></div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">CommonGraphOptions</a> &<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#afed776bb9670af4abedc158164e2aab8">operator=</a>(<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">CommonGraphOptions</a> &&) = <span class="keywordflow">default</span>;<span class="comment"></span></div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="comment"> /** Default destructor */</span></div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#adb8bdeb785690a0857d0f0e4d66db4c3">~CommonGraphOptions</a>() = <span class="keywordflow">default</span>;</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span> </div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#acb3f1fc6ee2cea2cf9074e7dfa4acf2b"> 148</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_toggle_option.xhtml">ToggleOption</a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#acb3f1fc6ee2cea2cf9074e7dfa4acf2b">help</a>; <span class="comment">/**< Show help option */</span></div><div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#ad6174941c7ae1c945e4f7fcb3261f87c"> 149</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<int></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#ad6174941c7ae1c945e4f7fcb3261f87c">threads</a>; <span class="comment">/**< Number of threads option */</span></div><div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a770e3e82cb8e4632d754e651fd29b9cb"> 150</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_enum_option.xhtml">EnumOption<arm_compute::graph::Target></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a770e3e82cb8e4632d754e651fd29b9cb">target</a>; <span class="comment">/**< Graph execution target */</span></div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a07e18432725b2e2d3c0a5625a8aea8a8"> 151</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_enum_option.xhtml">EnumOption<arm_compute::DataType></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a07e18432725b2e2d3c0a5625a8aea8a8">data_type</a>; <span class="comment">/**< Graph data type */</span></div><div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aa276d896db24e95060047eb2f886614d"> 152</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_enum_option.xhtml">EnumOption<arm_compute::DataLayout></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aa276d896db24e95060047eb2f886614d">data_layout</a>; <span class="comment">/**< Graph data layout */</span></div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#afb574a4d09ddbdd9675da603fbad34a4"> 153</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_toggle_option.xhtml">ToggleOption</a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#afb574a4d09ddbdd9675da603fbad34a4">enable_tuner</a>; <span class="comment">/**< Enable tuner */</span></div><div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aa1fb173121a67e58388e74cf4f9f42f4"> 154</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_toggle_option.xhtml">ToggleOption</a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aa1fb173121a67e58388e74cf4f9f42f4">enable_cl_cache</a>; <span class="comment">/**< Enable opencl kernels cache */</span></div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a152c80450373e13e5e2f543b4ae4bb3b"> 155</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<arm_compute::CLTunerMode></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a152c80450373e13e5e2f543b4ae4bb3b">tuner_mode</a>; <span class="comment">/**< Tuner mode */</span></div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#acb7fa90ec602efaaee1e7ab25ccbfa98"> 156</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_toggle_option.xhtml">ToggleOption</a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#acb7fa90ec602efaaee1e7ab25ccbfa98">fast_math_hint</a>; <span class="comment">/**< Fast math hint */</span></div><div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a10f94123b5c23f4d0ee7362c2617d812"> 157</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<std::string></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a10f94123b5c23f4d0ee7362c2617d812">data_path</a>; <span class="comment">/**< Trainable parameters path */</span></div><div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#ac6f31ad641b0389e976af0679af2cc02"> 158</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<std::string></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#ac6f31ad641b0389e976af0679af2cc02">image</a>; <span class="comment">/**< Image */</span></div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a21ea35d20a82601710f523bc964c59a3"> 159</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<std::string></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a21ea35d20a82601710f523bc964c59a3">labels</a>; <span class="comment">/**< Labels */</span></div><div class="line"><a name="l00160"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a30fbf7b83e14786a1cdab47e5e389cba"> 160</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<std::string></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a30fbf7b83e14786a1cdab47e5e389cba">validation_file</a>; <span class="comment">/**< Validation file */</span></div><div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a9846145d91730995d71b3cc3a92d2a84"> 161</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<std::string></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a9846145d91730995d71b3cc3a92d2a84">validation_path</a>; <span class="comment">/**< Validation data path */</span></div><div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a553cdf5b02f190b9ed0f9b4ec711019c"> 162</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<std::string></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a553cdf5b02f190b9ed0f9b4ec711019c">validation_range</a>; <span class="comment">/**< Validation range */</span></div><div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aac3ce1ee0a145bb6c131c9d94f30062e"> 163</a></span>  <a class="code" href="classarm__compute_1_1utils_1_1_simple_option.xhtml">SimpleOption<std::string></a> *<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aac3ce1ee0a145bb6c131c9d94f30062e">tuner_file</a>; <span class="comment">/**< File to load/store the tuner's values from */</span></div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span> };</div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span> <span class="comment"></span></div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span> <span class="comment">/** Consumes the common graph options and creates a structure containing any information</span></div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="comment"> *</span></div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span> <span class="comment"> * @param[in] options Options to consume</span></div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span> <span class="comment"> *</span></div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span> <span class="comment"> * @return Structure containing the common graph parameters</span></div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span> <span class="comment"> */</span></div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <a class="code" href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml">CommonGraphParams</a> <a class="code" href="namespacearm__compute_1_1utils.xhtml#a2593e1f13f425f627658900657f73dc3">consume_common_graph_parameters</a>(<a class="code" href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">CommonGraphOptions</a> &options);</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span> } <span class="comment">// namespace utils</span></div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span> } <span class="comment">// namespace arm_compute</span></div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="preprocessor">#endif </span><span class="comment">/* ARM_COMPUTE_EXAMPLES_UTILS_COMMON_GRAPH_OPTIONS */</span><span class="preprocessor"></span></div><div class="ttc" id="namespacearm__compute_1_1graph_xhtml_a31488d29805a596498c0234ae392d35dacaf162e9233294cadf62d2a71a14ca09"><div class="ttname"><a href="namespacearm__compute_1_1graph.xhtml#a31488d29805a596498c0234ae392d35dacaf162e9233294cadf62d2a71a14ca09">arm_compute::graph::Target::NEON</a></div><div class="ttdoc">NEON capable target device.</div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_afb574a4d09ddbdd9675da603fbad34a4"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#afb574a4d09ddbdd9675da603fbad34a4">arm_compute::utils::CommonGraphOptions::enable_tuner</a></div><div class="ttdeci">ToggleOption * enable_tuner</div><div class="ttdoc">Enable tuner.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00153">CommonGraphOptions.h:153</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_a152c80450373e13e5e2f543b4ae4bb3b"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a152c80450373e13e5e2f543b4ae4bb3b">arm_compute::utils::CommonGraphOptions::tuner_mode</a></div><div class="ttdeci">SimpleOption< arm_compute::CLTunerMode > * tuner_mode</div><div class="ttdoc">Tuner mode.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00155">CommonGraphOptions.h:155</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a91652a4f41fde8020674577dd0e5933d"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a91652a4f41fde8020674577dd0e5933d">arm_compute::utils::CommonGraphParams::validation_path</a></div><div class="ttdeci">std::string validation_path</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00105">CommonGraphOptions.h:105</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a5c135a9c2ced82186156930974ded8a0"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a5c135a9c2ced82186156930974ded8a0">arm_compute::utils::CommonGraphParams::validation_range_start</a></div><div class="ttdeci">unsigned int validation_range_start</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00107">CommonGraphOptions.h:107</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_acb3f1fc6ee2cea2cf9074e7dfa4acf2b"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#acb3f1fc6ee2cea2cf9074e7dfa4acf2b">arm_compute::utils::CommonGraphOptions::help</a></div><div class="ttdeci">ToggleOption * help</div><div class="ttdoc">Show help option.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00148">CommonGraphOptions.h:148</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_aeea2bdaecbe56d3a5bed95161b14bd38"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aeea2bdaecbe56d3a5bed95161b14bd38">arm_compute::utils::CommonGraphOptions::CommonGraphOptions</a></div><div class="ttdeci">CommonGraphOptions(CommandLineParser &parser)</div><div class="ttdoc">Constructor.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8cpp_source.xhtml#l00115">CommonGraphOptions.cpp:115</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_a07e18432725b2e2d3c0a5625a8aea8a8"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a07e18432725b2e2d3c0a5625a8aea8a8">arm_compute::utils::CommonGraphOptions::data_type</a></div><div class="ttdeci">EnumOption< arm_compute::DataType > * data_type</div><div class="ttdoc">Graph data type.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00151">CommonGraphOptions.h:151</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_adb8bdeb785690a0857d0f0e4d66db4c3"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#adb8bdeb785690a0857d0f0e4d66db4c3">arm_compute::utils::CommonGraphOptions::~CommonGraphOptions</a></div><div class="ttdeci">~CommonGraphOptions()=default</div><div class="ttdoc">Default destructor.</div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_aa276d896db24e95060047eb2f886614d"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aa276d896db24e95060047eb2f886614d">arm_compute::utils::CommonGraphOptions::data_layout</a></div><div class="ttdeci">EnumOption< arm_compute::DataLayout > * data_layout</div><div class="ttdoc">Graph data layout.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00152">CommonGraphOptions.h:152</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a29d9bc83bfba2fba21af47e575569dde"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a29d9bc83bfba2fba21af47e575569dde">arm_compute::utils::CommonGraphParams::target</a></div><div class="ttdeci">arm_compute::graph::Target target</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00094">CommonGraphOptions.h:94</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_toggle_option_xhtml"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_toggle_option.xhtml">arm_compute::utils::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#l00036">ToggleOption.h:36</a></div></div> |
| <div class="ttc" id="_command_line_parser_8h_xhtml"><div class="ttname"><a href="_command_line_parser_8h.xhtml">CommandLineParser.h</a></div></div> |
| <div class="ttc" id="namespacearm__compute_xhtml_ab4e88c89b3b7ea1735996cc4def22d58a44ad4ef5a76e6aa6fb3e3fa079a54fda"><div class="ttname"><a href="namespacearm__compute.xhtml#ab4e88c89b3b7ea1735996cc4def22d58a44ad4ef5a76e6aa6fb3e3fa079a54fda">arm_compute::Format::F32</a></div><div class="ttdoc">1 channel, 1 F32 per channel</div></div> |
| <div class="ttc" id="namespacearm__compute_1_1utils_xhtml_aaea51d53fd1d57be4dde4e38874d9019"><div class="ttname"><a href="namespacearm__compute_1_1utils.xhtml#aaea51d53fd1d57be4dde4e38874d9019">arm_compute::utils::operator<<</a></div><div class="ttdeci">inline ::std::ostream & operator<<(::std::ostream &os, ConvolutionPaddingMode Mode)</div><div class="ttdoc">Formatted output of the ConvolutionPaddingMode type.</div><div class="ttdef"><b>Definition:</b> <a href="graph__validate__utils_8h_source.xhtml#l00085">graph_validate_utils.h:85</a></div></div> |
| <div class="ttc" id="namespacearm__compute_1_1utils_xhtml_a2593e1f13f425f627658900657f73dc3"><div class="ttname"><a href="namespacearm__compute_1_1utils.xhtml#a2593e1f13f425f627658900657f73dc3">arm_compute::utils::consume_common_graph_parameters</a></div><div class="ttdeci">void consume_common_graph_parameters(CommonGraphValidateOptions &options, CommonParams &common_params)</div><div class="ttdoc">Consumes the consume_common_graph_parameters graph options and creates a structure containing any inf...</div><div class="ttdef"><b>Definition:</b> <a href="graph__validate__utils_8h_source.xhtml#l00316">graph_validate_utils.h:316</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml">arm_compute::utils::CommonGraphOptions</a></div><div class="ttdoc">Common command line options used to configure the graph examples.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00129">CommonGraphOptions.h:129</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_aac3ce1ee0a145bb6c131c9d94f30062e"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aac3ce1ee0a145bb6c131c9d94f30062e">arm_compute::utils::CommonGraphOptions::tuner_file</a></div><div class="ttdeci">SimpleOption< std::string > * tuner_file</div><div class="ttdoc">File to load/store the tuner's values from.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00163">CommonGraphOptions.h:163</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_command_line_parser_xhtml"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_command_line_parser.xhtml">arm_compute::utils::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#l00044">CommandLineParser.h:44</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_aa56f0562febf49bc0e29a4257551191b"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#aa56f0562febf49bc0e29a4257551191b">arm_compute::utils::CommonGraphParams::data_layout</a></div><div class="ttdeci">arm_compute::DataLayout data_layout</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00096">CommonGraphOptions.h:96</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a3ebea56a33e2632ae2a9b25b160e0705"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a3ebea56a33e2632ae2a9b25b160e0705">arm_compute::utils::CommonGraphParams::tuner_mode</a></div><div class="ttdeci">arm_compute::CLTunerMode tuner_mode</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00099">CommonGraphOptions.h:99</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a1543de48b9546e5e234de4c1196f0d0f"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a1543de48b9546e5e234de4c1196f0d0f">arm_compute::utils::CommonGraphParams::validation_range_end</a></div><div class="ttdeci">unsigned int validation_range_end</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00108">CommonGraphOptions.h:108</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">Copyright (c) 2017-2020 ARM Limited.</div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00024">00_introduction.dox:24</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_a770e3e82cb8e4632d754e651fd29b9cb"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a770e3e82cb8e4632d754e651fd29b9cb">arm_compute::utils::CommonGraphOptions::target</a></div><div class="ttdeci">EnumOption< arm_compute::graph::Target > * target</div><div class="ttdoc">Graph execution target.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00150">CommonGraphOptions.h:150</a></div></div> |
| <div class="ttc" id="namespacearm__compute_1_1graph_xhtml_ac85a46f3ebd3ab09f576a994ac2dce11ab9f5c797ebbf55adccdd8539a65a0241"><div class="ttname"><a href="namespacearm__compute_1_1graph.xhtml#ac85a46f3ebd3ab09f576a994ac2dce11ab9f5c797ebbf55adccdd8539a65a0241">arm_compute::graph::FastMathHint::Disabled</a></div><div class="ttdoc">Fast math disabled for Convolution layer.</div></div> |
| <div class="ttc" id="namespacearm__compute_xhtml_a4c9101ca1a1f72f48efff28b4b9a6495a1e23852820b9154316c7c06e2b7ba051"><div class="ttname"><a href="namespacearm__compute.xhtml#a4c9101ca1a1f72f48efff28b4b9a6495a1e23852820b9154316c7c06e2b7ba051">arm_compute::MemoryPolicy::NORMAL</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a8795de58b39cf31914df35a032c1a486"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a8795de58b39cf31914df35a032c1a486">arm_compute::utils::CommonGraphParams::validation_file</a></div><div class="ttdeci">std::string validation_file</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00104">CommonGraphOptions.h:104</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_aa1fb173121a67e58388e74cf4f9f42f4"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#aa1fb173121a67e58388e74cf4f9f42f4">arm_compute::utils::CommonGraphOptions::enable_cl_cache</a></div><div class="ttdeci">ToggleOption * enable_cl_cache</div><div class="ttdoc">Enable opencl kernels cache.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00154">CommonGraphOptions.h:154</a></div></div> |
| <div class="ttc" id="_c_l_tuner_types_8h_xhtml"><div class="ttname"><a href="_c_l_tuner_types_8h.xhtml">CLTunerTypes.h</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a5cabfb35cd0014387f7ec2a0c362c20f"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a5cabfb35cd0014387f7ec2a0c362c20f">arm_compute::utils::CommonGraphParams::tuner_file</a></div><div class="ttdeci">std::string tuner_file</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00106">CommonGraphOptions.h:106</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_acb7fa90ec602efaaee1e7ab25ccbfa98"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#acb7fa90ec602efaaee1e7ab25ccbfa98">arm_compute::utils::CommonGraphOptions::fast_math_hint</a></div><div class="ttdeci">ToggleOption * fast_math_hint</div><div class="ttdoc">Fast math hint.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00156">CommonGraphOptions.h:156</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a545363392790133c5dec1fd9e2cb279d"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a545363392790133c5dec1fd9e2cb279d">arm_compute::utils::CommonGraphParams::help</a></div><div class="ttdeci">bool help</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00092">CommonGraphOptions.h:92</a></div></div> |
| <div class="ttc" id="namespacearm__compute_1_1graph_xhtml_a31488d29805a596498c0234ae392d35d"><div class="ttname"><a href="namespacearm__compute_1_1graph.xhtml#a31488d29805a596498c0234ae392d35d">arm_compute::graph::Target</a></div><div class="ttdeci">Target</div><div class="ttdef"><b>Definition:</b> <a href="arm__compute_2graph_2_types_8h_source.xhtml#l00091">Types.h:91</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_a30fbf7b83e14786a1cdab47e5e389cba"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a30fbf7b83e14786a1cdab47e5e389cba">arm_compute::utils::CommonGraphOptions::validation_file</a></div><div class="ttdeci">SimpleOption< std::string > * validation_file</div><div class="ttdoc">Validation file.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00160">CommonGraphOptions.h:160</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a96b4a087acee7543a7624102a67fc14d"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a96b4a087acee7543a7624102a67fc14d">arm_compute::utils::CommonGraphParams::image</a></div><div class="ttdeci">std::string image</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00102">CommonGraphOptions.h:102</a></div></div> |
| <div class="ttc" id="namespacearm__compute_1_1graph_xhtml_ac85a46f3ebd3ab09f576a994ac2dce11"><div class="ttname"><a href="namespacearm__compute_1_1graph.xhtml#ac85a46f3ebd3ab09f576a994ac2dce11">arm_compute::graph::FastMathHint</a></div><div class="ttdeci">FastMathHint</div><div class="ttdoc">Enable or disable fast math for Convolution layer.</div><div class="ttdef"><b>Definition:</b> <a href="arm__compute_2graph_2_types_8h_source.xhtml#l00125">Types.h:125</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="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a4f987a98d3e1221916748962e45399fe"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a4f987a98d3e1221916748962e45399fe">arm_compute::utils::CommonGraphParams::threads</a></div><div class="ttdeci">int threads</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00093">CommonGraphOptions.h:93</a></div></div> |
| <div class="ttc" id="_type_loader_8h_xhtml"><div class="ttname"><a href="_type_loader_8h.xhtml">TypeLoader.h</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml">arm_compute::utils::CommonGraphParams</a></div><div class="ttdoc">Structure holding all the common graph parameters.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00090">CommonGraphOptions.h:90</a></div></div> |
| <div class="ttc" id="arm__compute_2graph_2_type_printer_8h_xhtml"><div class="ttname"><a href="arm__compute_2graph_2_type_printer_8h.xhtml">TypePrinter.h</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_a9846145d91730995d71b3cc3a92d2a84"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a9846145d91730995d71b3cc3a92d2a84">arm_compute::utils::CommonGraphOptions::validation_path</a></div><div class="ttdeci">SimpleOption< std::string > * validation_path</div><div class="ttdoc">Validation data path.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00161">CommonGraphOptions.h:161</a></div></div> |
| <div class="ttc" id="namespacearm__compute_xhtml_ae76ef5bd3ad69f7380ebb3ac6033ec5c"><div class="ttname"><a href="namespacearm__compute.xhtml#ae76ef5bd3ad69f7380ebb3ac6033ec5c">arm_compute::CLTunerMode</a></div><div class="ttdeci">CLTunerMode</div><div class="ttdoc">< OpenCL tuner modes</div><div class="ttdef"><b>Definition:</b> <a href="_c_l_tuner_types_8h_source.xhtml#l00035">CLTunerTypes.h:35</a></div></div> |
| <div class="ttc" id="namespacearm__compute_xhtml_ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51"><div class="ttname"><a href="namespacearm__compute.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">arm_compute::DataLayout::NHWC</a></div><div class="ttdoc">Num samples, height, width, channels.</div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_enum_option_xhtml"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_enum_option.xhtml">arm_compute::utils::EnumOption< arm_compute::graph::Target ></a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_a553cdf5b02f190b9ed0f9b4ec711019c"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a553cdf5b02f190b9ed0f9b4ec711019c">arm_compute::utils::CommonGraphOptions::validation_range</a></div><div class="ttdeci">SimpleOption< std::string > * validation_range</div><div class="ttdoc">Validation range.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00162">CommonGraphOptions.h:162</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_afed776bb9670af4abedc158164e2aab8"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#afed776bb9670af4abedc158164e2aab8">arm_compute::utils::CommonGraphOptions::operator=</a></div><div class="ttdeci">CommonGraphOptions & operator=(const CommonGraphOptions &)=delete</div><div class="ttdoc">Prevent instances of this class from being copied (As this class contains pointers)</div></div> |
| <div class="ttc" id="namespace_gemm_tuner_xhtml_a90eee7a4677ca8b1ed116364a24367f9"><div class="ttname"><a href="namespace_gemm_tuner.xhtml#a90eee7a4677ca8b1ed116364a24367f9">GemmTuner.parser</a></div><div class="ttdeci">parser</div><div class="ttdef"><b>Definition:</b> <a href="_gemm_tuner_8py_source.xhtml#l00520">GemmTuner.py:520</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_a10f94123b5c23f4d0ee7362c2617d812"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a10f94123b5c23f4d0ee7362c2617d812">arm_compute::utils::CommonGraphOptions::data_path</a></div><div class="ttdeci">SimpleOption< std::string > * data_path</div><div class="ttdoc">Trainable parameters path.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00157">CommonGraphOptions.h:157</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_ad2e53638e2c19bbbe968b95f60256cee"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ad2e53638e2c19bbbe968b95f60256cee">arm_compute::utils::CommonGraphParams::enable_tuner</a></div><div class="ttdeci">bool enable_tuner</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00097">CommonGraphOptions.h:97</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_a21ea35d20a82601710f523bc964c59a3"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#a21ea35d20a82601710f523bc964c59a3">arm_compute::utils::CommonGraphOptions::labels</a></div><div class="ttdeci">SimpleOption< std::string > * labels</div><div class="ttdoc">Labels.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00159">CommonGraphOptions.h:159</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_ab4170b9a9eb611db146c5a776dc191ef"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ab4170b9a9eb611db146c5a776dc191ef">arm_compute::utils::CommonGraphParams::enable_cl_cache</a></div><div class="ttdeci">bool enable_cl_cache</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00098">CommonGraphOptions.h:98</a></div></div> |
| <div class="ttc" id="namespacearm__compute_xhtml_ad8ed01ff3ff33333d8e19db4d2818bb6"><div class="ttname"><a href="namespacearm__compute.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">arm_compute::DataType</a></div><div class="ttdeci">DataType</div><div class="ttdoc">Available data types.</div><div class="ttdef"><b>Definition:</b> <a href="arm__compute_2core_2_types_8h_source.xhtml#l00075">Types.h:75</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_ad6174941c7ae1c945e4f7fcb3261f87c"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#ad6174941c7ae1c945e4f7fcb3261f87c">arm_compute::utils::CommonGraphOptions::threads</a></div><div class="ttdeci">SimpleOption< int > * threads</div><div class="ttdoc">Number of threads option.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00149">CommonGraphOptions.h:149</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a30a81dbc66a8e9eeb693a75046b4655d"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a30a81dbc66a8e9eeb693a75046b4655d">arm_compute::utils::CommonGraphParams::data_path</a></div><div class="ttdeci">std::string data_path</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00101">CommonGraphOptions.h:101</a></div></div> |
| <div class="ttc" id="namespacearm__compute_xhtml_ad1d5cce2d9e9a5d61c243e5c989112e0"><div class="ttname"><a href="namespacearm__compute.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">arm_compute::DataLayout</a></div><div class="ttdeci">DataLayout</div><div class="ttdoc">[DataLayout enum definition]</div><div class="ttdef"><b>Definition:</b> <a href="arm__compute_2core_2_types_8h_source.xhtml#l00117">Types.h:117</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_a901f5f80dfec4ef700c14947ca8397c9"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#a901f5f80dfec4ef700c14947ca8397c9">arm_compute::utils::CommonGraphParams::data_type</a></div><div class="ttdeci">arm_compute::DataType data_type</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00095">CommonGraphOptions.h:95</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_acafd85ac6eb76b9037643104b48403e9"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#acafd85ac6eb76b9037643104b48403e9">arm_compute::utils::CommonGraphParams::fast_math_hint</a></div><div class="ttdeci">arm_compute::graph::FastMathHint fast_math_hint</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00100">CommonGraphOptions.h:100</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1utils_1_1_common_graph_params_xhtml_ad48071cd70c8b31c4ebdd6445eddaa0c"><div class="ttname"><a href="structarm__compute_1_1utils_1_1_common_graph_params.xhtml#ad48071cd70c8b31c4ebdd6445eddaa0c">arm_compute::utils::CommonGraphParams::labels</a></div><div class="ttdeci">std::string labels</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00103">CommonGraphOptions.h:103</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_simple_option_xhtml"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_simple_option.xhtml">arm_compute::utils::SimpleOption< int ></a></div></div> |
| <div class="ttc" id="classarm__compute_1_1utils_1_1_common_graph_options_xhtml_ac6f31ad641b0389e976af0679af2cc02"><div class="ttname"><a href="classarm__compute_1_1utils_1_1_common_graph_options.xhtml#ac6f31ad641b0389e976af0679af2cc02">arm_compute::utils::CommonGraphOptions::image</a></div><div class="ttdeci">SimpleOption< std::string > * image</div><div class="ttdoc">Image.</div><div class="ttdef"><b>Definition:</b> <a href="_common_graph_options_8h_source.xhtml#l00158">CommonGraphOptions.h:158</a></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_cbdb8362360e11eafe2fa3bc74cf0ffd.xhtml">utils</a></li><li class="navelem"><a class="el" href="_common_graph_options_8h.xhtml">CommonGraphOptions.h</a></li> |
| <li class="footer">Generated on Thu Mar 5 2020 16:07:06 for Compute Library by |
| <a href="http://www.doxygen.org/index.html"> |
| <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li> |
| </ul> |
| </div> |
| </body> |
| </html> |