Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 1 | <!-- HTML header for doxygen 1.8.15--> |
| 2 | <!-- Remember to use version doxygen 1.8.15 +--> |
| 3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 5 | <head> |
| 6 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| 7 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
| 8 | <meta name="generator" content="Doxygen 1.8.15"/> |
| 9 | <meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines --> |
| 10 | <title>Compute Library: tests/validate_examples/cl_gemm.cpp File Reference</title> |
| 11 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
| 12 | <script type="text/javascript" src="jquery.js"></script> |
| 13 | <script type="text/javascript" src="dynsections.js"></script> |
| 14 | <link href="navtree.css" rel="stylesheet" type="text/css"/> |
| 15 | <script type="text/javascript" src="resize.js"></script> |
| 16 | <script type="text/javascript" src="navtreedata.js"></script> |
| 17 | <script type="text/javascript" src="navtree.js"></script> |
| 18 | <script type="text/javascript"> |
| 19 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 20 | $(document).ready(initResizable); |
| 21 | /* @license-end */</script> |
| 22 | <link href="search/search.css" rel="stylesheet" type="text/css"/> |
| 23 | <script type="text/javascript" src="search/searchdata.js"></script> |
| 24 | <script type="text/javascript" src="search/search.js"></script> |
| 25 | <script type="text/x-mathjax-config"> |
| 26 | MathJax.Hub.Config({ |
| 27 | extensions: ["tex2jax.js"], |
| 28 | jax: ["input/TeX","output/HTML-CSS"], |
| 29 | }); |
| 30 | </script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> |
| 31 | <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| 32 | <link href="stylesheet.css" rel="stylesheet" type="text/css"/> |
| 33 | </head> |
| 34 | <body> |
| 35 | <div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| 36 | <div id="titlearea"> |
| 37 | <table cellspacing="0" cellpadding="0"> |
| 38 | <tbody> |
| 39 | <tr style="height: 56px;"> |
| 40 | <img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/> |
| 41 | <td style="padding-left: 0.5em;"> |
| 42 | <div id="projectname"> |
Jenkins | 575c81f | 2020-03-05 16:07:35 +0000 | [diff] [blame^] | 43 |  <span id="projectnumber">20.02.1</span> |
Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 44 | </div> |
| 45 | </td> |
| 46 | </tr> |
| 47 | </tbody> |
| 48 | </table> |
| 49 | </div> |
| 50 | <!-- end header part --> |
| 51 | <!-- Generated by Doxygen 1.8.15 --> |
| 52 | <script type="text/javascript"> |
| 53 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 54 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| 55 | /* @license-end */ |
| 56 | </script> |
| 57 | <script type="text/javascript" src="menudata.js"></script> |
| 58 | <script type="text/javascript" src="menu.js"></script> |
| 59 | <script type="text/javascript"> |
| 60 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 61 | $(function() { |
| 62 | initMenu('',true,false,'search.php','Search'); |
| 63 | $(document).ready(function() { init_search(); }); |
| 64 | }); |
| 65 | /* @license-end */</script> |
| 66 | <div id="main-nav"></div> |
| 67 | </div><!-- top --> |
| 68 | <div id="side-nav" class="ui-resizable side-nav-resizable"> |
| 69 | <div id="nav-tree"> |
| 70 | <div id="nav-tree-contents"> |
| 71 | <div id="nav-sync" class="sync"></div> |
| 72 | </div> |
| 73 | </div> |
| 74 | <div id="splitbar" style="-moz-user-select:none;" |
| 75 | class="ui-resizable-handle"> |
| 76 | </div> |
| 77 | </div> |
| 78 | <script type="text/javascript"> |
| 79 | /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
| 80 | $(document).ready(function(){initNavTree('cl__gemm_8cpp.xhtml','');}); |
| 81 | /* @license-end */ |
| 82 | </script> |
| 83 | <div id="doc-content"> |
| 84 | <!-- window showing the filter options --> |
| 85 | <div id="MSearchSelectWindow" |
| 86 | onmouseover="return searchBox.OnSearchSelectShow()" |
| 87 | onmouseout="return searchBox.OnSearchSelectHide()" |
| 88 | onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| 89 | </div> |
| 90 | |
| 91 | <!-- iframe showing the search results (closed by default) --> |
| 92 | <div id="MSearchResultsWindow"> |
| 93 | <iframe src="javascript:void(0)" frameborder="0" |
| 94 | name="MSearchResults" id="MSearchResults"> |
| 95 | </iframe> |
| 96 | </div> |
| 97 | |
| 98 | <div class="header"> |
| 99 | <div class="summary"> |
| 100 | <a href="#namespaces">Namespaces</a> | |
| 101 | <a href="#func-members">Functions</a> | |
| 102 | <a href="#var-members">Variables</a> </div> |
| 103 | <div class="headertitle"> |
| 104 | <div class="title">cl_gemm.cpp File Reference</div> </div> |
| 105 | </div><!--header--> |
| 106 | <div class="contents"> |
| 107 | <div class="textblock"><code>#include "<a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">arm_compute/core/Types.h</a>"</code><br /> |
| 108 | <code>#include "<a class="el" href="_asymm_helpers_8h_source.xhtml">arm_compute/core/utils/quantization/AsymmHelpers.h</a>"</code><br /> |
| 109 | <code>#include "<a class="el" href="_c_l_functions_8h_source.xhtml">arm_compute/runtime/CL/CLFunctions.h</a>"</code><br /> |
| 110 | <code>#include "<a class="el" href="_c_l_scheduler_8h_source.xhtml">arm_compute/runtime/CL/CLScheduler.h</a>"</code><br /> |
| 111 | <code>#include "<a class="el" href="_assets_library_8h_source.xhtml">tests/AssetsLibrary.h</a>"</code><br /> |
| 112 | <code>#include "<a class="el" href="_c_l_accessor_8h_source.xhtml">tests/CL/CLAccessor.h</a>"</code><br /> |
| 113 | <code>#include "<a class="el" href="_globals_8h_source.xhtml">tests/Globals.h</a>"</code><br /> |
| 114 | <code>#include "<a class="el" href="_i_accessor_8h_source.xhtml">tests/IAccessor.h</a>"</code><br /> |
| 115 | <code>#include "<a class="el" href="_simple_tensor_8h_source.xhtml">tests/SimpleTensor.h</a>"</code><br /> |
| 116 | <code>#include "<a class="el" href="_validation_8h_source.xhtml">tests/validation/Validation.h</a>"</code><br /> |
| 117 | <code>#include "<a class="el" href="_g_e_m_m_8h_source.xhtml">tests/validation/reference/GEMM.h</a>"</code><br /> |
| 118 | <code>#include "<a class="el" href="_g_e_m_m_lowp_8h_source.xhtml">tests/validation/reference/GEMMLowp.h</a>"</code><br /> |
| 119 | <code>#include "<a class="el" href="utils_2_type_printer_8h_source.xhtml">utils/TypePrinter.h</a>"</code><br /> |
| 120 | <code>#include "<a class="el" href="utils_2_utils_8h_source.xhtml">utils/Utils.h</a>"</code><br /> |
| 121 | <code>#include "<a class="el" href="_command_line_options_8h_source.xhtml">utils/command_line/CommandLineOptions.h</a>"</code><br /> |
| 122 | <code>#include "<a class="el" href="_command_line_parser_8h_source.xhtml">utils/command_line/CommandLineParser.h</a>"</code><br /> |
| 123 | <code>#include "<a class="el" href="_validate_example_8h_source.xhtml">ValidateExample.h</a>"</code><br /> |
| 124 | <code>#include <cstdlib></code><br /> |
| 125 | </div> |
| 126 | <p><a href="cl__gemm_8cpp_source.xhtml">Go to the source code of this file.</a></p> |
| 127 | <table class="memberdecls"> |
| 128 | <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> |
| 129 | Namespaces</h2></td></tr> |
| 130 | <tr class="memitem:namespacearm__compute"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute.xhtml">arm_compute</a></td></tr> |
Jenkins | 36ccc90 | 2020-02-21 11:10:48 +0000 | [diff] [blame] | 131 | <tr class="memdesc:namespacearm__compute"><td class="mdescLeft"> </td><td class="mdescRight">Copyright (c) 2017-2020 ARM Limited. <br /></td></tr> |
Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 132 | <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> |
| 133 | </table><table class="memberdecls"> |
| 134 | <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> |
| 135 | Functions</h2></td></tr> |
| 136 | <tr class="memitem:a320923ca5107cdfc05823e2ad588ac59"><td class="memItemLeft" align="right" valign="top">constexpr float </td><td class="memItemRight" valign="bottom"><a class="el" href="cl__gemm_8cpp.xhtml#a320923ca5107cdfc05823e2ad588ac59">abs_tolerance_f32</a> (0.0001f)</td></tr> |
| 137 | <tr class="memdesc:a320923ca5107cdfc05823e2ad588ac59"><td class="mdescLeft"> </td><td class="mdescRight">F32 Absolute tolerance value for comparing reference's output against implementation's output for floating point data types in case using relative tolerance fails because of small values. <a href="#a320923ca5107cdfc05823e2ad588ac59">More...</a><br /></td></tr> |
| 138 | <tr class="separator:a320923ca5107cdfc05823e2ad588ac59"><td class="memSeparator" colspan="2"> </td></tr> |
| 139 | <tr class="memitem:a64e6501d564e950c3d527fb6b1f36f28"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacearm__compute.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">arm_compute::DataType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute.xhtml#a64e6501d564e950c3d527fb6b1f36f28">data_type_from_name</a> (const std::string &name)</td></tr> |
| 140 | <tr class="memdesc:a64e6501d564e950c3d527fb6b1f36f28"><td class="mdescLeft"> </td><td class="mdescRight">Converts a string to a strong types enumeration <a class="el" href="namespacearm__compute.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>. <a href="namespacearm__compute.xhtml#a64e6501d564e950c3d527fb6b1f36f28">More...</a><br /></td></tr> |
| 141 | <tr class="separator:a64e6501d564e950c3d527fb6b1f36f28"><td class="memSeparator" colspan="2"> </td></tr> |
| 142 | <tr class="memitem:a641870b1f0ca7aaaa73c7a536c1e824b"><td class="memItemLeft" align="right" valign="top">inline ::std::istream & </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute.xhtml#a641870b1f0ca7aaaa73c7a536c1e824b">operator>></a> (::std::istream &stream, <a class="el" href="namespacearm__compute.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">arm_compute::DataType</a> &data_type)</td></tr> |
| 143 | <tr class="memdesc:a641870b1f0ca7aaaa73c7a536c1e824b"><td class="mdescLeft"> </td><td class="mdescRight">Input Stream operator for <a class="el" href="namespacearm__compute.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>. <a href="namespacearm__compute.xhtml#a641870b1f0ca7aaaa73c7a536c1e824b">More...</a><br /></td></tr> |
| 144 | <tr class="separator:a641870b1f0ca7aaaa73c7a536c1e824b"><td class="memSeparator" colspan="2"> </td></tr> |
| 145 | <tr class="memitem:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="cl__gemm_8cpp.xhtml#a3c04138a5bfe5d72780bb7e82a18e627">main</a> (int argc, char **argv)</td></tr> |
| 146 | <tr class="memdesc:a3c04138a5bfe5d72780bb7e82a18e627"><td class="mdescLeft"> </td><td class="mdescRight">Main program for gemm test. <a href="#a3c04138a5bfe5d72780bb7e82a18e627">More...</a><br /></td></tr> |
| 147 | <tr class="separator:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memSeparator" colspan="2"> </td></tr> |
| 148 | </table><table class="memberdecls"> |
| 149 | <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> |
| 150 | Variables</h2></td></tr> |
| 151 | <tr class="memitem:ae7f215e412cfa0dae5a983b0bf4071a1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml">RelativeTolerance</a>< float > </td><td class="memItemRight" valign="bottom"><a class="el" href="cl__gemm_8cpp.xhtml#ae7f215e412cfa0dae5a983b0bf4071a1">tolerance_f32</a> (0.001f)</td></tr> |
| 152 | <tr class="memdesc:ae7f215e412cfa0dae5a983b0bf4071a1"><td class="mdescLeft"> </td><td class="mdescRight">F32 Tolerance value for comparing reference's output against implementation's output for floating point data types. <a href="#ae7f215e412cfa0dae5a983b0bf4071a1">More...</a><br /></td></tr> |
| 153 | <tr class="separator:ae7f215e412cfa0dae5a983b0bf4071a1"><td class="memSeparator" colspan="2"> </td></tr> |
| 154 | <tr class="memitem:a1a8821d598e02dce24cf1140da3539bb"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml">RelativeTolerance</a>< half_float::half > </td><td class="memItemRight" valign="bottom"><a class="el" href="cl__gemm_8cpp.xhtml#a1a8821d598e02dce24cf1140da3539bb">tolerance_f16</a> (<a class="el" href="namespacearm__compute.xhtml#a73e2825fd61d349c5ca2f5313e3c8ea1">half</a>(0.2))</td></tr> |
| 155 | <tr class="memdesc:a1a8821d598e02dce24cf1140da3539bb"><td class="mdescLeft"> </td><td class="mdescRight">F16 Tolerance value for comparing reference's output against implementation's output for floating point data types. <a href="#a1a8821d598e02dce24cf1140da3539bb">More...</a><br /></td></tr> |
| 156 | <tr class="separator:a1a8821d598e02dce24cf1140da3539bb"><td class="memSeparator" colspan="2"> </td></tr> |
| 157 | <tr class="memitem:a2ce7d169d1cc3aeb960e3f3f9273e365"><td class="memItemLeft" align="right" valign="top">constexpr float </td><td class="memItemRight" valign="bottom"><a class="el" href="cl__gemm_8cpp.xhtml#a2ce7d169d1cc3aeb960e3f3f9273e365">tolerance_num_f16</a> = 0.02f</td></tr> |
| 158 | <tr class="memdesc:a2ce7d169d1cc3aeb960e3f3f9273e365"><td class="mdescLeft"> </td><td class="mdescRight">F16 Tolerance number. <a href="#a2ce7d169d1cc3aeb960e3f3f9273e365">More...</a><br /></td></tr> |
| 159 | <tr class="separator:a2ce7d169d1cc3aeb960e3f3f9273e365"><td class="memSeparator" colspan="2"> </td></tr> |
| 160 | </table> |
| 161 | <h2 class="groupheader">Function Documentation</h2> |
| 162 | <a id="a320923ca5107cdfc05823e2ad588ac59"></a> |
| 163 | <h2 class="memtitle"><span class="permalink"><a href="#a320923ca5107cdfc05823e2ad588ac59">◆ </a></span>abs_tolerance_f32()</h2> |
| 164 | |
| 165 | <div class="memitem"> |
| 166 | <div class="memproto"> |
| 167 | <table class="memname"> |
| 168 | <tr> |
| 169 | <td class="memname">constexpr float abs_tolerance_f32 </td> |
| 170 | <td>(</td> |
| 171 | <td class="paramtype">0. </td> |
| 172 | <td class="paramname"><em>0001f</em></td><td>)</td> |
| 173 | <td></td> |
| 174 | </tr> |
| 175 | </table> |
| 176 | </div><div class="memdoc"> |
| 177 | |
| 178 | <p>F32 Absolute tolerance value for comparing reference's output against implementation's output for floating point data types in case using relative tolerance fails because of small values. </p> |
| 179 | |
Jenkins | 36ccc90 | 2020-02-21 11:10:48 +0000 | [diff] [blame] | 180 | <p class="reference">Referenced by <a class="el" href="_c_l_2_depthwise_convolution_layer_native_8cpp_source.xhtml#l00219">arm_compute::test::validation::combine()</a>, and <a class="el" href="tests_2validation_2_c_l_2_fully_connected_layer_8cpp_source.xhtml#l00194">arm_compute::test::validation::FIXTURE_DATA_TEST_CASE()</a>.</p> |
Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 181 | |
| 182 | </div> |
| 183 | </div> |
| 184 | <a id="a3c04138a5bfe5d72780bb7e82a18e627"></a> |
| 185 | <h2 class="memtitle"><span class="permalink"><a href="#a3c04138a5bfe5d72780bb7e82a18e627">◆ </a></span>main()</h2> |
| 186 | |
| 187 | <div class="memitem"> |
| 188 | <div class="memproto"> |
| 189 | <table class="memname"> |
| 190 | <tr> |
| 191 | <td class="memname">int main </td> |
| 192 | <td>(</td> |
| 193 | <td class="paramtype">int </td> |
| 194 | <td class="paramname"><em>argc</em>, </td> |
| 195 | </tr> |
| 196 | <tr> |
| 197 | <td class="paramkey"></td> |
| 198 | <td></td> |
| 199 | <td class="paramtype">char ** </td> |
| 200 | <td class="paramname"><em>argv</em> </td> |
| 201 | </tr> |
| 202 | <tr> |
| 203 | <td></td> |
| 204 | <td>)</td> |
| 205 | <td></td><td></td> |
| 206 | </tr> |
| 207 | </table> |
| 208 | </div><div class="memdoc"> |
| 209 | |
| 210 | <p>Main program for gemm test. </p> |
| 211 | <dl class="params"><dt>Parameters</dt><dd> |
| 212 | <table class="params"> |
| 213 | <tr><td class="paramdir">[in]</td><td class="paramname">argc</td><td>Number of arguments </td></tr> |
| 214 | <tr><td class="paramdir">[in]</td><td class="paramname">argv</td><td>Arguments </td></tr> |
| 215 | </table> |
| 216 | </dd> |
| 217 | </dl> |
| 218 | |
Jenkins | 36ccc90 | 2020-02-21 11:10:48 +0000 | [diff] [blame] | 219 | <p class="definition">Definition at line <a class="el" href="cl__gemm_8cpp_source.xhtml#l00428">428</a> of file <a class="el" href="cl__gemm_8cpp_source.xhtml">cl_gemm.cpp</a>.</p> |
| 220 | <div class="fragment"><div class="line"><a name="l00429"></a><span class="lineno"> 429</span> {</div><div class="line"><a name="l00430"></a><span class="lineno"> 430</span>  <span class="keywordflow">return</span> utils::run_example<CLGEMMValidateExample>(argc, argv);</div><div class="line"><a name="l00431"></a><span class="lineno"> 431</span> }</div></div><!-- fragment --> |
Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 221 | </div> |
| 222 | </div> |
| 223 | <h2 class="groupheader">Variable Documentation</h2> |
| 224 | <a id="a1a8821d598e02dce24cf1140da3539bb"></a> |
| 225 | <h2 class="memtitle"><span class="permalink"><a href="#a1a8821d598e02dce24cf1140da3539bb">◆ </a></span>tolerance_f16</h2> |
| 226 | |
| 227 | <div class="memitem"> |
| 228 | <div class="memproto"> |
| 229 | <table class="memname"> |
| 230 | <tr> |
| 231 | <td class="memname"><a class="el" href="classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml">RelativeTolerance</a><half_float::half> tolerance_f16(<a class="el" href="namespacearm__compute.xhtml#a73e2825fd61d349c5ca2f5313e3c8ea1">half</a>(0.2))</td> |
| 232 | </tr> |
| 233 | </table> |
| 234 | </div><div class="memdoc"> |
| 235 | |
| 236 | <p>F16 Tolerance value for comparing reference's output against implementation's output for floating point data types. </p> |
| 237 | |
Jenkins | 36ccc90 | 2020-02-21 11:10:48 +0000 | [diff] [blame] | 238 | <p class="reference">Referenced by <a class="el" href="_c_l_2_deconvolution_layer_8cpp_source.xhtml#l00205">arm_compute::test::validation::combine()</a>, and <a class="el" href="tests_2validation_2_c_l_2_fully_connected_layer_8cpp_source.xhtml#l00177">arm_compute::test::validation::FIXTURE_DATA_TEST_CASE()</a>.</p> |
Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 239 | |
| 240 | </div> |
| 241 | </div> |
| 242 | <a id="ae7f215e412cfa0dae5a983b0bf4071a1"></a> |
| 243 | <h2 class="memtitle"><span class="permalink"><a href="#ae7f215e412cfa0dae5a983b0bf4071a1">◆ </a></span>tolerance_f32</h2> |
| 244 | |
| 245 | <div class="memitem"> |
| 246 | <div class="memproto"> |
| 247 | <table class="memname"> |
| 248 | <tr> |
| 249 | <td class="memname"><a class="el" href="classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml">RelativeTolerance</a><float> tolerance_f32(0.001f)</td> |
| 250 | </tr> |
| 251 | </table> |
| 252 | </div><div class="memdoc"> |
| 253 | |
| 254 | <p>F32 Tolerance value for comparing reference's output against implementation's output for floating point data types. </p> |
| 255 | |
Jenkins | 36ccc90 | 2020-02-21 11:10:48 +0000 | [diff] [blame] | 256 | <p class="reference">Referenced by <a class="el" href="_c_l_2_depthwise_convolution_layer_8cpp_source.xhtml#l00421">arm_compute::test::validation::combine()</a>, <a class="el" href="tests_2validation_2_c_l_2fft_8cpp_source.xhtml#l00132">arm_compute::test::validation::FIXTURE_DATA_TEST_CASE()</a>, and <a class="el" href="_c_l_2_u_n_i_t_2_memory_manager_8cpp_source.xhtml#l00057">arm_compute::test::validation::FIXTURE_TEST_CASE()</a>.</p> |
Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 257 | |
| 258 | </div> |
| 259 | </div> |
| 260 | <a id="a2ce7d169d1cc3aeb960e3f3f9273e365"></a> |
| 261 | <h2 class="memtitle"><span class="permalink"><a href="#a2ce7d169d1cc3aeb960e3f3f9273e365">◆ </a></span>tolerance_num_f16</h2> |
| 262 | |
| 263 | <div class="memitem"> |
| 264 | <div class="memproto"> |
| 265 | <table class="memname"> |
| 266 | <tr> |
| 267 | <td class="memname">constexpr float tolerance_num_f16 = 0.02f</td> |
| 268 | </tr> |
| 269 | </table> |
| 270 | </div><div class="memdoc"> |
| 271 | |
| 272 | <p>F16 Tolerance number. </p> |
| 273 | |
| 274 | <p class="definition">Definition at line <a class="el" href="cl__gemm_8cpp_source.xhtml#l00060">60</a> of file <a class="el" href="cl__gemm_8cpp_source.xhtml">cl_gemm.cpp</a>.</p> |
| 275 | |
| 276 | <p class="reference">Referenced by <a class="el" href="_g_e_m_m_matrix_multiply_8cpp_source.xhtml#l00265">arm_compute::test::validation::combine()</a>, and <a class="el" href="_g_e_m_m_matrix_multiply_8cpp_source.xhtml#l00282">arm_compute::test::validation::FIXTURE_DATA_TEST_CASE()</a>.</p> |
| 277 | |
| 278 | </div> |
| 279 | </div> |
| 280 | </div><!-- contents --> |
| 281 | </div><!-- doc-content --> |
| 282 | <!-- start footer part --> |
| 283 | <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> |
| 284 | <ul> |
| 285 | <li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml">tests</a></li><li class="navelem"><a class="el" href="dir_c17e235a7be576fb898bcc8e94f529de.xhtml">validate_examples</a></li><li class="navelem"><a class="el" href="cl__gemm_8cpp.xhtml">cl_gemm.cpp</a></li> |
Jenkins | 575c81f | 2020-03-05 16:07:35 +0000 | [diff] [blame^] | 286 | <li class="footer">Generated on Thu Mar 5 2020 16:07:08 for Compute Library by |
Jenkins | 0e205f7 | 2019-11-28 16:53:35 +0000 | [diff] [blame] | 287 | <a href="http://www.doxygen.org/index.html"> |
| 288 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li> |
| 289 | </ul> |
| 290 | </div> |
| 291 | </body> |
| 292 | </html> |