| <!-- 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: arm_compute/core/KernelDescriptors.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">19.11.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('_kernel_descriptors_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">KernelDescriptors.h</div> </div> |
| </div><!--header--> |
| <div class="contents"> |
| <a href="_kernel_descriptors_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) 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_CORE_KERNEL_DESCRIPTORS_H__</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#define __ARM_COMPUTE_CORE_KERNEL_DESCRIPTORS_H__</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="arm__compute_2core_2_types_8h.xhtml">arm_compute/core/Types.h</a>"</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">namespace </span><a class="code" href="namespacearm__compute.xhtml">arm_compute</a></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> {<span class="comment"></span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment">/** Descriptor for FFT scale kernels */</span></div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml"> 32</a></span> <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml">FFTScaleKernelInfo</a></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> {</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml#a1d28dec57cce925ad92342891bd71e7c"> 34</a></span>  <span class="keywordtype">float</span> <a class="code" href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml#a1d28dec57cce925ad92342891bd71e7c">scale</a>{ 0.f }; <span class="comment">/**< Axis to perform the kernel on. */</span></div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml#a3eedaeae28218786bf093b225accbfe0"> 35</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml#a3eedaeae28218786bf093b225accbfe0">conjugate</a>{ <span class="keyword">true</span> }; <span class="comment">/**< Flag to conjugate the output/ */</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> };</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="comment"></span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment">/** Descriptor for FFT digit reverse kernels */</span></div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml"> 39</a></span> <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml">FFTDigitReverseKernelInfo</a></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> {</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml#a6f637817d19a0cca1f1d984f26958c79"> 41</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml#a6f637817d19a0cca1f1d984f26958c79">axis</a>{ 0 }; <span class="comment">/**< Axis to perform the kernel on. */</span></div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml#a3eedaeae28218786bf093b225accbfe0"> 42</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml#a3eedaeae28218786bf093b225accbfe0">conjugate</a>{ <span class="keyword">false</span> }; <span class="comment">/**< Flag to conjugate the output/ */</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> };</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment"></span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="comment">/** Descriptor used by the FFT core kernels */</span></div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml"> 46</a></span> <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml">FFTRadixStageKernelInfo</a></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> {</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a6f637817d19a0cca1f1d984f26958c79"> 48</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a6f637817d19a0cca1f1d984f26958c79">axis</a>{ 0 }; <span class="comment">/**< Axis to run the kernel on. */</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a4cab2bef555152e8653f38257e9fcb5e"> 49</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a4cab2bef555152e8653f38257e9fcb5e">radix</a>{ 0 }; <span class="comment">/**< Radix to use. */</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a42dd423975e5b0e0d9564e5566c9917a"> 50</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a42dd423975e5b0e0d9564e5566c9917a">Nx</a>{ 0 }; <span class="comment">/**< Nx coefficient. */</span></div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a3f305b6a19c882fc747c346aa7636bb2"> 51</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a3f305b6a19c882fc747c346aa7636bb2">is_first_stage</a>{ <span class="keyword">false</span> }; <span class="comment">/**< Flags if the FFT kernels is the first stage of a decomposed FFT. */</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> };</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment"></span></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment">/** Descriptor used by the GEMM kernels */</span></div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml"> 55</a></span> <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml">GEMMKernelInfo</a></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> {</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a4033037df26775dd60840e66d38a08ba"> 57</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a4033037df26775dd60840e66d38a08ba">m</a>{ 0 }; <span class="comment">/**< Number of LHS rows*/</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a7d46b74409bd32b539089ef4721ea544"> 58</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a7d46b74409bd32b539089ef4721ea544">n</a>{ 0 }; <span class="comment">/**< Number of RHS columns*/</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a90e096a39cfc6da042e02d27a346f2d3"> 59</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a90e096a39cfc6da042e02d27a346f2d3">k</a>{ 0 }; <span class="comment">/**< Number of LHS columns or RHS rows */</span></div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a370d5ff7251d8d974c634c9ed0dde094"> 60</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a370d5ff7251d8d974c634c9ed0dde094">depth_output_gemm3d</a>{ 0 }; <span class="comment">/**< Depth of the output tensor in case is reinterpreted as 3D */</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#aba258627772f6f76f644911b027cbab5"> 61</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#aba258627772f6f76f644911b027cbab5">reinterpret_input_as_3d</a>{ <span class="keyword">false</span> }; <span class="comment">/**< Flag used to reinterpret the input as 3D */</span></div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#aab96468aedb59e7a2a19c6eea2f4b055"> 62</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#aab96468aedb59e7a2a19c6eea2f4b055">broadcast_bias</a>{ <span class="keyword">false</span> }; <span class="comment">/**< Flag used to broadcase the bias addition */</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a31ff0f4153b53a0abfc96250b18b15f1"> 63</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a31ff0f4153b53a0abfc96250b18b15f1">fp_mixed_precision</a>{ <span class="keyword">false</span> }; <span class="comment">/**< Flag used to indicate wider accumulators (32 bit instead of 16 for FP16). */</span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#ad5f55d98fbe268b4eb6225aca14a2403"> 64</a></span>  <a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#ad5f55d98fbe268b4eb6225aca14a2403">activation_info</a>{}; <span class="comment">/**< Activation function to perform after the matrix multiplication */</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span> };</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="comment"></span></div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="comment">/** Descriptor used by the depthwise convolution kernels */</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_d_w_c_kernel_info.xhtml"> 68</a></span> <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1_d_w_c_kernel_info.xhtml">DWCKernelInfo</a></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> {</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_d_w_c_kernel_info.xhtml#ad5f55d98fbe268b4eb6225aca14a2403"> 70</a></span>  <a class="code" href="classarm__compute_1_1_activation_layer_info.xhtml">ActivationLayerInfo</a> <a class="code" href="structarm__compute_1_1_d_w_c_kernel_info.xhtml#ad5f55d98fbe268b4eb6225aca14a2403">activation_info</a>{}; <span class="comment">/**< Activation function to perform after the depthwise convolution */</span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</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">/** Descriptor used by the depthwise convolution kernels to retrieve the number of output elements processed by each thread */</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_d_w_c_weights_kernel_info.xhtml"> 74</a></span> <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1_d_w_c_weights_kernel_info.xhtml">DWCWeightsKernelInfo</a></div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> {</div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_d_w_c_weights_kernel_info.xhtml#ac0c87b58d0d04796c81d8138231dccda"> 76</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structarm__compute_1_1_d_w_c_weights_kernel_info.xhtml#ac0c87b58d0d04796c81d8138231dccda">n0</a>{ 0 }; <span class="comment">/**< Number of columns processed by each thread */</span></div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> };</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <span class="comment"></span></div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="comment">/** Descriptor used by the softmax kernels */</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_softmax_kernel_info.xhtml"> 80</a></span> <span class="keyword">struct </span><a class="code" href="structarm__compute_1_1_softmax_kernel_info.xhtml">SoftmaxKernelInfo</a></div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> {</div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_softmax_kernel_info.xhtml#aa773d9a6c0ccefaa0fc9ab66fec68ec1"> 82</a></span>  <span class="keywordtype">float</span> <a class="code" href="structarm__compute_1_1_softmax_kernel_info.xhtml#aa773d9a6c0ccefaa0fc9ab66fec68ec1">beta</a>{ 1.f }; <span class="comment">/**< A scaling factor for the exponent with default value 1.0 */</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="structarm__compute_1_1_softmax_kernel_info.xhtml#a5dc2a3a0b94fa51d8bccdd5bec7d6eb0"> 83</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structarm__compute_1_1_softmax_kernel_info.xhtml#a5dc2a3a0b94fa51d8bccdd5bec7d6eb0">is_log</a>{ <span class="keyword">false</span> }; <span class="comment">/**< Flag used to perform Log Softmax operation */</span></div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> };</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> } <span class="comment">// namespace arm_compute</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="preprocessor">#endif </span><span class="comment">/* __ARM_COMPUTE_CORE_KERNEL_DESCRIPTORS_H__ */</span><span class="preprocessor"></span></div><div class="ttc" id="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml_aab96468aedb59e7a2a19c6eea2f4b055"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#aab96468aedb59e7a2a19c6eea2f4b055">arm_compute::GEMMKernelInfo::broadcast_bias</a></div><div class="ttdeci">bool broadcast_bias</div><div class="ttdoc">Flag used to broadcase the bias addition.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00062">KernelDescriptors.h:62</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml_a31ff0f4153b53a0abfc96250b18b15f1"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a31ff0f4153b53a0abfc96250b18b15f1">arm_compute::GEMMKernelInfo::fp_mixed_precision</a></div><div class="ttdeci">bool fp_mixed_precision</div><div class="ttdoc">Flag used to indicate wider accumulators (32 bit instead of 16 for FP16).</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00063">KernelDescriptors.h:63</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml">arm_compute::GEMMKernelInfo</a></div><div class="ttdoc">Descriptor used by the GEMM kernels.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00055">KernelDescriptors.h:55</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_d_w_c_weights_kernel_info_xhtml_ac0c87b58d0d04796c81d8138231dccda"><div class="ttname"><a href="structarm__compute_1_1_d_w_c_weights_kernel_info.xhtml#ac0c87b58d0d04796c81d8138231dccda">arm_compute::DWCWeightsKernelInfo::n0</a></div><div class="ttdeci">unsigned int n0</div><div class="ttdoc">Number of columns processed by each thread.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00076">KernelDescriptors.h:76</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_softmax_kernel_info_xhtml_aa773d9a6c0ccefaa0fc9ab66fec68ec1"><div class="ttname"><a href="structarm__compute_1_1_softmax_kernel_info.xhtml#aa773d9a6c0ccefaa0fc9ab66fec68ec1">arm_compute::SoftmaxKernelInfo::beta</a></div><div class="ttdeci">float beta</div><div class="ttdoc">A scaling factor for the exponent with default value 1.0.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00082">KernelDescriptors.h:82</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml_a370d5ff7251d8d974c634c9ed0dde094"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a370d5ff7251d8d974c634c9ed0dde094">arm_compute::GEMMKernelInfo::depth_output_gemm3d</a></div><div class="ttdeci">unsigned int depth_output_gemm3d</div><div class="ttdoc">Depth of the output tensor in case is reinterpreted as 3D.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00060">KernelDescriptors.h:60</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_d_w_c_kernel_info_xhtml_ad5f55d98fbe268b4eb6225aca14a2403"><div class="ttname"><a href="structarm__compute_1_1_d_w_c_kernel_info.xhtml#ad5f55d98fbe268b4eb6225aca14a2403">arm_compute::DWCKernelInfo::activation_info</a></div><div class="ttdeci">ActivationLayerInfo activation_info</div><div class="ttdoc">Activation function to perform after the depthwise convolution.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00070">KernelDescriptors.h:70</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_radix_stage_kernel_info_xhtml_a6f637817d19a0cca1f1d984f26958c79"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a6f637817d19a0cca1f1d984f26958c79">arm_compute::FFTRadixStageKernelInfo::axis</a></div><div class="ttdeci">unsigned int axis</div><div class="ttdoc">Axis to run the kernel on.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00048">KernelDescriptors.h:48</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml_ad5f55d98fbe268b4eb6225aca14a2403"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#ad5f55d98fbe268b4eb6225aca14a2403">arm_compute::GEMMKernelInfo::activation_info</a></div><div class="ttdeci">ActivationLayerInfo activation_info</div><div class="ttdoc">Activation function to perform after the matrix multiplication.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00064">KernelDescriptors.h:64</a></div></div> |
| <div class="ttc" id="classarm__compute_1_1_activation_layer_info_xhtml"><div class="ttname"><a href="classarm__compute_1_1_activation_layer_info.xhtml">arm_compute::ActivationLayerInfo</a></div><div class="ttdoc">Activation Layer Information class.</div><div class="ttdef"><b>Definition:</b> <a href="arm__compute_2core_2_types_8h_source.xhtml#l01547">Types.h:1547</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-2019 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="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml_a4033037df26775dd60840e66d38a08ba"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a4033037df26775dd60840e66d38a08ba">arm_compute::GEMMKernelInfo::m</a></div><div class="ttdeci">unsigned int m</div><div class="ttdoc">Number of LHS rows.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00057">KernelDescriptors.h:57</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml_a7d46b74409bd32b539089ef4721ea544"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a7d46b74409bd32b539089ef4721ea544">arm_compute::GEMMKernelInfo::n</a></div><div class="ttdeci">unsigned int n</div><div class="ttdoc">Number of RHS columns.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00058">KernelDescriptors.h:58</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info_xhtml_a3eedaeae28218786bf093b225accbfe0"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml#a3eedaeae28218786bf093b225accbfe0">arm_compute::FFTDigitReverseKernelInfo::conjugate</a></div><div class="ttdeci">bool conjugate</div><div class="ttdoc">Flag to conjugate the output/.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00042">KernelDescriptors.h:42</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_softmax_kernel_info_xhtml_a5dc2a3a0b94fa51d8bccdd5bec7d6eb0"><div class="ttname"><a href="structarm__compute_1_1_softmax_kernel_info.xhtml#a5dc2a3a0b94fa51d8bccdd5bec7d6eb0">arm_compute::SoftmaxKernelInfo::is_log</a></div><div class="ttdeci">bool is_log</div><div class="ttdoc">Flag used to perform Log Softmax operation.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00083">KernelDescriptors.h:83</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_d_w_c_kernel_info_xhtml"><div class="ttname"><a href="structarm__compute_1_1_d_w_c_kernel_info.xhtml">arm_compute::DWCKernelInfo</a></div><div class="ttdoc">Descriptor used by the depthwise convolution kernels.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00068">KernelDescriptors.h:68</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_radix_stage_kernel_info_xhtml"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml">arm_compute::FFTRadixStageKernelInfo</a></div><div class="ttdoc">Descriptor used by the FFT core kernels.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00046">KernelDescriptors.h:46</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml_aba258627772f6f76f644911b027cbab5"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#aba258627772f6f76f644911b027cbab5">arm_compute::GEMMKernelInfo::reinterpret_input_as_3d</a></div><div class="ttdeci">bool reinterpret_input_as_3d</div><div class="ttdoc">Flag used to reinterpret the input as 3D.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00061">KernelDescriptors.h:61</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_scale_kernel_info_xhtml"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml">arm_compute::FFTScaleKernelInfo</a></div><div class="ttdoc">Descriptor for FFT scale kernels.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00032">KernelDescriptors.h:32</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_d_w_c_weights_kernel_info_xhtml"><div class="ttname"><a href="structarm__compute_1_1_d_w_c_weights_kernel_info.xhtml">arm_compute::DWCWeightsKernelInfo</a></div><div class="ttdoc">Descriptor used by the depthwise convolution kernels to retrieve the number of output elements proces...</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00074">KernelDescriptors.h:74</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info_xhtml_a6f637817d19a0cca1f1d984f26958c79"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml#a6f637817d19a0cca1f1d984f26958c79">arm_compute::FFTDigitReverseKernelInfo::axis</a></div><div class="ttdeci">unsigned int axis</div><div class="ttdoc">Axis to perform the kernel on.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00041">KernelDescriptors.h:41</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_radix_stage_kernel_info_xhtml_a4cab2bef555152e8653f38257e9fcb5e"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a4cab2bef555152e8653f38257e9fcb5e">arm_compute::FFTRadixStageKernelInfo::radix</a></div><div class="ttdeci">unsigned int radix</div><div class="ttdoc">Radix to use.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00049">KernelDescriptors.h:49</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_radix_stage_kernel_info_xhtml_a3f305b6a19c882fc747c346aa7636bb2"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a3f305b6a19c882fc747c346aa7636bb2">arm_compute::FFTRadixStageKernelInfo::is_first_stage</a></div><div class="ttdeci">bool is_first_stage</div><div class="ttdoc">Flags if the FFT kernels is the first stage of a decomposed FFT.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00051">KernelDescriptors.h:51</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info_xhtml"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml">arm_compute::FFTDigitReverseKernelInfo</a></div><div class="ttdoc">Descriptor for FFT digit reverse kernels.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00039">KernelDescriptors.h:39</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_radix_stage_kernel_info_xhtml_a42dd423975e5b0e0d9564e5566c9917a"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml#a42dd423975e5b0e0d9564e5566c9917a">arm_compute::FFTRadixStageKernelInfo::Nx</a></div><div class="ttdeci">unsigned int Nx</div><div class="ttdoc">Nx coefficient.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00050">KernelDescriptors.h:50</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_g_e_m_m_kernel_info_xhtml_a90e096a39cfc6da042e02d27a346f2d3"><div class="ttname"><a href="structarm__compute_1_1_g_e_m_m_kernel_info.xhtml#a90e096a39cfc6da042e02d27a346f2d3">arm_compute::GEMMKernelInfo::k</a></div><div class="ttdeci">unsigned int k</div><div class="ttdoc">Number of LHS columns or RHS rows.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00059">KernelDescriptors.h:59</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_scale_kernel_info_xhtml_a1d28dec57cce925ad92342891bd71e7c"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml#a1d28dec57cce925ad92342891bd71e7c">arm_compute::FFTScaleKernelInfo::scale</a></div><div class="ttdeci">float scale</div><div class="ttdoc">Axis to perform the kernel on.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00034">KernelDescriptors.h:34</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_softmax_kernel_info_xhtml"><div class="ttname"><a href="structarm__compute_1_1_softmax_kernel_info.xhtml">arm_compute::SoftmaxKernelInfo</a></div><div class="ttdoc">Descriptor used by the softmax kernels.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00080">KernelDescriptors.h:80</a></div></div> |
| <div class="ttc" id="arm__compute_2core_2_types_8h_xhtml"><div class="ttname"><a href="arm__compute_2core_2_types_8h.xhtml">Types.h</a></div></div> |
| <div class="ttc" id="structarm__compute_1_1_f_f_t_scale_kernel_info_xhtml_a3eedaeae28218786bf093b225accbfe0"><div class="ttname"><a href="structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml#a3eedaeae28218786bf093b225accbfe0">arm_compute::FFTScaleKernelInfo::conjugate</a></div><div class="ttdeci">bool conjugate</div><div class="ttdoc">Flag to conjugate the output/.</div><div class="ttdef"><b>Definition:</b> <a href="_kernel_descriptors_8h_source.xhtml#l00035">KernelDescriptors.h:35</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_214608ef36d61442cb2b0c1c4e9a7def.xhtml">arm_compute</a></li><li class="navelem"><a class="el" href="dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml">core</a></li><li class="navelem"><a class="el" href="_kernel_descriptors_8h.xhtml">KernelDescriptors.h</a></li> |
| <li class="footer">Generated on Wed Jan 22 2020 18:07:35 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> |