arm_compute v18.01
Change-Id: I9bfa178c2e38bfd5fc812e62aab6760d87748e05
diff --git a/documentation/hwc_8hpp.xhtml b/documentation/hwc_8hpp.xhtml
index 8255117..cf4aa2d 100644
--- a/documentation/hwc_8hpp.xhtml
+++ b/documentation/hwc_8hpp.xhtml
@@ -40,7 +40,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Compute Library
-  <span id="projectnumber">17.12</span>
+  <span id="projectnumber">18.01</span>
</div>
</td>
</tr>
@@ -651,7 +651,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00281">281</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00291">291</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -665,7 +665,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00280">280</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00290">290</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -760,7 +760,7 @@
</tr>
</table>
</div><div class="memdoc">
-<b>Value:</b><div class="fragment"><div class="line">{KBASE_GPUPROP_ ## name, offsetof(<span class="keyword">struct</span> gpu_props, member), \</div><div class="line"> sizeof(((<span class="keyword">struct</span> gpu_props*)0)->member)}</div></div><!-- fragment -->
+<b>Value:</b><div class="fragment"><div class="line">{ \</div><div class="line"> KBASE_GPUPROP_##name, offsetof(<span class="keyword">struct</span> gpu_props, member), \</div><div class="line"> sizeof(((<span class="keyword">struct</span> gpu_props *)0)->member) \</div><div class="line"> }</div></div><!-- fragment -->
</div>
</div>
<a class="anchor" id="a306fbdafa56b11c9c8c31aadd4e5aaff"></a>
@@ -792,7 +792,7 @@
</tr>
</table>
</div><div class="memdoc">
-<b>Value:</b><div class="fragment"><div class="line">{KBASE_GPUPROP_ ## name, offsetof(<span class="keyword">struct</span> gpu_props, member) + off, \</div><div class="line"> sizeof(((<span class="keyword">struct</span> gpu_props*)0)->member)}</div></div><!-- fragment -->
+<b>Value:</b><div class="fragment"><div class="line">{ \</div><div class="line"> KBASE_GPUPROP_##name, offsetof(<span class="keyword">struct</span> gpu_props, member) + off, \</div><div class="line"> sizeof(((<span class="keyword">struct</span> gpu_props *)0)->member) \</div><div class="line"> }</div></div><!-- fragment -->
</div>
</div>
<h2 class="groupheader">Enumeration Type Documentation</h2>
@@ -806,8 +806,8 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00318">318</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<div class="fragment"><div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  {</div><div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  UKP_FUNC_ID_CHECK_VERSION = 0,</div><div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  <span class="comment">/* Related to mali0 ioctl interface */</span></div><div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  LINUX_UK_BASE_MAGIC = 0x80,</div><div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  BASE_CONTEXT_CREATE_KERNEL_FLAGS = 0x2,</div><div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  KBASE_FUNC_HWCNT_UK_FUNC_ID = 512,</div><div class="line"><a name="l00324"></a><span class="lineno"> 324</span>  KBASE_FUNC_GPU_PROPS_REG_DUMP = KBASE_FUNC_HWCNT_UK_FUNC_ID + 14,</div><div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  KBASE_FUNC_HWCNT_READER_SETUP = KBASE_FUNC_HWCNT_UK_FUNC_ID + 36,</div><div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  KBASE_FUNC_HWCNT_DUMP = KBASE_FUNC_HWCNT_UK_FUNC_ID + 11,</div><div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  KBASE_FUNC_HWCNT_CLEAR = KBASE_FUNC_HWCNT_UK_FUNC_ID + 12,</div><div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  KBASE_FUNC_SET_FLAGS = KBASE_FUNC_HWCNT_UK_FUNC_ID + 18,</div><div class="line"><a name="l00329"></a><span class="lineno"> 329</span> </div><div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  <span class="comment">/* The ids of ioctl commands for the reader interface */</span></div><div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  KBASE_HWCNT_READER = 0xBE,</div><div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  KBASE_HWCNT_READER_GET_HWVER = <a class="code" href="hwc_8hpp.xhtml#a5c430262871cabc8efe7cca75a25aa2a">MALI_IOR</a>(KBASE_HWCNT_READER, 0x00, uint32_t),</div><div class="line"><a name="l00333"></a><span class="lineno"> 333</span>  KBASE_HWCNT_READER_GET_BUFFER_SIZE = <a class="code" href="hwc_8hpp.xhtml#a5c430262871cabc8efe7cca75a25aa2a">MALI_IOR</a>(KBASE_HWCNT_READER, 0x01, uint32_t),</div><div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  KBASE_HWCNT_READER_DUMP = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x10, uint32_t),</div><div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  KBASE_HWCNT_READER_CLEAR = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x11, uint32_t),</div><div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  KBASE_HWCNT_READER_GET_BUFFER = <a class="code" href="hwc_8hpp.xhtml#a5c430262871cabc8efe7cca75a25aa2a">MALI_IOR</a>(KBASE_HWCNT_READER, 0x20, <span class="keyword">struct</span> kbase_hwcnt_reader_metadata),</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  KBASE_HWCNT_READER_PUT_BUFFER = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x21, <span class="keyword">struct</span> kbase_hwcnt_reader_metadata),</div><div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  KBASE_HWCNT_READER_SET_INTERVAL = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x30, uint32_t),</div><div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  KBASE_HWCNT_READER_ENABLE_EVENT = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x40, uint32_t),</div><div class="line"><a name="l00340"></a><span class="lineno"> 340</span>  KBASE_HWCNT_READER_DISABLE_EVENT = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x41, uint32_t),</div><div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  KBASE_HWCNT_READER_GET_API_VERSION = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0xFF, uint32_t)</div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span> </div><div class="line"><a name="l00343"></a><span class="lineno"> 343</span> };</div><div class="ttc" id="hwc_8hpp_xhtml_a9bf959056d22d83aa61e156dd3f04052"><div class="ttname"><a href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a></div><div class="ttdeci">#define MALI_IOW(a, b, c)</div><div class="ttdef"><b>Definition:</b> <a href="hwc_8hpp_source.xhtml#l00046">hwc.hpp:46</a></div></div>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00328">328</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<div class="fragment"><div class="line"><a name="l00329"></a><span class="lineno"> 329</span> {</div><div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  UKP_FUNC_ID_CHECK_VERSION = 0,</div><div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  <span class="comment">/* Related to mali0 ioctl interface */</span></div><div class="line"><a name="l00332"></a><span class="lineno"> 332</span>  LINUX_UK_BASE_MAGIC = 0x80,</div><div class="line"><a name="l00333"></a><span class="lineno"> 333</span>  BASE_CONTEXT_CREATE_KERNEL_FLAGS = 0x2,</div><div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  KBASE_FUNC_HWCNT_UK_FUNC_ID = 512,</div><div class="line"><a name="l00335"></a><span class="lineno"> 335</span>  KBASE_FUNC_GPU_PROPS_REG_DUMP = KBASE_FUNC_HWCNT_UK_FUNC_ID + 14,</div><div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  KBASE_FUNC_HWCNT_READER_SETUP = KBASE_FUNC_HWCNT_UK_FUNC_ID + 36,</div><div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  KBASE_FUNC_HWCNT_DUMP = KBASE_FUNC_HWCNT_UK_FUNC_ID + 11,</div><div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  KBASE_FUNC_HWCNT_CLEAR = KBASE_FUNC_HWCNT_UK_FUNC_ID + 12,</div><div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  KBASE_FUNC_SET_FLAGS = KBASE_FUNC_HWCNT_UK_FUNC_ID + 18,</div><div class="line"><a name="l00340"></a><span class="lineno"> 340</span> </div><div class="line"><a name="l00341"></a><span class="lineno"> 341</span>  <span class="comment">/* The ids of ioctl commands for the reader interface */</span></div><div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  KBASE_HWCNT_READER = 0xBE,</div><div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  KBASE_HWCNT_READER_GET_HWVER = <a class="code" href="hwc_8hpp.xhtml#a5c430262871cabc8efe7cca75a25aa2a">MALI_IOR</a>(KBASE_HWCNT_READER, 0x00, uint32_t),</div><div class="line"><a name="l00344"></a><span class="lineno"> 344</span>  KBASE_HWCNT_READER_GET_BUFFER_SIZE = <a class="code" href="hwc_8hpp.xhtml#a5c430262871cabc8efe7cca75a25aa2a">MALI_IOR</a>(KBASE_HWCNT_READER, 0x01, uint32_t),</div><div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  KBASE_HWCNT_READER_DUMP = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x10, uint32_t),</div><div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  KBASE_HWCNT_READER_CLEAR = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x11, uint32_t),</div><div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  KBASE_HWCNT_READER_GET_BUFFER = <a class="code" href="hwc_8hpp.xhtml#a5c430262871cabc8efe7cca75a25aa2a">MALI_IOR</a>(KBASE_HWCNT_READER, 0x20, <span class="keyword">struct</span> kbase_hwcnt_reader_metadata),</div><div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  KBASE_HWCNT_READER_PUT_BUFFER = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x21, <span class="keyword">struct</span> kbase_hwcnt_reader_metadata),</div><div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  KBASE_HWCNT_READER_SET_INTERVAL = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x30, uint32_t),</div><div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  KBASE_HWCNT_READER_ENABLE_EVENT = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x40, uint32_t),</div><div class="line"><a name="l00351"></a><span class="lineno"> 351</span>  KBASE_HWCNT_READER_DISABLE_EVENT = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0x41, uint32_t),</div><div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  KBASE_HWCNT_READER_GET_API_VERSION = <a class="code" href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a>(KBASE_HWCNT_READER, 0xFF, uint32_t)</div><div class="line"><a name="l00353"></a><span class="lineno"> 353</span> </div><div class="line"><a name="l00354"></a><span class="lineno"> 354</span> };</div><div class="ttc" id="hwc_8hpp_xhtml_a9bf959056d22d83aa61e156dd3f04052"><div class="ttname"><a href="hwc_8hpp.xhtml#a9bf959056d22d83aa61e156dd3f04052">MALI_IOW</a></div><div class="ttdeci">#define MALI_IOW(a, b, c)</div><div class="ttdef"><b>Definition:</b> <a href="hwc_8hpp_source.xhtml#l00046">hwc.hpp:46</a></div></div>
<div class="ttc" id="hwc_8hpp_xhtml_a5c430262871cabc8efe7cca75a25aa2a"><div class="ttname"><a href="hwc_8hpp.xhtml#a5c430262871cabc8efe7cca75a25aa2a">MALI_IOR</a></div><div class="ttdeci">#define MALI_IOR(a, b, c)</div><div class="ttdef"><b>Definition:</b> <a href="hwc_8hpp_source.xhtml#l00045">hwc.hpp:45</a></div></div>
</div><!-- fragment -->
</div>
@@ -822,8 +822,8 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00345">345</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<div class="fragment"><div class="line"><a name="l00346"></a><span class="lineno"> 346</span> {</div><div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  PIPE_DESCRIPTOR_IN, </div><div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  PIPE_DESCRIPTOR_OUT, </div><div class="line"><a name="l00350"></a><span class="lineno"> 350</span>  PIPE_DESCRIPTOR_COUNT </div><div class="line"><a name="l00351"></a><span class="lineno"> 351</span> };</div></div><!-- fragment -->
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00356">356</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<div class="fragment"><div class="line"><a name="l00357"></a><span class="lineno"> 357</span> {</div><div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  PIPE_DESCRIPTOR_IN, </div><div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  PIPE_DESCRIPTOR_OUT, </div><div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  PIPE_DESCRIPTOR_COUNT </div><div class="line"><a name="l00362"></a><span class="lineno"> 362</span> };</div></div><!-- fragment -->
</div>
</div>
<a class="anchor" id="file_adc29c2ff13d900c2f185ee95427fb06c"></a>
@@ -836,8 +836,8 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00353">353</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<div class="fragment"><div class="line"><a name="l00354"></a><span class="lineno"> 354</span> {</div><div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  POLL_DESCRIPTOR_SIGNAL, </div><div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  POLL_DESCRIPTOR_HWCNT_READER, </div><div class="line"><a name="l00358"></a><span class="lineno"> 358</span>  POLL_DESCRIPTOR_COUNT </div><div class="line"><a name="l00359"></a><span class="lineno"> 359</span> };</div></div><!-- fragment -->
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00364">364</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<div class="fragment"><div class="line"><a name="l00365"></a><span class="lineno"> 365</span> {</div><div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  POLL_DESCRIPTOR_SIGNAL, </div><div class="line"><a name="l00367"></a><span class="lineno"> 367</span>  POLL_DESCRIPTOR_HWCNT_READER, </div><div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  POLL_DESCRIPTOR_COUNT </div><div class="line"><a name="l00370"></a><span class="lineno"> 370</span> };</div></div><!-- fragment -->
</div>
</div>
<h2 class="groupheader">Variable Documentation</h2>
@@ -851,9 +851,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00275">275</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00285">285</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<p>Referenced by <a class="el" href="_n_e_direct_convolution3x3_8h_source.xhtml#l00121">arm_compute::detail::convolve_3x3< 3 >()</a>, and <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00313">arm_compute::detail::store_results< 3 >()</a>.</p>
+<p>Referenced by <a class="el" href="_n_e_direct_convolution3x3_8h_source.xhtml#l00121">arm_compute::detail::convolve_3x3< 3 >()</a>, and <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00531">arm_compute::detail::store_results< 3 >()</a>.</p>
</div>
</div>
@@ -867,7 +867,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00297">297</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00308">308</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -881,7 +881,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00270">270</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00279">279</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -895,7 +895,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00287">287</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00298">298</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -909,7 +909,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00304">304</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00315">315</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -923,7 +923,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00277">277</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00287">287</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
<p>Referenced by <a class="el" href="_mali_counter_8cpp_source.xhtml#l00147">MaliCounter::~MaliCounter()</a>.</p>
@@ -939,9 +939,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00261">261</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00269">269</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00296">NumPyBinLoader::access_tensor()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00661">AssetsLibrary::fill_layer_data()</a>, and <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00171">arm_compute::utils::parse_npy_header()</a>.</p>
+<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00314">NumPyBinLoader::access_tensor()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00685">AssetsLibrary::fill_layer_data()</a>, and <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00175">arm_compute::utils::parse_npy_header()</a>.</p>
</div>
</div>
@@ -955,9 +955,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00252">252</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00259">259</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<p>Referenced by <a class="el" href="fast__corners_8cl_source.xhtml#l00230">copy_to_keypoint()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00127">arm_compute::execute_window_loop()</a>, <a class="el" href="_framework_8cpp_source.xhtml#l00514">Framework::run()</a>, <a class="el" href="reference_2_scale_8cpp_source.xhtml#l00040">arm_compute::test::validation::reference::scale()</a>, <a class="el" href="_framework_8cpp_source.xhtml#l00625">Framework::test_infos()</a>, <a class="el" href="reference_2_warp_affine_8cpp_source.xhtml#l00050">arm_compute::test::validation::reference::warp_affine()</a>, and <a class="el" href="reference_2_warp_perspective_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::warp_perspective()</a>.</p>
+<p>Referenced by <a class="el" href="reference_2_convolution_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::convolution()</a>, <a class="el" href="fast__corners_8cl_source.xhtml#l00230">copy_to_keypoint()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00122">arm_compute::execute_window_loop()</a>, <a class="el" href="_framework_8cpp_source.xhtml#l00493">Framework::run()</a>, <a class="el" href="validation_2reference_2_scale_8cpp_source.xhtml#l00039">arm_compute::test::validation::reference::scale()</a>, <a class="el" href="_framework_8cpp_source.xhtml#l00604">Framework::test_infos()</a>, <a class="el" href="reference_2_warp_affine_8cpp_source.xhtml#l00050">arm_compute::test::validation::reference::warp_affine()</a>, and <a class="el" href="reference_2_warp_perspective_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::warp_perspective()</a>.</p>
</div>
</div>
@@ -971,7 +971,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00298">298</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00309">309</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -985,7 +985,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00263">263</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00271">271</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -999,7 +999,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00264">264</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00272">272</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -1013,7 +1013,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00301">301</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00312">312</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -1027,9 +1027,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00265">265</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00273">273</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<p>Referenced by <a class="el" href="_toolchain_support_8h_source.xhtml#l00310">arm_compute::support::cpp11::align()</a>, <a class="el" href="_validation_8h_source.xhtml#l00134">arm_compute::test::validation::compare_dimensions()</a>, <a class="el" href="validation_2_c_l_2_activation_layer_8cpp_source.xhtml#l00114">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="_c_l_2_accumulate_8cpp_source.xhtml#l00131">arm_compute::test::validation::FIXTURE_DATA_TEST_CASE()</a>, <a class="el" href="_padding_calculator_8h_source.xhtml#l00146">PaddingCalculator::required_padding()</a>, and <a class="el" href="_c_l_2_min_max_location_8cpp_source.xhtml#l00045">arm_compute::test::validation::validate_configuration()</a>.</p>
+<p>Referenced by <a class="el" href="_toolchain_support_8h_source.xhtml#l00311">arm_compute::support::cpp11::align()</a>, <a class="el" href="_validation_8h_source.xhtml#l00134">arm_compute::test::validation::compare_dimensions()</a>, <a class="el" href="validation_2_c_l_2_activation_layer_8cpp_source.xhtml#l00114">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="_c_l_2_accumulate_8cpp_source.xhtml#l00131">arm_compute::test::validation::FIXTURE_DATA_TEST_CASE()</a>, <a class="el" href="_padding_calculator_8h_source.xhtml#l00146">PaddingCalculator::required_padding()</a>, and <a class="el" href="_c_l_2_min_max_location_8cpp_source.xhtml#l00045">arm_compute::test::validation::validate_configuration()</a>.</p>
</div>
</div>
@@ -1043,9 +1043,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00254">254</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00261">261</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00068">DummyAccessor::access_tensor()</a>.</p>
+<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00062">DummyAccessor::access_tensor()</a>.</p>
</div>
</div>
@@ -1059,7 +1059,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00299">299</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00310">310</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -1073,9 +1073,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00276">276</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00286">286</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<p>Referenced by <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00207">BorderSize::BorderSize()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00456">arm_compute::calculate_matrix_scale()</a>, <a class="el" href="_c_l_2_fill_border_8cpp_source.xhtml#l00052">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00246">BorderSize::operator*()</a>, <a class="el" href="_padding_calculator_8h_source.xhtml#l00051">PaddingCalculator::PaddingCalculator()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00752">NormalizationLayerInfo::scale_coeff()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00396">arm_compute::separate_matrix()</a>, <a class="el" href="_padding_calculator_8h_source.xhtml#l00122">PaddingCalculator::set_border_size()</a>, and <a class="el" href="arm__compute_2core_2utils_2logging_2_helpers_8h_source.xhtml#l00048">arm_compute::logging::string_with_format()</a>.</p>
+<p>Referenced by <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00215">BorderSize::BorderSize()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00456">arm_compute::calculate_matrix_scale()</a>, <a class="el" href="_c_l_2_fill_border_8cpp_source.xhtml#l00052">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00254">BorderSize::operator*()</a>, <a class="el" href="_padding_calculator_8h_source.xhtml#l00051">PaddingCalculator::PaddingCalculator()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00760">NormalizationLayerInfo::scale_coeff()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00396">arm_compute::separate_matrix()</a>, <a class="el" href="_padding_calculator_8h_source.xhtml#l00122">PaddingCalculator::set_border_size()</a>, and <a class="el" href="arm__compute_2core_2utils_2logging_2_helpers_8h_source.xhtml#l00048">arm_compute::logging::string_with_format()</a>.</p>
</div>
</div>
@@ -1089,7 +1089,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00256">256</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00263">263</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -1103,7 +1103,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00300">300</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00311">311</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
</div>
</div>
@@ -1117,9 +1117,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00269">269</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
+<p>Definition at line <a class="el" href="hwc_8hpp_source.xhtml#l00278">278</a> of file <a class="el" href="hwc_8hpp_source.xhtml">hwc.hpp</a>.</p>
-<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00088">PPMAccessor::access_tensor()</a>, <a class="el" href="validation_2reference_2_activation_layer_8cpp_source.xhtml#l00039">arm_compute::test::validation::reference::activation_layer()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00310">arm_compute::support::cpp11::align()</a>, <a class="el" href="tests_2framework_2_utils_8h_source.xhtml#l00079">arm_compute::test::apply()</a>, <a class="el" href="validation_2reference_2_batch_normalization_layer_8cpp_source.xhtml#l00039">arm_compute::test::validation::reference::batch_normalization_layer()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00045">arm_compute::ceil_to_multiple()</a>, <a class="el" href="fast__corners_8cl_source.xhtml#l00230">copy_to_keypoint()</a>, <a class="el" href="tests_2validation_2_u_n_i_t_2_utils_8cpp_source.xhtml#l00040">DATA_TEST_CASE()</a>, <a class="el" href="reference_2_depth_convert_layer_8cpp_source.xhtml#l00040">arm_compute::test::validation::reference::depth_convert()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00406">AssetsLibrary::fill()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00377">AssetsLibrary::fill_borders_with_garbage()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00565">AssetsLibrary::fill_tensor_uniform()</a>, <a class="el" href="tests_2validation_2_fixed_point_8h_source.xhtml#l00099">fixed_point< T >::fixed_point()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00053">arm_compute::floor_to_multiple()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00160">arm_compute::test::foldl()</a>, <a class="el" href="validation_2reference_2_g_e_m_m_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::gemm()</a>, <a class="el" href="_g_e_m_m_interleave_blocked_8h_source.xhtml#l00051">arm_compute::test::validation::reference::gemm_interleave_blocked()</a>, <a class="el" href="validation_2reference_2_g_e_m_m_lowp_8cpp_source.xhtml#l00101">arm_compute::test::validation::reference::gemmlowp_matrix_multiply_core()</a>, <a class="el" href="tests_2validation_2_helpers_8h_source.xhtml#l00187">arm_compute::test::validation::get_batchnormalization_layer_test_bounds()</a>, <a class="el" href="_p_m_u_8h_source.xhtml#l00084">PMU::get_value()</a>, <a class="el" href="_alex_net_network_8h_source.xhtml#l00057">AlexNetNetwork< ITensorType, TensorType, SubTensorType, arm_compute::test::Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction >::init()</a>, <a class="el" href="tests_2validation_2_fixed_point_8h_source.xhtml#l00752">functions::inv_sqrt()</a>, <a class="el" href="_test_filter_8cpp_source.xhtml#l00043">TestFilter::is_selected()</a>, <a class="el" href="_singleton_dataset_8h_source.xhtml#l00067">SingletonDataset< T >::iterator::iterator()</a>, <a class="el" href="tests_2framework_2_utils_8h_source.xhtml#l00117">arm_compute::test::join()</a>, <a class="el" href="_singleton_dataset_8h_source.xhtml#l00130">arm_compute::test::framework::dataset::make()</a>, <a class="el" href="_asserts_8h_source.xhtml#l00040">arm_compute::test::framework::make_printable()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00863">arm_compute::max_consecutive_elements_display_width_impl()</a>, <a class="el" href="_measurement_8h_source.xhtml#l00228">Measurement::Measurement()</a>, <a class="el" href="minmaxloc_8cl_source.xhtml#l00143">minmaxloc()</a>, <a class="el" href="validation_2reference_2_normalization_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::normalization_layer()</a>, <a class="el" href="_validation_8h_source.xhtml#l00258">compare< AbsoluteTolerance< U > >::operator bool()</a>, <a class="el" href="_validation_8h_source.xhtml#l00282">compare< RelativeTolerance< U > >::operator bool()</a>, <a class="el" href="tests_2validation_2_fixed_point_8h_source.xhtml#l00166">fixed_point< T >::operator float()</a>, <a class="el" href="_type_reader_8h_source.xhtml#l00036">arm_compute::operator>>()</a>, <a class="el" href="tests_2framework_2printers_2_printers_8h_source.xhtml#l00045">arm_compute::test::framework::operator>>()</a>, <a class="el" href="_node_context_8h_source.xhtml#l00134">NodeContext::parameter()</a>, <a class="el" href="_command_line_parser_8cpp_source.xhtml#l00035">CommandLineParser::parse()</a>, <a class="el" href="reference_2_pixel_wise_multiplication_8cpp_source.xhtml#l00045">arm_compute::test::validation::reference::pixel_wise_multiplication()</a>, <a class="el" href="validation_2reference_2_pooling_layer_8cpp_source.xhtml#l00057">arm_compute::test::validation::reference::pooling_layer()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00830">arm_compute::print_consecutive_elements_impl()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00181">RandomAccessor::RandomAccessor()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00247">arm_compute::support::cpp11::round()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00056">arm_compute::test::round_half_up()</a>, <a class="el" href="benchmark_2fixtures_2_softmax_layer_fixture_8h_source.xhtml#l00073">SoftmaxLayerFixture< TensorType, Function, Accessor >::run()</a>, <a class="el" href="benchmark_2fixtures_2_convolution_layer_fixture_8h_source.xhtml#l00078">ConvolutionLayerFixture< TensorType, Function, Accessor >::run()</a>, <a class="el" href="benchmark_2fixtures_2_fully_connected_layer_fixture_8h_source.xhtml#l00078">FullyConnectedLayerFixture< TensorType, Function, Accessor >::run()</a>, <a class="el" href="benchmark_2fixtures_2_batch_normalization_layer_fixture_8h_source.xhtml#l00082">BatchNormalizationLayerFixture< TensorType, Function, Accessor >::run()</a>, <a class="el" href="_alex_net_network_8h_source.xhtml#l00530">AlexNetNetwork< ITensorType, TensorType, SubTensorType, arm_compute::test::Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction >::run()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00639">arm_compute::utils::save_to_ppm()</a>, <a class="el" href="reference_2_scharr_8cpp_source.xhtml#l00062">arm_compute::test::validation::reference::scharr()</a>, <a class="el" href="_q_asymm8_8inl_source.xhtml#l00036">arm_compute::scvt_f32_qasymm8()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00074">Dimensions< size_t >::set()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00074">TensorShape::set()</a>, <a class="el" href="_g_c_kernel_library_8h_source.xhtml#l00141">GCKernel::set_argument()</a>, <a class="el" href="_harris_corners_fixture_8h_source.xhtml#l00050">HarrisCornersValidationFixture< TensorType, AccessorType, ArrayType, FunctionType, T >::setup()</a>, <a class="el" href="_g_e_m_m_lowp_assembly_fixture_8h_source.xhtml#l00050">GEMMLowpAssemblyFixture< TensorType, AccessorType, FunctionType, T2 >::setup()</a>, <a class="el" href="validation_2fixtures_2_convolution_layer_fixture_8h_source.xhtml#l00057">ConvolutionValidationGenericFixture< TensorType, AccessorType, FunctionType, T >::setup()</a>, <a class="el" href="_singleton_dataset_8h_source.xhtml#l00054">SingletonDataset< ActivationLayerInfo >::SingletonDataset()</a>, <a class="el" href="reference_2_sobel_8cpp_source.xhtml#l00106">arm_compute::test::validation::reference::sobel()</a>, <a class="el" href="validation_2reference_2_softmax_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::softmax_layer()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00232">arm_compute::support::cpp11::stof()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00301">arm_compute::support::cpp11::to_string()</a>, <a class="el" href="tests_2framework_2_utils_8h_source.xhtml#l00147">arm_compute::test::tolower()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00262">arm_compute::support::cpp11::trunc()</a>, <a class="el" href="_validation_8h_source.xhtml#l00314">arm_compute::test::validation::validate()</a>, and <a class="el" href="_semaphore_8h_source.xhtml#l00054">Semaphore::wait()</a>.</p>
+<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00084">PPMAccessor::access_tensor()</a>, <a class="el" href="validation_2reference_2_activation_layer_8cpp_source.xhtml#l00039">arm_compute::test::validation::reference::activation_layer()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00311">arm_compute::support::cpp11::align()</a>, <a class="el" href="tests_2framework_2_utils_8h_source.xhtml#l00079">arm_compute::test::apply()</a>, <a class="el" href="validation_2reference_2_batch_normalization_layer_8cpp_source.xhtml#l00039">arm_compute::test::validation::reference::batch_normalization_layer()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00045">arm_compute::ceil_to_multiple()</a>, <a class="el" href="fast__corners_8cl_source.xhtml#l00230">copy_to_keypoint()</a>, <a class="el" href="tests_2validation_2_u_n_i_t_2_utils_8cpp_source.xhtml#l00040">DATA_TEST_CASE()</a>, <a class="el" href="reference_2_depth_convert_layer_8cpp_source.xhtml#l00040">arm_compute::test::validation::reference::depth_convert()</a>, <a class="el" href="reference_2_derivative_8cpp_source.xhtml#l00055">arm_compute::test::validation::reference::derivative()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00417">AssetsLibrary::fill()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00388">AssetsLibrary::fill_borders_with_garbage()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00589">AssetsLibrary::fill_tensor_uniform()</a>, <a class="el" href="tests_2validation_2_fixed_point_8h_source.xhtml#l00099">fixed_point< T >::fixed_point()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00053">arm_compute::floor_to_multiple()</a>, <a class="el" href="utility_8h_source.xhtml#l00109">arm_compute::utility::foldl()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00175">arm_compute::test::foldl()</a>, <a class="el" href="validation_2reference_2_g_e_m_m_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::gemm()</a>, <a class="el" href="_g_e_m_m_interleave_blocked_8h_source.xhtml#l00051">arm_compute::test::validation::reference::gemm_interleave_blocked()</a>, <a class="el" href="validation_2reference_2_g_e_m_m_lowp_8cpp_source.xhtml#l00101">arm_compute::test::validation::reference::gemmlowp_matrix_multiply_core()</a>, <a class="el" href="tests_2validation_2_helpers_8h_source.xhtml#l00187">arm_compute::test::validation::get_batchnormalization_layer_test_bounds()</a>, <a class="el" href="_p_m_u_8h_source.xhtml#l00084">PMU::get_value()</a>, <a class="el" href="_alex_net_network_8h_source.xhtml#l00057">AlexNetNetwork< ITensorType, TensorType, SubTensorType, arm_compute::test::Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction >::init()</a>, <a class="el" href="tests_2validation_2_fixed_point_8h_source.xhtml#l00752">functions::inv_sqrt()</a>, <a class="el" href="_test_filter_8cpp_source.xhtml#l00043">TestFilter::is_selected()</a>, <a class="el" href="_singleton_dataset_8h_source.xhtml#l00067">SingletonDataset< T >::iterator::iterator()</a>, <a class="el" href="tests_2framework_2_utils_8h_source.xhtml#l00117">arm_compute::test::join()</a>, <a class="el" href="_singleton_dataset_8h_source.xhtml#l00130">arm_compute::test::framework::dataset::make()</a>, <a class="el" href="_asserts_8h_source.xhtml#l00040">arm_compute::test::framework::make_printable()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00861">arm_compute::max_consecutive_elements_display_width_impl()</a>, <a class="el" href="_measurement_8h_source.xhtml#l00228">Measurement::Measurement()</a>, <a class="el" href="minmaxloc_8cl_source.xhtml#l00143">minmaxloc()</a>, <a class="el" href="validation_2reference_2_normalization_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::normalization_layer()</a>, <a class="el" href="_validation_8h_source.xhtml#l00264">compare< AbsoluteTolerance< U > >::operator bool()</a>, <a class="el" href="_validation_8h_source.xhtml#l00288">compare< RelativeTolerance< U > >::operator bool()</a>, <a class="el" href="tests_2validation_2_fixed_point_8h_source.xhtml#l00166">fixed_point< T >::operator float()</a>, <a class="el" href="_type_reader_8h_source.xhtml#l00036">arm_compute::operator>>()</a>, <a class="el" href="tests_2framework_2printers_2_printers_8h_source.xhtml#l00045">arm_compute::test::framework::operator>>()</a>, <a class="el" href="_node_context_8h_source.xhtml#l00134">NodeContext::parameter()</a>, <a class="el" href="_command_line_parser_8cpp_source.xhtml#l00035">CommandLineParser::parse()</a>, <a class="el" href="reference_2_pixel_wise_multiplication_8cpp_source.xhtml#l00045">arm_compute::test::validation::reference::pixel_wise_multiplication()</a>, <a class="el" href="validation_2reference_2_pooling_layer_8cpp_source.xhtml#l00057">arm_compute::test::validation::reference::pooling_layer()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00828">arm_compute::print_consecutive_elements_impl()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00199">RandomAccessor::RandomAccessor()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00247">arm_compute::support::cpp11::round()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00071">arm_compute::test::round_half_up()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00655">arm_compute::utils::save_to_ppm()</a>, <a class="el" href="reference_2_scharr_8cpp_source.xhtml#l00062">arm_compute::test::validation::reference::scharr()</a>, <a class="el" href="_q_asymm8_8inl_source.xhtml#l00036">arm_compute::scvt_f32_qasymm8()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00074">Dimensions< size_t >::set()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00074">TensorShape::set()</a>, <a class="el" href="_g_c_kernel_library_8h_source.xhtml#l00141">GCKernel::set_argument()</a>, <a class="el" href="validation_2fixtures_2_harris_corners_fixture_8h_source.xhtml#l00050">HarrisCornersValidationFixture< TensorType, AccessorType, ArrayType, FunctionType, T >::setup()</a>, <a class="el" href="_g_e_m_m_lowp_assembly_fixture_8h_source.xhtml#l00050">GEMMLowpAssemblyFixture< TensorType, AccessorType, FunctionType, T2 >::setup()</a>, <a class="el" href="validation_2fixtures_2_convolution_layer_fixture_8h_source.xhtml#l00057">ConvolutionValidationGenericFixture< TensorType, AccessorType, FunctionType, T >::setup()</a>, <a class="el" href="_singleton_dataset_8h_source.xhtml#l00054">SingletonDataset< ActivationLayerInfo >::SingletonDataset()</a>, <a class="el" href="reference_2_sobel_8cpp_source.xhtml#l00106">arm_compute::test::validation::reference::sobel()</a>, <a class="el" href="validation_2reference_2_softmax_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::softmax_layer()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00232">arm_compute::support::cpp11::stof()</a>, <a class="el" href="_alex_net_network_8h_source.xhtml#l00568">AlexNetNetwork< ITensorType, TensorType, SubTensorType, arm_compute::test::Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction >::sync()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00302">arm_compute::support::cpp11::to_string()</a>, <a class="el" href="tests_2framework_2_utils_8h_source.xhtml#l00147">arm_compute::test::tolower()</a>, <a class="el" href="_toolchain_support_8h_source.xhtml#l00263">arm_compute::support::cpp11::trunc()</a>, <a class="el" href="_validation_8h_source.xhtml#l00320">arm_compute::test::validation::validate()</a>, and <a class="el" href="_semaphore_8h_source.xhtml#l00054">Semaphore::wait()</a>.</p>
</div>
</div>
@@ -1129,7 +1129,7 @@
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml">tests</a></li><li class="navelem"><a class="el" href="dir_9e71e2da941d3cafc4d98a9f6ae3de4f.xhtml">framework</a></li><li class="navelem"><a class="el" href="dir_4efd0ee2ecda32567e74991b08d544ea.xhtml">instruments</a></li><li class="navelem"><a class="el" href="hwc_8hpp.xhtml">hwc.hpp</a></li>
- <li class="footer">Generated on Thu Dec 14 2017 23:48:34 for Compute Library by
+ <li class="footer">Generated on Wed Jan 24 2018 14:30:43 for Compute Library by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>