arm_compute v18.05
[platform/upstream/armcl.git] / documentation / benchmark_2_n_e_o_n_2_convolution_layer_8cpp.xhtml
index add9661..c0086e9 100644 (file)
@@ -4,7 +4,7 @@
 <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.6"/>
+<meta name="generator" content="Doxygen 1.8.11"/>
 <meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
 <title>Compute Library: tests/benchmark/NEON/ConvolutionLayer.cpp File Reference</title>
 <link href="tabs.css" rel="stylesheet" type="text/css"/>
 <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">
   $(document).ready(initResizable);
   $(window).load(resizeHeight);
 </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/javascript">
-  $(document).ready(function() { searchBox.OnSelectItem(0); });
+  $(document).ready(function() { init_search(); });
 </script>
 <script type="text/x-mathjax-config">
   MathJax.Hub.Config({
     extensions: ["tex2jax.js"],
     jax: ["input/TeX","output/HTML-CSS"],
 });
-</script><script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
+</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
 <link href="doxygen.css" rel="stylesheet" type="text/css" />
 </head>
 <body>
@@ -38,7 +40,7 @@
  <tr style="height: 56px;">
   <td style="padding-left: 0.5em;">
    <div id="projectname">Compute Library
-   &#160;<span id="projectnumber">17.10</span>
+   &#160;<span id="projectnumber">18.05</span>
    </div>
   </td>
  </tr>
@@ -46,7 +48,7 @@
 </table>
 </div>
 <!-- end header part -->
-<!-- Generated by Doxygen 1.8.6 -->
+<!-- Generated by Doxygen 1.8.11 -->
 <script type="text/javascript">
 var searchBox = new SearchBox("searchBox", "search",false,'Search');
 </script>
@@ -101,7 +103,7 @@ $(document).ready(function(){initNavTree('benchmark_2_n_e_o_n_2_convolution_laye
      onmouseover="return searchBox.OnSearchSelectShow()"
      onmouseout="return searchBox.OnSearchSelectHide()"
      onkeydown="return searchBox.OnSearchSelectKey(event)">
-<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark">&#160;</span>Pages</a></div>
+</div>
 
 <!-- iframe showing the search results (closed by default) -->
 <div id="MSearchResultsWindow">
@@ -119,74 +121,82 @@ $(document).ready(function(){initNavTree('benchmark_2_n_e_o_n_2_convolution_laye
 <div class="title">ConvolutionLayer.cpp File Reference</div>  </div>
 </div><!--header-->
 <div class="contents">
-<div class="textblock"><code>#include &quot;<a class="el" href="_tensor_shape_8h_source.xhtml">arm_compute/core/TensorShape.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">arm_compute/core/Types.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_n_e_convolution_layer_8h_source.xhtml">arm_compute/runtime/NEON/functions/NEConvolutionLayer.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="runtime_2_tensor_8h_source.xhtml">arm_compute/runtime/Tensor.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_tensor_allocator_8h_source.xhtml">arm_compute/runtime/TensorAllocator.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_accessor_8h_source.xhtml">tests/NEON/Accessor.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="benchmark_2fixtures_2_convolution_layer_fixture_8h_source.xhtml">tests/benchmark/fixtures/ConvolutionLayerFixture.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_alex_net_convolution_layer_dataset_8h_source.xhtml">tests/datasets/system_tests/alexnet/AlexNetConvolutionLayerDataset.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_goog_le_net_inception_v1_convolution_layer_dataset_8h_source.xhtml">tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1ConvolutionLayerDataset.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_goog_le_net_inception_v4_convolution_layer_dataset_8h_source.xhtml">tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4ConvolutionLayerDataset.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_le_net5_convolution_layer_dataset_8h_source.xhtml">tests/datasets/system_tests/lenet5/LeNet5ConvolutionLayerDataset.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_squeeze_net_convolution_layer_dataset_8h_source.xhtml">tests/datasets/system_tests/squeezenet/SqueezeNetConvolutionLayerDataset.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_v_g_g16_convolution_layer_dataset_8h_source.xhtml">tests/datasets/system_tests/vgg/vgg16/VGG16ConvolutionLayerDataset.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_y_o_l_o_v2_convolution_layer_dataset_8h_source.xhtml">tests/datasets/system_tests/yolo/v2/YOLOV2ConvolutionLayerDataset.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_macros_8h_source.xhtml">tests/framework/Macros.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_datasets_8h_source.xhtml">tests/framework/datasets/Datasets.h</a>&quot;</code><br/>
-<code>#include &quot;<a class="el" href="_type_printer_8h_source.xhtml">utils/TypePrinter.h</a>&quot;</code><br/>
+<div class="textblock"><code>#include &quot;<a class="el" href="_tensor_shape_8h_source.xhtml">arm_compute/core/TensorShape.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">arm_compute/core/Types.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="_n_e_convolution_layer_8h_source.xhtml">arm_compute/runtime/NEON/functions/NEConvolutionLayer.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="_n_e_winograd_convolution_layer_8h_source.xhtml">arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="runtime_2_tensor_8h_source.xhtml">arm_compute/runtime/Tensor.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="_tensor_allocator_8h_source.xhtml">arm_compute/runtime/TensorAllocator.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="_accessor_8h_source.xhtml">tests/NEON/Accessor.h</a>&quot;</code><br />
+<code>#include &quot;tests/benchmark/fixtures/ConvolutionLayerFixture.h&quot;</code><br />
+<code>#include &quot;tests/benchmark/fixtures/WinogradConvolutionLayerFixture.h&quot;</code><br />
+<code>#include &quot;tests/datasets/system_tests/alexnet/AlexNetConvolutionLayerDataset.h&quot;</code><br />
+<code>#include &quot;tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1ConvolutionLayerDataset.h&quot;</code><br />
+<code>#include &quot;tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4ConvolutionLayerDataset.h&quot;</code><br />
+<code>#include &quot;tests/datasets/system_tests/lenet5/LeNet5ConvolutionLayerDataset.h&quot;</code><br />
+<code>#include &quot;tests/datasets/system_tests/mobilenet/MobileNetConvolutionLayerDataset.h&quot;</code><br />
+<code>#include &quot;tests/datasets/system_tests/squeezenet/SqueezeNetConvolutionLayerDataset.h&quot;</code><br />
+<code>#include &quot;tests/datasets/system_tests/vgg/vgg16/VGG16ConvolutionLayerDataset.h&quot;</code><br />
+<code>#include &quot;tests/datasets/system_tests/yolo/v2/YOLOV2ConvolutionLayerDataset.h&quot;</code><br />
+<code>#include &quot;<a class="el" href="tests_2framework_2_macros_8h_source.xhtml">tests/framework/Macros.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="_datasets_8h_source.xhtml">tests/framework/datasets/Datasets.h</a>&quot;</code><br />
+<code>#include &quot;<a class="el" href="utils_2_type_printer_8h_source.xhtml">utils/TypePrinter.h</a>&quot;</code><br />
 </div>
 <p><a href="benchmark_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml">Go to the source code of this file.</a></p>
 <table class="memberdecls">
 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
 Namespaces</h2></td></tr>
-<tr class="memitem:namespacearm__compute"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute.xhtml">arm_compute</a></td></tr>
+<tr class="memitem:namespacearm__compute"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute.xhtml">arm_compute</a></td></tr>
+<tr class="memdesc:namespacearm__compute"><td class="mdescLeft">&#160;</td><td class="mdescRight">This file contains all available output stages for GEMMLowp on OpenCL. <br /></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:namespacearm__compute_1_1test"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml">arm_compute::test</a></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:namespacearm__compute_1_1test"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml">arm_compute::test</a></td></tr>
+<tr class="memitem:namespacearm__compute_1_1test_1_1benchmark"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml">arm_compute::test::benchmark</a></td></tr>
 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table><table class="memberdecls">
 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
 Typedefs</h2></td></tr>
-<tr class="memitem:a3168ad22b6ac1e9a6996b53e5038a7a2"><td class="memItemLeft" align="right" valign="top">using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a3168ad22b6ac1e9a6996b53e5038a7a2">NEConvolutionLayerFixture</a> = ConvolutionLayerFixture&lt; Tensor, NEConvolutionLayer, Accessor &gt;</td></tr>
-<tr class="separator:a3168ad22b6ac1e9a6996b53e5038a7a2"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a0e36e58a8ee401995f556ef9d4a5ce80"><td class="memItemLeft" align="right" valign="top">using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#a0e36e58a8ee401995f556ef9d4a5ce80">NEGEMMConvolutionLayerFixture</a> = ConvolutionLayerFixture&lt; Tensor, NEGEMMConvolutionLayer, Accessor &gt;</td></tr>
+<tr class="separator:a0e36e58a8ee401995f556ef9d4a5ce80"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table><table class="memberdecls">
 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
 Functions</h2></td></tr>
-<tr class="memitem:a4fc639ce3410d3609337137d44a68ac9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a4fc639ce3410d3609337137d44a68ac9">REGISTER_FIXTURE_DATA_TEST_CASE</a> (AlexNetConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::AlexNetConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
-<tr class="separator:a4fc639ce3410d3609337137d44a68ac9"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a7da7dbada8d8e076c78d1402743b7de9"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a7da7dbada8d8e076c78d1402743b7de9">REGISTER_FIXTURE_DATA_TEST_CASE</a> (LeNet5ConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::LeNet5ConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
-<tr class="separator:a7da7dbada8d8e076c78d1402743b7de9"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a9c30ac20d9eae69db3b004f36d8efaca"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a9c30ac20d9eae69db3b004f36d8efaca">REGISTER_FIXTURE_DATA_TEST_CASE</a> (GoogLeNetInceptionV1ConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV1ConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
-<tr class="separator:a9c30ac20d9eae69db3b004f36d8efaca"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:abe4e6a4ff5c68a5403ec4dc38149d097"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#abe4e6a4ff5c68a5403ec4dc38149d097">REGISTER_FIXTURE_DATA_TEST_CASE</a> (GoogLeNetInceptionV4ConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV4ConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
-<tr class="separator:abe4e6a4ff5c68a5403ec4dc38149d097"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a2a91a938df2a246bb92811fe90bf5ee0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a2a91a938df2a246bb92811fe90bf5ee0">REGISTER_FIXTURE_DATA_TEST_CASE</a> (SqueezeNetConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::SqueezeNetConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
-<tr class="separator:a2a91a938df2a246bb92811fe90bf5ee0"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a8c86e43926d24040dbbc73e5ad638dea"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a8c86e43926d24040dbbc73e5ad638dea">REGISTER_FIXTURE_DATA_TEST_CASE</a> (AlexNetConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::AlexNetConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
-<tr class="separator:a8c86e43926d24040dbbc73e5ad638dea"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a11c4e187683f0687472d48d8f279c8fc"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a11c4e187683f0687472d48d8f279c8fc">REGISTER_FIXTURE_DATA_TEST_CASE</a> (LeNet5ConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::LeNet5ConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
-<tr class="separator:a11c4e187683f0687472d48d8f279c8fc"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a3df552423cbf598c725b9dc615f06315"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a3df552423cbf598c725b9dc615f06315">REGISTER_FIXTURE_DATA_TEST_CASE</a> (GoogLeNetInceptionV1ConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV1ConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
-<tr class="separator:a3df552423cbf598c725b9dc615f06315"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a4470fc8180788f756fccdb77f9a25886"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a4470fc8180788f756fccdb77f9a25886">REGISTER_FIXTURE_DATA_TEST_CASE</a> (GoogLeNetInceptionV4ConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV4ConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
-<tr class="separator:a4470fc8180788f756fccdb77f9a25886"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a029d80ad64be335749e827cc64efd88c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a029d80ad64be335749e827cc64efd88c">REGISTER_FIXTURE_DATA_TEST_CASE</a> (SqueezeNetConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::SqueezeNetConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
-<tr class="separator:a029d80ad64be335749e827cc64efd88c"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a68166bcb788035f5a6c17fe0c68ae730"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a68166bcb788035f5a6c17fe0c68ae730">REGISTER_FIXTURE_DATA_TEST_CASE</a> (VGG16ConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::VGG16ConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;,{1, 4})))</td></tr>
-<tr class="separator:a68166bcb788035f5a6c17fe0c68ae730"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:a0ca04d4de125be45c16b579b43d53835"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test.xhtml#a0ca04d4de125be45c16b579b43d53835">REGISTER_FIXTURE_DATA_TEST_CASE</a> (YOLOV2ConvolutionLayer, NEConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::YOLOV2ConvolutionLayerDataset(), data_types), framework::dataset::make(&quot;Batches&quot;,{1, 4, 8})))</td></tr>
-<tr class="separator:a0ca04d4de125be45c16b579b43d53835"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ae64ea047f5fecc53c38f44edfc2f9e2f"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#ae64ea047f5fecc53c38f44edfc2f9e2f">REGISTER_FIXTURE_DATA_TEST_CASE</a> (AlexNetConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::AlexNetConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
+<tr class="separator:ae64ea047f5fecc53c38f44edfc2f9e2f"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a4289ff786f50f37426620089776e4e51"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#a4289ff786f50f37426620089776e4e51">REGISTER_FIXTURE_DATA_TEST_CASE</a> (LeNet5ConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::LeNet5ConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo())), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
+<tr class="separator:a4289ff786f50f37426620089776e4e51"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a6e9ac9c1caa8ef81f7a49cadfd3f566e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#a6e9ac9c1caa8ef81f7a49cadfd3f566e">REGISTER_FIXTURE_DATA_TEST_CASE</a> (GoogLeNetInceptionV1ConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV1ConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
+<tr class="separator:a6e9ac9c1caa8ef81f7a49cadfd3f566e"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a7d7d9dab9b30acc5be85c0cafc665f3c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#a7d7d9dab9b30acc5be85c0cafc665f3c">REGISTER_FIXTURE_DATA_TEST_CASE</a> (GoogLeNetInceptionV4ConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV4ConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo())), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
+<tr class="separator:a7d7d9dab9b30acc5be85c0cafc665f3c"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aeaa7ae7e6c5bcab28477975a78a4a615"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#aeaa7ae7e6c5bcab28477975a78a4a615">REGISTER_FIXTURE_DATA_TEST_CASE</a> (SqueezeNetConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::SqueezeNetConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
+<tr class="separator:aeaa7ae7e6c5bcab28477975a78a4a615"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aeb5f6615f1eed518fd622d512a0f52bd"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#aeb5f6615f1eed518fd622d512a0f52bd">REGISTER_FIXTURE_DATA_TEST_CASE</a> (MobileNetConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::MobileNetConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))), data_types), framework::dataset::make(&quot;Batches&quot;, 1)))</td></tr>
+<tr class="separator:aeb5f6615f1eed518fd622d512a0f52bd"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ad8638abb5f3b52e7a1c0afe3ab254dd3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#ad8638abb5f3b52e7a1c0afe3ab254dd3">REGISTER_FIXTURE_DATA_TEST_CASE</a> (AlexNetConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::AlexNetConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
+<tr class="separator:ad8638abb5f3b52e7a1c0afe3ab254dd3"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ae392fedb2fedd8cf217000ee5ddefc81"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#ae392fedb2fedd8cf217000ee5ddefc81">REGISTER_FIXTURE_DATA_TEST_CASE</a> (LeNet5ConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::LeNet5ConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo())), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
+<tr class="separator:ae392fedb2fedd8cf217000ee5ddefc81"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:adfafed3b2b847c4e58a8abbaec95045c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#adfafed3b2b847c4e58a8abbaec95045c">REGISTER_FIXTURE_DATA_TEST_CASE</a> (GoogLeNetInceptionV1ConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV1ConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
+<tr class="separator:adfafed3b2b847c4e58a8abbaec95045c"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:ac59c2a82b596aa3d0a59f6de27b8f858"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#ac59c2a82b596aa3d0a59f6de27b8f858">REGISTER_FIXTURE_DATA_TEST_CASE</a> (GoogLeNetInceptionV4ConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV4ConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo())), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
+<tr class="separator:ac59c2a82b596aa3d0a59f6de27b8f858"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a1bc3feacaa29c230dd7c4372a03c23cd"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#a1bc3feacaa29c230dd7c4372a03c23cd">REGISTER_FIXTURE_DATA_TEST_CASE</a> (SqueezeNetConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::SqueezeNetConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))), data_types), framework::dataset::make(&quot;Batches&quot;,{4, 8})))</td></tr>
+<tr class="separator:a1bc3feacaa29c230dd7c4372a03c23cd"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a5ee957eeec80eb4b10f420fa0d6e490b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#a5ee957eeec80eb4b10f420fa0d6e490b">REGISTER_FIXTURE_DATA_TEST_CASE</a> (VGG16ConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::VGG16ConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))), data_types), framework::dataset::make(&quot;Batches&quot;,{1, 2})))</td></tr>
+<tr class="separator:a5ee957eeec80eb4b10f420fa0d6e490b"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:a54a17fac5d972a8cff997611d55e926c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute_1_1test_1_1benchmark.xhtml#a54a17fac5d972a8cff997611d55e926c">REGISTER_FIXTURE_DATA_TEST_CASE</a> (YOLOV2ConvolutionLayer, NEGEMMConvolutionLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(framework::dataset::combine(datasets::YOLOV2ConvolutionLayerDataset(), framework::dataset::make(&quot;ActivationInfo&quot;, ActivationLayerInfo())), data_types), framework::dataset::make(&quot;Batches&quot;,{1, 4, 8})))</td></tr>
+<tr class="separator:a54a17fac5d972a8cff997611d55e926c"><td class="memSeparator" colspan="2">&#160;</td></tr>
 </table>
 </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_3b4cc335dce0408d77b688e575522aa5.xhtml">tests</a></li><li class="navelem"><a class="el" href="dir_f174311ee6dfc6d6b8b3c124a1c03263.xhtml">benchmark</a></li><li class="navelem"><a class="el" href="dir_a4c6697defa6674c80d081044d63b70a.xhtml">NEON</a></li><li class="navelem"><a class="el" href="benchmark_2_n_e_o_n_2_convolution_layer_8cpp.xhtml">ConvolutionLayer.cpp</a></li>
-    <li class="footer">Generated on Thu Oct 12 2017 14:26:35 for Compute Library by
+    <li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml">tests</a></li><li class="navelem"><a class="el" href="dir_4f2df8950dc650bf7cf9176fae02facc.xhtml">benchmark</a></li><li class="navelem"><a class="el" href="dir_ec05701f68bea22653d08da5856c9ffc.xhtml">NEON</a></li><li class="navelem"><a class="el" href="benchmark_2_n_e_o_n_2_convolution_layer_8cpp.xhtml">ConvolutionLayer.cpp</a></li>
+    <li class="footer">Generated on Wed May 23 2018 11:36:39 for Compute Library by
     <a href="http://www.doxygen.org/index.html">
-    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
+    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
   </ul>
 </div>
 </body>