arm_compute v18.08
diff --git a/documentation/_error_8h.xhtml b/documentation/_error_8h.xhtml
index 773a198..de1b249 100644
--- a/documentation/_error_8h.xhtml
+++ b/documentation/_error_8h.xhtml
@@ -40,7 +40,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Compute Library
-  <span id="projectnumber">18.05</span>
+  <span id="projectnumber">18.08</span>
</div>
</td>
</tr>
@@ -142,7 +142,7 @@
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
-<tr class="memitem:a6dc630a6ae9cc063b3924bcea8dee9d6"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_error_8h.xhtml#a6dc630a6ae9cc063b3924bcea8dee9d6">ARM_COMPUTE_UNUSED</a>(...)   <a class="el" href="namespacearm__compute.xhtml#a053a24bb37402fa4b4d8d5963976ba17">arm_compute::ignore_unused</a>(__VA_ARGS__)</td></tr>
+<tr class="memitem:a6dc630a6ae9cc063b3924bcea8dee9d6"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_error_8h.xhtml#a6dc630a6ae9cc063b3924bcea8dee9d6">ARM_COMPUTE_UNUSED</a>(...)   ::<a class="el" href="namespacearm__compute.xhtml#a053a24bb37402fa4b4d8d5963976ba17">arm_compute::ignore_unused</a>(__VA_ARGS__)</td></tr>
<tr class="memdesc:a6dc630a6ae9cc063b3924bcea8dee9d6"><td class="mdescLeft"> </td><td class="mdescRight">To avoid unused variables warnings. <a href="#a6dc630a6ae9cc063b3924bcea8dee9d6">More...</a><br /></td></tr>
<tr class="separator:a6dc630a6ae9cc063b3924bcea8dee9d6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a046fbca6a9505ce038bc02830c739fed"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a>(error_code, ...)   ::<a class="el" href="namespacearm__compute.xhtml#a3eee3c80d78ee4574a5eed0af5af919d">arm_compute::create_error</a>(error_code, __func__, __FILE__, __LINE__, __VA_ARGS__)</td></tr>
@@ -178,6 +178,9 @@
<tr class="memitem:af93757c5021d1802b094dfbead459391"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_error_8h.xhtml#af93757c5021d1802b094dfbead459391">ARM_COMPUTE_ERROR_LOC</a>(func, file, line, ...)   ::<a class="el" href="namespacearm__compute.xhtml#a568b0fbfa3d903099d9c9f7b6acf188d">arm_compute::error</a>(func, file, line, __VA_ARGS__)</td></tr>
<tr class="memdesc:af93757c5021d1802b094dfbead459391"><td class="mdescLeft"> </td><td class="mdescRight">Print the given message then throw an std::runtime_error. <a href="#af93757c5021d1802b094dfbead459391">More...</a><br /></td></tr>
<tr class="separator:af93757c5021d1802b094dfbead459391"><td class="memSeparator" colspan="2"> </td></tr>
+<tr class="memitem:ad39a3601153da57978bb5124ace35d36"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_error_8h.xhtml#ad39a3601153da57978bb5124ace35d36">ARM_COMPUTE_EXIT_ON_MSG</a>(cond, ...)</td></tr>
+<tr class="memdesc:ad39a3601153da57978bb5124ace35d36"><td class="mdescLeft"> </td><td class="mdescRight">If the condition is true, the given message is printed and program exits. <a href="#ad39a3601153da57978bb5124ace35d36">More...</a><br /></td></tr>
+<tr class="separator:ad39a3601153da57978bb5124ace35d36"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a938dcd406ce611ef5345ad2531cdb948"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_error_8h.xhtml#a938dcd406ce611ef5345ad2531cdb948">ARM_COMPUTE_ERROR_THROW_ON</a>(status)</td></tr>
<tr class="separator:a938dcd406ce611ef5345ad2531cdb948"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5bbdcf574d3f5e412fa6a1117911e67b"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="_error_8h.xhtml#a5bbdcf574d3f5e412fa6a1117911e67b">ARM_COMPUTE_ERROR_ON_MSG</a>(cond, ...)</td></tr>
@@ -196,7 +199,8 @@
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr class="memitem:a59e56af19e754a6aa26a612ebf91d05f"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05f">ErrorCode</a> { <a class="el" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fae0aa021e21dddbd6d8cecec71e9cf564">OK</a>,
-<a class="el" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">RUNTIME_ERROR</a>
+<a class="el" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">RUNTIME_ERROR</a>,
+<a class="el" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa0ffe8be9137815d1266845a195c053c7">UNSUPPORTED_EXTENSION_USE</a>
}<tr class="memdesc:a59e56af19e754a6aa26a612ebf91d05f"><td class="mdescLeft"> </td><td class="mdescRight">Available error codes. <a href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05f">More...</a><br /></td></tr>
</td></tr>
<tr class="separator:a59e56af19e754a6aa26a612ebf91d05f"><td class="memSeparator" colspan="2"> </td></tr>
@@ -248,7 +252,7 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00321">321</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00330">330</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
</div>
</div>
@@ -285,7 +289,7 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00166">166</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00167">167</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
</div>
</div>
@@ -343,7 +347,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00176">176</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00177">177</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+
+<p>Referenced by <a class="el" href="_c_l_validate_8h_source.xhtml#l00045">arm_compute::error_on_unsupported_int64_base_atomics()</a>.</p>
</div>
</div>
@@ -369,9 +375,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00260">260</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00261">261</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00154">NumPyAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00262">TopNPredictionsAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00314">RandomAccessor::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="reference_2_channel_combine_8cpp_source.xhtml#l00092">arm_compute::test::validation::reference::channel_combine()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00318">arm_compute::channel_idx_from_format()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00107">arm_compute::data_size_from_type()</a>, <a class="el" href="_c_l_2_table_lookup_8cpp_source.xhtml#l00054">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00213">arm_compute::data_type_from_format()</a>, <a class="el" href="reference_2_derivative_8cpp_source.xhtml#l00055">arm_compute::test::validation::reference::derivative()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00182">arm_compute::element_size_from_data_type()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00318">PPMLoader::fill_image()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00405">PPMLoader::fill_planar_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00882">arm_compute::utils::fill_random_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00588">NPYLoader::fill_tensor()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00555">AssetsLibrary::fill_tensor_uniform()</a>, <a class="el" href="reference_2_fixed_point_8cpp_source.xhtml#l00039">arm_compute::test::validation::reference::fixed_point_operation()</a>, <a class="el" href="tests_2validation_2_helpers_8h_source.xhtml#l00062">arm_compute::test::validation::get_activation_layer_test_bounds()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00340">arm_compute::get_data_layout_dimension_index()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00704">arm_compute::detail::get_input_num_elems_processed()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00517">arm_compute::get_promoted_data_type()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00200">arm_compute::test::validation::get_tile()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00128">arm_compute::utils::get_typestring()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00688">arm_compute::test::get_typestring()</a>, <a class="el" href="_p_m_u_8h_source.xhtml#l00091">PMU::get_value()</a>, <a class="el" href="reference_2_im2_col_8cpp_source.xhtml#l00127">arm_compute::test::validation::reference::im2col()</a>, <a class="el" href="validation_2reference_2_l2_normalize_layer_8cpp_source.xhtml#l00051">arm_compute::test::validation::reference::l2_normalize()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00835">arm_compute::utils::load_trained_data()</a>, <a class="el" href="_mali_counter_8cpp_source.xhtml#l00110">MaliCounter::MaliCounter()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00152">MemoryGroupBase< TensorType >::mappings()</a>, <a class="el" href="reference_2_non_linear_filter_8cpp_source.xhtml#l00036">arm_compute::test::validation::reference::non_linear_filter()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00442">arm_compute::num_planes_from_format()</a>, <a class="el" href="_p_m_u_8cpp_source.xhtml#l00069">PMU::open()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00270">PPMLoader::open()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00531">NPYLoader::open()</a>, <a class="el" href="_open_c_l_memory_usage_8cpp_source.xhtml#l00046">OpenCLMemoryUsage::OpenCLMemoryUsage()</a>, <a class="el" href="_open_c_l_timer_8cpp_source.xhtml#l00047">OpenCLTimer::OpenCLTimer()</a>, <a class="el" href="arm__compute_2graph_2_type_printer_8h_source.xhtml#l00061">arm_compute::graph::operator<<()</a>, <a class="el" href="utils_2_type_printer_8h_source.xhtml#l00075">arm_compute::operator<<()</a>, <a class="el" href="_lut_accessor_8h_source.xhtml#l00061">LutAccessor< T >::operator[]()</a>, <a class="el" href="_c_l_lut_accessor_8h_source.xhtml#l00067">CLLutAccessor< T >::operator[]()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00144">arm_compute::pixel_size_from_format()</a>, <a class="el" href="reference_2_pixel_wise_multiplication_8cpp_source.xhtml#l00131">arm_compute::test::validation::reference::pixel_wise_multiplication()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00254">arm_compute::plane_idx_from_channel()</a>, <a class="el" href="_p_m_u_counter_8h_source.xhtml#l00044">PMUCounter::PMUCounter()</a>, <a class="el" href="reference_2_reduction_operation_8cpp_source.xhtml#l00064">arm_compute::test::validation::reference::reduction_operation()</a>, <a class="el" href="reference_2_remap_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::remap()</a>, <a class="el" href="_p_m_u_8cpp_source.xhtml#l00092">PMU::reset()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00763">arm_compute::utils::save_to_npy()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00682">arm_compute::utils::save_to_ppm()</a>, <a class="el" href="validation_2reference_2_scale_8cpp_source.xhtml#l00040">arm_compute::test::validation::reference::scale()</a>, <a class="el" href="reference_2_scharr_8cpp_source.xhtml#l00062">arm_compute::test::validation::reference::scharr()</a>, <a class="el" href="reference_2_sobel_8cpp_source.xhtml#l00106">arm_compute::test::validation::reference::sobel()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00318">arm_compute::test::store_value_with_data_type()</a>, <a class="el" href="reference_2_threshold_8cpp_source.xhtml#l00035">arm_compute::test::validation::reference::threshold()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00205">TopNPredictionsAccessor::TopNPredictionsAccessor()</a>, <a class="el" href="_wall_clock_timer_8h_source.xhtml#l00045">WallClockTimer::WallClockTimer()</a>, <a class="el" href="reference_2_warp_affine_8cpp_source.xhtml#l00050">arm_compute::test::validation::reference::warp_affine()</a>, <a class="el" href="reference_2_warp_perspective_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::warp_perspective()</a>, and <a class="el" href="_mali_counter_8cpp_source.xhtml#l00147">MaliCounter::~MaliCounter()</a>.</p>
+<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00159">NumPyAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00334">ValidationOutputAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00474">TopNPredictionsAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00526">RandomAccessor::access_tensor()</a>, <a class="el" href="validation_2reference_2_activation_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::activation_layer()</a>, <a class="el" href="reference_2_channel_combine_8cpp_source.xhtml#l00091">arm_compute::test::validation::reference::channel_combine()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00312">arm_compute::channel_idx_from_format()</a>, <a class="el" href="validation_2reference_2_color_convert_8cpp_source.xhtml#l00092">arm_compute::test::validation::reference::color_convert()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00430">arm_compute::graph::backends::detail::create_eltwise_layer()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00107">arm_compute::data_size_from_type()</a>, <a class="el" href="_c_l_2_table_lookup_8cpp_source.xhtml#l00054">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00207">arm_compute::data_type_from_format()</a>, <a class="el" href="reference_2_derivative_8cpp_source.xhtml#l00055">arm_compute::test::validation::reference::derivative()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00179">arm_compute::element_size_from_data_type()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00177">IImageLoader::fill_image()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00257">IImageLoader::fill_planar_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00686">arm_compute::utils::fill_random_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00357">NPYLoader::fill_tensor()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00555">AssetsLibrary::fill_tensor_uniform()</a>, <a class="el" href="tests_2validation_2_helpers_8h_source.xhtml#l00061">arm_compute::test::validation::get_activation_layer_test_bounds()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00326">arm_compute::get_data_layout_dimension_index()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00148">arm_compute::utils::get_image_type_from_file()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00537">arm_compute::detail::get_input_num_elems_processed()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00511">arm_compute::get_promoted_data_type()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00216">arm_compute::test::validation::get_tile()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00149">arm_compute::utils::get_typestring()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00771">arm_compute::test::get_typestring()</a>, <a class="el" href="_p_m_u_8h_source.xhtml#l00091">PMU::get_value()</a>, <a class="el" href="reference_2_im2_col_8cpp_source.xhtml#l00188">arm_compute::test::validation::reference::im2col()</a>, <a class="el" href="validation_2reference_2_l2_normalize_layer_8cpp_source.xhtml#l00051">arm_compute::test::validation::reference::l2_normalize()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00639">arm_compute::utils::load_trained_data()</a>, <a class="el" href="_mali_counter_8cpp_source.xhtml#l00110">MaliCounter::MaliCounter()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00152">MemoryGroupBase< TensorType >::mappings()</a>, <a class="el" href="reference_2_non_linear_filter_8cpp_source.xhtml#l00036">arm_compute::test::validation::reference::non_linear_filter()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00436">arm_compute::num_planes_from_format()</a>, <a class="el" href="_p_m_u_8cpp_source.xhtml#l00069">PMU::open()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00293">NPYLoader::open()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00372">PPMLoader::open()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00447">JPEGLoader::open()</a>, <a class="el" href="_open_c_l_memory_usage_8cpp_source.xhtml#l00046">OpenCLMemoryUsage::OpenCLMemoryUsage()</a>, <a class="el" href="_open_c_l_timer_8cpp_source.xhtml#l00047">OpenCLTimer::OpenCLTimer()</a>, <a class="el" href="tests_2_type_printer_8h_source.xhtml#l00038">arm_compute::operator<<()</a>, <a class="el" href="arm__compute_2graph_2_type_printer_8h_source.xhtml#l00038">arm_compute::graph::operator<<()</a>, <a class="el" href="_lut_accessor_8h_source.xhtml#l00061">LutAccessor< T >::operator[]()</a>, <a class="el" href="_c_l_lut_accessor_8h_source.xhtml#l00067">CLLutAccessor< T >::operator[]()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00141">arm_compute::pixel_size_from_format()</a>, <a class="el" href="reference_2_pixel_wise_multiplication_8cpp_source.xhtml#l00129">arm_compute::test::validation::reference::pixel_wise_multiplication()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00248">arm_compute::plane_idx_from_channel()</a>, <a class="el" href="_p_m_u_counter_8h_source.xhtml#l00044">PMUCounter::PMUCounter()</a>, <a class="el" href="reference_2_reduction_operation_8cpp_source.xhtml#l00064">arm_compute::test::validation::reference::reduction_operation()</a>, <a class="el" href="validation_2reference_2_remap_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::remap()</a>, <a class="el" href="_p_m_u_8cpp_source.xhtml#l00092">PMU::reset()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00576">arm_compute::utils::save_to_npy()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00495">arm_compute::utils::save_to_ppm()</a>, <a class="el" href="validation_2reference_2_scale_8cpp_source.xhtml#l00040">arm_compute::test::validation::reference::scale()</a>, <a class="el" href="reference_2_scharr_8cpp_source.xhtml#l00062">arm_compute::test::validation::reference::scharr()</a>, <a class="el" href="validation_2reference_2_sobel_8cpp_source.xhtml#l00106">arm_compute::test::validation::reference::sobel()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00349">arm_compute::test::store_value_with_data_type()</a>, <a class="el" href="reference_2_threshold_8cpp_source.xhtml#l00035">arm_compute::test::validation::reference::threshold()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00417">TopNPredictionsAccessor::TopNPredictionsAccessor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00216">ValidationInputAccessor::ValidationInputAccessor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00291">ValidationOutputAccessor::ValidationOutputAccessor()</a>, <a class="el" href="_wall_clock_timer_8h_source.xhtml#l00045">WallClockTimer::WallClockTimer()</a>, <a class="el" href="validation_2reference_2_warp_affine_8cpp_source.xhtml#l00050">arm_compute::test::validation::reference::warp_affine()</a>, <a class="el" href="reference_2_warp_perspective_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::warp_perspective()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00276">arm_compute::test::validation::zeros()</a>, and <a class="el" href="_mali_counter_8cpp_source.xhtml#l00147">MaliCounter::~MaliCounter()</a>.</p>
</div>
</div>
@@ -422,7 +428,7 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00269">269</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00270">270</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
</div>
</div>
@@ -448,9 +454,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00328">328</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00337">337</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00154">NumPyAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00262">TopNPredictionsAccessor::access_tensor()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00241">AccessWindowHorizontal::AccessWindowHorizontal()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00137">AccessWindowRectangle::AccessWindowRectangle()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00220">AccessWindowVertical::AccessWindowVertical()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00128">MemoryGroupBase< TensorType >::acquire()</a>, <a class="el" href="_i_c_l_kernel_8h_source.xhtml#l00315">ICLKernel::add_array_argument()</a>, <a class="el" href="_window_8inl_source.xhtml#l00119">Window::adjust()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00047">arm_compute::adjust_down()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00063">arm_compute::adjust_up()</a>, <a class="el" href="_b_f_s_8h_source.xhtml#l00045">arm_compute::graph::detail::all_inputs_are_visited()</a>, <a class="el" href="_mobile_net_v1_network_8h_source.xhtml#l00126">MobileNetV1Network< TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction >::allocate()</a>, <a class="el" href="_array_accessor_8h_source.xhtml#l00072">ArrayAccessor< T >::at()</a>, <a class="el" href="_c_l_array_accessor_8h_source.xhtml#l00082">CLArrayAccessor< T >::at()</a>, <a class="el" href="_i_array_8h_source.xhtml#l00118">IArray< NELKInternalKeypoint >::at()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00120">SubTensorInfo::auto_padding()</a>, <a class="el" href="_b_f_s_8h_source.xhtml#l00077">arm_compute::graph::bfs()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00077">arm_compute::test::validation::calculate_depth_concatenate_shape()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00651">arm_compute::calculate_depth_concatenate_shape()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00101">arm_compute::test::validation::calculate_width_concatenate_shape()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00382">arm_compute::misc::shape_calculator::calculate_width_concatenate_shape()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00064">arm_compute::ceil_to_multiple()</a>, <a class="el" href="_c_l_array_8h_source.xhtml#l00084">CLArray< T >::cl_buffer()</a>, <a class="el" href="_mobile_net_v1_network_8h_source.xhtml#l00243">MobileNetV1Network< TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction >::clear()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00138">Dimensions< size_t >::collapse()</a>, <a class="el" href="_window_8inl_source.xhtml#l00090">Window::collapse()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00162">Dimensions< size_t >::collapse_from()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00601">arm_compute::colorconvert_iyuv_to_nv12()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00482">arm_compute::colorconvert_iyuv_to_rgb()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00816">arm_compute::colorconvert_iyuv_to_yuv4()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00649">arm_compute::colorconvert_nv12_to_iyuv()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00419">arm_compute::colorconvert_nv12_to_rgb()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00758">arm_compute::colorconvert_nv12_to_yuv4()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00918">arm_compute::colorconvert_rgb_to_iyuv()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00875">arm_compute::colorconvert_rgb_to_nv12()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00312">arm_compute::colorconvert_rgb_to_rgbx()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00962">arm_compute::colorconvert_rgb_to_yuv4()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00343">arm_compute::colorconvert_rgbx_to_rgb()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00698">arm_compute::colorconvert_yuyv_to_iyuv()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00546">arm_compute::colorconvert_yuyv_to_nv12()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00374">arm_compute::colorconvert_yuyv_to_rgb()</a>, <a class="el" href="_validation_8h_source.xhtml#l00140">arm_compute::test::validation::compare_dimensions()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00187">arm_compute::misc::shape_calculator::compute_im2col_flatten_shape()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00056">arm_compute::misc::shape_calculator::compute_interleaved_shape()</a>, <a class="el" href="validation_2reference_2_min_max_location_8cpp_source.xhtml#l00035">arm_compute::test::validation::reference::compute_min_max()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00076">arm_compute::misc::shape_calculator::compute_transpose1xW_with_element_size_shape()</a>, <a class="el" href="_c_l_scheduler_8h_source.xhtml#l00137">CLScheduler::context()</a>, <a class="el" href="reference_2_convolution_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::convolution()</a>, <a class="el" href="_layers_8h_source.xhtml#l00138">BatchNormalizationLayer::create_layer()</a>, <a class="el" href="_layers_8h_source.xhtml#l00468">BranchLayer::create_layer()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00225">SubTensorInfo::data_layout()</a>, <a class="el" href="validation_2_c_l_2_harris_corners_8cpp_source.xhtml#l00058">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00170">SubTensorInfo::data_type()</a>, <a class="el" href="reference_2_deconvolution_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::deconvolution_layer()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00127">arm_compute::delta_bilinear_c1()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00184">arm_compute::delta_linear_c1_x()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00159">arm_compute::delta_linear_c1_y()</a>, <a class="el" href="validation_2reference_2_depth_concatenate_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::depthconcatenate_layer()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00130">SubTensorInfo::dimension()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00151">SubTensorInfo::element_size()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00122">arm_compute::execute_window_loop()</a>, <a class="el" href="_le_net5_network_8h_source.xhtml#l00141">LeNet5Network< TensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, FullyConnectedLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction >::fill()</a>, <a class="el" href="_alex_net_network_8h_source.xhtml#l00405">AlexNetNetwork< ITensorType, TensorType, SubTensorType, Accessor, ActivationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, FullyConnectedLayerFunction, NormalizationLayerFunction, PoolingLayerFunction, SoftmaxLayerFunction >::fill()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00318">PPMLoader::fill_image()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00405">PPMLoader::fill_planar_tensor()</a>, <a class="el" href="_mobile_net_v1_network_8h_source.xhtml#l00168">MobileNetV1Network< TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction >::fill_random()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00588">NPYLoader::fill_tensor()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00643">AssetsLibrary::fill_tensor_uniform()</a>, <a class="el" href="_n_e_o_n_2_helper_8h_source.xhtml#l00041">arm_compute::test::fill_tensors()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00115">MemoryGroupBase< TensorType >::finalize_memory()</a>, <a class="el" href="reference_2_fixed_point_pixel_wise_multiplication_8cpp_source.xhtml#l00037">arm_compute::test::validation::reference::fixed_point_pixel_wise_multiplication()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00146">SubTensorInfo::fixed_point_position()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00078">arm_compute::floor_to_multiple()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00175">SubTensorInfo::format()</a>, <a class="el" href="validation_2reference_2_fully_connected_layer_8cpp_source.xhtml#l00152">arm_compute::test::validation::reference::fully_connected_layer()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00646">arm_compute::test::generate_random_keypoints()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00576">arm_compute::test::generate_random_rois()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00200">arm_compute::test::validation::get_tile()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00190">SubTensorInfo::has_padding()</a>, <a class="el" href="reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, <a class="el" href="reference_2_h_o_g_multi_detection_8cpp_source.xhtml#l00138">arm_compute::test::validation::reference::hog_multi_detection()</a>, <a class="el" href="reference_2_im2_col_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::im2col_nchw()</a>, <a class="el" href="reference_2_im2_col_8cpp_source.xhtml#l00085">arm_compute::test::validation::reference::im2col_nhwc()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00167">Iterator::increment()</a>, <a class="el" href="_mobile_net_v1_network_8h_source.xhtml#l00063">MobileNetV1Network< TensorType, Accessor, ActivationLayerFunction, BatchNormalizationLayerFunction, ConvolutionLayerFunction, DirectConvolutionLayerFunction, DepthwiseConvolutionFunction, ReshapeFunction, PoolingLayerFunction, SoftmaxLayerFunction >::init()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00301">PPMLoader::init_image()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00564">NPYLoader::init_tensor()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00195">SubTensorInfo::is_resizable()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00140">Iterator::Iterator()</a>, <a class="el" href="_framework_8cpp_source.xhtml#l00197">Framework::log_failed_expectation()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00097">MemoryGroupBase< TensorType >::manage()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00156">arm_compute::test::validation::matrix_multiply()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00087">MemoryGroupBase< TensorType >::MemoryGroupBase()</a>, <a class="el" href="reference_2_non_linear_filter_8cpp_source.xhtml#l00036">arm_compute::test::validation::reference::non_linear_filter()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00160">SubTensorInfo::num_channels()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00140">SubTensorInfo::offset_first_element_in_bytes()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00270">PPMLoader::open()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00531">NPYLoader::open()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00103">Dimensions< size_t >::operator[]()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00637">PadStrideInfo::pad()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00185">SubTensorInfo::padding()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00032">arm_compute::pixel_area_c1u8_clamp()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00210">arm_compute::pixel_bilinear_c1()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00237">arm_compute::pixel_bilinear_c1_clamp()</a>, <a class="el" href="_cast_8h_source.xhtml#l00068">arm_compute::utils::cast::polymorphic_downcast()</a>, <a class="el" href="validation_2reference_2_pooling_layer_8cpp_source.xhtml#l00042">arm_compute::test::validation::reference::pooling_layer()</a>, <a class="el" href="_i_array_8h_source.xhtml#l00079">IArray< NELKInternalKeypoint >::push_back()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00220">SubTensorInfo::quantization_info()</a>, <a class="el" href="_c_l_scheduler_8h_source.xhtml#l00156">CLScheduler::queue()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00139">MemoryGroupBase< TensorType >::release()</a>, <a class="el" href="reference_2_remap_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::remap()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00110">TensorShape::remove_dimension()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00189">Iterator::reset()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00114">SubTensorInfo::reset_padding()</a>, <a class="el" href="validation_2reference_2_reshape_layer_8cpp_source.xhtml#l00037">arm_compute::test::validation::reference::reshape_layer()</a>, <a class="el" href="_i_array_8h_source.xhtml#l00129">IArray< NELKInternalKeypoint >::resize()</a>, <a class="el" href="_assembly_helper_8h_source.xhtml#l00081">AssemblyKernelGlue< int8_t, int32_t >::run()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00763">arm_compute::utils::save_to_npy()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00682">arm_compute::utils::save_to_ppm()</a>, <a class="el" href="validation_2reference_2_scale_8cpp_source.xhtml#l00040">arm_compute::test::validation::reference::scale()</a>, <a class="el" href="_window_8inl_source.xhtml#l00134">Window::scale()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00074">Dimensions< size_t >::set()</a>, <a class="el" href="_window_8inl_source.xhtml#l00041">Window::set()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00083">SubTensorInfo::set_data_layout()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00077">SubTensorInfo::set_data_type()</a>, <a class="el" href="_window_8inl_source.xhtml#l00143">Window::set_dimension_step()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00101">SubTensorInfo::set_fixed_point_position()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00095">SubTensorInfo::set_format()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00200">SubTensorInfo::set_is_resizable()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00089">SubTensorInfo::set_num_channels()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00108">SubTensorInfo::set_quantization_info()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00210">SubTensorInfo::set_valid_region()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00222">arm_compute::test::shape_to_valid_region()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00256">arm_compute::test::shape_to_valid_region_gaussian_pyramid_half()</a>, <a class="el" href="_window_8inl_source.xhtml#l00112">Window::shift()</a>, <a class="el" href="_window_8inl_source.xhtml#l00165">Window::split_window()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00135">SubTensorInfo::strides_in_bytes()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00165">SubTensorInfo::tensor_shape()</a>, <a class="el" href="_open_c_l_memory_usage_8cpp_source.xhtml#l00069">OpenCLMemoryUsage::test_start()</a>, <a class="el" href="_open_c_l_timer_8cpp_source.xhtml#l00080">OpenCLTimer::test_start()</a>, <a class="el" href="_scheduler_timer_8cpp_source.xhtml#l00091">SchedulerTimer::test_start()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00180">SubTensorInfo::total_size()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00179">TensorShape::total_size_lower()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00167">TensorShape::total_size_upper()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00181">arm_compute::test::validation::transpose_matrix()</a>, <a class="el" href="_window_8inl_source.xhtml#l00149">Window::validate()</a>, <a class="el" href="_validate_helpers_8h_source.xhtml#l00132">arm_compute::graph::backends::detail::validate_depthwise_convolution_layer()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00244">ValidRegion::ValidRegion()</a>, <a class="el" href="reference_2_width_concatenate_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::widthconcatenate_layer()</a>, <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00178">arm_compute::test::validation::reference::winograd_input_transform()</a>, and <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00334">arm_compute::test::validation::reference::winograd_output_transform()</a>.</p>
+<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00159">NumPyAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00474">TopNPredictionsAccessor::access_tensor()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00241">AccessWindowHorizontal::AccessWindowHorizontal()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00137">AccessWindowRectangle::AccessWindowRectangle()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00220">AccessWindowVertical::AccessWindowVertical()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00128">MemoryGroupBase< TensorType >::acquire()</a>, <a class="el" href="_i_c_l_kernel_8h_source.xhtml#l00329">ICLKernel::add_array_argument()</a>, <a class="el" href="_window_8inl_source.xhtml#l00119">Window::adjust()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00047">arm_compute::adjust_down()</a>, <a class="el" href="_i_access_window_8h_source.xhtml#l00063">arm_compute::adjust_up()</a>, <a class="el" href="_array_accessor_8h_source.xhtml#l00072">ArrayAccessor< T >::at()</a>, <a class="el" href="_c_l_array_accessor_8h_source.xhtml#l00082">CLArrayAccessor< T >::at()</a>, <a class="el" href="_i_array_8h_source.xhtml#l00118">IArray< NELKInternalKeypoint >::at()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00114">SubTensorInfo::auto_padding()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00077">arm_compute::test::validation::calculate_depth_concatenate_shape()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00452">arm_compute::misc::shape_calculator::calculate_depth_concatenate_shape()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00101">arm_compute::test::validation::calculate_width_concatenate_shape()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00477">arm_compute::misc::shape_calculator::calculate_width_concatenate_shape()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00064">arm_compute::ceil_to_multiple()</a>, <a class="el" href="_c_l_array_8h_source.xhtml#l00084">CLArray< T >::cl_buffer()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00393">PPMLoader::close()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00464">JPEGLoader::close()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00138">Dimensions< size_t >::collapse()</a>, <a class="el" href="_window_8inl_source.xhtml#l00090">Window::collapse()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00162">Dimensions< size_t >::collapse_from()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00601">arm_compute::colorconvert_iyuv_to_nv12()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00482">arm_compute::colorconvert_iyuv_to_rgb()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00816">arm_compute::colorconvert_iyuv_to_yuv4()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00649">arm_compute::colorconvert_nv12_to_iyuv()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00419">arm_compute::colorconvert_nv12_to_rgb()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00758">arm_compute::colorconvert_nv12_to_yuv4()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00918">arm_compute::colorconvert_rgb_to_iyuv()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00875">arm_compute::colorconvert_rgb_to_nv12()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00312">arm_compute::colorconvert_rgb_to_rgbx()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00962">arm_compute::colorconvert_rgb_to_yuv4()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00343">arm_compute::colorconvert_rgbx_to_rgb()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00698">arm_compute::colorconvert_yuyv_to_iyuv()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00546">arm_compute::colorconvert_yuyv_to_nv12()</a>, <a class="el" href="_n_e_color_convert_helper_8inl_source.xhtml#l00374">arm_compute::colorconvert_yuyv_to_rgb()</a>, <a class="el" href="_validation_8h_source.xhtml#l00139">arm_compute::test::validation::compare_dimensions()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00144">arm_compute::misc::shape_calculator::compute_col2im_shape()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00202">arm_compute::misc::shape_calculator::compute_im2col_conv_shape()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00080">arm_compute::misc::shape_calculator::compute_interleaved_shape()</a>, <a class="el" href="validation_2reference_2_min_max_location_8cpp_source.xhtml#l00035">arm_compute::test::validation::reference::compute_min_max()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00110">arm_compute::misc::shape_calculator::compute_transpose1xW_with_element_size_shape()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00058">arm_compute::misc::shape_calculator::compute_weights_reshaped_shape()</a>, <a class="el" href="_c_l_scheduler_8h_source.xhtml#l00090">CLScheduler::context()</a>, <a class="el" href="validation_2reference_2_convolution_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::convolution()</a>, <a class="el" href="validation_2reference_2_convolution_layer_8cpp_source.xhtml#l00049">arm_compute::test::validation::reference::convolution_layer_nchw()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00205">arm_compute::graph::backends::detail::create_concatenate_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00430">arm_compute::graph::backends::detail::create_eltwise_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00490">arm_compute::graph::backends::detail::create_flatten_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00527">arm_compute::graph::backends::detail::create_fully_connected_layer()</a>, <a class="el" href="_layers_8h_source.xhtml#l00138">BatchNormalizationLayer::create_layer()</a>, <a class="el" href="_layers_8h_source.xhtml#l00630">BranchLayer::create_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00571">arm_compute::graph::backends::detail::create_normalization_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00610">arm_compute::graph::backends::detail::create_permute_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00647">arm_compute::graph::backends::detail::create_pooling_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00684">arm_compute::graph::backends::detail::create_reshape_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00719">arm_compute::graph::backends::detail::create_resize_layer()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00757">arm_compute::graph::backends::detail::create_softmax_layer()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00214">SubTensorInfo::data_layout()</a>, <a class="el" href="validation_2_c_l_2_canny_edge_8cpp_source.xhtml#l00060">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00159">SubTensorInfo::data_type()</a>, <a class="el" href="reference_2_deconvolution_layer_8cpp_source.xhtml#l00037">arm_compute::test::validation::reference::deconvolution_layer()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00127">arm_compute::delta_bilinear_c1()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00184">arm_compute::delta_linear_c1_x()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00159">arm_compute::delta_linear_c1_y()</a>, <a class="el" href="validation_2reference_2_depth_concatenate_layer_8cpp_source.xhtml#l00037">arm_compute::test::validation::reference::depthconcatenate_layer()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00124">SubTensorInfo::dimension()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00140">SubTensorInfo::element_size()</a>, <a class="el" href="_window_iterator_8h_source.xhtml#l00195">WindowIterator< L >::end_position()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00122">arm_compute::execute_window_loop()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00177">IImageLoader::fill_image()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00257">IImageLoader::fill_planar_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00357">NPYLoader::fill_tensor()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00641">AssetsLibrary::fill_tensor_uniform()</a>, <a class="el" href="_n_e_o_n_2_helper_8h_source.xhtml#l00041">arm_compute::test::fill_tensors()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00115">MemoryGroupBase< TensorType >::finalize_memory()</a>, <a class="el" href="arm__compute_2core_2_utils_8h_source.xhtml#l00078">arm_compute::floor_to_multiple()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00164">SubTensorInfo::format()</a>, <a class="el" href="validation_2reference_2_fully_connected_layer_8cpp_source.xhtml#l00108">arm_compute::test::validation::reference::fully_connected_layer()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00729">arm_compute::test::generate_random_keypoints()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00659">arm_compute::test::generate_random_rois()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00056">arm_compute::graph::backends::detail::get_backing_tensor()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00080">FileImageFeeder::get_row()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00114">MemoryImageFeeder::get_row()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00216">arm_compute::test::validation::get_tile()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00179">SubTensorInfo::has_padding()</a>, <a class="el" href="validation_2reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, <a class="el" href="validation_2reference_2_h_o_g_multi_detection_8cpp_source.xhtml#l00138">arm_compute::test::validation::reference::hog_multi_detection()</a>, <a class="el" href="reference_2_im2_col_8cpp_source.xhtml#l00039">arm_compute::test::validation::reference::im2col_nchw()</a>, <a class="el" href="reference_2_im2_col_8cpp_source.xhtml#l00093">arm_compute::test::validation::reference::im2col_nhwc()</a>, <a class="el" href="reference_2_im2_col_8cpp_source.xhtml#l00139">arm_compute::test::validation::reference::im2col_nhwc_channel_first()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00167">Iterator::increment()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00161">IImageLoader::init_image()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00328">NPYLoader::init_tensor()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00184">SubTensorInfo::is_resizable()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00140">Iterator::Iterator()</a>, <a class="el" href="_framework_8cpp_source.xhtml#l00197">Framework::log_failed_expectation()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00097">MemoryGroupBase< TensorType >::manage()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00172">arm_compute::test::validation::matrix_multiply()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00087">MemoryGroupBase< TensorType >::MemoryGroupBase()</a>, <a class="el" href="reference_2_non_linear_filter_8cpp_source.xhtml#l00036">arm_compute::test::validation::reference::non_linear_filter()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00149">SubTensorInfo::num_channels()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00134">SubTensorInfo::offset_first_element_in_bytes()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00293">NPYLoader::open()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00372">PPMLoader::open()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00103">Dimensions< size_t >::operator[]()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00635">PadStrideInfo::pad()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00174">SubTensorInfo::padding()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00032">arm_compute::pixel_area_c1u8_clamp()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00210">arm_compute::pixel_bilinear_c1()</a>, <a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml#l00237">arm_compute::pixel_bilinear_c1_clamp()</a>, <a class="el" href="_cast_8h_source.xhtml#l00068">arm_compute::utils::cast::polymorphic_downcast()</a>, <a class="el" href="validation_2reference_2_pooling_layer_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::pooling_layer()</a>, <a class="el" href="_i_array_8h_source.xhtml#l00079">IArray< NELKInternalKeypoint >::push_back()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00209">SubTensorInfo::quantization_info()</a>, <a class="el" href="_c_l_scheduler_8h_source.xhtml#l00101">CLScheduler::queue()</a>, <a class="el" href="_memory_group_base_8h_source.xhtml#l00139">MemoryGroupBase< TensorType >::release()</a>, <a class="el" href="validation_2reference_2_remap_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::remap()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00110">TensorShape::remove_dimension()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00189">Iterator::reset()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00108">SubTensorInfo::reset_padding()</a>, <a class="el" href="validation_2reference_2_reshape_layer_8cpp_source.xhtml#l00037">arm_compute::test::validation::reference::reshape_layer()</a>, <a class="el" href="_i_array_8h_source.xhtml#l00129">IArray< NELKInternalKeypoint >::resize()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00495">arm_compute::utils::save_to_ppm()</a>, <a class="el" href="validation_2reference_2_scale_8cpp_source.xhtml#l00040">arm_compute::test::validation::reference::scale()</a>, <a class="el" href="_window_8inl_source.xhtml#l00134">Window::scale()</a>, <a class="el" href="_dimensions_8h_source.xhtml#l00074">Dimensions< size_t >::set()</a>, <a class="el" href="_window_8inl_source.xhtml#l00041">Window::set()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00083">SubTensorInfo::set_data_layout()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00077">SubTensorInfo::set_data_type()</a>, <a class="el" href="_window_8inl_source.xhtml#l00146">Window::set_dimension_step()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00095">SubTensorInfo::set_format()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00189">SubTensorInfo::set_is_resizable()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00089">SubTensorInfo::set_num_channels()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00102">SubTensorInfo::set_quantization_info()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00199">SubTensorInfo::set_valid_region()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00221">arm_compute::test::shape_to_valid_region()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00255">arm_compute::test::shape_to_valid_region_gaussian_pyramid_half()</a>, <a class="el" href="_window_8inl_source.xhtml#l00112">Window::shift()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00143">TensorShape::shift_right()</a>, <a class="el" href="_window_8inl_source.xhtml#l00168">Window::split_window()</a>, <a class="el" href="_window_iterator_8h_source.xhtml#l00069">TensorAccessor< T >::stride()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00129">SubTensorInfo::strides_in_bytes()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00154">SubTensorInfo::tensor_shape()</a>, <a class="el" href="_open_c_l_memory_usage_8cpp_source.xhtml#l00069">OpenCLMemoryUsage::test_start()</a>, <a class="el" href="_open_c_l_timer_8cpp_source.xhtml#l00080">OpenCLTimer::test_start()</a>, <a class="el" href="_scheduler_timer_8cpp_source.xhtml#l00104">SchedulerTimer::test_start()</a>, <a class="el" href="_sub_tensor_info_8h_source.xhtml#l00169">SubTensorInfo::total_size()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00193">TensorShape::total_size_lower()</a>, <a class="el" href="_tensor_shape_8h_source.xhtml#l00181">TensorShape::total_size_upper()</a>, <a class="el" href="_helpers_8cpp_source.xhtml#l00197">arm_compute::test::validation::transpose_matrix()</a>, <a class="el" href="_window_8inl_source.xhtml#l00152">Window::validate()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00072">arm_compute::graph::backends::detail::validate_node()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00242">ValidRegion::ValidRegion()</a>, <a class="el" href="reference_2_width_concatenate_layer_8cpp_source.xhtml#l00037">arm_compute::test::validation::reference::widthconcatenate_layer()</a>, <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00197">arm_compute::test::validation::reference::winograd_input_transform()</a>, <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00401">arm_compute::test::validation::reference::winograd_output_transform()</a>, and <a class="el" href="_helpers_8cpp_source.xhtml#l00276">arm_compute::test::validation::zeros()</a>.</p>
</div>
</div>
@@ -501,9 +507,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00338">338</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00347">347</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00688">arm_compute::error_on_format_not_in()</a>.</p>
+<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00623">arm_compute::error_on_format_not_in()</a>.</p>
</div>
</div>
@@ -549,9 +555,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00320">320</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00329">329</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00688">arm_compute::error_on_format_not_in()</a>.</p>
+<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00623">arm_compute::error_on_format_not_in()</a>.</p>
</div>
</div>
@@ -579,9 +585,9 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00319">319</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00328">328</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00176">PPMAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00397">NumPyBinLoader::access_tensor()</a>, <a class="el" href="reference_2_accumulate_8cpp_source.xhtml#l00077">arm_compute::test::validation::reference::accumulate_squared()</a>, <a class="el" href="reference_2_accumulate_8cpp_source.xhtml#l00057">arm_compute::test::validation::reference::accumulate_weighted()</a>, <a class="el" href="_i_c_l_kernel_8h_source.xhtml#l00315">ICLKernel::add_array_argument()</a>, <a class="el" href="_assembly_helper_8h_source.xhtml#l00135">arm_compute::allocate_workspace()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00448">arm_compute::test::coord2index()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00322">arm_compute::coords2index()</a>, <a class="el" href="reference_2_deconvolution_layer_8cpp_source.xhtml#l00038">arm_compute::test::validation::reference::deconvolution_layer()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00189">QuantizationInfo::dequantize()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00318">PPMLoader::fill_image()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00739">AssetsLibrary::fill_layer_data()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00405">PPMLoader::fill_planar_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00588">NPYLoader::fill_tensor()</a>, <a class="el" href="reference_2_fixed_point_pixel_wise_multiplication_8cpp_source.xhtml#l00037">arm_compute::test::validation::reference::fixed_point_pixel_wise_multiplication()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00340">arm_compute::get_data_layout_dimension_index()</a>, <a class="el" href="reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00419">arm_compute::test::index2coord()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00303">arm_compute::index2coords()</a>, <a class="el" href="_p_m_u_8cpp_source.xhtml#l00069">PMU::open()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00270">PPMLoader::open()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00144">arm_compute::utils::parse_ppm_header()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00177">QuantizationInfo::quantize()</a>, <a class="el" href="reference_2_remap_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::remap()</a>, <a class="el" href="_graph_utils_8h_source.xhtml#l00370">arm_compute::graph_utils::set_target_hint()</a>, <a class="el" href="_fixed_point_8inl_source.xhtml#l00055">arm_compute::sshr_qs16()</a>, <a class="el" href="_fixed_point_8inl_source.xhtml#l00048">arm_compute::sshr_qs8()</a>, <a class="el" href="_open_c_l_timer_8cpp_source.xhtml#l00080">OpenCLTimer::test_start()</a>, <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00261">arm_compute::test::validation::reference::winograd_filter_transform()</a>, and <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00334">arm_compute::test::validation::reference::winograd_output_transform()</a>.</p>
+<p>Referenced by <a class="el" href="reference_2_accumulate_8cpp_source.xhtml#l00076">arm_compute::test::validation::reference::accumulate_squared()</a>, <a class="el" href="reference_2_accumulate_8cpp_source.xhtml#l00056">arm_compute::test::validation::reference::accumulate_weighted()</a>, <a class="el" href="_i_c_l_kernel_8h_source.xhtml#l00329">ICLKernel::add_array_argument()</a>, <a class="el" href="reference_2_arithmetic_addition_8cpp_source.xhtml#l00130">arm_compute::test::validation::reference::arithmetic_addition()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00393">PPMLoader::close()</a>, <a class="el" href="_shape_calculator_8h_source.xhtml#l00408">arm_compute::misc::shape_calculator::compute_mm_shape()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00477">arm_compute::test::coord2index()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00308">arm_compute::coords2index()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00252">arm_compute::graph::backends::detail::create_convolution_layer()</a>, <a class="el" href="reference_2_deconvolution_layer_8cpp_source.xhtml#l00037">arm_compute::test::validation::reference::deconvolution_layer()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00187">QuantizationInfo::dequantize()</a>, <a class="el" href="_assets_library_8h_source.xhtml#l00735">AssetsLibrary::fill_layer_data()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00357">NPYLoader::fill_tensor()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00326">arm_compute::get_data_layout_dimension_index()</a>, <a class="el" href="validation_2reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, <a class="el" href="tests_2_utils_8h_source.xhtml#l00448">arm_compute::test::index2coord()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00289">arm_compute::index2coords()</a>, <a class="el" href="_p_m_u_8cpp_source.xhtml#l00069">PMU::open()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00372">PPMLoader::open()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00183">arm_compute::utils::parse_ppm_header()</a>, <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00175">QuantizationInfo::quantize()</a>, <a class="el" href="validation_2reference_2_remap_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::remap()</a>, <a class="el" href="_graph_utils_8h_source.xhtml#l00508">arm_compute::graph_utils::set_target_hint()</a>, <a class="el" href="_open_c_l_timer_8cpp_source.xhtml#l00080">OpenCLTimer::test_start()</a>, and <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00321">arm_compute::test::validation::reference::winograd_filter_transform()</a>.</p>
</div>
</div>
@@ -599,7 +605,47 @@
</table>
</div><div class="memdoc">
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00318">318</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00327">327</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+
+</div>
+</div>
+<a class="anchor" id="ad39a3601153da57978bb5124ace35d36"></a>
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">#define ARM_COMPUTE_EXIT_ON_MSG</td>
+ <td>(</td>
+ <td class="paramtype"> </td>
+ <td class="paramname">cond, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype"> </td>
+ <td class="paramname"><em>...</em> </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td>
+ </tr>
+ </table>
+</div><div class="memdoc">
+<b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span> \</div><div class="line"> { \</div><div class="line"> if(cond) \</div><div class="line"> { <a class="code" href="_error_8h.xhtml#a05b19c75afe9c24200a62b9724734bbd">\</a></div><div class="line"><a class="code" href="_error_8h.xhtml#a05b19c75afe9c24200a62b9724734bbd"> ARM_COMPUTE_ERROR</a>(__VA_ARGS__); \</div><div class="line"> } \</div><div class="line"> } <span class="keywordflow">while</span>(<span class="keyword">false</span>)</div><div class="ttc" id="_error_8h_xhtml_a05b19c75afe9c24200a62b9724734bbd"><div class="ttname"><a href="_error_8h.xhtml#a05b19c75afe9c24200a62b9724734bbd">ARM_COMPUTE_ERROR</a></div><div class="ttdeci">#define ARM_COMPUTE_ERROR(...)</div><div class="ttdoc">Print the given message then throw an std::runtime_error. </div><div class="ttdef"><b>Definition:</b> <a href="_error_8h_source.xhtml#l00261">Error.h:261</a></div></div>
+</div><!-- fragment -->
+<p>If the condition is true, the given message is printed and program exits. </p>
+<dl class="params"><dt>Parameters</dt><dd>
+ <table class="params">
+ <tr><td class="paramdir">[in]</td><td class="paramname">cond</td><td>Condition to evaluate. </td></tr>
+ <tr><td class="paramdir">[in]</td><td class="paramname">...</td><td>Message to print if cond is false. </td></tr>
+ </table>
+ </dd>
+</dl>
+
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00277">277</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+
+<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00181">ImageAccessor::access_tensor()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00254">ValidationInputAccessor::access_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00293">NPYLoader::open()</a>, <a class="el" href="_graph_utils_8cpp_source.xhtml#l00216">ValidationInputAccessor::ValidationInputAccessor()</a>, and <a class="el" href="_graph_utils_8cpp_source.xhtml#l00291">ValidationOutputAccessor::ValidationOutputAccessor()</a>.</p>
</div>
</div>
@@ -616,7 +662,7 @@
</tr>
</table>
</div><div class="memdoc">
-<b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span> \</div><div class="line"> { \</div><div class="line"> return <a class="code" href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a>(<a class="code" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a>, __VA_ARGS__); \</div><div class="line"> } <span class="keywordflow">while</span>(<span class="keyword">false</span>)</div><div class="ttc" id="_error_8h_xhtml_a046fbca6a9505ce038bc02830c739fed"><div class="ttname"><a href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a></div><div class="ttdeci">#define ARM_COMPUTE_CREATE_ERROR(error_code,...)</div><div class="ttdoc">Creates an error with a given message. </div><div class="ttdef"><b>Definition:</b> <a href="_error_8h_source.xhtml#l00166">Error.h:166</a></div></div>
+<b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span> \</div><div class="line"> { \</div><div class="line"> return <a class="code" href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a>(<a class="code" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a>, __VA_ARGS__); \</div><div class="line"> } <span class="keywordflow">while</span>(<span class="keyword">false</span>)</div><div class="ttc" id="_error_8h_xhtml_a046fbca6a9505ce038bc02830c739fed"><div class="ttname"><a href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a></div><div class="ttdeci">#define ARM_COMPUTE_CREATE_ERROR(error_code,...)</div><div class="ttdoc">Creates an error with a given message. </div><div class="ttdef"><b>Definition:</b> <a href="_error_8h_source.xhtml#l00167">Error.h:167</a></div></div>
<div class="ttc" id="namespacearm__compute_xhtml_a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579"><div class="ttname"><a href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a></div><div class="ttdoc">Generic runtime error. </div></div>
</div><!-- fragment -->
<p>An error is returned with the given description. </p>
@@ -627,7 +673,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00182">182</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00183">183</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+
+<p>Referenced by <a class="el" href="_validate_helpers_8h_source.xhtml#l00090">arm_compute::graph::backends::detail::validate_convolution_layer()</a>, and <a class="el" href="_validate_helpers_8h_source.xhtml#l00149">arm_compute::graph::backends::detail::validate_depthwise_convolution_layer()</a>.</p>
</div>
</div>
@@ -653,9 +701,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00243">243</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00244">244</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="arm__compute_2graph_2_utils_8h_source.xhtml#l00056">arm_compute::graph::set_tensor_accessor()</a>, <a class="el" href="_validate_helpers_8h_source.xhtml#l00067">arm_compute::graph::backends::detail::validate_convolution_layer()</a>, and <a class="el" href="_validate_helpers_8h_source.xhtml#l00132">arm_compute::graph::backends::detail::validate_depthwise_convolution_layer()</a>.</p>
+<p>Referenced by <a class="el" href="arm__compute_2graph_2_utils_8h_source.xhtml#l00056">arm_compute::graph::set_tensor_accessor()</a>, <a class="el" href="_validate_helpers_8h_source.xhtml#l00064">arm_compute::graph::backends::detail::validate_channel_shuffle_layer()</a>, <a class="el" href="_validate_helpers_8h_source.xhtml#l00090">arm_compute::graph::backends::detail::validate_convolution_layer()</a>, <a class="el" href="_validate_helpers_8h_source.xhtml#l00149">arm_compute::graph::backends::detail::validate_depthwise_convolution_layer()</a>, and <a class="el" href="_validate_helpers_8h_source.xhtml#l00191">arm_compute::graph::backends::detail::validate_permute_layer()</a>.</p>
</div>
</div>
@@ -706,9 +754,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00253">253</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00254">254</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00835">arm_compute::error_on_channel_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00795">arm_compute::error_on_data_type_channel_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00721">arm_compute::error_on_data_type_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00457">arm_compute::error_on_mismatching_data_layouts()</a>, <a class="el" href="_validate_8h_source.xhtml#l00508">arm_compute::error_on_mismatching_data_types()</a>, <a class="el" href="_validate_8h_source.xhtml#l00403">arm_compute::error_on_mismatching_shapes()</a>, <a class="el" href="_validate_8h_source.xhtml#l00303">arm_compute::error_on_tensors_not_even()</a>, <a class="el" href="_validate_8h_source.xhtml#l00336">arm_compute::error_on_tensors_not_subsampled()</a>, and <a class="el" href="_validate_8h_source.xhtml#l01022">arm_compute::error_on_value_not_representable_in_fixed_point()</a>.</p>
+<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00820">arm_compute::error_on_channel_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00730">arm_compute::error_on_data_type_channel_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00656">arm_compute::error_on_data_type_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00457">arm_compute::error_on_mismatching_data_layouts()</a>, <a class="el" href="_validate_8h_source.xhtml#l00508">arm_compute::error_on_mismatching_data_types()</a>, <a class="el" href="_validate_8h_source.xhtml#l00403">arm_compute::error_on_mismatching_shapes()</a>, <a class="el" href="_validate_8h_source.xhtml#l00303">arm_compute::error_on_tensors_not_even()</a>, <a class="el" href="_validate_8h_source.xhtml#l00336">arm_compute::error_on_tensors_not_subsampled()</a>, <a class="el" href="_c_p_p_2_validate_8h_source.xhtml#l00040">arm_compute::error_on_unsupported_cpu_fp16()</a>, and <a class="el" href="_validate_8h_source.xhtml#l00752">arm_compute::error_on_unsupported_fp16()</a>.</p>
</div>
</div>
@@ -753,7 +801,7 @@
</tr>
</table>
</div><div class="memdoc">
-<b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span> \</div><div class="line"> { \</div><div class="line"> if(cond) \</div><div class="line"> { \</div><div class="line"> return <a class="code" href="_error_8h.xhtml#ac00c754f27b1201dd72c74b73239ff47">ARM_COMPUTE_CREATE_ERROR_LOC</a>(<a class="code" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a>, func, file, line, __VA_ARGS__); \</div><div class="line"> } \</div><div class="line"> } <span class="keywordflow">while</span>(<span class="keyword">false</span>)</div><div class="ttc" id="_error_8h_xhtml_ac00c754f27b1201dd72c74b73239ff47"><div class="ttname"><a href="_error_8h.xhtml#ac00c754f27b1201dd72c74b73239ff47">ARM_COMPUTE_CREATE_ERROR_LOC</a></div><div class="ttdeci">#define ARM_COMPUTE_CREATE_ERROR_LOC(error_code, func, file, line,...)</div><div class="ttdoc">Creates an error on location with a given message. </div><div class="ttdef"><b>Definition:</b> <a href="_error_8h_source.xhtml#l00176">Error.h:176</a></div></div>
+<b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span> \</div><div class="line"> { \</div><div class="line"> if(cond) \</div><div class="line"> { \</div><div class="line"> return <a class="code" href="_error_8h.xhtml#ac00c754f27b1201dd72c74b73239ff47">ARM_COMPUTE_CREATE_ERROR_LOC</a>(<a class="code" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a>, func, file, line, __VA_ARGS__); \</div><div class="line"> } \</div><div class="line"> } <span class="keywordflow">while</span>(<span class="keyword">false</span>)</div><div class="ttc" id="_error_8h_xhtml_ac00c754f27b1201dd72c74b73239ff47"><div class="ttname"><a href="_error_8h.xhtml#ac00c754f27b1201dd72c74b73239ff47">ARM_COMPUTE_CREATE_ERROR_LOC</a></div><div class="ttdeci">#define ARM_COMPUTE_CREATE_ERROR_LOC(error_code, func, file, line,...)</div><div class="ttdoc">Creates an error on location with a given message. </div><div class="ttdef"><b>Definition:</b> <a href="_error_8h_source.xhtml#l00177">Error.h:177</a></div></div>
<div class="ttc" id="namespacearm__compute_xhtml_a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579"><div class="ttname"><a href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a></div><div class="ttdoc">Generic runtime error. </div></div>
</div><!-- fragment -->
<p>If the condition is true, an error is thrown. </p>
@@ -768,9 +816,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00230">230</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00231">231</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00774">arm_compute::error_on_data_type_channel_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00721">arm_compute::error_on_data_type_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00457">arm_compute::error_on_mismatching_data_layouts()</a>, <a class="el" href="_validate_8h_source.xhtml#l00508">arm_compute::error_on_mismatching_data_types()</a>, <a class="el" href="_validate_8h_source.xhtml#l00562">arm_compute::error_on_mismatching_fixed_point()</a>, <a class="el" href="_validate_8h_source.xhtml#l00955">arm_compute::error_on_mismatching_fixed_point_position()</a>, <a class="el" href="_validate_8h_source.xhtml#l00627">arm_compute::error_on_mismatching_quantization_info()</a>, <a class="el" href="_validate_8h_source.xhtml#l00403">arm_compute::error_on_mismatching_shapes()</a>, <a class="el" href="_validate_8h_source.xhtml#l00151">arm_compute::error_on_nullptr()</a>, <a class="el" href="_validate_8h_source.xhtml#l00303">arm_compute::error_on_tensors_not_even()</a>, <a class="el" href="_validate_8h_source.xhtml#l00336">arm_compute::error_on_tensors_not_subsampled()</a>, <a class="el" href="_validate_8h_source.xhtml#l01000">arm_compute::error_on_value_not_representable_in_fixed_point()</a>, and <a class="el" href="_validate_8h_source.xhtml#l00093">compare_dimension< T >::operator()()</a>.</p>
+<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00709">arm_compute::error_on_data_type_channel_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00656">arm_compute::error_on_data_type_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00457">arm_compute::error_on_mismatching_data_layouts()</a>, <a class="el" href="_validate_8h_source.xhtml#l00508">arm_compute::error_on_mismatching_data_types()</a>, <a class="el" href="_validate_8h_source.xhtml#l00562">arm_compute::error_on_mismatching_quantization_info()</a>, <a class="el" href="_validate_8h_source.xhtml#l00403">arm_compute::error_on_mismatching_shapes()</a>, <a class="el" href="_validate_8h_source.xhtml#l00151">arm_compute::error_on_nullptr()</a>, <a class="el" href="_validate_8h_source.xhtml#l00303">arm_compute::error_on_tensors_not_even()</a>, <a class="el" href="_validate_8h_source.xhtml#l00336">arm_compute::error_on_tensors_not_subsampled()</a>, <a class="el" href="_c_p_p_2_validate_8h_source.xhtml#l00040">arm_compute::error_on_unsupported_cpu_fp16()</a>, <a class="el" href="_validate_8h_source.xhtml#l00752">arm_compute::error_on_unsupported_fp16()</a>, and <a class="el" href="_validate_8h_source.xhtml#l00093">compare_dimension< T >::operator()()</a>.</p>
</div>
</div>
@@ -797,7 +845,7 @@
</tr>
</table>
</div><div class="memdoc">
-<b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span> \</div><div class="line"> { \</div><div class="line"> if(cond) \</div><div class="line"> { \</div><div class="line"> return <a class="code" href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a>(<a class="code" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a>, __VA_ARGS__); \</div><div class="line"> } \</div><div class="line"> } <span class="keywordflow">while</span>(<span class="keyword">false</span>)</div><div class="ttc" id="_error_8h_xhtml_a046fbca6a9505ce038bc02830c739fed"><div class="ttname"><a href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a></div><div class="ttdeci">#define ARM_COMPUTE_CREATE_ERROR(error_code,...)</div><div class="ttdoc">Creates an error with a given message. </div><div class="ttdef"><b>Definition:</b> <a href="_error_8h_source.xhtml#l00166">Error.h:166</a></div></div>
+<b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span> \</div><div class="line"> { \</div><div class="line"> if(cond) \</div><div class="line"> { \</div><div class="line"> return <a class="code" href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a>(<a class="code" href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a>, __VA_ARGS__); \</div><div class="line"> } \</div><div class="line"> } <span class="keywordflow">while</span>(<span class="keyword">false</span>)</div><div class="ttc" id="_error_8h_xhtml_a046fbca6a9505ce038bc02830c739fed"><div class="ttname"><a href="_error_8h.xhtml#a046fbca6a9505ce038bc02830c739fed">ARM_COMPUTE_CREATE_ERROR</a></div><div class="ttdeci">#define ARM_COMPUTE_CREATE_ERROR(error_code,...)</div><div class="ttdoc">Creates an error with a given message. </div><div class="ttdef"><b>Definition:</b> <a href="_error_8h_source.xhtml#l00167">Error.h:167</a></div></div>
<div class="ttc" id="namespacearm__compute_xhtml_a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579"><div class="ttname"><a href="namespacearm__compute.xhtml#a59e56af19e754a6aa26a612ebf91d05fa62be47fdd89da032cf78dfce82239579">arm_compute::ErrorCode::RUNTIME_ERROR</a></div><div class="ttdoc">Generic runtime error. </div></div>
</div><!-- fragment -->
<p>If the condition is true, an error is returned. </p>
@@ -809,7 +857,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00213">213</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00214">214</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+
+<p>Referenced by <a class="el" href="_validate_helpers_8h_source.xhtml#l00090">arm_compute::graph::backends::detail::validate_convolution_layer()</a>.</p>
</div>
</div>
@@ -835,9 +885,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00192">192</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00193">193</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00774">arm_compute::error_on_data_type_channel_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00749">arm_compute::error_on_data_type_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00457">arm_compute::error_on_mismatching_data_layouts()</a>, <a class="el" href="_validate_8h_source.xhtml#l00508">arm_compute::error_on_mismatching_data_types()</a>, <a class="el" href="_validate_8h_source.xhtml#l00280">arm_compute::error_on_mismatching_dimensions()</a>, <a class="el" href="_validate_8h_source.xhtml#l00601">arm_compute::error_on_mismatching_fixed_point()</a>, <a class="el" href="_validate_8h_source.xhtml#l00978">arm_compute::error_on_mismatching_fixed_point_position()</a>, <a class="el" href="_validate_8h_source.xhtml#l00666">arm_compute::error_on_mismatching_quantization_info()</a>, <a class="el" href="_validate_8h_source.xhtml#l00403">arm_compute::error_on_mismatching_shapes()</a>, <a class="el" href="_validate_8h_source.xhtml#l00303">arm_compute::error_on_tensors_not_even()</a>, <a class="el" href="_validate_8h_source.xhtml#l00336">arm_compute::error_on_tensors_not_subsampled()</a>, <a class="el" href="_validate_8h_source.xhtml#l01022">arm_compute::error_on_value_not_representable_in_fixed_point()</a>, and <a class="el" href="_validate_8h_source.xhtml#l00114">arm_compute::detail::for_each_error()</a>.</p>
+<p>Referenced by <a class="el" href="_validate_8h_source.xhtml#l00709">arm_compute::error_on_data_type_channel_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00684">arm_compute::error_on_data_type_not_in()</a>, <a class="el" href="_validate_8h_source.xhtml#l00457">arm_compute::error_on_mismatching_data_layouts()</a>, <a class="el" href="_validate_8h_source.xhtml#l00508">arm_compute::error_on_mismatching_data_types()</a>, <a class="el" href="_validate_8h_source.xhtml#l00280">arm_compute::error_on_mismatching_dimensions()</a>, <a class="el" href="_validate_8h_source.xhtml#l00601">arm_compute::error_on_mismatching_quantization_info()</a>, <a class="el" href="_validate_8h_source.xhtml#l00403">arm_compute::error_on_mismatching_shapes()</a>, <a class="el" href="_validate_8h_source.xhtml#l00303">arm_compute::error_on_tensors_not_even()</a>, <a class="el" href="_validate_8h_source.xhtml#l00336">arm_compute::error_on_tensors_not_subsampled()</a>, <a class="el" href="_c_p_p_2_validate_8h_source.xhtml#l00060">arm_compute::error_on_unsupported_cpu_fp16()</a>, <a class="el" href="_validate_8h_source.xhtml#l00771">arm_compute::error_on_unsupported_fp16()</a>, and <a class="el" href="_validate_8h_source.xhtml#l00114">arm_compute::detail::for_each_error()</a>.</p>
</div>
</div>
@@ -863,7 +913,7 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00205">205</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00206">206</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
</div>
</div>
@@ -876,7 +926,7 @@
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>...</em></td><td>)</td>
- <td>   <a class="el" href="namespacearm__compute.xhtml#a053a24bb37402fa4b4d8d5963976ba17">arm_compute::ignore_unused</a>(__VA_ARGS__)</td>
+ <td>   ::<a class="el" href="namespacearm__compute.xhtml#a053a24bb37402fa4b4d8d5963976ba17">arm_compute::ignore_unused</a>(__VA_ARGS__)</td>
</tr>
</table>
</div><div class="memdoc">
@@ -890,9 +940,9 @@
</dd>
</dl>
-<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00159">159</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
+<p>Definition at line <a class="el" href="_error_8h_source.xhtml#l00160">160</a> of file <a class="el" href="_error_8h_source.xhtml">Error.h</a>.</p>
-<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00117">DummyAccessor::access_tensor()</a>, <a class="el" href="_i_c_l_kernel_8h_source.xhtml#l00315">ICLKernel::add_array_argument()</a>, <a class="el" href="_assembly_helper_8h_source.xhtml#l00135">arm_compute::allocate_workspace()</a>, <a class="el" href="validation_2reference_2_batch_normalization_layer_8cpp_source.xhtml#l00041">arm_compute::test::validation::reference::batch_normalization_layer()</a>, <a class="el" href="_n_e_direct_convolution3x3_8h_source.xhtml#l00051">arm_compute::detail::convolve_3x3< 1 >()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00186">arm_compute::detail::convolve_3x3< 2 >()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00200">arm_compute::detail::convolve_3x3< 3 >()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00322">arm_compute::coords2index()</a>, <a class="el" href="validation_2_c_l_2_harris_corners_8cpp_source.xhtml#l00058">arm_compute::test::validation::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="_n_e_activation_function_detail_8h_source.xhtml#l00044">dummy< T, S >::dummy()</a>, <a class="el" href="_validate_8h_source.xhtml#l00688">arm_compute::error_on_format_not_in()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00318">PPMLoader::fill_image()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00405">PPMLoader::fill_planar_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00588">NPYLoader::fill_tensor()</a>, <a class="el" href="validation_2reference_2_fully_connected_layer_8cpp_source.xhtml#l00152">arm_compute::test::validation::reference::fully_connected_layer()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00044">arm_compute::detail::load_matrix_row()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00180">arm_compute::utils::map()</a>, <a class="el" href="reference_2_non_linear_filter_8cpp_source.xhtml#l00036">arm_compute::test::validation::reference::non_linear_filter()</a>, <a class="el" href="_n_e_activation_function_detail_8h_source.xhtml#l00052">dummy< T, S >::operator()()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00144">arm_compute::utils::parse_ppm_header()</a>, <a class="el" href="_n_e_activation_function_detail_8h_source.xhtml#l00070">relu< T, S >::relu()</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="_n_e_direct_convolution_detail_8h_source.xhtml#l00531">arm_compute::detail::store_results< 3 >()</a>, <a class="el" href="_open_c_l_timer_8cpp_source.xhtml#l00080">OpenCLTimer::test_start()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00191">arm_compute::utils::unmap()</a>, and <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00334">arm_compute::test::validation::reference::winograd_output_transform()</a>.</p>
+<p>Referenced by <a class="el" href="_graph_utils_8cpp_source.xhtml#l00122">DummyAccessor::access_tensor()</a>, <a class="el" href="_i_c_l_kernel_8h_source.xhtml#l00329">ICLKernel::add_array_argument()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00393">PPMLoader::close()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00099">arm_compute::detail::convolve_3x3< 1 >()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00161">arm_compute::detail::convolve_3x3< 2 >()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00175">arm_compute::detail::convolve_3x3< 3 >()</a>, <a class="el" href="_helpers_8inl_source.xhtml#l00308">arm_compute::coords2index()</a>, <a class="el" href="_function_helpers_8h_source.xhtml#l00571">arm_compute::graph::backends::detail::create_normalization_layer()</a>, <a class="el" href="validation_2_c_l_2_canny_edge_8cpp_source.xhtml#l00060">arm_compute::test::validation::DATA_TEST_CASE()</a>, <a class="el" href="_n_e_activation_function_detail_8h_source.xhtml#l00044">dummy< T, S >::dummy()</a>, <a class="el" href="_validate_8h_source.xhtml#l00623">arm_compute::error_on_format_not_in()</a>, <a class="el" href="_image_loader_8h_source.xhtml#l00257">IImageLoader::fill_planar_tensor()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00357">NPYLoader::fill_tensor()</a>, <a class="el" href="validation_2reference_2_fully_connected_layer_8cpp_source.xhtml#l00108">arm_compute::test::validation::reference::fully_connected_layer()</a>, <a class="el" href="_n_e_direct_convolution_detail_8h_source.xhtml#l00044">arm_compute::detail::load_matrix_row()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00201">arm_compute::utils::map()</a>, <a class="el" href="reference_2_non_linear_filter_8cpp_source.xhtml#l00036">arm_compute::test::validation::reference::non_linear_filter()</a>, <a class="el" href="_n_e_activation_function_detail_8h_source.xhtml#l00052">dummy< T, S >::operator()()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00183">arm_compute::utils::parse_ppm_header()</a>, <a class="el" href="_n_e_activation_function_detail_8h_source.xhtml#l00070">relu< T, S >::relu()</a>, <a class="el" href="_open_c_l_timer_8cpp_source.xhtml#l00080">OpenCLTimer::test_start()</a>, <a class="el" href="utils_2_utils_8h_source.xhtml#l00212">arm_compute::utils::unmap()</a>, and <a class="el" href="reference_2_winograd_8cpp_source.xhtml#l00401">arm_compute::test::validation::reference::winograd_output_transform()</a>.</p>
</div>
</div>
@@ -902,7 +952,7 @@
<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="_error_8h.xhtml">Error.h</a></li>
- <li class="footer">Generated on Wed May 23 2018 11:36:38 for Compute Library by
+ <li class="footer">Generated on Wed Aug 29 2018 15:31:36 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>