blob: 02e4c0afb2023556e7f0da4bdd7a9492cd8bee9d [file] [log] [blame]
Ryan OSheade36e4a2020-03-13 16:26:19 +00001<!-- Copyright (c) 2020 ARM Limited. -->
2<!-- -->
3<!-- SPDX-License-Identifier: MIT -->
4<!-- -->
5<!-- HTML header for doxygen 1.8.13-->
6<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7<html xmlns="http://www.w3.org/1999/xhtml">
8<head>
9<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
10<meta http-equiv="X-UA-Compatible" content="IE=9"/>
11<meta name="generator" content="Doxygen 1.8.13"/>
12<meta name="robots" content="NOINDEX, NOFOLLOW" />
13<meta name="viewport" content="width=device-width, initial-scale=1"/>
14<title>ArmNN: src/armnnQuantizer/CommandLineProcessor.hpp Source File</title>
15<link href="tabs.css" rel="stylesheet" type="text/css"/>
16<script type="text/javascript" src="jquery.js"></script>
17<script type="text/javascript" src="dynsections.js"></script>
18<link href="navtree.css" rel="stylesheet" type="text/css"/>
19<script type="text/javascript" src="resize.js"></script>
20<script type="text/javascript" src="navtreedata.js"></script>
21<script type="text/javascript" src="navtree.js"></script>
22<script type="text/javascript">
23 $(document).ready(initResizable);
24</script>
25<link href="search/search.css" rel="stylesheet" type="text/css"/>
26<script type="text/javascript" src="search/searchdata.js"></script>
27<script type="text/javascript" src="search/search.js"></script>
28<script type="text/x-mathjax-config">
29 MathJax.Hub.Config({
30 extensions: ["tex2jax.js"],
31 jax: ["input/TeX","output/HTML-CSS"],
32});
33</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
34<link href="doxygen.css" rel="stylesheet" type="text/css" />
35<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
36</head>
37<body>
38<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
39<div id="titlearea">
40<table cellspacing="0" cellpadding="0">
41 <tbody>
42 <tr style="height: 56px;">
43 <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
44 <td style="padding-left: 0.5em;">
45 <div id="projectname">
46 &#160;<span id="projectnumber">20.02</span>
47 </div>
48 </td>
49 </tr>
50 </tbody>
51</table>
52</div>
53<!-- end header part -->
54<!-- Generated by Doxygen 1.8.13 -->
55<script type="text/javascript">
56var searchBox = new SearchBox("searchBox", "search",false,'Search');
57</script>
58<script type="text/javascript" src="menudata.js"></script>
59<script type="text/javascript" src="menu.js"></script>
60<script type="text/javascript">
61$(function() {
62 initMenu('',true,false,'search.php','Search');
63 $(document).ready(function() { init_search(); });
64});
65</script>
66<div id="main-nav"></div>
67</div><!-- top -->
68<div id="side-nav" class="ui-resizable side-nav-resizable">
69 <div id="nav-tree">
70 <div id="nav-tree-contents">
71 <div id="nav-sync" class="sync"></div>
72 </div>
73 </div>
74 <div id="splitbar" style="-moz-user-select:none;"
75 class="ui-resizable-handle">
76 </div>
77</div>
78<script type="text/javascript">
79$(document).ready(function(){initNavTree('src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml','');});
80</script>
81<div id="doc-content">
82<!-- window showing the filter options -->
83<div id="MSearchSelectWindow"
84 onmouseover="return searchBox.OnSearchSelectShow()"
85 onmouseout="return searchBox.OnSearchSelectHide()"
86 onkeydown="return searchBox.OnSearchSelectKey(event)">
87</div>
88
89<!-- iframe showing the search results (closed by default) -->
90<div id="MSearchResultsWindow">
91<iframe src="javascript:void(0)" frameborder="0"
92 name="MSearchResults" id="MSearchResults">
93</iframe>
94</div>
95
96<div class="header">
97 <div class="headertitle">
98<div class="title">CommandLineProcessor.hpp</div> </div>
99</div><!--header-->
100<div class="contents">
101<a href="src_2armnn_quantizer_2_command_line_processor_8hpp.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 © 2017 Arm Ltd. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_quantization_data_set_8hpp.xhtml">QuantizationDataSet.hpp</a>&quot;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearmnn_quantizer.xhtml">armnnQuantizer</a></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;{</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment">// parses the command line to extract</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment">// * the input file -f containing the serialized fp32 ArmNN input graph (must exist...and be a input graph file)</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">// * the csv file -c &lt;optional&gt; detailing the paths for RAW input tensors to use for refinement</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// * the directory -d to place the output file into (must already exist and be writable)</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">// * the name of the file -o the quantized ArmNN input graph will be written to (must not already exist)</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment">// * LATER: the min and max overrides to be applied to the inputs</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment">// specified as -i &lt;int&gt; (input id) -n &lt;float&gt; (minimum) -x &lt;float&gt; (maximum)</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment">// multiple sets of -i, -n, -x can appear on the command line but they must match</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment">// in number i.e. a -n and -x for each -i and the id of the input must correspond</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment">// to an input layer in the fp32 graph when it is loaded.</span></div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml"> 25</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml">CommandLineProcessor</a></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="keyword">public</span>:</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a2f7e28f477647e992871d50e7b793221">ProcessCommandLine</a>(<span class="keywordtype">int</span> argc, <span class="keywordtype">char</span>* argv[]);</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a71f5ab806743bf42f0556299af110015"> 30</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a71f5ab806743bf42f0556299af110015">GetInputFileName</a>() {<span class="keywordflow">return</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a7d1dcf01fee1566cbab614e2fbd3aebd">m_InputFileName</a>;}</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a2e9f3f315ce159881394511e49b827b2"> 31</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a2e9f3f315ce159881394511e49b827b2">GetCsvFileName</a>() {<span class="keywordflow">return</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a63a5c903eaabd717af1512ab5125af8d">m_CsvFileName</a>;}</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#aa33615da82b80ab2e379d7b2069e3644"> 32</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#aa33615da82b80ab2e379d7b2069e3644">GetCsvFileDirectory</a>() {<span class="keywordflow">return</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a7baaa17e2c06d703583ba8da8b53b43c">m_CsvFileDirectory</a>;}</div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a4358b78a2efe952366bc32b0d54e663e"> 33</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a4358b78a2efe952366bc32b0d54e663e">GetOutputDirectoryName</a>() {<span class="keywordflow">return</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#aa64986ca8573f32773a8ab4d13c4984d">m_OutputDirectory</a>;}</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a98ba4e2ee687673cbf7546788c8ea099"> 34</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a98ba4e2ee687673cbf7546788c8ea099">GetOutputFileName</a>() {<span class="keywordflow">return</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#adf3d6dfc2019b8ce0c84e3eea7ae845e">m_OutputFileName</a>;}</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a65f6aca5479ebf0814123ff8f1a528e3"> 35</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a65f6aca5479ebf0814123ff8f1a528e3">GetQuantizationScheme</a>() {<span class="keywordflow">return</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a39b10d2bffdb22af36545d10bf205c26">m_QuantizationScheme</a>;}</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#ab15c4ff152f368723ed71c2bb5a89be9"> 36</a></span>&#160; <a class="code" href="classarmnn_quantizer_1_1_quantization_data_set.xhtml">QuantizationDataSet</a> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#ab15c4ff152f368723ed71c2bb5a89be9">GetQuantizationDataSet</a>() {<span class="keywordflow">return</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#ab8c73d68c76881021059a2a06526d0fa">m_QuantizationDataSet</a>;}</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#af84a4d480d3705770b752645816f1cfb"> 37</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#af84a4d480d3705770b752645816f1cfb">HasPreservedDataType</a>() {<span class="keywordflow">return</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a8c679cfea9ed505165ba3fd5564f433c">m_PreserveDataType</a>;}</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a1bb287242ae5ec2837a77f083c27a2ac"> 38</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a1bb287242ae5ec2837a77f083c27a2ac">HasQuantizationData</a>() {<span class="keywordflow">return</span> !<a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#ab8c73d68c76881021059a2a06526d0fa">m_QuantizationDataSet</a>.<a class="code" href="classarmnn_quantizer_1_1_quantization_data_set.xhtml#a8e12342fc420701fbffd97025421575a">IsEmpty</a>();}</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a7d1dcf01fee1566cbab614e2fbd3aebd"> 41</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a7d1dcf01fee1566cbab614e2fbd3aebd">m_InputFileName</a>;</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a63a5c903eaabd717af1512ab5125af8d"> 42</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a63a5c903eaabd717af1512ab5125af8d">m_CsvFileName</a>;</div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a7baaa17e2c06d703583ba8da8b53b43c"> 43</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a7baaa17e2c06d703583ba8da8b53b43c">m_CsvFileDirectory</a>;</div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#aa64986ca8573f32773a8ab4d13c4984d"> 44</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#aa64986ca8573f32773a8ab4d13c4984d">m_OutputDirectory</a>;</div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#adf3d6dfc2019b8ce0c84e3eea7ae845e"> 45</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#adf3d6dfc2019b8ce0c84e3eea7ae845e">m_OutputFileName</a>;</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a39b10d2bffdb22af36545d10bf205c26"> 46</a></span>&#160; std::string <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a39b10d2bffdb22af36545d10bf205c26">m_QuantizationScheme</a>;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#ab8c73d68c76881021059a2a06526d0fa"> 47</a></span>&#160; <a class="code" href="classarmnn_quantizer_1_1_quantization_data_set.xhtml">QuantizationDataSet</a> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#ab8c73d68c76881021059a2a06526d0fa">m_QuantizationDataSet</a>;</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a8c679cfea9ed505165ba3fd5564f433c"> 48</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a8c679cfea9ed505165ba3fd5564f433c">m_PreserveDataType</a>;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;};</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;} <span class="comment">// namespace armnnQuantizer</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div><div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a1bb287242ae5ec2837a77f083c27a2ac"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a1bb287242ae5ec2837a77f083c27a2ac">armnnQuantizer::CommandLineProcessor::HasQuantizationData</a></div><div class="ttdeci">bool HasQuantizationData()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00038">CommandLineProcessor.hpp:38</a></div></div>
102<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a98ba4e2ee687673cbf7546788c8ea099"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a98ba4e2ee687673cbf7546788c8ea099">armnnQuantizer::CommandLineProcessor::GetOutputFileName</a></div><div class="ttdeci">std::string GetOutputFileName()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00034">CommandLineProcessor.hpp:34</a></div></div>
103<div class="ttc" id="classarmnn_quantizer_1_1_quantization_data_set_xhtml"><div class="ttname"><a href="classarmnn_quantizer_1_1_quantization_data_set.xhtml">armnnQuantizer::QuantizationDataSet</a></div><div class="ttdoc">QuantizationDataSet is a structure which is created after parsing a quantization CSV file...</div><div class="ttdef"><b>Definition:</b> <a href="_quantization_data_set_8hpp_source.xhtml#l00018">QuantizationDataSet.hpp:18</a></div></div>
104<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a63a5c903eaabd717af1512ab5125af8d"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a63a5c903eaabd717af1512ab5125af8d">armnnQuantizer::CommandLineProcessor::m_CsvFileName</a></div><div class="ttdeci">std::string m_CsvFileName</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00042">CommandLineProcessor.hpp:42</a></div></div>
105<div class="ttc" id="classarmnn_quantizer_1_1_quantization_data_set_xhtml_a8e12342fc420701fbffd97025421575a"><div class="ttname"><a href="classarmnn_quantizer_1_1_quantization_data_set.xhtml#a8e12342fc420701fbffd97025421575a">armnnQuantizer::QuantizationDataSet::IsEmpty</a></div><div class="ttdeci">bool IsEmpty() const</div><div class="ttdef"><b>Definition:</b> <a href="_quantization_data_set_8hpp_source.xhtml#l00029">QuantizationDataSet.hpp:29</a></div></div>
106<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a2f7e28f477647e992871d50e7b793221"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a2f7e28f477647e992871d50e7b793221">armnnQuantizer::CommandLineProcessor::ProcessCommandLine</a></div><div class="ttdeci">bool ProcessCommandLine(int argc, char *argv[])</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8cpp_source.xhtml#l00087">CommandLineProcessor.cpp:87</a></div></div>
107<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a8c679cfea9ed505165ba3fd5564f433c"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a8c679cfea9ed505165ba3fd5564f433c">armnnQuantizer::CommandLineProcessor::m_PreserveDataType</a></div><div class="ttdeci">bool m_PreserveDataType</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00048">CommandLineProcessor.hpp:48</a></div></div>
108<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_ab8c73d68c76881021059a2a06526d0fa"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#ab8c73d68c76881021059a2a06526d0fa">armnnQuantizer::CommandLineProcessor::m_QuantizationDataSet</a></div><div class="ttdeci">QuantizationDataSet m_QuantizationDataSet</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00047">CommandLineProcessor.hpp:47</a></div></div>
109<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_aa64986ca8573f32773a8ab4d13c4984d"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#aa64986ca8573f32773a8ab4d13c4984d">armnnQuantizer::CommandLineProcessor::m_OutputDirectory</a></div><div class="ttdeci">std::string m_OutputDirectory</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00044">CommandLineProcessor.hpp:44</a></div></div>
110<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a7d1dcf01fee1566cbab614e2fbd3aebd"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a7d1dcf01fee1566cbab614e2fbd3aebd">armnnQuantizer::CommandLineProcessor::m_InputFileName</a></div><div class="ttdeci">std::string m_InputFileName</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00041">CommandLineProcessor.hpp:41</a></div></div>
111<div class="ttc" id="_quantization_data_set_8hpp_xhtml"><div class="ttname"><a href="_quantization_data_set_8hpp.xhtml">QuantizationDataSet.hpp</a></div></div>
112<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a2e9f3f315ce159881394511e49b827b2"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a2e9f3f315ce159881394511e49b827b2">armnnQuantizer::CommandLineProcessor::GetCsvFileName</a></div><div class="ttdeci">std::string GetCsvFileName()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00031">CommandLineProcessor.hpp:31</a></div></div>
113<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_af84a4d480d3705770b752645816f1cfb"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#af84a4d480d3705770b752645816f1cfb">armnnQuantizer::CommandLineProcessor::HasPreservedDataType</a></div><div class="ttdeci">bool HasPreservedDataType()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00037">CommandLineProcessor.hpp:37</a></div></div>
114<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a39b10d2bffdb22af36545d10bf205c26"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a39b10d2bffdb22af36545d10bf205c26">armnnQuantizer::CommandLineProcessor::m_QuantizationScheme</a></div><div class="ttdeci">std::string m_QuantizationScheme</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00046">CommandLineProcessor.hpp:46</a></div></div>
115<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a65f6aca5479ebf0814123ff8f1a528e3"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a65f6aca5479ebf0814123ff8f1a528e3">armnnQuantizer::CommandLineProcessor::GetQuantizationScheme</a></div><div class="ttdeci">std::string GetQuantizationScheme()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00035">CommandLineProcessor.hpp:35</a></div></div>
116<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_aa33615da82b80ab2e379d7b2069e3644"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#aa33615da82b80ab2e379d7b2069e3644">armnnQuantizer::CommandLineProcessor::GetCsvFileDirectory</a></div><div class="ttdeci">std::string GetCsvFileDirectory()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00032">CommandLineProcessor.hpp:32</a></div></div>
117<div class="ttc" id="namespacearmnn_quantizer_xhtml"><div class="ttname"><a href="namespacearmnn_quantizer.xhtml">armnnQuantizer</a></div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8cpp_source.xhtml#l00014">CommandLineProcessor.cpp:14</a></div></div>
118<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a71f5ab806743bf42f0556299af110015"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a71f5ab806743bf42f0556299af110015">armnnQuantizer::CommandLineProcessor::GetInputFileName</a></div><div class="ttdeci">std::string GetInputFileName()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00030">CommandLineProcessor.hpp:30</a></div></div>
119<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a7baaa17e2c06d703583ba8da8b53b43c"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a7baaa17e2c06d703583ba8da8b53b43c">armnnQuantizer::CommandLineProcessor::m_CsvFileDirectory</a></div><div class="ttdeci">std::string m_CsvFileDirectory</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00043">CommandLineProcessor.hpp:43</a></div></div>
120<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_a4358b78a2efe952366bc32b0d54e663e"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#a4358b78a2efe952366bc32b0d54e663e">armnnQuantizer::CommandLineProcessor::GetOutputDirectoryName</a></div><div class="ttdeci">std::string GetOutputDirectoryName()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00033">CommandLineProcessor.hpp:33</a></div></div>
121<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_ab15c4ff152f368723ed71c2bb5a89be9"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#ab15c4ff152f368723ed71c2bb5a89be9">armnnQuantizer::CommandLineProcessor::GetQuantizationDataSet</a></div><div class="ttdeci">QuantizationDataSet GetQuantizationDataSet()</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00036">CommandLineProcessor.hpp:36</a></div></div>
122<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml">armnnQuantizer::CommandLineProcessor</a></div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00025">CommandLineProcessor.hpp:25</a></div></div>
123<div class="ttc" id="classarmnn_quantizer_1_1_command_line_processor_xhtml_adf3d6dfc2019b8ce0c84e3eea7ae845e"><div class="ttname"><a href="classarmnn_quantizer_1_1_command_line_processor.xhtml#adf3d6dfc2019b8ce0c84e3eea7ae845e">armnnQuantizer::CommandLineProcessor::m_OutputFileName</a></div><div class="ttdeci">std::string m_OutputFileName</div><div class="ttdef"><b>Definition:</b> <a href="src_2armnn_quantizer_2_command_line_processor_8hpp_source.xhtml#l00045">CommandLineProcessor.hpp:45</a></div></div>
124</div><!-- fragment --></div><!-- contents -->
125</div><!-- doc-content -->
126<!-- start footer part -->
127<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
128 <ul>
129 <li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml">src</a></li><li class="navelem"><a class="el" href="dir_0de8a5774692585e465aba8075a97653.xhtml">armnnQuantizer</a></li><li class="navelem"><a class="el" href="src_2armnn_quantizer_2_command_line_processor_8hpp.xhtml">CommandLineProcessor.hpp</a></li>
130 <li class="footer">Generated on Fri Mar 13 2020 16:09:09 for ArmNN by
131 <a href="http://www.doxygen.org/index.html">
132 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
133 </ul>
134</div>
135</body>
136</html>