arm_compute v19.08
diff --git a/documentation/hierarchy.js b/documentation/hierarchy.js
index 8be2df1..983d6ae 100644
--- a/documentation/hierarchy.js
+++ b/documentation/hierarchy.js
@@ -9,6 +9,7 @@
     [ "AssetsLibrary", "classarm__compute_1_1test_1_1_assets_library.xhtml", null ],
     [ "BackendRegistrar< T >", "classarm__compute_1_1graph_1_1backends_1_1detail_1_1_backend_registrar.xhtml", null ],
     [ "BackendRegistry", "classarm__compute_1_1graph_1_1backends_1_1_backend_registry.xhtml", null ],
+    [ "barrier", "classarm__gemm_1_1barrier.xhtml", null ],
     [ "BlobInfo", "structarm__compute_1_1_blob_info.xhtml", null ],
     [ "BorderSize", "structarm__compute_1_1_border_size.xhtml", null ],
     [ "BoundingBoxTransformInfo", "classarm__compute_1_1_bounding_box_transform_info.xhtml", null ],
@@ -21,6 +22,7 @@
     [ "CLCoefficientTable", "structarm__compute_1_1_c_l_coefficient_table.xhtml", null ],
     [ "CLDeviceOptions", "structarm__compute_1_1_c_l_device_options.xhtml", null ],
     [ "CLFunctionFactory", "classarm__compute_1_1graph_1_1backends_1_1_c_l_function_factory.xhtml", null ],
+    [ "CLGEMMNativeKernelConfigurationFactory", "classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_native_kernel_configuration_factory.xhtml", null ],
     [ "CLGEMMReshapedKernelConfigurationFactory", "classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_kernel_configuration_factory.xhtml", null ],
     [ "CLGEMMReshapedOnlyRHSKernelConfigurationFactory", "classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_factory.xhtml", null ],
     [ "CLKernelLibrary", "classarm__compute_1_1_c_l_kernel_library.xhtml", null ],
@@ -28,6 +30,7 @@
     [ "CLLWSListFactory", "classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_factory.xhtml", null ],
     [ "CLNodeValidator", "classarm__compute_1_1graph_1_1backends_1_1_c_l_node_validator.xhtml", null ],
     [ "CLOldValue", "structarm__compute_1_1_c_l_old_value.xhtml", null ],
+    [ "CLQuantization", "structarm__compute_1_1_c_l_quantization.xhtml", null ],
     [ "CLScheduler", "classarm__compute_1_1_c_l_scheduler.xhtml", null ],
     [ "CLSymbols", "classarm__compute_1_1_c_l_symbols.xhtml", null ],
     [ "CommandLineParser", "classarm__compute_1_1utils_1_1_command_line_parser.xhtml", null ],
@@ -47,8 +50,8 @@
     [ "compare_dimension< T >", "classarm__compute_1_1detail_1_1compare__dimension.xhtml", null ],
     [ "ComputeAnchorsInfo", "classarm__compute_1_1_compute_anchors_info.xhtml", null ],
     [ "ConcatLayerDescriptor", "structarm__compute_1_1graph_1_1descriptors_1_1_concat_layer_descriptor.xhtml", null ],
-    [ "Coordinates2D", "structarm__compute_1_1_coordinates2_d.xhtml", null ],
     [ "Coordinates2D", "struct_coordinates2_d.xhtml", null ],
+    [ "Coordinates2D", "structarm__compute_1_1_coordinates2_d.xhtml", null ],
     [ "Coordinates3D", "structarm__compute_1_1_coordinates3_d.xhtml", null ],
     [ "CPUInfo", "classarm__compute_1_1_c_p_u_info.xhtml", null ],
     [ "CRTP< T, Type >", "structarm__compute_1_1misc_1_1_c_r_t_p.xhtml", null ],
@@ -65,8 +68,9 @@
     ] ],
     [ "DepthwiseConvolutionReshapeInfo", "structarm__compute_1_1_depthwise_convolution_reshape_info.xhtml", null ],
     [ "DetectionOutputLayerInfo", "classarm__compute_1_1_detection_output_layer_info.xhtml", null ],
-    [ "DetectionWindow", "structarm__compute_1_1_detection_window.xhtml", null ],
+    [ "DetectionPostProcessLayerInfo", "classarm__compute_1_1_detection_post_process_layer_info.xhtml", null ],
     [ "DetectionWindow", "struct_detection_window.xhtml", null ],
+    [ "DetectionWindow", "structarm__compute_1_1_detection_window.xhtml", null ],
     [ "Window::Dimension", "classarm__compute_1_1_window_1_1_dimension.xhtml", null ],
     [ "Dimensions< T >", "classarm__compute_1_1_dimensions.xhtml", null ],
     [ "Dimensions< int >", "classarm__compute_1_1_dimensions.xhtml", [
@@ -107,14 +111,18 @@
     [ "GCScheduler", "classarm__compute_1_1_g_c_scheduler.xhtml", null ],
     [ "GemmCommon", null, [
       [ "GemmHybrid< strategy, To, Tr >", "classarm__gemm_1_1_gemm_hybrid.xhtml", null ],
+      [ "GemmHybridQuantized< strategy, To, Tr >", "classarm__gemm_1_1_gemm_hybrid_quantized.xhtml", null ],
       [ "GemmInterleaved< strategy, To, Tr >", "classarm__gemm_1_1_gemm_interleaved.xhtml", null ],
       [ "GemmNative< strategy, To, Tr >", "classarm__gemm_1_1_gemm_native.xhtml", null ],
       [ "GemvBatched< To, Tr >", "classarm__gemm_1_1_gemv_batched.xhtml", null ],
       [ "GemvNativeTransposed< strategy, To, Tr >", "classarm__gemm_1_1_gemv_native_transposed.xhtml", null ],
-      [ "GemvPretransposed< strategy, To, Tr >", "classarm__gemm_1_1_gemv_pretransposed.xhtml", null ]
+      [ "GemvPretransposed< strategy, To, Tr >", "classarm__gemm_1_1_gemv_pretransposed.xhtml", null ],
+      [ "QuantizeWrapper< To, Tr, Tgemm >", "classarm__gemm_1_1_quantize_wrapper.xhtml", null ]
     ] ],
-    [ "GemmImplementation< Top, Tret >", "structarm__gemm_1_1_gemm_implementation.xhtml", null ],
+    [ "GemmImplementation< Top, Tret, OutputStage >", "structarm__gemm_1_1_gemm_implementation.xhtml", null ],
+    [ "GemmImplementation< Top, Tret, Nothing >", "structarm__gemm_1_1_gemm_implementation_3_01_top_00_01_tret_00_01_nothing_01_4.xhtml", null ],
     [ "GEMMInfo", "classarm__compute_1_1_g_e_m_m_info.xhtml", null ],
+    [ "GEMMKernelInfo", "structarm__compute_1_1_g_e_m_m_kernel_info.xhtml", null ],
     [ "GEMMLHSMatrixInfo", "structarm__compute_1_1_g_e_m_m_l_h_s_matrix_info.xhtml", null ],
     [ "GEMMLowpOutputStageInfo", "structarm__compute_1_1_g_e_m_m_lowp_output_stage_info.xhtml", null ],
     [ "GEMMReshapeInfo", "classarm__compute_1_1_g_e_m_m_reshape_info.xhtml", null ],
@@ -158,6 +166,12 @@
       [ "Array< T >", "classarm__compute_1_1_array.xhtml", null ],
       [ "ICLArray< T >", "classarm__compute_1_1_i_c_l_array.xhtml", [
         [ "CLArray< T >", "classarm__compute_1_1_c_l_array.xhtml", null ]
+      ] ],
+      [ "ICLArray< cl_float >", "classarm__compute_1_1_i_c_l_array.xhtml", [
+        [ "CLArray< cl_float >", "classarm__compute_1_1_c_l_array.xhtml", null ]
+      ] ],
+      [ "ICLArray< cl_int >", "classarm__compute_1_1_i_c_l_array.xhtml", [
+        [ "CLArray< cl_int >", "classarm__compute_1_1_c_l_array.xhtml", null ]
       ] ]
     ] ],
     [ "IArray< NELKInternalKeypoint >", "classarm__compute_1_1_i_array.xhtml", [
@@ -169,6 +183,7 @@
     ] ],
     [ "IBufferManager", "classarm__compute_1_1_i_buffer_manager.xhtml", null ],
     [ "ICLGEMMKernelConfiguration", "classarm__compute_1_1_i_c_l_g_e_m_m_kernel_configuration.xhtml", [
+      [ "CLGEMMNativeKernelConfigurationBifrost", "classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_native_kernel_configuration_bifrost.xhtml", null ],
       [ "CLGEMMReshapedKernelConfigurationBifrost", "classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_kernel_configuration_bifrost.xhtml", null ],
       [ "CLGEMMReshapedOnlyRHSKernelConfigurationBifrost", "classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost.xhtml", null ]
     ] ],
@@ -226,7 +241,7 @@
       [ "CLCropResize", "classarm__compute_1_1_c_l_crop_resize.xhtml", null ],
       [ "CLDeconvolutionLayer", "classarm__compute_1_1_c_l_deconvolution_layer.xhtml", null ],
       [ "CLDeconvolutionLayerUpsample", "classarm__compute_1_1_c_l_deconvolution_layer_upsample.xhtml", null ],
-      [ "CLDepthConcatenateLayer", "classarm__compute_1_1_c_l_depth_concatenate_layer.xhtml", null ],
+      [ "CLDepthToSpaceLayer", "classarm__compute_1_1_c_l_depth_to_space_layer.xhtml", null ],
       [ "CLDepthwiseConvolutionLayer", "classarm__compute_1_1_c_l_depthwise_convolution_layer.xhtml", null ],
       [ "CLDepthwiseConvolutionLayer3x3", "classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.xhtml", null ],
       [ "CLDepthwiseSeparableConvolutionLayer", "classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml", null ],
@@ -261,6 +276,7 @@
       [ "CLLaplacianReconstruct", "classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml", null ],
       [ "CLLocallyConnectedLayer", "classarm__compute_1_1_c_l_locally_connected_layer.xhtml", null ],
       [ "CLLSTMLayer", "classarm__compute_1_1_c_l_l_s_t_m_layer.xhtml", null ],
+      [ "CLLSTMLayerQuantized", "classarm__compute_1_1_c_l_l_s_t_m_layer_quantized.xhtml", null ],
       [ "CLMeanStdDev", "classarm__compute_1_1_c_l_mean_std_dev.xhtml", null ],
       [ "CLMinMaxLocation", "classarm__compute_1_1_c_l_min_max_location.xhtml", null ],
       [ "CLNormalizationLayer", "classarm__compute_1_1_c_l_normalization_layer.xhtml", null ],
@@ -274,19 +290,18 @@
       [ "CLSobel7x7", "classarm__compute_1_1_c_l_sobel7x7.xhtml", null ],
       [ "CLSoftmaxLayer", "classarm__compute_1_1_c_l_softmax_layer.xhtml", null ],
       [ "CLSpaceToBatchLayer", "classarm__compute_1_1_c_l_space_to_batch_layer.xhtml", null ],
+      [ "CLSpaceToDepthLayer", "classarm__compute_1_1_c_l_space_to_depth_layer.xhtml", null ],
       [ "CLSplit", "classarm__compute_1_1_c_l_split.xhtml", null ],
       [ "CLStackLayer", "classarm__compute_1_1_c_l_stack_layer.xhtml", null ],
       [ "CLUnstack", "classarm__compute_1_1_c_l_unstack.xhtml", null ],
       [ "CLUpsampleLayer", "classarm__compute_1_1_c_l_upsample_layer.xhtml", null ],
-      [ "CLWidthConcatenateLayer", "classarm__compute_1_1_c_l_width_concatenate_layer.xhtml", null ],
       [ "CLWinogradConvolutionLayer", "classarm__compute_1_1_c_l_winograd_convolution_layer.xhtml", null ],
       [ "CPPDetectionOutputLayer", "classarm__compute_1_1_c_p_p_detection_output_layer.xhtml", null ],
-      [ "CPPNonMaximumSuppression", "classarm__compute_1_1_c_p_p_non_maximum_suppression.xhtml", null ],
+      [ "CPPDetectionPostProcessLayer", "classarm__compute_1_1_c_p_p_detection_post_process_layer.xhtml", null ],
       [ "GCBatchNormalizationLayer", "classarm__compute_1_1_g_c_batch_normalization_layer.xhtml", null ],
       [ "GCConcatenateLayer", "classarm__compute_1_1_g_c_concatenate_layer.xhtml", null ],
       [ "GCConvolutionLayer", "classarm__compute_1_1_g_c_convolution_layer.xhtml", null ],
       [ "GCConvolutionLayerReshapeWeights", "classarm__compute_1_1_g_c_convolution_layer_reshape_weights.xhtml", null ],
-      [ "GCDepthConcatenateLayer", "classarm__compute_1_1_g_c_depth_concatenate_layer.xhtml", null ],
       [ "GCDepthwiseConvolutionLayer3x3", "classarm__compute_1_1_g_c_depthwise_convolution_layer3x3.xhtml", null ],
       [ "GCDirectConvolutionLayer", "classarm__compute_1_1_g_c_direct_convolution_layer.xhtml", null ],
       [ "GCDropoutLayer", "classarm__compute_1_1_g_c_dropout_layer.xhtml", null ],
@@ -297,7 +312,9 @@
       [ "GCPoolingLayer", "classarm__compute_1_1_g_c_pooling_layer.xhtml", null ],
       [ "GCSoftmaxLayer", "classarm__compute_1_1_g_c_softmax_layer.xhtml", null ],
       [ "FusedConvolutionBatchNormalizationFunction< TargetInfo, FusedLayerTypes >", "classarm__compute_1_1graph_1_1backends_1_1_fused_convolution_batch_normalization_function.xhtml", null ],
+      [ "FusedDepthwiseConvolutionBatchNormalizationFunction< TargetInfo, FusedLayerTypes >", "classarm__compute_1_1graph_1_1backends_1_1_fused_depthwise_convolution_batch_normalization_function.xhtml", null ],
       [ "ICLSimpleFunction", "classarm__compute_1_1_i_c_l_simple_function.xhtml", [
+        [ "CLAbsLayer", "classarm__compute_1_1_c_l_abs_layer.xhtml", null ],
         [ "CLAbsoluteDifference", "classarm__compute_1_1_c_l_absolute_difference.xhtml", null ],
         [ "CLAccumulate", "classarm__compute_1_1_c_l_accumulate.xhtml", null ],
         [ "CLAccumulateSquared", "classarm__compute_1_1_c_l_accumulate_squared.xhtml", null ],
@@ -332,6 +349,7 @@
         [ "CLDilate", "classarm__compute_1_1_c_l_dilate.xhtml", null ],
         [ "CLElementwiseMax", "classarm__compute_1_1_c_l_elementwise_max.xhtml", null ],
         [ "CLElementwiseMin", "classarm__compute_1_1_c_l_elementwise_min.xhtml", null ],
+        [ "CLElementwisePower", "classarm__compute_1_1_c_l_elementwise_power.xhtml", null ],
         [ "CLElementwiseSquaredDiff", "classarm__compute_1_1_c_l_elementwise_squared_diff.xhtml", null ],
         [ "CLErode", "classarm__compute_1_1_c_l_erode.xhtml", null ],
         [ "CLExpLayer", "classarm__compute_1_1_c_l_exp_layer.xhtml", null ],
@@ -341,19 +359,22 @@
         [ "CLFullyConnectedLayerReshapeWeights", "classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.xhtml", null ],
         [ "CLGather", "classarm__compute_1_1_c_l_gather.xhtml", null ],
         [ "CLGaussian3x3", "classarm__compute_1_1_c_l_gaussian3x3.xhtml", null ],
-        [ "CLGEMMInterleave4x4", "classarm__compute_1_1_c_l_g_e_m_m_interleave4x4.xhtml", null ],
+        [ "CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPoint", "classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point.xhtml", null ],
         [ "CLGEMMLowpQuantizeDownInt32ToUint8Scale", "classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml", null ],
         [ "CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint", "classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml", null ],
         [ "CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat", "classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float.xhtml", null ],
-        [ "CLGEMMTranspose1xW", "classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w.xhtml", null ],
+        [ "CLLogLayer", "classarm__compute_1_1_c_l_log_layer.xhtml", null ],
         [ "CLMagnitude", "classarm__compute_1_1_c_l_magnitude.xhtml", null ],
+        [ "CLMeanStdDevNormalizationLayer", "classarm__compute_1_1_c_l_mean_std_dev_normalization_layer.xhtml", null ],
         [ "CLMedian3x3", "classarm__compute_1_1_c_l_median3x3.xhtml", null ],
+        [ "CLNegLayer", "classarm__compute_1_1_c_l_neg_layer.xhtml", null ],
         [ "CLNonLinearFilter", "classarm__compute_1_1_c_l_non_linear_filter.xhtml", null ],
         [ "CLNonMaximaSuppression3x3", "classarm__compute_1_1_c_l_non_maxima_suppression3x3.xhtml", null ],
         [ "CLPermute", "classarm__compute_1_1_c_l_permute.xhtml", null ],
         [ "CLPhase", "classarm__compute_1_1_c_l_phase.xhtml", null ],
         [ "CLPixelWiseMultiplication", "classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml", null ],
         [ "CLPoolingLayer", "classarm__compute_1_1_c_l_pooling_layer.xhtml", null ],
+        [ "CLPReluLayer", "classarm__compute_1_1_c_l_p_relu_layer.xhtml", null ],
         [ "CLPriorBoxLayer", "classarm__compute_1_1_c_l_prior_box_layer.xhtml", null ],
         [ "CLQuantizationLayer", "classarm__compute_1_1_c_l_quantization_layer.xhtml", null ],
         [ "CLRange", "classarm__compute_1_1_c_l_range.xhtml", null ],
@@ -363,10 +384,12 @@
         [ "CLReverse", "classarm__compute_1_1_c_l_reverse.xhtml", null ],
         [ "CLROIAlignLayer", "classarm__compute_1_1_c_l_r_o_i_align_layer.xhtml", null ],
         [ "CLROIPoolingLayer", "classarm__compute_1_1_c_l_r_o_i_pooling_layer.xhtml", null ],
+        [ "CLRoundLayer", "classarm__compute_1_1_c_l_round_layer.xhtml", null ],
         [ "CLRsqrtLayer", "classarm__compute_1_1_c_l_rsqrt_layer.xhtml", null ],
         [ "CLScale", "classarm__compute_1_1_c_l_scale.xhtml", null ],
         [ "CLScharr3x3", "classarm__compute_1_1_c_l_scharr3x3.xhtml", null ],
         [ "CLSelect", "classarm__compute_1_1_c_l_select.xhtml", null ],
+        [ "CLSinLayer", "classarm__compute_1_1_c_l_sin_layer.xhtml", null ],
         [ "CLSlice", "classarm__compute_1_1_c_l_slice.xhtml", null ],
         [ "CLSobel3x3", "classarm__compute_1_1_c_l_sobel3x3.xhtml", null ],
         [ "CLStridedSlice", "classarm__compute_1_1_c_l_strided_slice.xhtml", null ],
@@ -383,6 +406,7 @@
       ] ],
       [ "ICPPSimpleFunction", "classarm__compute_1_1_i_c_p_p_simple_function.xhtml", [
         [ "CPPBoxWithNonMaximaSuppressionLimit", "classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit.xhtml", null ],
+        [ "CPPNonMaximumSuppression", "classarm__compute_1_1_c_p_p_non_maximum_suppression.xhtml", null ],
         [ "CPPPermute", "classarm__compute_1_1_c_p_p_permute.xhtml", null ],
         [ "CPPTopKV", "classarm__compute_1_1_c_p_p_top_k_v.xhtml", null ],
         [ "CPPUpsample", "classarm__compute_1_1_c_p_p_upsample.xhtml", null ]
@@ -401,10 +425,12 @@
         [ "GCTranspose", "classarm__compute_1_1_g_c_transpose.xhtml", null ]
       ] ],
       [ "INESimpleFunction", "classarm__compute_1_1_i_n_e_simple_function.xhtml", [
+        [ "NEAbsLayer", "classarm__compute_1_1_n_e_abs_layer.xhtml", null ],
         [ "NEAbsoluteDifference", "classarm__compute_1_1_n_e_absolute_difference.xhtml", null ],
         [ "NEArithmeticAddition", "classarm__compute_1_1_n_e_arithmetic_addition.xhtml", null ],
         [ "NEArithmeticSubtraction", "classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml", null ],
         [ "NEBox3x3", "classarm__compute_1_1_n_e_box3x3.xhtml", null ],
+        [ "NECast", "classarm__compute_1_1_n_e_cast.xhtml", null ],
         [ "NEComplexPixelWiseMultiplication", "classarm__compute_1_1_n_e_complex_pixel_wise_multiplication.xhtml", null ],
         [ "NEConvolution3x3", "classarm__compute_1_1_n_e_convolution3x3.xhtml", null ],
         [ "NEConvolutionRectangle", "classarm__compute_1_1_n_e_convolution_rectangle.xhtml", null ],
@@ -414,25 +440,32 @@
         [ "NEElementwiseDivision", "classarm__compute_1_1_n_e_elementwise_division.xhtml", null ],
         [ "NEElementwiseMax", "classarm__compute_1_1_n_e_elementwise_max.xhtml", null ],
         [ "NEElementwiseMin", "classarm__compute_1_1_n_e_elementwise_min.xhtml", null ],
+        [ "NEElementwisePower", "classarm__compute_1_1_n_e_elementwise_power.xhtml", null ],
         [ "NEElementwiseSquaredDiff", "classarm__compute_1_1_n_e_elementwise_squared_diff.xhtml", null ],
         [ "NEErode", "classarm__compute_1_1_n_e_erode.xhtml", null ],
         [ "NEExpLayer", "classarm__compute_1_1_n_e_exp_layer.xhtml", null ],
         [ "NEGaussian3x3", "classarm__compute_1_1_n_e_gaussian3x3.xhtml", null ],
         [ "NEIntegralImage", "classarm__compute_1_1_n_e_integral_image.xhtml", null ],
+        [ "NELogLayer", "classarm__compute_1_1_n_e_log_layer.xhtml", null ],
         [ "NEMedian3x3", "classarm__compute_1_1_n_e_median3x3.xhtml", null ],
+        [ "NENegLayer", "classarm__compute_1_1_n_e_neg_layer.xhtml", null ],
         [ "NENonLinearFilter", "classarm__compute_1_1_n_e_non_linear_filter.xhtml", null ],
         [ "NENonMaximaSuppression3x3", "classarm__compute_1_1_n_e_non_maxima_suppression3x3.xhtml", null ],
         [ "NEPixelWiseMultiplication", "classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml", null ],
+        [ "NEPReluLayer", "classarm__compute_1_1_n_e_p_relu_layer.xhtml", null ],
         [ "NERemap", "classarm__compute_1_1_n_e_remap.xhtml", null ],
+        [ "NERoundLayer", "classarm__compute_1_1_n_e_round_layer.xhtml", null ],
         [ "NERsqrtLayer", "classarm__compute_1_1_n_e_rsqrt_layer.xhtml", null ],
         [ "NEScharr3x3", "classarm__compute_1_1_n_e_scharr3x3.xhtml", null ],
         [ "NESelect", "classarm__compute_1_1_n_e_select.xhtml", null ],
+        [ "NESinLayer", "classarm__compute_1_1_n_e_sin_layer.xhtml", null ],
         [ "NESobel3x3", "classarm__compute_1_1_n_e_sobel3x3.xhtml", null ],
         [ "NEStridedSlice", "classarm__compute_1_1_n_e_strided_slice.xhtml", null ],
         [ "NEWarpAffine", "classarm__compute_1_1_n_e_warp_affine.xhtml", null ],
         [ "NEWarpPerspective", "classarm__compute_1_1_n_e_warp_perspective.xhtml", null ],
         [ "NESynthetizeFunction< K >", "classarm__compute_1_1test_1_1_n_e_synthetize_function.xhtml", null ],
-        [ "NESynthetizeFunctionWithZeroConstantBorder< K, bordersize >", "classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border.xhtml", null ]
+        [ "NESynthetizeFunctionWithZeroConstantBorder< K, bordersize >", "classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border.xhtml", null ],
+        [ "NESynthetizeFunctionWithZeroConstantKernelBorder< K >", "classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_kernel_border.xhtml", null ]
       ] ],
       [ "INESimpleFunctionNoBorder", "classarm__compute_1_1_i_n_e_simple_function_no_border.xhtml", [
         [ "NEAccumulate", "classarm__compute_1_1_n_e_accumulate.xhtml", null ],
@@ -451,17 +484,20 @@
         [ "NEColorConvert", "classarm__compute_1_1_n_e_color_convert.xhtml", null ],
         [ "NECopy", "classarm__compute_1_1_n_e_copy.xhtml", null ],
         [ "NEDepthConvertLayer", "classarm__compute_1_1_n_e_depth_convert_layer.xhtml", null ],
+        [ "NEDepthToSpaceLayer", "classarm__compute_1_1_n_e_depth_to_space_layer.xhtml", null ],
         [ "NEDequantizationLayer", "classarm__compute_1_1_n_e_dequantization_layer.xhtml", null ],
         [ "NEFlattenLayer", "classarm__compute_1_1_n_e_flatten_layer.xhtml", null ],
         [ "NEFloor", "classarm__compute_1_1_n_e_floor.xhtml", null ],
         [ "NEFullyConnectedLayerReshapeWeights", "classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml", null ],
         [ "NEGather", "classarm__compute_1_1_n_e_gather.xhtml", null ],
         [ "NEGEMMInterleave4x4", "classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.xhtml", null ],
+        [ "NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPoint", "classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point.xhtml", null ],
         [ "NEGEMMLowpQuantizeDownInt32ToUint8Scale", "classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml", null ],
         [ "NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint", "classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml", null ],
         [ "NEGEMMTranspose1xW", "classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.xhtml", null ],
         [ "NEHOGDetector", "classarm__compute_1_1_n_e_h_o_g_detector.xhtml", null ],
         [ "NEMagnitude", "classarm__compute_1_1_n_e_magnitude.xhtml", null ],
+        [ "NEMeanStdDevNormalizationLayer", "classarm__compute_1_1_n_e_mean_std_dev_normalization_layer.xhtml", null ],
         [ "NEPermute", "classarm__compute_1_1_n_e_permute.xhtml", null ],
         [ "NEPhase", "classarm__compute_1_1_n_e_phase.xhtml", null ],
         [ "NEPriorBoxLayer", "classarm__compute_1_1_n_e_prior_box_layer.xhtml", null ],
@@ -486,10 +522,10 @@
       [ "NEConvolutionSquare< matrix_size >", "classarm__compute_1_1_n_e_convolution_square.xhtml", null ],
       [ "NECropResize", "classarm__compute_1_1_n_e_crop_resize.xhtml", null ],
       [ "NEDeconvolutionLayer", "classarm__compute_1_1_n_e_deconvolution_layer.xhtml", null ],
-      [ "NEDepthConcatenateLayer", "classarm__compute_1_1_n_e_depth_concatenate_layer.xhtml", null ],
       [ "NEDepthwiseConvolutionAssemblyDispatch", "classarm__compute_1_1_n_e_depthwise_convolution_assembly_dispatch.xhtml", null ],
       [ "NEDepthwiseConvolutionLayer", "classarm__compute_1_1_n_e_depthwise_convolution_layer.xhtml", null ],
       [ "NEDepthwiseConvolutionLayer3x3", "classarm__compute_1_1_n_e_depthwise_convolution_layer3x3.xhtml", null ],
+      [ "NEDepthwiseConvolutionLayerOptimized", "classarm__compute_1_1_n_e_depthwise_convolution_layer_optimized.xhtml", null ],
       [ "NEDepthwiseSeparableConvolutionLayer", "classarm__compute_1_1_n_e_depthwise_separable_convolution_layer.xhtml", null ],
       [ "NEDerivative", "classarm__compute_1_1_n_e_derivative.xhtml", null ],
       [ "NEDirectConvolutionLayer", "classarm__compute_1_1_n_e_direct_convolution_layer.xhtml", null ],
@@ -523,6 +559,7 @@
       [ "NELaplacianReconstruct", "classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml", null ],
       [ "NELocallyConnectedLayer", "classarm__compute_1_1_n_e_locally_connected_layer.xhtml", null ],
       [ "NELSTMLayer", "classarm__compute_1_1_n_e_l_s_t_m_layer.xhtml", null ],
+      [ "NELSTMLayerQuantized", "classarm__compute_1_1_n_e_l_s_t_m_layer_quantized.xhtml", null ],
       [ "NEMeanStdDev", "classarm__compute_1_1_n_e_mean_std_dev.xhtml", null ],
       [ "NEMinMaxLocation", "classarm__compute_1_1_n_e_min_max_location.xhtml", null ],
       [ "NENormalizationLayer", "classarm__compute_1_1_n_e_normalization_layer.xhtml", null ],
@@ -540,11 +577,11 @@
       [ "NESobel7x7", "classarm__compute_1_1_n_e_sobel7x7.xhtml", null ],
       [ "NESoftmaxLayer", "classarm__compute_1_1_n_e_softmax_layer.xhtml", null ],
       [ "NESpaceToBatchLayer", "classarm__compute_1_1_n_e_space_to_batch_layer.xhtml", null ],
+      [ "NESpaceToDepthLayer", "classarm__compute_1_1_n_e_space_to_depth_layer.xhtml", null ],
       [ "NESplit", "classarm__compute_1_1_n_e_split.xhtml", null ],
       [ "NEStackLayer", "classarm__compute_1_1_n_e_stack_layer.xhtml", null ],
       [ "NEUnstack", "classarm__compute_1_1_n_e_unstack.xhtml", null ],
       [ "NEUpsampleLayer", "classarm__compute_1_1_n_e_upsample_layer.xhtml", null ],
-      [ "NEWidthConcatenateLayer", "classarm__compute_1_1_n_e_width_concatenate_layer.xhtml", null ],
       [ "NEWinogradConvolutionLayer", "classarm__compute_1_1_n_e_winograd_convolution_layer.xhtml", null ],
       [ "CLSynthetizeFunctionInitOutputWithZeroAndWithZeroConstantBorder< K, bordersize >", "classarm__compute_1_1test_1_1_c_l_synthetize_function_init_output_with_zero_and_with_zero_constant_border.xhtml", null ]
     ] ],
@@ -581,6 +618,7 @@
       [ "ICLKernel", "classarm__compute_1_1_i_c_l_kernel.xhtml", [
         [ "CLAbsoluteDifferenceKernel", "classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml", null ],
         [ "CLActivationLayerKernel", "classarm__compute_1_1_c_l_activation_layer_kernel.xhtml", null ],
+        [ "CLBatchConcatenateLayerKernel", "classarm__compute_1_1_c_l_batch_concatenate_layer_kernel.xhtml", null ],
         [ "CLBatchNormalizationLayerKernel", "classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml", null ],
         [ "CLBatchToSpaceLayerKernel", "classarm__compute_1_1_c_l_batch_to_space_layer_kernel.xhtml", null ],
         [ "CLBitwiseAndKernel", "classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml", null ],
@@ -602,6 +640,7 @@
         [ "CLCropKernel", "classarm__compute_1_1_c_l_crop_kernel.xhtml", null ],
         [ "CLDeconvolutionLayerUpsampleKernel", "classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel.xhtml", null ],
         [ "CLDepthConcatenateLayerKernel", "classarm__compute_1_1_c_l_depth_concatenate_layer_kernel.xhtml", null ],
+        [ "CLDepthToSpaceLayerKernel", "classarm__compute_1_1_c_l_depth_to_space_layer_kernel.xhtml", null ],
         [ "CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel", "classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_generic_kernel.xhtml", null ],
         [ "CLDepthwiseConvolutionLayerReshapeWeightsKernel", "classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_kernel.xhtml", null ],
         [ "CLDepthwiseIm2ColKernel", "classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml", null ],
@@ -625,18 +664,20 @@
         [ "CLFloorKernel", "classarm__compute_1_1_c_l_floor_kernel.xhtml", null ],
         [ "CLFuseBatchNormalizationKernel", "classarm__compute_1_1_c_l_fuse_batch_normalization_kernel.xhtml", null ],
         [ "CLGatherKernel", "classarm__compute_1_1_c_l_gather_kernel.xhtml", null ],
-        [ "CLGEMMInterleave4x4Kernel", "classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml", null ],
         [ "CLGEMMLowpMatrixMultiplyKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml", null ],
+        [ "CLGEMMLowpMatrixMultiplyNativeKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_native_kernel.xhtml", null ],
         [ "CLGEMMLowpMatrixMultiplyReshapedKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel.xhtml", null ],
         [ "CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel.xhtml", null ],
         [ "CLGEMMLowpOffsetContributionKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel.xhtml", null ],
         [ "CLGEMMLowpOffsetContributionOutputStageKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel.xhtml", null ],
+        [ "CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel.xhtml", null ],
         [ "CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml", null ],
         [ "CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloatKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel.xhtml", null ],
         [ "CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel", "classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml", null ],
         [ "CLGEMMMatrixAccumulateBiasesKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml", null ],
         [ "CLGEMMMatrixAdditionKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml", null ],
         [ "CLGEMMMatrixMultiplyKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml", null ],
+        [ "CLGEMMMatrixMultiplyNativeKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_native_kernel.xhtml", null ],
         [ "CLGEMMMatrixMultiplyReshapedKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_kernel.xhtml", null ],
         [ "CLGEMMMatrixMultiplyReshapedOnlyRHSKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel.xhtml", null ],
         [ "CLGEMMMatrixVectorMultiplyKernel", "classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml", null ],
@@ -663,6 +704,7 @@
         [ "CLLogits1DShiftExpSumKernel", "classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml", null ],
         [ "CLMagnitudePhaseKernel", "classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml", null ],
         [ "CLMeanStdDevKernel", "classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml", null ],
+        [ "CLMeanStdDevNormalizationKernel", "classarm__compute_1_1_c_l_mean_std_dev_normalization_kernel.xhtml", null ],
         [ "CLMemsetKernel", "classarm__compute_1_1_c_l_memset_kernel.xhtml", null ],
         [ "CLMinMaxKernel", "classarm__compute_1_1_c_l_min_max_kernel.xhtml", null ],
         [ "CLMinMaxLayerKernel", "classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml", null ],
@@ -690,6 +732,7 @@
         [ "CLSobel7x7HorKernel", "classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml", null ],
         [ "CLSobel7x7VertKernel", "classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml", null ],
         [ "CLSpaceToBatchLayerKernel", "classarm__compute_1_1_c_l_space_to_batch_layer_kernel.xhtml", null ],
+        [ "CLSpaceToDepthLayerKernel", "classarm__compute_1_1_c_l_space_to_depth_layer_kernel.xhtml", null ],
         [ "CLStackLayerKernel", "classarm__compute_1_1_c_l_stack_layer_kernel.xhtml", null ],
         [ "CLStridedSliceKernel", "classarm__compute_1_1_c_l_strided_slice_kernel.xhtml", null ],
         [ "CLTileKernel", "classarm__compute_1_1_c_l_tile_kernel.xhtml", null ],
@@ -725,7 +768,6 @@
             [ "CLDilateKernel", "classarm__compute_1_1_c_l_dilate_kernel.xhtml", null ],
             [ "CLErodeKernel", "classarm__compute_1_1_c_l_erode_kernel.xhtml", null ],
             [ "CLGaussian3x3Kernel", "classarm__compute_1_1_c_l_gaussian3x3_kernel.xhtml", null ],
-            [ "CLGEMMTranspose1xWKernel", "classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml", null ],
             [ "CLIntegralImageHorKernel", "classarm__compute_1_1_c_l_integral_image_hor_kernel.xhtml", null ],
             [ "CLMedian3x3Kernel", "classarm__compute_1_1_c_l_median3x3_kernel.xhtml", null ],
             [ "CLNonLinearFilterKernel", "classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml", null ],
@@ -754,6 +796,7 @@
         [ "CPPCornerCandidatesKernel", "classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml", null ],
         [ "CPPDetectionWindowNonMaximaSuppressionKernel", "classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml", null ],
         [ "CPPFlipWeightsKernel", "classarm__compute_1_1_c_p_p_flip_weights_kernel.xhtml", null ],
+        [ "CPPNonMaximumSuppressionKernel", "classarm__compute_1_1_c_p_p_non_maximum_suppression_kernel.xhtml", null ],
         [ "CPPPermuteKernel", "classarm__compute_1_1_c_p_p_permute_kernel.xhtml", null ],
         [ "CPPSortEuclideanDistanceKernel", "classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml", null ],
         [ "CPPTopKVKernel", "classarm__compute_1_1_c_p_p_top_k_v_kernel.xhtml", null ],
@@ -809,6 +852,7 @@
         [ "NEActivationLayerKernel", "classarm__compute_1_1_n_e_activation_layer_kernel.xhtml", null ],
         [ "NEArithmeticAdditionKernel", "classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml", null ],
         [ "NEArithmeticSubtractionKernel", "classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml", null ],
+        [ "NEBatchConcatenateLayerKernel", "classarm__compute_1_1_n_e_batch_concatenate_layer_kernel.xhtml", null ],
         [ "NEBatchNormalizationLayerKernel", "classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml", null ],
         [ "NEBatchToSpaceLayerKernel", "classarm__compute_1_1_n_e_batch_to_space_layer_kernel.xhtml", null ],
         [ "NEBitwiseAndKernel", "classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml", null ],
@@ -827,7 +871,9 @@
         [ "NECumulativeDistributionKernel", "classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml", null ],
         [ "NEDepthConcatenateLayerKernel", "classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.xhtml", null ],
         [ "NEDepthConvertLayerKernel", "classarm__compute_1_1_n_e_depth_convert_layer_kernel.xhtml", null ],
+        [ "NEDepthToSpaceLayerKernel", "classarm__compute_1_1_n_e_depth_to_space_layer_kernel.xhtml", null ],
         [ "NEDepthwiseConvolutionLayer3x3Kernel", "classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.xhtml", null ],
+        [ "NEDepthwiseConvolutionLayerNativeKernel", "classarm__compute_1_1_n_e_depthwise_convolution_layer_native_kernel.xhtml", null ],
         [ "NEDepthwiseIm2ColKernel", "classarm__compute_1_1_n_e_depthwise_im2_col_kernel.xhtml", null ],
         [ "NEDepthwiseVectorToTensorKernel", "classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.xhtml", null ],
         [ "NEDepthwiseWeightsReshapeKernel", "classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.xhtml", null ],
@@ -839,7 +885,8 @@
         [ "NEEdgeTraceKernel", "classarm__compute_1_1_n_e_edge_trace_kernel.xhtml", null ],
         [ "NEElementwiseOperationKernel", "classarm__compute_1_1_n_e_elementwise_operation_kernel.xhtml", [
           [ "NEArithmeticOperationKernel", "classarm__compute_1_1_n_e_arithmetic_operation_kernel.xhtml", [
-            [ "NEDivisionOperationKernel", "classarm__compute_1_1_n_e_division_operation_kernel.xhtml", null ]
+            [ "NEDivisionOperationKernel", "classarm__compute_1_1_n_e_division_operation_kernel.xhtml", null ],
+            [ "NEPowerOperationKernel", "classarm__compute_1_1_n_e_power_operation_kernel.xhtml", null ]
           ] ],
           [ "NEComparisonOperationKernel", "classarm__compute_1_1_n_e_comparison_operation_kernel.xhtml", null ]
         ] ],
@@ -858,6 +905,7 @@
         [ "NEGEMMLowpMatrixMultiplyKernel", "classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml", null ],
         [ "NEGEMMLowpOffsetContributionKernel", "classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.xhtml", null ],
         [ "NEGEMMLowpOffsetContributionOutputStageKernel", "classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel.xhtml", null ],
+        [ "NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel", "classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel.xhtml", null ],
         [ "NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel", "classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml", null ],
         [ "NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel", "classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml", null ],
         [ "NEGEMMMatrixAccumulateBiasesKernel", "classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml", null ],
@@ -875,6 +923,7 @@
         [ "NELogits1DSoftmaxKernel", "classarm__compute_1_1_n_e_logits1_d_softmax_kernel.xhtml", null ],
         [ "NEMagnitudePhaseKernel< mag_type, phase_type >", "classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml", null ],
         [ "NEMeanStdDevKernel", "classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml", null ],
+        [ "NEMeanStdDevNormalizationKernel", "classarm__compute_1_1_n_e_mean_std_dev_normalization_kernel.xhtml", null ],
         [ "NEMemsetKernel", "classarm__compute_1_1_n_e_memset_kernel.xhtml", null ],
         [ "NEMinMaxKernel", "classarm__compute_1_1_n_e_min_max_kernel.xhtml", null ],
         [ "NEMinMaxLayerKernel", "classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml", null ],
@@ -902,6 +951,7 @@
         [ "NESobel7x7HorKernel", "classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml", null ],
         [ "NESobel7x7VertKernel", "classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml", null ],
         [ "NESpaceToBatchLayerKernel", "classarm__compute_1_1_n_e_space_to_batch_layer_kernel.xhtml", null ],
+        [ "NESpaceToDepthLayerKernel", "classarm__compute_1_1_n_e_space_to_depth_layer_kernel.xhtml", null ],
         [ "NEStackLayerKernel", "classarm__compute_1_1_n_e_stack_layer_kernel.xhtml", null ],
         [ "NEStridedSliceKernel", "classarm__compute_1_1_n_e_strided_slice_kernel.xhtml", null ],
         [ "NEThresholdKernel", "classarm__compute_1_1_n_e_threshold_kernel.xhtml", null ],
@@ -958,6 +1008,7 @@
       [ "DeconvolutionLayer", "classarm__compute_1_1graph_1_1frontend_1_1_deconvolution_layer.xhtml", null ],
       [ "DepthwiseConvolutionLayer", "classarm__compute_1_1graph_1_1frontend_1_1_depthwise_convolution_layer.xhtml", null ],
       [ "DetectionOutputLayer", "classarm__compute_1_1graph_1_1frontend_1_1_detection_output_layer.xhtml", null ],
+      [ "DetectionPostProcessLayer", "classarm__compute_1_1graph_1_1frontend_1_1_detection_post_process_layer.xhtml", null ],
       [ "DummyLayer", "classarm__compute_1_1graph_1_1frontend_1_1_dummy_layer.xhtml", null ],
       [ "EltwiseLayer", "classarm__compute_1_1graph_1_1frontend_1_1_eltwise_layer.xhtml", null ],
       [ "FlattenLayer", "classarm__compute_1_1graph_1_1frontend_1_1_flatten_layer.xhtml", null ],
@@ -971,6 +1022,7 @@
       [ "PermuteLayer", "classarm__compute_1_1graph_1_1frontend_1_1_permute_layer.xhtml", null ],
       [ "PoolingLayer", "classarm__compute_1_1graph_1_1frontend_1_1_pooling_layer.xhtml", null ],
       [ "PriorBoxLayer", "classarm__compute_1_1graph_1_1frontend_1_1_prior_box_layer.xhtml", null ],
+      [ "QuantizationLayer", "classarm__compute_1_1graph_1_1frontend_1_1_quantization_layer.xhtml", null ],
       [ "ReorgLayer", "classarm__compute_1_1graph_1_1frontend_1_1_reorg_layer.xhtml", null ],
       [ "ReshapeLayer", "classarm__compute_1_1graph_1_1frontend_1_1_reshape_layer.xhtml", null ],
       [ "ResizeLayer", "classarm__compute_1_1graph_1_1frontend_1_1_resize_layer.xhtml", null ],
@@ -1059,11 +1111,13 @@
       [ "DeconvolutionLayerNode", "classarm__compute_1_1graph_1_1_deconvolution_layer_node.xhtml", null ],
       [ "DepthwiseConvolutionLayerNode", "classarm__compute_1_1graph_1_1_depthwise_convolution_layer_node.xhtml", null ],
       [ "DetectionOutputLayerNode", "classarm__compute_1_1graph_1_1_detection_output_layer_node.xhtml", null ],
+      [ "DetectionPostProcessLayerNode", "classarm__compute_1_1graph_1_1_detection_post_process_layer_node.xhtml", null ],
       [ "DummyNode", "classarm__compute_1_1graph_1_1_dummy_node.xhtml", null ],
       [ "EltwiseLayerNode", "classarm__compute_1_1graph_1_1_eltwise_layer_node.xhtml", null ],
       [ "FlattenLayerNode", "classarm__compute_1_1graph_1_1_flatten_layer_node.xhtml", null ],
       [ "FullyConnectedLayerNode", "classarm__compute_1_1graph_1_1_fully_connected_layer_node.xhtml", null ],
       [ "FusedConvolutionBatchNormalizationNode", "classarm__compute_1_1graph_1_1_fused_convolution_batch_normalization_node.xhtml", null ],
+      [ "FusedDepthwiseConvolutionBatchNormalizationNode", "classarm__compute_1_1graph_1_1_fused_depthwise_convolution_batch_normalization_node.xhtml", null ],
       [ "GenerateProposalsLayerNode", "classarm__compute_1_1graph_1_1_generate_proposals_layer_node.xhtml", null ],
       [ "InputNode", "classarm__compute_1_1graph_1_1_input_node.xhtml", null ],
       [ "NormalizationLayerNode", "classarm__compute_1_1graph_1_1_normalization_layer_node.xhtml", null ],
@@ -1073,6 +1127,7 @@
       [ "PermuteLayerNode", "classarm__compute_1_1graph_1_1_permute_layer_node.xhtml", null ],
       [ "PoolingLayerNode", "classarm__compute_1_1graph_1_1_pooling_layer_node.xhtml", null ],
       [ "PriorBoxLayerNode", "classarm__compute_1_1graph_1_1_prior_box_layer_node.xhtml", null ],
+      [ "QuantizationLayerNode", "classarm__compute_1_1graph_1_1_quantization_layer_node.xhtml", null ],
       [ "ReorgLayerNode", "classarm__compute_1_1graph_1_1_reorg_layer_node.xhtml", null ],
       [ "ReshapeLayerNode", "classarm__compute_1_1graph_1_1_reshape_layer_node.xhtml", null ],
       [ "ResizeLayerNode", "classarm__compute_1_1graph_1_1_resize_layer_node.xhtml", null ],
@@ -1148,6 +1203,7 @@
       [ "NumPyBinLoader", "classarm__compute_1_1graph__utils_1_1_num_py_bin_loader.xhtml", null ],
       [ "PPMWriter", "classarm__compute_1_1graph__utils_1_1_p_p_m_writer.xhtml", null ],
       [ "RandomAccessor", "classarm__compute_1_1graph__utils_1_1_random_accessor.xhtml", null ],
+      [ "SaveNumPyAccessor", "classarm__compute_1_1graph__utils_1_1_save_num_py_accessor.xhtml", null ],
       [ "TopNPredictionsAccessor", "classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor.xhtml", null ],
       [ "ValidationInputAccessor", "classarm__compute_1_1graph__utils_1_1_validation_input_accessor.xhtml", null ],
       [ "ValidationOutputAccessor", "classarm__compute_1_1graph__utils_1_1_validation_output_accessor.xhtml", null ]
@@ -1166,11 +1222,11 @@
     ] ],
     [ "CartesianProductDataset< T, U >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.xhtml", null ],
     [ "ContainerDataset< T >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.xhtml", null ],
-    [ "InitializerListDataset< T >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.xhtml", null ],
     [ "JoinDataset< T, U >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset_1_1iterator.xhtml", null ],
     [ "RangeDataset< T >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.xhtml", null ],
-    [ "ZipDataset< T, U >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.xhtml", null ],
     [ "SingletonDataset< T >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset_1_1iterator.xhtml", null ],
+    [ "InitializerListDataset< T >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.xhtml", null ],
+    [ "ZipDataset< T, U >::iterator", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.xhtml", null ],
     [ "Iterator", "classarm__compute_1_1_iterator.xhtml", null ],
     [ "Kernel", "classarm__compute_1_1_kernel.xhtml", null ],
     [ "SchedulerClock< output_timestamps >::kernel_info", "structarm__compute_1_1test_1_1framework_1_1_scheduler_clock_1_1kernel__info.xhtml", null ],
@@ -1188,6 +1244,7 @@
     [ "MemoryGroupResourceScope", "classarm__compute_1_1_memory_group_resource_scope.xhtml", null ],
     [ "MemoryManagerContext", "structarm__compute_1_1graph_1_1_memory_manager_context.xhtml", null ],
     [ "MinMaxLocationValues< MinMaxType >", "structarm__compute_1_1_min_max_location_values.xhtml", null ],
+    [ "MMappedFile", "classarm__compute_1_1utils_1_1mmap__io_1_1_m_mapped_file.xhtml", null ],
     [ "MultiImageInfo", "classarm__compute_1_1_multi_image_info.xhtml", null ],
     [ "NDRange< D >", "classarm__gemm_1_1_n_d_range.xhtml", null ],
     [ "NDRange", "classarm__compute_1_1gles_1_1_n_d_range.xhtml", null ],
@@ -1239,14 +1296,14 @@
     [ "PixelValue", "classarm__compute_1_1_pixel_value.xhtml", null ],
     [ "PMU", "classarm__compute_1_1test_1_1framework_1_1_p_m_u.xhtml", null ],
     [ "PoolingLayerInfo", "classarm__compute_1_1_pooling_layer_info.xhtml", null ],
-    [ "Printer", "classarm__compute_1_1logging_1_1_printer.xhtml", [
-      [ "FilePrinter", "classarm__compute_1_1logging_1_1_file_printer.xhtml", null ],
-      [ "StdPrinter", "classarm__compute_1_1logging_1_1_std_printer.xhtml", null ]
-    ] ],
     [ "Printer", "classarm__compute_1_1test_1_1framework_1_1_printer.xhtml", [
       [ "JSONPrinter", "classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer.xhtml", null ],
       [ "PrettyPrinter", "classarm__compute_1_1test_1_1framework_1_1_pretty_printer.xhtml", null ]
     ] ],
+    [ "Printer", "classarm__compute_1_1logging_1_1_printer.xhtml", [
+      [ "FilePrinter", "classarm__compute_1_1logging_1_1_file_printer.xhtml", null ],
+      [ "StdPrinter", "classarm__compute_1_1logging_1_1_std_printer.xhtml", null ]
+    ] ],
     [ "PriorBoxLayerInfo", "classarm__compute_1_1_prior_box_layer_info.xhtml", null ],
     [ "Profiler", "classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml", null ],
     [ "Program", "classarm__compute_1_1_program.xhtml", null ],
@@ -1260,8 +1317,9 @@
     [ "promote< uint32_t >", "structarm__compute_1_1test_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml", null ],
     [ "promote< uint8_t >", "structarm__compute_1_1test_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml", null ],
     [ "PyramidInfo", "classarm__compute_1_1_pyramid_info.xhtml", null ],
-    [ "QuantizationInfo", "structarm__compute_1_1_quantization_info.xhtml", null ],
+    [ "QuantizationInfo", "classarm__compute_1_1_quantization_info.xhtml", null ],
     [ "RangedUniformDistribution< T >", "classarm__compute_1_1utils_1_1random_1_1_ranged_uniform_distribution.xhtml", null ],
+    [ "RawFloat", "unionarm__compute_1_1helpers_1_1float__ops_1_1_raw_float.xhtml", null ],
     [ "Rectangle", "structarm__compute_1_1_rectangle.xhtml", null ],
     [ "RelativeTolerance< T >", "classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml", null ],
     [ "RelativeTolerance< U >", "classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml", null ],
@@ -1315,7 +1373,6 @@
     [ "TestResult", "structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml", null ],
     [ "TestSuiteRegistrar", "classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.xhtml", null ],
     [ "ThreadInfo", "structarm__compute_1_1_thread_info.xhtml", null ],
-    [ "TransformImpl< tIntBy, BlockBy, Transposed, TOutSize, TInSize, sve >", "struct_transform_impl.xhtml", null ],
     [ "TransposeInterleaveCommon< IntBy, TIn, TOut >", "struct_transpose_interleave_common.xhtml", null ],
     [ "true_type", null, [
       [ "is_container< std::vector< V, A > >", "structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container_3_01std_1_1vector_3_01_v_00_01_a_01_4_01_4.xhtml", null ],
@@ -1325,6 +1382,7 @@
     ] ],
     [ "TunerFactory", "classarm__compute_1_1tuners_1_1_tuner_factory.xhtml", null ],
     [ "uniform_real_distribution_fp16", "classarm__compute_1_1utils_1_1uniform__real__distribution__fp16.xhtml", null ],
+    [ "UniformQuantizationInfo", "structarm__compute_1_1_uniform_quantization_info.xhtml", null ],
     [ "ValidRegion", "structarm__compute_1_1_valid_region.xhtml", null ],
     [ "Measurement::Value", "structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml", null ],
     [ "Vector", "struct_vector.xhtml", null ],