arm_compute v17.06
authorAnthony Barbier <anthony.barbier@arm.com>
Fri, 23 Jun 2017 14:42:00 +0000 (15:42 +0100)
committerAnthony Barbier <anthony.barbier@arm.com>
Fri, 23 Jun 2017 15:07:31 +0000 (16:07 +0100)
commitdbdab85d6e0f96d3361a9e30310367d89953466c
tree0cc80d19fd8192de6eca2d28f7e4062aa9deecbf
parent664d833b9d7b569db60b0f6d93e80f91f2c07c39
arm_compute v17.06
4088 files changed:
README.md
SConscript [new file with mode: 0644]
SConstruct
arm_compute/core/AccessWindowAutoPadding.h
arm_compute/core/AccessWindowStatic.h
arm_compute/core/AccessWindowTranspose.h
arm_compute/core/CL/CLHelpers.h
arm_compute/core/CL/CLKernels.h
arm_compute/core/CL/CLTypes.h [new file with mode: 0644]
arm_compute/core/CL/ICLHOG.h [new file with mode: 0644]
arm_compute/core/CL/ICLKernel.h
arm_compute/core/CL/ICLMultiHOG.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLActivationLayerKernel.h
arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMTranspose1xWKernel.h
arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLHOGDetectorKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h
arm_compute/core/CL/kernels/CLWeightsReshapeKernel.h [moved from arm_compute/core/CL/kernels/CLConvolutionLayerWeightsReshapeKernel.h with 64% similarity]
arm_compute/core/CPP/CPPKernels.h
arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h [moved from arm_compute/core/NEON/kernels/NEHOGNonMaximaSuppressionKernel.h with 61% similarity]
arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
arm_compute/core/Coordinates.h
arm_compute/core/Dimensions.h
arm_compute/core/Error.h
arm_compute/core/FixedPoint.h [new file with mode: 0644]
arm_compute/core/FixedPoint.inl [new file with mode: 0644]
arm_compute/core/Helpers.h
arm_compute/core/Helpers.inl
arm_compute/core/IAccessWindow.h
arm_compute/core/ITensor.h
arm_compute/core/ITensorInfo.h [new file with mode: 0644]
arm_compute/core/NEON/NEFixedPoint.h [new file with mode: 0644]
arm_compute/core/NEON/NEFixedPoint.inl [new file with mode: 0644]
arm_compute/core/NEON/NEKernels.h
arm_compute/core/NEON/NEMath.h
arm_compute/core/NEON/NEMath.inl [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEAbsoluteDifferenceKernel.h
arm_compute/core/NEON/kernels/NEActivationLayerKernel.h
arm_compute/core/NEON/kernels/NEArithmeticAdditionKernel.h
arm_compute/core/NEON/kernels/NEArithmeticSubtractionKernel.h
arm_compute/core/NEON/kernels/NEBatchNormalizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NECol2ImKernel.h
arm_compute/core/NEON/kernels/NEDepthConcatenateKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDepthConvertKernel.h
arm_compute/core/NEON/kernels/NEDirectConvolutionLayerBiasAccumulateKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDirectConvolutionLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEFillBorderKernel.h
arm_compute/core/NEON/kernels/NEFillInnerBorderKernel.h
arm_compute/core/NEON/kernels/NEGEMMInterleave4x4Kernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixAdditionKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.h
arm_compute/core/NEON/kernels/NEGEMMTranspose1xWKernel.h
arm_compute/core/NEON/kernels/NEHOGDescriptorKernel.h
arm_compute/core/NEON/kernels/NEHOGDetectorKernel.h
arm_compute/core/NEON/kernels/NEHarrisCornersKernel.h
arm_compute/core/NEON/kernels/NEIm2ColKernel.h
arm_compute/core/NEON/kernels/NELocallyConnectedMatrixMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h
arm_compute/core/NEON/kernels/NENormalizationLayerKernel.h
arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h
arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h
arm_compute/core/NEON/kernels/NEScaleKernel.h
arm_compute/core/NEON/kernels/NESoftmaxLayerKernel.h
arm_compute/core/NEON/kernels/NETableLookupKernel.h
arm_compute/core/NEON/kernels/NETransposeKernel.h
arm_compute/core/NEON/kernels/NEWeightsReshapeKernel.h [moved from arm_compute/core/NEON/kernels/NEConvolutionLayerWeightsReshapeKernel.h with 65% similarity]
arm_compute/core/PixelValue.h
arm_compute/core/Steps.h
arm_compute/core/Strides.h
arm_compute/core/SubTensorInfo.h [new file with mode: 0644]
arm_compute/core/TensorInfo.h
arm_compute/core/TensorShape.h
arm_compute/core/Types.h
arm_compute/core/Utils.h
arm_compute/core/Validate.h
arm_compute/core/Window.h
arm_compute/core/Window.inl
arm_compute/runtime/CL/CLFunctions.h
arm_compute/runtime/CL/CLHOG.h [new file with mode: 0644]
arm_compute/runtime/CL/CLMultiHOG.h [new file with mode: 0644]
arm_compute/runtime/CL/CLScheduler.h
arm_compute/runtime/CL/CLSubTensor.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLConvolutionLayer.h
arm_compute/runtime/CL/functions/CLDepthConcatenate.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h
arm_compute/runtime/CL/functions/CLHOGDescriptor.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLHOGDetector.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLHOGGradient.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLHOGMultiDetection.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h [new file with mode: 0644]
arm_compute/runtime/CPP/CPPScheduler.h
arm_compute/runtime/IFunction.h
arm_compute/runtime/IScheduler.h [new file with mode: 0644]
arm_compute/runtime/MultiHOG.h
arm_compute/runtime/NEON/NEFunctions.h
arm_compute/runtime/NEON/NEScheduler.h
arm_compute/runtime/NEON/functions/NEActivationLayer.h
arm_compute/runtime/NEON/functions/NEArithmeticAddition.h
arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h
arm_compute/runtime/NEON/functions/NEBatchNormalizationLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEConvolution.h
arm_compute/runtime/NEON/functions/NEConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEDepthConcatenate.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDepthConvert.h
arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEFillBorder.h
arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h
arm_compute/runtime/NEON/functions/NEGEMM.h
arm_compute/runtime/NEON/functions/NEGEMMInterleave4x4.h
arm_compute/runtime/NEON/functions/NEGEMMTranspose1xW.h
arm_compute/runtime/NEON/functions/NEGaussian5x5.h
arm_compute/runtime/NEON/functions/NEHOGDetector.h
arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h
arm_compute/runtime/NEON/functions/NELocallyConnectedLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEMinMaxLocation.h
arm_compute/runtime/NEON/functions/NENonMaximaSuppression3x3.h
arm_compute/runtime/NEON/functions/NENormalizationLayer.h
arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h
arm_compute/runtime/NEON/functions/NEPoolingLayer.h
arm_compute/runtime/NEON/functions/NESoftmaxLayer.h
arm_compute/runtime/NEON/functions/NETableLookup.h
arm_compute/runtime/NEON/functions/NETranspose.h
arm_compute/runtime/OMP/OMPScheduler.h [new file with mode: 0644]
arm_compute/runtime/Scheduler.h [new file with mode: 0644]
arm_compute/runtime/SingleThreadScheduler.h [new file with mode: 0644]
arm_compute/runtime/SubTensor.h [new file with mode: 0644]
arm_compute/runtime/Tensor.h
arm_compute/runtime/Utils.h [new file with mode: 0644]
docs/00_introduction.dox [new file with mode: 0644]
docs/01_library.dox [new file with mode: 0644]
docs/02_tests.dox [new file with mode: 0644]
docs/Doxyfile
docs/arm_compute.dox [deleted file]
documentation/00__introduction_8dox.xhtml [moved from documentation/_utils_8cpp.xhtml with 82% similarity]
documentation/01__library_8dox.xhtml [moved from documentation/arm__compute_8dox.xhtml with 90% similarity]
documentation/02__tests_8dox.xhtml [new file with mode: 0644]
documentation/_absolute_difference_8cpp.xhtml [new file with mode: 0644]
documentation/_absolute_difference_8cpp_source.xhtml [new file with mode: 0644]
documentation/_access_window_auto_padding_8h.xhtml
documentation/_access_window_auto_padding_8h_source.xhtml
documentation/_access_window_static_8h.xhtml
documentation/_access_window_static_8h_source.xhtml
documentation/_access_window_transpose_8h.xhtml
documentation/_access_window_transpose_8h_source.xhtml
documentation/_accumulate_8cpp.xhtml [new file with mode: 0644]
documentation/_accumulate_8cpp_source.xhtml [new file with mode: 0644]
documentation/_accumulate_squared_8cpp.xhtml [new file with mode: 0644]
documentation/_accumulate_squared_8cpp_source.xhtml [new file with mode: 0644]
documentation/_accumulate_weighted_8cpp.xhtml [new file with mode: 0644]
documentation/_accumulate_weighted_8cpp_source.xhtml [new file with mode: 0644]
documentation/_activation_function_dataset_8h.xhtml [new file with mode: 0644]
documentation/_activation_function_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_activation_layer_8h.xhtml [new file with mode: 0644]
documentation/_activation_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_activation_layer_dataset_8h.js [new file with mode: 0644]
documentation/_activation_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_activation_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_arithmetic_addition_8cpp.xhtml [new file with mode: 0644]
documentation/_arithmetic_addition_8cpp_source.xhtml [new file with mode: 0644]
documentation/_arithmetic_subtraction_8cpp.xhtml [new file with mode: 0644]
documentation/_arithmetic_subtraction_8cpp_source.xhtml [new file with mode: 0644]
documentation/_array_8h.xhtml
documentation/_array_8h_source.xhtml
documentation/_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_batch_normalization_layer_dataset_8h.js [new file with mode: 0644]
documentation/_batch_normalization_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_batch_normalization_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_bitwise_not_8cpp.xhtml [new file with mode: 0644]
documentation/_bitwise_not_8cpp_source.xhtml [new file with mode: 0644]
documentation/_bitwise_or_8cpp.xhtml [new file with mode: 0644]
documentation/_bitwise_or_8cpp_source.xhtml [new file with mode: 0644]
documentation/_bitwise_xor_8cpp.xhtml [new file with mode: 0644]
documentation/_bitwise_xor_8cpp_source.xhtml [new file with mode: 0644]
documentation/_border_mode_dataset_8h.xhtml [new file with mode: 0644]
documentation/_border_mode_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_box3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_box3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_alex_net_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_alex_net_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_alex_net_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_depth_convert_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_depth_convert_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_fill_border_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_fill_border_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_g_e_m_m_8h.xhtml [new file with mode: 0644]
documentation/_c_l_2_g_e_m_m_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_helper_8h.js [new file with mode: 0644]
documentation/_c_l_2_helper_8h.xhtml [new file with mode: 0644]
documentation/_c_l_2_helper_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_le_net5_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_le_net5_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_le_net5_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_threshold_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_threshold_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_absolute_difference_8h.xhtml
documentation/_c_l_absolute_difference_8h_source.xhtml
documentation/_c_l_absolute_difference_kernel_8h.xhtml
documentation/_c_l_absolute_difference_kernel_8h_source.xhtml
documentation/_c_l_accessor_8h.xhtml [new file with mode: 0644]
documentation/_c_l_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_accumulate_8h.xhtml
documentation/_c_l_accumulate_8h_source.xhtml
documentation/_c_l_accumulate_kernel_8h.xhtml
documentation/_c_l_accumulate_kernel_8h_source.xhtml
documentation/_c_l_activation_layer_8h.xhtml
documentation/_c_l_activation_layer_8h_source.xhtml
documentation/_c_l_activation_layer_kernel_8h.xhtml
documentation/_c_l_activation_layer_kernel_8h_source.xhtml
documentation/_c_l_arithmetic_addition_8h.xhtml
documentation/_c_l_arithmetic_addition_8h_source.xhtml
documentation/_c_l_arithmetic_addition_kernel_8h.xhtml
documentation/_c_l_arithmetic_addition_kernel_8h_source.xhtml
documentation/_c_l_arithmetic_subtraction_8h.xhtml
documentation/_c_l_arithmetic_subtraction_8h_source.xhtml
documentation/_c_l_arithmetic_subtraction_kernel_8h.xhtml
documentation/_c_l_arithmetic_subtraction_kernel_8h_source.xhtml
documentation/_c_l_array_8h.xhtml
documentation/_c_l_array_8h_source.xhtml
documentation/_c_l_batch_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_batch_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_batch_normalization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_batch_normalization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_and_8h.xhtml
documentation/_c_l_bitwise_and_8h_source.xhtml
documentation/_c_l_bitwise_and_kernel_8h.xhtml
documentation/_c_l_bitwise_and_kernel_8h_source.xhtml
documentation/_c_l_bitwise_not_8h.xhtml
documentation/_c_l_bitwise_not_8h_source.xhtml
documentation/_c_l_bitwise_not_kernel_8h.xhtml
documentation/_c_l_bitwise_not_kernel_8h_source.xhtml
documentation/_c_l_bitwise_or_8h.xhtml
documentation/_c_l_bitwise_or_8h_source.xhtml
documentation/_c_l_bitwise_or_kernel_8h.xhtml
documentation/_c_l_bitwise_or_kernel_8h_source.xhtml
documentation/_c_l_bitwise_xor_8h.xhtml
documentation/_c_l_bitwise_xor_8h_source.xhtml
documentation/_c_l_bitwise_xor_kernel_8h.xhtml
documentation/_c_l_bitwise_xor_kernel_8h_source.xhtml
documentation/_c_l_box3x3_8h.xhtml
documentation/_c_l_box3x3_8h_source.xhtml
documentation/_c_l_box3x3_kernel_8h.xhtml
documentation/_c_l_box3x3_kernel_8h_source.xhtml
documentation/_c_l_canny_edge_8h.xhtml
documentation/_c_l_canny_edge_8h_source.xhtml
documentation/_c_l_canny_edge_kernel_8h.xhtml
documentation/_c_l_canny_edge_kernel_8h_source.xhtml
documentation/_c_l_channel_combine_8h.xhtml
documentation/_c_l_channel_combine_8h_source.xhtml
documentation/_c_l_channel_combine_kernel_8h.xhtml
documentation/_c_l_channel_combine_kernel_8h_source.xhtml
documentation/_c_l_channel_extract_8h.xhtml
documentation/_c_l_channel_extract_8h_source.xhtml
documentation/_c_l_channel_extract_kernel_8h.xhtml
documentation/_c_l_channel_extract_kernel_8h_source.xhtml
documentation/_c_l_col2_im_kernel_8h.xhtml
documentation/_c_l_col2_im_kernel_8h_source.xhtml
documentation/_c_l_color_convert_8h.xhtml
documentation/_c_l_color_convert_8h_source.xhtml
documentation/_c_l_color_convert_kernel_8h.xhtml
documentation/_c_l_color_convert_kernel_8h_source.xhtml
documentation/_c_l_convolution_8h.xhtml
documentation/_c_l_convolution_8h_source.xhtml
documentation/_c_l_convolution_kernel_8h.xhtml
documentation/_c_l_convolution_kernel_8h_source.xhtml
documentation/_c_l_convolution_layer_8h.xhtml
documentation/_c_l_convolution_layer_8h_source.xhtml
documentation/_c_l_depth_concatenate_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depth_concatenate_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depth_concatenate_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depth_concatenate_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_8h.xhtml
documentation/_c_l_depth_convert_8h_source.xhtml
documentation/_c_l_depth_convert_kernel_8h.xhtml
documentation/_c_l_depth_convert_kernel_8h_source.xhtml
documentation/_c_l_derivative_8h.xhtml
documentation/_c_l_derivative_8h_source.xhtml
documentation/_c_l_derivative_kernel_8h.xhtml
documentation/_c_l_derivative_kernel_8h_source.xhtml
documentation/_c_l_dilate_8h.xhtml
documentation/_c_l_dilate_8h_source.xhtml
documentation/_c_l_dilate_kernel_8h.xhtml
documentation/_c_l_dilate_kernel_8h_source.xhtml
documentation/_c_l_distribution1_d_8h.xhtml
documentation/_c_l_distribution1_d_8h_source.xhtml
documentation/_c_l_equalize_histogram_8h.xhtml
documentation/_c_l_equalize_histogram_8h_source.xhtml
documentation/_c_l_erode_8h.xhtml
documentation/_c_l_erode_8h_source.xhtml
documentation/_c_l_erode_kernel_8h.xhtml
documentation/_c_l_erode_kernel_8h_source.xhtml
documentation/_c_l_fast_corners_8h.xhtml
documentation/_c_l_fast_corners_8h_source.xhtml
documentation/_c_l_fast_corners_kernel_8h.xhtml
documentation/_c_l_fast_corners_kernel_8h_source.xhtml
documentation/_c_l_fill_border_8h.xhtml
documentation/_c_l_fill_border_8h_source.xhtml
documentation/_c_l_fill_border_kernel_8h.xhtml
documentation/_c_l_fill_border_kernel_8h_source.xhtml
documentation/_c_l_fixture_8cpp.js [new file with mode: 0644]
documentation/_c_l_fixture_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_fixture_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_fixture_8h.xhtml [new file with mode: 0644]
documentation/_c_l_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_fully_connected_layer_8h.xhtml
documentation/_c_l_fully_connected_layer_8h_source.xhtml
documentation/_c_l_functions_8h.xhtml
documentation/_c_l_functions_8h_source.xhtml
documentation/_c_l_g_e_m_m_8h.xhtml
documentation/_c_l_g_e_m_m_8h_source.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_8h.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_addition_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_addition_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_multiply_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml
documentation/_c_l_gaussian3x3_8h.xhtml
documentation/_c_l_gaussian3x3_8h_source.xhtml
documentation/_c_l_gaussian3x3_kernel_8h.xhtml
documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml
documentation/_c_l_gaussian5x5_8h.xhtml
documentation/_c_l_gaussian5x5_8h_source.xhtml
documentation/_c_l_gaussian5x5_kernel_8h.xhtml
documentation/_c_l_gaussian5x5_kernel_8h_source.xhtml
documentation/_c_l_gaussian_pyramid_8h.xhtml
documentation/_c_l_gaussian_pyramid_8h_source.xhtml
documentation/_c_l_gaussian_pyramid_kernel_8h.xhtml
documentation/_c_l_gaussian_pyramid_kernel_8h_source.xhtml
documentation/_c_l_h_o_g_8h.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_descriptor_8h.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_descriptor_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_descriptor_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_descriptor_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_detector_8h.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_detector_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_detector_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_detector_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_gradient_8h.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_gradient_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_multi_detection_8h.xhtml [new file with mode: 0644]
documentation/_c_l_h_o_g_multi_detection_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_harris_corners_8h.xhtml
documentation/_c_l_harris_corners_8h_source.xhtml
documentation/_c_l_harris_corners_kernel_8h.xhtml
documentation/_c_l_harris_corners_kernel_8h_source.xhtml
documentation/_c_l_helpers_8h.js
documentation/_c_l_helpers_8h.xhtml
documentation/_c_l_helpers_8h_source.xhtml
documentation/_c_l_histogram_8h.xhtml
documentation/_c_l_histogram_8h_source.xhtml
documentation/_c_l_histogram_kernel_8h.xhtml
documentation/_c_l_histogram_kernel_8h_source.xhtml
documentation/_c_l_im2_col_kernel_8h.xhtml
documentation/_c_l_im2_col_kernel_8h_source.xhtml
documentation/_c_l_integral_image_8h.xhtml
documentation/_c_l_integral_image_8h_source.xhtml
documentation/_c_l_integral_image_kernel_8h.xhtml
documentation/_c_l_integral_image_kernel_8h_source.xhtml
documentation/_c_l_kernel_library_8h.xhtml
documentation/_c_l_kernel_library_8h_source.xhtml
documentation/_c_l_kernels_8h.xhtml
documentation/_c_l_kernels_8h_source.xhtml
documentation/_c_l_l_k_tracker_kernel_8h.xhtml
documentation/_c_l_l_k_tracker_kernel_8h_source.xhtml
documentation/_c_l_laplacian_pyramid_8h.xhtml
documentation/_c_l_laplacian_pyramid_8h_source.xhtml
documentation/_c_l_laplacian_reconstruct_8h.xhtml
documentation/_c_l_laplacian_reconstruct_8h_source.xhtml
documentation/_c_l_locally_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_locally_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_locally_connected_matrix_multiply_kernel_8h.xhtml [moved from documentation/_c_l_convolution_layer_weights_reshape_kernel_8h.xhtml with 85% similarity]
documentation/_c_l_locally_connected_matrix_multiply_kernel_8h_source.xhtml [moved from documentation/_c_l_convolution_layer_weights_reshape_kernel_8h_source.xhtml with 53% similarity]
documentation/_c_l_lut_8h.xhtml
documentation/_c_l_lut_8h_source.xhtml
documentation/_c_l_lut_allocator_8h.xhtml
documentation/_c_l_lut_allocator_8h_source.xhtml
documentation/_c_l_magnitude_8h.xhtml
documentation/_c_l_magnitude_8h_source.xhtml
documentation/_c_l_magnitude_phase_kernel_8h.xhtml
documentation/_c_l_magnitude_phase_kernel_8h_source.xhtml
documentation/_c_l_mean_std_dev_8h.xhtml
documentation/_c_l_mean_std_dev_8h_source.xhtml
documentation/_c_l_mean_std_dev_kernel_8h.xhtml
documentation/_c_l_mean_std_dev_kernel_8h_source.xhtml
documentation/_c_l_median3x3_8h.xhtml
documentation/_c_l_median3x3_8h_source.xhtml
documentation/_c_l_median3x3_kernel_8h.xhtml
documentation/_c_l_median3x3_kernel_8h_source.xhtml
documentation/_c_l_min_max_location_8h.xhtml
documentation/_c_l_min_max_location_8h_source.xhtml
documentation/_c_l_min_max_location_kernel_8h.xhtml
documentation/_c_l_min_max_location_kernel_8h_source.xhtml
documentation/_c_l_multi_h_o_g_8h.xhtml [new file with mode: 0644]
documentation/_c_l_multi_h_o_g_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_multi_image_8h.xhtml
documentation/_c_l_multi_image_8h_source.xhtml
documentation/_c_l_non_linear_filter_8h.xhtml
documentation/_c_l_non_linear_filter_8h_source.xhtml
documentation/_c_l_non_linear_filter_kernel_8h.xhtml
documentation/_c_l_non_linear_filter_kernel_8h_source.xhtml
documentation/_c_l_non_maxima_suppression3x3_8h.xhtml
documentation/_c_l_non_maxima_suppression3x3_8h_source.xhtml
documentation/_c_l_non_maxima_suppression3x3_kernel_8h.xhtml
documentation/_c_l_non_maxima_suppression3x3_kernel_8h_source.xhtml
documentation/_c_l_normalization_layer_8h.xhtml
documentation/_c_l_normalization_layer_8h_source.xhtml
documentation/_c_l_normalization_layer_kernel_8h.xhtml
documentation/_c_l_normalization_layer_kernel_8h_source.xhtml
documentation/_c_l_optical_flow_8h.xhtml
documentation/_c_l_optical_flow_8h_source.xhtml
documentation/_c_l_phase_8h.xhtml
documentation/_c_l_phase_8h_source.xhtml
documentation/_c_l_pixel_wise_multiplication_8h.xhtml
documentation/_c_l_pixel_wise_multiplication_8h_source.xhtml
documentation/_c_l_pixel_wise_multiplication_kernel_8h.xhtml
documentation/_c_l_pixel_wise_multiplication_kernel_8h_source.xhtml
documentation/_c_l_pooling_layer_8h.xhtml
documentation/_c_l_pooling_layer_8h_source.xhtml
documentation/_c_l_pooling_layer_kernel_8h.xhtml
documentation/_c_l_pooling_layer_kernel_8h_source.xhtml
documentation/_c_l_pyramid_8h.xhtml
documentation/_c_l_pyramid_8h_source.xhtml
documentation/_c_l_remap_8h.xhtml
documentation/_c_l_remap_8h_source.xhtml
documentation/_c_l_remap_kernel_8h.xhtml
documentation/_c_l_remap_kernel_8h_source.xhtml
documentation/_c_l_scale_8h.xhtml
documentation/_c_l_scale_8h_source.xhtml
documentation/_c_l_scale_kernel_8h.xhtml
documentation/_c_l_scale_kernel_8h_source.xhtml
documentation/_c_l_scharr3x3_8h.xhtml
documentation/_c_l_scharr3x3_8h_source.xhtml
documentation/_c_l_scharr3x3_kernel_8h.xhtml
documentation/_c_l_scharr3x3_kernel_8h_source.xhtml
documentation/_c_l_scheduler_8h.xhtml
documentation/_c_l_scheduler_8h_source.xhtml
documentation/_c_l_sobel3x3_8h.xhtml
documentation/_c_l_sobel3x3_8h_source.xhtml
documentation/_c_l_sobel3x3_kernel_8h.xhtml
documentation/_c_l_sobel3x3_kernel_8h_source.xhtml
documentation/_c_l_sobel5x5_8h.xhtml
documentation/_c_l_sobel5x5_8h_source.xhtml
documentation/_c_l_sobel5x5_kernel_8h.xhtml
documentation/_c_l_sobel5x5_kernel_8h_source.xhtml
documentation/_c_l_sobel7x7_8h.xhtml
documentation/_c_l_sobel7x7_8h_source.xhtml
documentation/_c_l_sobel7x7_kernel_8h.xhtml
documentation/_c_l_sobel7x7_kernel_8h_source.xhtml
documentation/_c_l_softmax_layer_8h.xhtml
documentation/_c_l_softmax_layer_8h_source.xhtml
documentation/_c_l_softmax_layer_kernel_8h.xhtml
documentation/_c_l_softmax_layer_kernel_8h_source.xhtml
documentation/_c_l_sub_tensor_8h.xhtml [new file with mode: 0644]
documentation/_c_l_sub_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_table_lookup_8h.xhtml
documentation/_c_l_table_lookup_8h_source.xhtml
documentation/_c_l_table_lookup_kernel_8h.xhtml
documentation/_c_l_table_lookup_kernel_8h_source.xhtml
documentation/_c_l_tensor_8h.xhtml
documentation/_c_l_tensor_8h_source.xhtml
documentation/_c_l_tensor_allocator_8h.xhtml
documentation/_c_l_tensor_allocator_8h_source.xhtml
documentation/_c_l_threshold_8h.xhtml
documentation/_c_l_threshold_8h_source.xhtml
documentation/_c_l_threshold_kernel_8h.xhtml
documentation/_c_l_threshold_kernel_8h_source.xhtml
documentation/_c_l_transpose_8h.xhtml
documentation/_c_l_transpose_8h_source.xhtml
documentation/_c_l_transpose_kernel_8h.xhtml
documentation/_c_l_transpose_kernel_8h_source.xhtml
documentation/_c_l_types_8h.js [new file with mode: 0644]
documentation/_c_l_types_8h.xhtml [new file with mode: 0644]
documentation/_c_l_types_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_warp_affine_8h.xhtml
documentation/_c_l_warp_affine_8h_source.xhtml
documentation/_c_l_warp_affine_kernel_8h.xhtml
documentation/_c_l_warp_affine_kernel_8h_source.xhtml
documentation/_c_l_warp_perspective_8h.xhtml
documentation/_c_l_warp_perspective_8h_source.xhtml
documentation/_c_l_warp_perspective_kernel_8h.xhtml
documentation/_c_l_warp_perspective_kernel_8h_source.xhtml
documentation/_c_l_weights_reshape_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_weights_reshape_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_corner_candidates_kernel_8h.xhtml
documentation/_c_p_p_corner_candidates_kernel_8h_source.xhtml
documentation/_c_p_p_detection_window_non_maxima_suppression_kernel_8h.xhtml [moved from documentation/_n_e_h_o_g_non_maxima_suppression_kernel_8h.xhtml with 79% similarity]
documentation/_c_p_p_detection_window_non_maxima_suppression_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_kernels_8h.xhtml
documentation/_c_p_p_kernels_8h_source.xhtml
documentation/_c_p_p_scheduler_8h.xhtml
documentation/_c_p_p_scheduler_8h_source.xhtml
documentation/_c_p_p_sort_euclidean_distance_kernel_8h.xhtml
documentation/_c_p_p_sort_euclidean_distance_kernel_8h_source.xhtml
documentation/_convert_policy_dataset_8h.xhtml [new file with mode: 0644]
documentation/_convert_policy_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_convolution_layer_dataset_8h.js [new file with mode: 0644]
documentation/_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_coordinates_8h.xhtml
documentation/_coordinates_8h_source.xhtml
documentation/_data_type_datasets_8h.xhtml [new file with mode: 0644]
documentation/_data_type_datasets_8h_source.xhtml [new file with mode: 0644]
documentation/_dimensions_8h.xhtml
documentation/_dimensions_8h_source.xhtml
documentation/_distribution1_d_8h.xhtml
documentation/_distribution1_d_8h_source.xhtml
documentation/_error_8h.js
documentation/_error_8h.xhtml
documentation/_error_8h_source.xhtml
documentation/_exp___q_s8_8cpp.xhtml [new file with mode: 0644]
documentation/_exp___q_s8_8cpp_source.xhtml [new file with mode: 0644]
documentation/_fixed_point_8cpp.xhtml [new file with mode: 0644]
documentation/_fixed_point_8cpp_source.xhtml [new file with mode: 0644]
documentation/_fixed_point_8inl.js [new file with mode: 0644]
documentation/_fixed_point_8inl.xhtml [new file with mode: 0644]
documentation/_fixed_point_8inl_source.xhtml [new file with mode: 0644]
documentation/_fully_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/_fully_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_fully_connected_layer_dataset_8h.js [new file with mode: 0644]
documentation/_fully_connected_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_fully_connected_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_dataset_8h.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_generic_dataset_8h.xhtml [new file with mode: 0644]
documentation/_generic_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_globals_8h.xhtml [new file with mode: 0644]
documentation/_globals_8h_source.xhtml [new file with mode: 0644]
documentation/_h_o_g_8h.xhtml
documentation/_h_o_g_8h_source.xhtml
documentation/_h_o_g_info_8h.xhtml
documentation/_h_o_g_info_8h_source.xhtml
documentation/_helpers_8h.js [deleted file]
documentation/_helpers_8h.xhtml [deleted file]
documentation/_helpers_8h_source.xhtml [deleted file]
documentation/_helpers_8inl.js [new file with mode: 0644]
documentation/_helpers_8inl.xhtml
documentation/_helpers_8inl_source.xhtml
documentation/_i_access_window_8h.xhtml
documentation/_i_access_window_8h_source.xhtml
documentation/_i_accessor_8h.xhtml [new file with mode: 0644]
documentation/_i_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_i_array_8h.xhtml
documentation/_i_array_8h_source.xhtml
documentation/_i_c_l_array_8h.xhtml
documentation/_i_c_l_array_8h_source.xhtml
documentation/_i_c_l_distribution1_d_8h.xhtml
documentation/_i_c_l_distribution1_d_8h_source.xhtml
documentation/_i_c_l_h_o_g_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_h_o_g_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_kernel_8h.xhtml
documentation/_i_c_l_kernel_8h_source.xhtml
documentation/_i_c_l_lut_8h.xhtml
documentation/_i_c_l_lut_8h_source.xhtml
documentation/_i_c_l_multi_h_o_g_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_multi_h_o_g_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_multi_image_8h.xhtml
documentation/_i_c_l_multi_image_8h_source.xhtml
documentation/_i_c_l_simple2_d_kernel_8h.xhtml
documentation/_i_c_l_simple2_d_kernel_8h_source.xhtml
documentation/_i_c_l_simple3_d_kernel_8h.xhtml
documentation/_i_c_l_simple3_d_kernel_8h_source.xhtml
documentation/_i_c_l_simple_function_8h.xhtml
documentation/_i_c_l_simple_function_8h_source.xhtml
documentation/_i_c_l_simple_kernel_8h.xhtml
documentation/_i_c_l_simple_kernel_8h_source.xhtml
documentation/_i_c_l_tensor_8h.xhtml
documentation/_i_c_l_tensor_8h_source.xhtml
documentation/_i_c_p_p_kernel_8h.xhtml
documentation/_i_c_p_p_kernel_8h_source.xhtml
documentation/_i_c_p_p_simple_kernel_8h.xhtml
documentation/_i_c_p_p_simple_kernel_8h_source.xhtml
documentation/_i_distribution1_d_8h.xhtml
documentation/_i_distribution1_d_8h_source.xhtml
documentation/_i_distribution_8h.xhtml
documentation/_i_distribution_8h_source.xhtml
documentation/_i_function_8h.xhtml
documentation/_i_function_8h_source.xhtml
documentation/_i_h_o_g_8h.xhtml
documentation/_i_h_o_g_8h_source.xhtml
documentation/_i_kernel_8h.xhtml
documentation/_i_kernel_8h_source.xhtml
documentation/_i_lut_8h.xhtml
documentation/_i_lut_8h_source.xhtml
documentation/_i_lut_allocator_8h.xhtml
documentation/_i_lut_allocator_8h_source.xhtml
documentation/_i_multi_h_o_g_8h.xhtml
documentation/_i_multi_h_o_g_8h_source.xhtml
documentation/_i_multi_image_8h.xhtml
documentation/_i_multi_image_8h_source.xhtml
documentation/_i_n_e_kernel_8h.xhtml
documentation/_i_n_e_kernel_8h_source.xhtml
documentation/_i_n_e_simple_function_8h.xhtml
documentation/_i_n_e_simple_function_8h_source.xhtml
documentation/_i_n_e_simple_kernel_8h.xhtml
documentation/_i_n_e_simple_kernel_8h_source.xhtml
documentation/_i_pyramid_8h.xhtml
documentation/_i_pyramid_8h_source.xhtml
documentation/_i_scheduler_8h.xhtml [new file with mode: 0644]
documentation/_i_scheduler_8h_source.xhtml [new file with mode: 0644]
documentation/_i_tensor_8h.xhtml
documentation/_i_tensor_8h_source.xhtml
documentation/_i_tensor_allocator_8h.xhtml
documentation/_i_tensor_allocator_8h_source.xhtml
documentation/_i_tensor_info_8h.xhtml [new file with mode: 0644]
documentation/_i_tensor_info_8h_source.xhtml [new file with mode: 0644]
documentation/_image_datasets_8h.xhtml [new file with mode: 0644]
documentation/_image_datasets_8h_source.xhtml [new file with mode: 0644]
documentation/_instrument_8h.xhtml [new file with mode: 0644]
documentation/_instrument_8h_source.xhtml [new file with mode: 0644]
documentation/_integral_image_8cpp.xhtml [new file with mode: 0644]
documentation/_integral_image_8cpp_source.xhtml [new file with mode: 0644]
documentation/_interpolation_policy_dataset_8h.xhtml [new file with mode: 0644]
documentation/_interpolation_policy_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_invsqrt___q_s8_8cpp.xhtml [new file with mode: 0644]
documentation/_invsqrt___q_s8_8cpp_source.xhtml [new file with mode: 0644]
documentation/_log___q_s8_8cpp.xhtml [new file with mode: 0644]
documentation/_log___q_s8_8cpp_source.xhtml [new file with mode: 0644]
documentation/_lut_8h.xhtml
documentation/_lut_8h_source.xhtml
documentation/_lut_allocator_8h.xhtml
documentation/_lut_allocator_8h_source.xhtml
documentation/_multi_h_o_g_8h.xhtml
documentation/_multi_h_o_g_8h_source.xhtml
documentation/_multi_image_8h.xhtml
documentation/_multi_image_8h_source.xhtml
documentation/_multi_image_info_8h.xhtml
documentation/_multi_image_info_8h_source.xhtml
documentation/_n_e_absolute_difference_8h.xhtml
documentation/_n_e_absolute_difference_8h_source.xhtml
documentation/_n_e_absolute_difference_kernel_8h.xhtml
documentation/_n_e_absolute_difference_kernel_8h_source.xhtml
documentation/_n_e_accessor_8h.xhtml [new file with mode: 0644]
documentation/_n_e_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_accumulate_8h.xhtml
documentation/_n_e_accumulate_8h_source.xhtml
documentation/_n_e_accumulate_kernel_8h.xhtml
documentation/_n_e_accumulate_kernel_8h_source.xhtml
documentation/_n_e_activation_layer_8h.xhtml
documentation/_n_e_activation_layer_8h_source.xhtml
documentation/_n_e_activation_layer_kernel_8h.xhtml
documentation/_n_e_activation_layer_kernel_8h_source.xhtml
documentation/_n_e_arithmetic_addition_8h.xhtml
documentation/_n_e_arithmetic_addition_8h_source.xhtml
documentation/_n_e_arithmetic_addition_kernel_8h.xhtml
documentation/_n_e_arithmetic_addition_kernel_8h_source.xhtml
documentation/_n_e_arithmetic_subtraction_8h.xhtml
documentation/_n_e_arithmetic_subtraction_8h_source.xhtml
documentation/_n_e_arithmetic_subtraction_kernel_8h.xhtml
documentation/_n_e_arithmetic_subtraction_kernel_8h_source.xhtml
documentation/_n_e_batch_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_batch_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_batch_normalization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_batch_normalization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_and_8h.xhtml
documentation/_n_e_bitwise_and_8h_source.xhtml
documentation/_n_e_bitwise_and_kernel_8h.xhtml
documentation/_n_e_bitwise_and_kernel_8h_source.xhtml
documentation/_n_e_bitwise_not_8h.xhtml
documentation/_n_e_bitwise_not_8h_source.xhtml
documentation/_n_e_bitwise_not_kernel_8h.xhtml
documentation/_n_e_bitwise_not_kernel_8h_source.xhtml
documentation/_n_e_bitwise_or_8h.xhtml
documentation/_n_e_bitwise_or_8h_source.xhtml
documentation/_n_e_bitwise_or_kernel_8h.xhtml
documentation/_n_e_bitwise_or_kernel_8h_source.xhtml
documentation/_n_e_bitwise_xor_8h.xhtml
documentation/_n_e_bitwise_xor_8h_source.xhtml
documentation/_n_e_bitwise_xor_kernel_8h.xhtml
documentation/_n_e_bitwise_xor_kernel_8h_source.xhtml
documentation/_n_e_box3x3_8h.xhtml
documentation/_n_e_box3x3_8h_source.xhtml
documentation/_n_e_box3x3_kernel_8h.xhtml
documentation/_n_e_box3x3_kernel_8h_source.xhtml
documentation/_n_e_canny_edge_8h.xhtml
documentation/_n_e_canny_edge_8h_source.xhtml
documentation/_n_e_canny_edge_kernel_8h.xhtml
documentation/_n_e_canny_edge_kernel_8h_source.xhtml
documentation/_n_e_channel_combine_8h.xhtml
documentation/_n_e_channel_combine_8h_source.xhtml
documentation/_n_e_channel_combine_kernel_8h.xhtml
documentation/_n_e_channel_combine_kernel_8h_source.xhtml
documentation/_n_e_channel_extract_8h.xhtml
documentation/_n_e_channel_extract_8h_source.xhtml
documentation/_n_e_channel_extract_kernel_8h.xhtml
documentation/_n_e_channel_extract_kernel_8h_source.xhtml
documentation/_n_e_col2_im_kernel_8h.xhtml
documentation/_n_e_col2_im_kernel_8h_source.xhtml
documentation/_n_e_color_convert_8h.xhtml
documentation/_n_e_color_convert_8h_source.xhtml
documentation/_n_e_color_convert_helper_8inl.xhtml
documentation/_n_e_color_convert_helper_8inl_source.xhtml
documentation/_n_e_color_convert_kernel_8h.xhtml
documentation/_n_e_color_convert_kernel_8h_source.xhtml
documentation/_n_e_convolution_8h.xhtml
documentation/_n_e_convolution_8h_source.xhtml
documentation/_n_e_convolution_kernel_8h.xhtml
documentation/_n_e_convolution_kernel_8h_source.xhtml
documentation/_n_e_convolution_layer_8h.xhtml
documentation/_n_e_convolution_layer_8h_source.xhtml
documentation/_n_e_cumulative_distribution_kernel_8h.xhtml
documentation/_n_e_cumulative_distribution_kernel_8h_source.xhtml
documentation/_n_e_depth_concatenate_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depth_concatenate_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depth_concatenate_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depth_concatenate_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_8h.xhtml
documentation/_n_e_depth_convert_8h_source.xhtml
documentation/_n_e_depth_convert_kernel_8h.xhtml
documentation/_n_e_depth_convert_kernel_8h_source.xhtml
documentation/_n_e_derivative_8h.xhtml
documentation/_n_e_derivative_8h_source.xhtml
documentation/_n_e_derivative_kernel_8h.xhtml
documentation/_n_e_derivative_kernel_8h_source.xhtml
documentation/_n_e_dilate_8h.xhtml
documentation/_n_e_dilate_8h_source.xhtml
documentation/_n_e_dilate_kernel_8h.xhtml
documentation/_n_e_dilate_kernel_8h_source.xhtml
documentation/_n_e_direct_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_direct_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_direct_convolution_layer_bias_accumulate_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_direct_convolution_layer_bias_accumulate_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_direct_convolution_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_direct_convolution_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_equalize_histogram_8h.xhtml
documentation/_n_e_equalize_histogram_8h_source.xhtml
documentation/_n_e_erode_8h.xhtml
documentation/_n_e_erode_8h_source.xhtml
documentation/_n_e_erode_kernel_8h.xhtml
documentation/_n_e_erode_kernel_8h_source.xhtml
documentation/_n_e_fast_corners_8h.xhtml
documentation/_n_e_fast_corners_8h_source.xhtml
documentation/_n_e_fast_corners_kernel_8h.xhtml
documentation/_n_e_fast_corners_kernel_8h_source.xhtml
documentation/_n_e_fill_array_kernel_8h.xhtml
documentation/_n_e_fill_array_kernel_8h_source.xhtml
documentation/_n_e_fill_border_8h.xhtml
documentation/_n_e_fill_border_8h_source.xhtml
documentation/_n_e_fill_border_kernel_8h.xhtml
documentation/_n_e_fill_border_kernel_8h_source.xhtml
documentation/_n_e_fill_inner_border_kernel_8h.xhtml
documentation/_n_e_fill_inner_border_kernel_8h_source.xhtml
documentation/_n_e_fixed_point_8h.js [new file with mode: 0644]
documentation/_n_e_fixed_point_8h.xhtml [new file with mode: 0644]
documentation/_n_e_fixed_point_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fixed_point_8inl.js [new file with mode: 0644]
documentation/_n_e_fixed_point_8inl.xhtml [new file with mode: 0644]
documentation/_n_e_fixed_point_8inl_source.xhtml [new file with mode: 0644]
documentation/_n_e_fully_connected_layer_8h.xhtml
documentation/_n_e_fully_connected_layer_8h_source.xhtml
documentation/_n_e_functions_8h.xhtml
documentation/_n_e_functions_8h_source.xhtml
documentation/_n_e_g_e_m_m_8h.xhtml
documentation/_n_e_g_e_m_m_8h_source.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_8h.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_addition_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_addition_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_multiply_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_8h.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_8h_source.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml
documentation/_n_e_gaussian3x3_8h.xhtml
documentation/_n_e_gaussian3x3_8h_source.xhtml
documentation/_n_e_gaussian3x3_kernel_8h.xhtml
documentation/_n_e_gaussian3x3_kernel_8h_source.xhtml
documentation/_n_e_gaussian5x5_8h.xhtml
documentation/_n_e_gaussian5x5_8h_source.xhtml
documentation/_n_e_gaussian5x5_kernel_8h.xhtml
documentation/_n_e_gaussian5x5_kernel_8h_source.xhtml
documentation/_n_e_gaussian_pyramid_8h.xhtml
documentation/_n_e_gaussian_pyramid_8h_source.xhtml
documentation/_n_e_gaussian_pyramid_kernel_8h.xhtml
documentation/_n_e_gaussian_pyramid_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_descriptor_8h.xhtml
documentation/_n_e_h_o_g_descriptor_8h_source.xhtml
documentation/_n_e_h_o_g_descriptor_kernel_8h.xhtml
documentation/_n_e_h_o_g_descriptor_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_detector_8h.xhtml
documentation/_n_e_h_o_g_detector_8h_source.xhtml
documentation/_n_e_h_o_g_detector_kernel_8h.xhtml
documentation/_n_e_h_o_g_detector_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_gradient_8h.xhtml
documentation/_n_e_h_o_g_gradient_8h_source.xhtml
documentation/_n_e_h_o_g_multi_detection_8h.xhtml
documentation/_n_e_h_o_g_multi_detection_8h_source.xhtml
documentation/_n_e_h_o_g_non_maxima_suppression_kernel_8h_source.xhtml [deleted file]
documentation/_n_e_harris_corners_8h.xhtml
documentation/_n_e_harris_corners_8h_source.xhtml
documentation/_n_e_harris_corners_kernel_8h.xhtml
documentation/_n_e_harris_corners_kernel_8h_source.xhtml
documentation/_n_e_histogram_8h.xhtml
documentation/_n_e_histogram_8h_source.xhtml
documentation/_n_e_histogram_kernel_8h.xhtml
documentation/_n_e_histogram_kernel_8h_source.xhtml
documentation/_n_e_im2_col_kernel_8h.xhtml
documentation/_n_e_im2_col_kernel_8h_source.xhtml
documentation/_n_e_integral_image_8h.xhtml
documentation/_n_e_integral_image_8h_source.xhtml
documentation/_n_e_integral_image_kernel_8h.xhtml
documentation/_n_e_integral_image_kernel_8h_source.xhtml
documentation/_n_e_kernels_8h.xhtml
documentation/_n_e_kernels_8h_source.xhtml
documentation/_n_e_l_k_tracker_kernel_8h.xhtml
documentation/_n_e_l_k_tracker_kernel_8h_source.xhtml
documentation/_n_e_laplacian_pyramid_8h.xhtml
documentation/_n_e_laplacian_pyramid_8h_source.xhtml
documentation/_n_e_laplacian_reconstruct_8h.xhtml
documentation/_n_e_laplacian_reconstruct_8h_source.xhtml
documentation/_n_e_locally_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_locally_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_locally_connected_matrix_multiply_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_locally_connected_matrix_multiply_kernel_8h_source.xhtml [moved from documentation/_n_e_convolution_layer_weights_reshape_kernel_8h_source.xhtml with 54% similarity]
documentation/_n_e_magnitude_8h.xhtml
documentation/_n_e_magnitude_8h_source.xhtml
documentation/_n_e_magnitude_phase_kernel_8h.xhtml
documentation/_n_e_magnitude_phase_kernel_8h_source.xhtml
documentation/_n_e_math_8h.js
documentation/_n_e_math_8h.xhtml
documentation/_n_e_math_8h_source.xhtml
documentation/_n_e_math_8inl.js [new file with mode: 0644]
documentation/_n_e_math_8inl.xhtml [new file with mode: 0644]
documentation/_n_e_math_8inl_source.xhtml [new file with mode: 0644]
documentation/_n_e_mean_std_dev_8h.xhtml
documentation/_n_e_mean_std_dev_8h_source.xhtml
documentation/_n_e_mean_std_dev_kernel_8h.xhtml
documentation/_n_e_mean_std_dev_kernel_8h_source.xhtml
documentation/_n_e_median3x3_8h.xhtml
documentation/_n_e_median3x3_8h_source.xhtml
documentation/_n_e_median3x3_kernel_8h.xhtml
documentation/_n_e_median3x3_kernel_8h_source.xhtml
documentation/_n_e_min_max_location_8h.xhtml
documentation/_n_e_min_max_location_8h_source.xhtml
documentation/_n_e_min_max_location_kernel_8h.xhtml
documentation/_n_e_min_max_location_kernel_8h_source.xhtml
documentation/_n_e_non_linear_filter_8h.xhtml
documentation/_n_e_non_linear_filter_8h_source.xhtml
documentation/_n_e_non_linear_filter_kernel_8h.xhtml
documentation/_n_e_non_linear_filter_kernel_8h_source.xhtml
documentation/_n_e_non_maxima_suppression3x3_8h.xhtml
documentation/_n_e_non_maxima_suppression3x3_8h_source.xhtml
documentation/_n_e_non_maxima_suppression3x3_kernel_8h.xhtml
documentation/_n_e_non_maxima_suppression3x3_kernel_8h_source.xhtml
documentation/_n_e_normalization_layer_8h.xhtml
documentation/_n_e_normalization_layer_8h_source.xhtml
documentation/_n_e_normalization_layer_kernel_8h.xhtml
documentation/_n_e_normalization_layer_kernel_8h_source.xhtml
documentation/_n_e_o_n_2_alex_net_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_alex_net_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_alex_net_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_convert_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_convert_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_fill_border_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_fill_border_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_g_e_m_m_8h.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_g_e_m_m_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_helper_8h.js [new file with mode: 0644]
documentation/_n_e_o_n_2_helper_8h.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_helper_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_le_net5_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_le_net5_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_le_net5_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_threshold_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_threshold_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_optical_flow_8h.xhtml
documentation/_n_e_optical_flow_8h_source.xhtml
documentation/_n_e_phase_8h.xhtml
documentation/_n_e_phase_8h_source.xhtml
documentation/_n_e_pixel_wise_multiplication_8h.xhtml
documentation/_n_e_pixel_wise_multiplication_8h_source.xhtml
documentation/_n_e_pixel_wise_multiplication_kernel_8h.xhtml
documentation/_n_e_pixel_wise_multiplication_kernel_8h_source.xhtml
documentation/_n_e_pooling_layer_8h.xhtml
documentation/_n_e_pooling_layer_8h_source.xhtml
documentation/_n_e_pooling_layer_kernel_8h.xhtml
documentation/_n_e_pooling_layer_kernel_8h_source.xhtml
documentation/_n_e_remap_8h.xhtml
documentation/_n_e_remap_8h_source.xhtml
documentation/_n_e_remap_kernel_8h.xhtml
documentation/_n_e_remap_kernel_8h_source.xhtml
documentation/_n_e_scale_8h.xhtml
documentation/_n_e_scale_8h_source.xhtml
documentation/_n_e_scale_kernel_8h.xhtml
documentation/_n_e_scale_kernel_8h_source.xhtml
documentation/_n_e_scharr3x3_8h.xhtml
documentation/_n_e_scharr3x3_8h_source.xhtml
documentation/_n_e_scharr3x3_kernel_8h.xhtml
documentation/_n_e_scharr3x3_kernel_8h_source.xhtml
documentation/_n_e_scheduler_8h.js
documentation/_n_e_scheduler_8h.xhtml
documentation/_n_e_scheduler_8h_source.xhtml
documentation/_n_e_sobel3x3_8h.xhtml
documentation/_n_e_sobel3x3_8h_source.xhtml
documentation/_n_e_sobel3x3_kernel_8h.xhtml
documentation/_n_e_sobel3x3_kernel_8h_source.xhtml
documentation/_n_e_sobel5x5_8h.xhtml
documentation/_n_e_sobel5x5_8h_source.xhtml
documentation/_n_e_sobel5x5_kernel_8h.xhtml
documentation/_n_e_sobel5x5_kernel_8h_source.xhtml
documentation/_n_e_sobel7x7_8h.xhtml
documentation/_n_e_sobel7x7_8h_source.xhtml
documentation/_n_e_sobel7x7_kernel_8h.xhtml
documentation/_n_e_sobel7x7_kernel_8h_source.xhtml
documentation/_n_e_softmax_layer_8h.xhtml
documentation/_n_e_softmax_layer_8h_source.xhtml
documentation/_n_e_softmax_layer_kernel_8h.xhtml
documentation/_n_e_softmax_layer_kernel_8h_source.xhtml
documentation/_n_e_table_lookup_8h.xhtml
documentation/_n_e_table_lookup_8h_source.xhtml
documentation/_n_e_table_lookup_kernel_8h.xhtml
documentation/_n_e_table_lookup_kernel_8h_source.xhtml
documentation/_n_e_threshold_8h.xhtml
documentation/_n_e_threshold_8h_source.xhtml
documentation/_n_e_threshold_kernel_8h.xhtml
documentation/_n_e_threshold_kernel_8h_source.xhtml
documentation/_n_e_transpose_8h.xhtml
documentation/_n_e_transpose_8h_source.xhtml
documentation/_n_e_transpose_kernel_8h.xhtml
documentation/_n_e_transpose_kernel_8h_source.xhtml
documentation/_n_e_warp_affine_8h.xhtml
documentation/_n_e_warp_affine_8h_source.xhtml
documentation/_n_e_warp_kernel_8h.xhtml
documentation/_n_e_warp_kernel_8h_source.xhtml
documentation/_n_e_warp_perspective_8h.xhtml
documentation/_n_e_warp_perspective_8h_source.xhtml
documentation/_n_e_weights_reshape_kernel_8h.xhtml [moved from documentation/_n_e_convolution_layer_weights_reshape_kernel_8h.xhtml with 85% similarity]
documentation/_n_e_weights_reshape_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_normalization_layer_dataset_8h.js [new file with mode: 0644]
documentation/_normalization_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_normalization_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_normalization_type_dataset_8h.xhtml [new file with mode: 0644]
documentation/_normalization_type_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_o_m_p_scheduler_8h.xhtml [new file with mode: 0644]
documentation/_o_m_p_scheduler_8h_source.xhtml [new file with mode: 0644]
documentation/_open_c_l_8h.xhtml
documentation/_open_c_l_8h_source.xhtml
documentation/_p_m_u_counter_8cpp.js [new file with mode: 0644]
documentation/_p_m_u_counter_8cpp.xhtml [new file with mode: 0644]
documentation/_p_m_u_counter_8cpp_source.xhtml [new file with mode: 0644]
documentation/_p_m_u_counter_8h.xhtml [new file with mode: 0644]
documentation/_p_m_u_counter_8h_source.xhtml [new file with mode: 0644]
documentation/_performance_program_options_8cpp.xhtml [new file with mode: 0644]
documentation/_performance_program_options_8cpp_source.xhtml [new file with mode: 0644]
documentation/_performance_program_options_8h.xhtml [new file with mode: 0644]
documentation/_performance_program_options_8h_source.xhtml [new file with mode: 0644]
documentation/_performance_user_configuration_8cpp.xhtml [new file with mode: 0644]
documentation/_performance_user_configuration_8cpp_source.xhtml [new file with mode: 0644]
documentation/_performance_user_configuration_8h.xhtml [new file with mode: 0644]
documentation/_performance_user_configuration_8h_source.xhtml [new file with mode: 0644]
documentation/_pixel_value_8h.xhtml
documentation/_pixel_value_8h_source.xhtml
documentation/_pixel_wise_multiplication_8cpp.xhtml [new file with mode: 0644]
documentation/_pixel_wise_multiplication_8cpp_source.xhtml [new file with mode: 0644]
documentation/_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_pooling_layer_dataset_8h.js [new file with mode: 0644]
documentation/_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_profiler_8cpp.xhtml [new file with mode: 0644]
documentation/_profiler_8cpp_source.xhtml [new file with mode: 0644]
documentation/_profiler_8h.xhtml [new file with mode: 0644]
documentation/_profiler_8h_source.xhtml [new file with mode: 0644]
documentation/_program_options_8cpp.xhtml [new file with mode: 0644]
documentation/_program_options_8cpp_source.xhtml [new file with mode: 0644]
documentation/_program_options_8h.xhtml [new file with mode: 0644]
documentation/_program_options_8h_source.xhtml [new file with mode: 0644]
documentation/_pyramid_8h.xhtml
documentation/_pyramid_8h_source.xhtml
documentation/_pyramid_info_8h.xhtml
documentation/_pyramid_info_8h_source.xhtml
documentation/_raw_tensor_8cpp.js [new file with mode: 0644]
documentation/_raw_tensor_8cpp.xhtml [new file with mode: 0644]
documentation/_raw_tensor_8cpp_source.xhtml [new file with mode: 0644]
documentation/_raw_tensor_8h.xhtml [new file with mode: 0644]
documentation/_raw_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_reciprocal___q_s8_8cpp.xhtml [new file with mode: 0644]
documentation/_reciprocal___q_s8_8cpp_source.xhtml [new file with mode: 0644]
documentation/_reference_8cpp.xhtml [new file with mode: 0644]
documentation/_reference_8cpp_source.xhtml [new file with mode: 0644]
documentation/_reference_8h.xhtml [new file with mode: 0644]
documentation/_reference_8h_source.xhtml [new file with mode: 0644]
documentation/_reference_c_p_p_8cpp.xhtml [new file with mode: 0644]
documentation/_reference_c_p_p_8cpp_source.xhtml [new file with mode: 0644]
documentation/_reference_c_p_p_8h.xhtml [new file with mode: 0644]
documentation/_reference_c_p_p_8h_source.xhtml [new file with mode: 0644]
documentation/_rounding_policy_dataset_8h.xhtml [new file with mode: 0644]
documentation/_rounding_policy_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_scheduler_8h.xhtml [new file with mode: 0644]
documentation/_scheduler_8h_source.xhtml [new file with mode: 0644]
documentation/_shape_datasets_8h.xhtml [new file with mode: 0644]
documentation/_shape_datasets_8h_source.xhtml [new file with mode: 0644]
documentation/_single_thread_scheduler_8h.xhtml [new file with mode: 0644]
documentation/_single_thread_scheduler_8h_source.xhtml [new file with mode: 0644]
documentation/_size2_d_8h.xhtml
documentation/_size2_d_8h_source.xhtml
documentation/_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_steps_8h.xhtml
documentation/_steps_8h_source.xhtml
documentation/_strides_8h.xhtml
documentation/_strides_8h_source.xhtml
documentation/_sub_tensor_8h.xhtml [new file with mode: 0644]
documentation/_sub_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_sub_tensor_info_8h.xhtml [new file with mode: 0644]
documentation/_sub_tensor_info_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_8h.js [deleted file]
documentation/_tensor_8h_source.xhtml [deleted file]
documentation/_tensor_allocator_8h.xhtml
documentation/_tensor_allocator_8h_source.xhtml
documentation/_tensor_cache_8h.xhtml [new file with mode: 0644]
documentation/_tensor_cache_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_factory_8h.js [new file with mode: 0644]
documentation/_tensor_factory_8h.xhtml [new file with mode: 0644]
documentation/_tensor_factory_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_info_8cpp.xhtml [new file with mode: 0644]
documentation/_tensor_info_8cpp_source.xhtml [new file with mode: 0644]
documentation/_tensor_info_8h.xhtml
documentation/_tensor_info_8h_source.xhtml
documentation/_tensor_library_8cpp.xhtml [new file with mode: 0644]
documentation/_tensor_library_8cpp_source.xhtml [new file with mode: 0644]
documentation/_tensor_library_8h.xhtml [new file with mode: 0644]
documentation/_tensor_library_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_operations_8h.js [new file with mode: 0644]
documentation/_tensor_operations_8h.xhtml [new file with mode: 0644]
documentation/_tensor_operations_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_shape_8cpp.xhtml [new file with mode: 0644]
documentation/_tensor_shape_8cpp_source.xhtml [new file with mode: 0644]
documentation/_tensor_shape_8h.xhtml
documentation/_tensor_shape_8h_source.xhtml
documentation/_tensor_visitors_8h.js [new file with mode: 0644]
documentation/_tensor_visitors_8h.xhtml [new file with mode: 0644]
documentation/_tensor_visitors_8h_source.xhtml [new file with mode: 0644]
documentation/_threshold_dataset_8h.xhtml [new file with mode: 0644]
documentation/_threshold_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_type_printer_8h.js [new file with mode: 0644]
documentation/_type_printer_8h.xhtml [new file with mode: 0644]
documentation/_type_printer_8h_source.xhtml [new file with mode: 0644]
documentation/_type_reader_8h.js [new file with mode: 0644]
documentation/_type_reader_8h.xhtml [new file with mode: 0644]
documentation/_type_reader_8h_source.xhtml [new file with mode: 0644]
documentation/_types_8h.js [deleted file]
documentation/_types_8h_source.xhtml [deleted file]
documentation/_user_configuration_8cpp.xhtml [new file with mode: 0644]
documentation/_user_configuration_8cpp_source.xhtml [new file with mode: 0644]
documentation/_user_configuration_8h.xhtml [new file with mode: 0644]
documentation/_user_configuration_8h_source.xhtml [new file with mode: 0644]
documentation/_utils_8cpp_source.xhtml [deleted file]
documentation/_v_x_2_depth_convert_8cpp.xhtml [new file with mode: 0644]
documentation/_v_x_2_depth_convert_8cpp_source.xhtml [new file with mode: 0644]
documentation/_v_x_helpers_8h.js [new file with mode: 0644]
documentation/_v_x_helpers_8h.xhtml [new file with mode: 0644]
documentation/_v_x_helpers_8h_source.xhtml [new file with mode: 0644]
documentation/_validate_8h.js
documentation/_validate_8h.xhtml
documentation/_validate_8h_source.xhtml
documentation/_validation_8cpp.js [new file with mode: 0644]
documentation/_validation_8cpp.xhtml [new file with mode: 0644]
documentation/_validation_8cpp_source.xhtml [new file with mode: 0644]
documentation/_validation_8h.js [new file with mode: 0644]
documentation/_validation_8h.xhtml [new file with mode: 0644]
documentation/_validation_8h_source.xhtml [new file with mode: 0644]
documentation/_validation_program_options_8cpp.xhtml [new file with mode: 0644]
documentation/_validation_program_options_8cpp_source.xhtml [new file with mode: 0644]
documentation/_validation_program_options_8h.xhtml [new file with mode: 0644]
documentation/_validation_program_options_8h_source.xhtml [new file with mode: 0644]
documentation/_validation_user_configuration_8h.js [new file with mode: 0644]
documentation/_validation_user_configuration_8h.xhtml [new file with mode: 0644]
documentation/_validation_user_configuration_8h_source.xhtml [new file with mode: 0644]
documentation/_wall_clock_timer_8cpp.xhtml [new file with mode: 0644]
documentation/_wall_clock_timer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_wall_clock_timer_8h.xhtml [new file with mode: 0644]
documentation/_wall_clock_timer_8h_source.xhtml [new file with mode: 0644]
documentation/_window_8h.xhtml
documentation/_window_8h_source.xhtml
documentation/_window_8inl.xhtml
documentation/_window_8inl_source.xhtml
documentation/absdiff_8cl.xhtml
documentation/absdiff_8cl_source.xhtml
documentation/accumulate_8cl.xhtml
documentation/accumulate_8cl_source.xhtml
documentation/activation__layer_8cl.js
documentation/activation__layer_8cl.xhtml
documentation/activation__layer_8cl_source.xhtml
documentation/annotated.xhtml
documentation/annotated_dup.js
documentation/architecture.xhtml [new file with mode: 0644]
documentation/arithmetic__op_8cl.xhtml
documentation/arithmetic__op_8cl_source.xhtml
documentation/arm__compute_2core_2_fixed_point_8h.js [new file with mode: 0644]
documentation/arm__compute_2core_2_fixed_point_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2_fixed_point_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2_helpers_8h.js [new file with mode: 0644]
documentation/arm__compute_2core_2_helpers_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2_helpers_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2_types_8h.js [new file with mode: 0644]
documentation/arm__compute_2core_2_types_8h.xhtml [moved from documentation/_types_8h.xhtml with 94% similarity]
documentation/arm__compute_2core_2_types_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2_utils_8h.js
documentation/arm__compute_2core_2_utils_8h.xhtml
documentation/arm__compute_2core_2_utils_8h_source.xhtml
documentation/arm__compute_2runtime_2_tensor_8h.js [new file with mode: 0644]
documentation/arm__compute_2runtime_2_tensor_8h.xhtml [moved from documentation/_tensor_8h.xhtml with 91% similarity]
documentation/arm__compute_2runtime_2_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2runtime_2_utils_8h.js [new file with mode: 0644]
documentation/arm__compute_2runtime_2_utils_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2runtime_2_utils_8h_source.xhtml [new file with mode: 0644]
documentation/batchnormalization__layer_8cl.js [new file with mode: 0644]
documentation/batchnormalization__layer_8cl.xhtml [new file with mode: 0644]
documentation/batchnormalization__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_activation_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_activation_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_activation_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_bitwise_and_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_bitwise_and_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_bitwise_and_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_datasets_8h.js [new file with mode: 0644]
documentation/benchmark_2_datasets_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2_datasets_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_activation_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_activation_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_activation_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_bitwise_and_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_bitwise_and_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_bitwise_and_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_direct_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_direct_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_direct_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2main_8cpp.js [new file with mode: 0644]
documentation/benchmark_2main_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2main_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2system__tests_2common_2_alex_net_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2system__tests_2common_2_alex_net_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2system__tests_2common_2_le_net5_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2system__tests_2common_2_le_net5_8h_source.xhtml [new file with mode: 0644]
documentation/bitwise__op_8cl.xhtml
documentation/bitwise__op_8cl_source.xhtml
documentation/boost__wrapper_8h.xhtml [new file with mode: 0644]
documentation/boost__wrapper_8h_source.xhtml [new file with mode: 0644]
documentation/canny_8cl.xhtml
documentation/canny_8cl_source.xhtml
documentation/channel__combine_8cl.xhtml
documentation/channel__combine_8cl_source.xhtml
documentation/channel__extract_8cl.xhtml
documentation/channel__extract_8cl_source.xhtml
documentation/cl__convolution_8cpp.xhtml
documentation/cl__convolution_8cpp_source.xhtml
documentation/cl__events_8cpp.xhtml
documentation/cl__events_8cpp_source.xhtml
documentation/classarm__compute_1_1_access_window_auto_padding.js
documentation/classarm__compute_1_1_access_window_auto_padding.xhtml
documentation/classarm__compute_1_1_access_window_horizontal.js
documentation/classarm__compute_1_1_access_window_horizontal.xhtml
documentation/classarm__compute_1_1_access_window_rectangle.js
documentation/classarm__compute_1_1_access_window_rectangle.xhtml
documentation/classarm__compute_1_1_access_window_static.js
documentation/classarm__compute_1_1_access_window_static.xhtml
documentation/classarm__compute_1_1_access_window_static__coll__graph.map
documentation/classarm__compute_1_1_access_window_static__coll__graph.md5
documentation/classarm__compute_1_1_access_window_static__coll__graph.svg
documentation/classarm__compute_1_1_access_window_transpose.xhtml
documentation/classarm__compute_1_1_access_window_vertical.js
documentation/classarm__compute_1_1_access_window_vertical.xhtml
documentation/classarm__compute_1_1_activation_layer_info.xhtml
documentation/classarm__compute_1_1_array.xhtml
documentation/classarm__compute_1_1_c_l_absolute_difference.xhtml
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_squared.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_weighted.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel.xhtml
documentation/classarm__compute_1_1_c_l_activation_layer.xhtml
documentation/classarm__compute_1_1_c_l_activation_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_arithmetic_addition.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml
documentation/classarm__compute_1_1_c_l_array.xhtml
documentation/classarm__compute_1_1_c_l_batch_normalization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_not.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_or.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_xor.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_box3x3.xhtml
documentation/classarm__compute_1_1_c_l_box3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_canny_edge.xhtml
documentation/classarm__compute_1_1_c_l_channel_combine.xhtml
documentation/classarm__compute_1_1_c_l_channel_combine_kernel.xhtml
documentation/classarm__compute_1_1_c_l_channel_extract.xhtml
documentation/classarm__compute_1_1_c_l_channel_extract_kernel.xhtml
documentation/classarm__compute_1_1_c_l_col2_im_kernel.xhtml
documentation/classarm__compute_1_1_c_l_color_convert.xhtml
documentation/classarm__compute_1_1_c_l_color_convert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution3x3.xhtml
documentation/classarm__compute_1_1_c_l_convolution_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer.js
documentation/classarm__compute_1_1_c_l_convolution_layer.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel.js
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_convolution_rectangle.xhtml
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution_square.xhtml
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depth_concatenate.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert.xhtml
documentation/classarm__compute_1_1_c_l_depth_convert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_derivative.xhtml
documentation/classarm__compute_1_1_c_l_derivative_kernel.xhtml
documentation/classarm__compute_1_1_c_l_dilate.xhtml
documentation/classarm__compute_1_1_c_l_dilate_kernel.xhtml
documentation/classarm__compute_1_1_c_l_distribution1_d.xhtml
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml
documentation/classarm__compute_1_1_c_l_edge_trace_kernel.xhtml
documentation/classarm__compute_1_1_c_l_equalize_histogram.xhtml
documentation/classarm__compute_1_1_c_l_erode.xhtml
documentation/classarm__compute_1_1_c_l_erode_kernel.xhtml
documentation/classarm__compute_1_1_c_l_fast_corners.xhtml
documentation/classarm__compute_1_1_c_l_fast_corners_kernel.xhtml
documentation/classarm__compute_1_1_c_l_fill_border.xhtml
documentation/classarm__compute_1_1_c_l_fill_border_kernel.xhtml
documentation/classarm__compute_1_1_c_l_fully_connected_layer.js
documentation/classarm__compute_1_1_c_l_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.js
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian3x3.xhtml
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gradient_kernel.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_gradient.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_gradient.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_corners.xhtml
documentation/classarm__compute_1_1_c_l_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_c_l_histogram.xhtml
documentation/classarm__compute_1_1_c_l_histogram_border_kernel.xhtml
documentation/classarm__compute_1_1_c_l_histogram_kernel.xhtml
documentation/classarm__compute_1_1_c_l_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_c_l_integral_image.xhtml
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_kernel_library.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml
documentation/classarm__compute_1_1_c_l_laplacian_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml
documentation/classarm__compute_1_1_c_l_locally_connected_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml
documentation/classarm__compute_1_1_c_l_lut.xhtml
documentation/classarm__compute_1_1_c_l_lut_allocator.xhtml
documentation/classarm__compute_1_1_c_l_magnitude.xhtml
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml
documentation/classarm__compute_1_1_c_l_mean_std_dev.xhtml
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml
documentation/classarm__compute_1_1_c_l_median3x3.xhtml
documentation/classarm__compute_1_1_c_l_median3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_min_max_kernel.xhtml
documentation/classarm__compute_1_1_c_l_min_max_location.xhtml
documentation/classarm__compute_1_1_c_l_min_max_location_kernel.xhtml
documentation/classarm__compute_1_1_c_l_multi_h_o_g.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_h_o_g.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_image.xhtml
documentation/classarm__compute_1_1_c_l_non_linear_filter.xhtml
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3.xhtml
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_normalization_layer.xhtml
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_optical_flow.xhtml
documentation/classarm__compute_1_1_c_l_phase.xhtml
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml
documentation/classarm__compute_1_1_c_l_pooling_layer.xhtml
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_remap.xhtml
documentation/classarm__compute_1_1_c_l_remap_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scale.xhtml
documentation/classarm__compute_1_1_c_l_scale_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scharr3x3.xhtml
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scheduler.js
documentation/classarm__compute_1_1_c_l_scheduler.xhtml
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel3x3.xhtml
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_softmax_layer.xhtml
documentation/classarm__compute_1_1_c_l_sub_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sub_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sub_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sub_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sub_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup.xhtml
documentation/classarm__compute_1_1_c_l_table_lookup_kernel.xhtml
documentation/classarm__compute_1_1_c_l_tensor.xhtml
documentation/classarm__compute_1_1_c_l_tensor_allocator.xhtml
documentation/classarm__compute_1_1_c_l_threshold.xhtml
documentation/classarm__compute_1_1_c_l_threshold_kernel.xhtml
documentation/classarm__compute_1_1_c_l_transpose.xhtml
documentation/classarm__compute_1_1_c_l_transpose_kernel.xhtml
documentation/classarm__compute_1_1_c_l_warp_affine.xhtml
documentation/classarm__compute_1_1_c_l_warp_affine_kernel.xhtml
documentation/classarm__compute_1_1_c_l_warp_perspective.xhtml
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel.xhtml
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml [moved from documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel.xhtml with 69% similarity]
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_scheduler.js
documentation/classarm__compute_1_1_c_p_p_scheduler.xhtml
documentation/classarm__compute_1_1_c_p_p_scheduler__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_scheduler__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_scheduler__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.svg
documentation/classarm__compute_1_1_coordinates.js
documentation/classarm__compute_1_1_coordinates.xhtml
documentation/classarm__compute_1_1_dimensions.js
documentation/classarm__compute_1_1_dimensions.xhtml
documentation/classarm__compute_1_1_distribution1_d.xhtml
documentation/classarm__compute_1_1_h_o_g.xhtml
documentation/classarm__compute_1_1_h_o_g_info.xhtml
documentation/classarm__compute_1_1_i_access_window.xhtml
documentation/classarm__compute_1_1_i_array.xhtml
documentation/classarm__compute_1_1_i_c_l_array.xhtml
documentation/classarm__compute_1_1_i_c_l_distribution1_d.xhtml
documentation/classarm__compute_1_1_i_c_l_h_o_g.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_h_o_g.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_h_o_g__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_h_o_g__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_h_o_g__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_kernel.js
documentation/classarm__compute_1_1_i_c_l_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_lut.xhtml
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_image.xhtml
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_simple_function.xhtml
documentation/classarm__compute_1_1_i_c_l_simple_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_tensor.xhtml
documentation/classarm__compute_1_1_i_c_p_p_kernel.xhtml
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel.xhtml
documentation/classarm__compute_1_1_i_distribution.xhtml
documentation/classarm__compute_1_1_i_distribution1_d.xhtml
documentation/classarm__compute_1_1_i_function.xhtml
documentation/classarm__compute_1_1_i_h_o_g.xhtml
documentation/classarm__compute_1_1_i_kernel.xhtml
documentation/classarm__compute_1_1_i_lut.xhtml
documentation/classarm__compute_1_1_i_lut_allocator.xhtml
documentation/classarm__compute_1_1_i_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_i_multi_image.xhtml
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_i_n_e_simple_function.xhtml
documentation/classarm__compute_1_1_i_n_e_warp_kernel.xhtml
documentation/classarm__compute_1_1_i_pyramid.xhtml
documentation/classarm__compute_1_1_i_scheduler.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_scheduler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor.js
documentation/classarm__compute_1_1_i_tensor.xhtml
documentation/classarm__compute_1_1_i_tensor_allocator.xhtml
documentation/classarm__compute_1_1_i_tensor_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_iterator.js
documentation/classarm__compute_1_1_iterator.xhtml
documentation/classarm__compute_1_1_kernel.xhtml
documentation/classarm__compute_1_1_lut.xhtml
documentation/classarm__compute_1_1_lut_allocator.xhtml
documentation/classarm__compute_1_1_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_multi_image.xhtml
documentation/classarm__compute_1_1_multi_image_info.xhtml
documentation/classarm__compute_1_1_n_e_absolute_difference.xhtml
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_squared.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml
documentation/classarm__compute_1_1_n_e_activation_layer.xhtml
documentation/classarm__compute_1_1_n_e_activation_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_addition.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml
documentation/classarm__compute_1_1_n_e_batch_normalization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.map [moved from documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel__coll__graph.map with 62% similarity]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.svg [moved from documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel__coll__graph.svg with 50% similarity]
documentation/classarm__compute_1_1_n_e_bitwise_and.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_not.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_or.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_xor.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_box3x3.xhtml
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_box3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_canny_edge.xhtml
documentation/classarm__compute_1_1_n_e_channel_combine.xhtml
documentation/classarm__compute_1_1_n_e_channel_combine_kernel.xhtml
documentation/classarm__compute_1_1_n_e_channel_extract.xhtml
documentation/classarm__compute_1_1_n_e_channel_extract_kernel.xhtml
documentation/classarm__compute_1_1_n_e_col2_im_kernel.xhtml
documentation/classarm__compute_1_1_n_e_color_convert.xhtml
documentation/classarm__compute_1_1_n_e_color_convert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_convolution3x3.xhtml
documentation/classarm__compute_1_1_n_e_convolution_kernel.xhtml
documentation/classarm__compute_1_1_n_e_convolution_layer.js
documentation/classarm__compute_1_1_n_e_convolution_layer.xhtml
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel.js [deleted file]
documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_convolution_rectangle.xhtml
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml
documentation/classarm__compute_1_1_n_e_convolution_square.xhtml
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml
documentation/classarm__compute_1_1_n_e_depth_concatenate.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel__coll__graph.map [moved from documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel__coll__graph.map with 60% similarity]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert.xhtml
documentation/classarm__compute_1_1_n_e_depth_convert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_derivative.xhtml
documentation/classarm__compute_1_1_n_e_derivative_kernel.xhtml
documentation/classarm__compute_1_1_n_e_dilate.xhtml
documentation/classarm__compute_1_1_n_e_dilate_kernel.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml
documentation/classarm__compute_1_1_n_e_edge_trace_kernel.xhtml
documentation/classarm__compute_1_1_n_e_equalize_histogram.xhtml
documentation/classarm__compute_1_1_n_e_erode.xhtml
documentation/classarm__compute_1_1_n_e_erode_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fast_corners.xhtml
documentation/classarm__compute_1_1_n_e_fast_corners_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_array_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_border.xhtml
documentation/classarm__compute_1_1_n_e_fill_border_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fully_connected_layer.js
documentation/classarm__compute_1_1_n_e_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian3x3.xhtml
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gradient_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_detector.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_gradient.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel.js [deleted file]
documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml
documentation/classarm__compute_1_1_n_e_harris_corners.xhtml
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_n_e_histogram.xhtml
documentation/classarm__compute_1_1_n_e_histogram_kernel.xhtml
documentation/classarm__compute_1_1_n_e_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_n_e_integral_image.xhtml
documentation/classarm__compute_1_1_n_e_integral_image_kernel.xhtml
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel.xhtml
documentation/classarm__compute_1_1_n_e_laplacian_pyramid.xhtml
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml
documentation/classarm__compute_1_1_n_e_locally_connected_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.js
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml
documentation/classarm__compute_1_1_n_e_magnitude.xhtml
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml
documentation/classarm__compute_1_1_n_e_mean_std_dev.xhtml
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml
documentation/classarm__compute_1_1_n_e_median3x3.xhtml
documentation/classarm__compute_1_1_n_e_median3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_min_max_kernel.xhtml
documentation/classarm__compute_1_1_n_e_min_max_location.xhtml
documentation/classarm__compute_1_1_n_e_min_max_location_kernel.xhtml
documentation/classarm__compute_1_1_n_e_non_linear_filter.xhtml
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3.xhtml
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_normalization_layer.xhtml
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_optical_flow.xhtml
documentation/classarm__compute_1_1_n_e_phase.xhtml
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml
documentation/classarm__compute_1_1_n_e_pooling_layer.xhtml
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_remap.xhtml
documentation/classarm__compute_1_1_n_e_remap_kernel.xhtml
documentation/classarm__compute_1_1_n_e_scale.xhtml
documentation/classarm__compute_1_1_n_e_scale_kernel.xhtml
documentation/classarm__compute_1_1_n_e_scharr3x3.xhtml
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel3x3.xhtml
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_softmax_layer.xhtml
documentation/classarm__compute_1_1_n_e_table_lookup.xhtml
documentation/classarm__compute_1_1_n_e_table_lookup_kernel.xhtml
documentation/classarm__compute_1_1_n_e_threshold.xhtml
documentation/classarm__compute_1_1_n_e_threshold_kernel.xhtml
documentation/classarm__compute_1_1_n_e_transpose.xhtml
documentation/classarm__compute_1_1_n_e_transpose_kernel.xhtml
documentation/classarm__compute_1_1_n_e_warp_affine.xhtml
documentation/classarm__compute_1_1_n_e_warp_affine_kernel.xhtml
documentation/classarm__compute_1_1_n_e_warp_perspective.xhtml
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel.xhtml
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml [moved from documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel.xhtml with 73% similarity]
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_normalization_layer_info.xhtml
documentation/classarm__compute_1_1_o_m_p_scheduler.js [new file with mode: 0644]
documentation/classarm__compute_1_1_o_m_p_scheduler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_o_m_p_scheduler__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_o_m_p_scheduler__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_o_m_p_scheduler__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_pad_stride_info.xhtml
documentation/classarm__compute_1_1_pixel_value.js
documentation/classarm__compute_1_1_pixel_value.xhtml
documentation/classarm__compute_1_1_pooling_layer_info.xhtml
documentation/classarm__compute_1_1_program.xhtml
documentation/classarm__compute_1_1_pyramid.xhtml
documentation/classarm__compute_1_1_pyramid_info.xhtml
documentation/classarm__compute_1_1_scheduler.js [new file with mode: 0644]
documentation/classarm__compute_1_1_scheduler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_single_thread_scheduler.js [new file with mode: 0644]
documentation/classarm__compute_1_1_single_thread_scheduler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_single_thread_scheduler__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_single_thread_scheduler__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_single_thread_scheduler__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_size2_d.xhtml
documentation/classarm__compute_1_1_steps.js
documentation/classarm__compute_1_1_steps.xhtml
documentation/classarm__compute_1_1_strides.js
documentation/classarm__compute_1_1_strides.xhtml
documentation/classarm__compute_1_1_sub_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor_info__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor_info__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_sub_tensor_info__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor.js
documentation/classarm__compute_1_1_tensor.xhtml
documentation/classarm__compute_1_1_tensor_allocator.xhtml
documentation/classarm__compute_1_1_tensor_info.js
documentation/classarm__compute_1_1_tensor_info.xhtml
documentation/classarm__compute_1_1_tensor_info__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_info__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_info__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_shape.js
documentation/classarm__compute_1_1_tensor_shape.xhtml
documentation/classarm__compute_1_1_weights_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_weights_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_window.js
documentation/classarm__compute_1_1_window.xhtml
documentation/classarm__compute_1_1_window_1_1_dimension.xhtml
documentation/classarm__compute_1_1detail_1_1compare__dimension.js [new file with mode: 0644]
documentation/classarm__compute_1_1detail_1_1compare__dimension.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_functions.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_functions.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_functions__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_functions__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_functions__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_all_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_all_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_all_data_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_all_data_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_all_data_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_border_modes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_border_modes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convert_policies.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convert_policies.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_float_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_float_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_float_data_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_float_data_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_float_data_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_generic_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_generic_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_i_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_i_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_image_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_image_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_interpolation_policies.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_interpolation_policies.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_images.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_images.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_images__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_images__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_images__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_large_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_program_options.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_program_options.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_rounding_policies.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_rounding_policies.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_shape_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_shape_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_signed_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_signed_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_signed_data_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_signed_data_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_signed_data_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small1_d_shape.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small1_d_shape.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small1_d_shape__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small1_d_shape__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small1_d_shape__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_images.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_images.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_images__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_images__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_images__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_tensor_cache.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_tensor_cache.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_tensor_library.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_tensor_library.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_threshold_data_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_threshold_data_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_threshold_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_threshold_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_threshold_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_threshold_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_threshold_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_i_measurement.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_i_measurement.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_profiler.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_profiler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1fixed__point__arithmetic_1_1fixed__point.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1fixed__point__arithmetic_1_1fixed__point.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1model__objects_1_1_alex_net.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1model__objects_1_1_alex_net.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1model__objects_1_1_le_net5.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1model__objects_1_1_le_net5.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference_c_p_p.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference_c_p_p__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference_c_p_p__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference_c_p_p__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_tensor_factory.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1utils_1_1_p_p_m_loader.js [new file with mode: 0644]
documentation/classarm__compute_1_1utils_1_1_p_p_m_loader.xhtml [new file with mode: 0644]
documentation/classes.xhtml
documentation/classtest__helpers_1_1_p_p_m_loader.js [deleted file]
documentation/classtest__helpers_1_1_p_p_m_loader.xhtml [deleted file]
documentation/color__convert_8cl.xhtml
documentation/color__convert_8cl_source.xhtml
documentation/concatenate_8cl.js [new file with mode: 0644]
documentation/concatenate_8cl.xhtml [new file with mode: 0644]
documentation/concatenate_8cl_source.xhtml [new file with mode: 0644]
documentation/convolution3x3_8cl.xhtml
documentation/convolution3x3_8cl_source.xhtml
documentation/convolution5x5_8cl.xhtml
documentation/convolution5x5_8cl_source.xhtml
documentation/convolution7x7_8cl.xhtml
documentation/convolution7x7_8cl_source.xhtml
documentation/convolution9x9_8cl.xhtml
documentation/convolution9x9_8cl_source.xhtml
documentation/convolution__layer_8cl.js
documentation/convolution__layer_8cl.xhtml
documentation/convolution__layer_8cl_source.xhtml
documentation/convolution__rectangle_8cl.xhtml
documentation/convolution__rectangle_8cl_source.xhtml
documentation/depth__convert_8cl.xhtml
documentation/depth__convert_8cl_source.xhtml
documentation/derivative_8cl.xhtml
documentation/derivative_8cl_source.xhtml
documentation/dilate_8cl.xhtml
documentation/dilate_8cl_source.xhtml
documentation/dir_000002_000003.xhtml
documentation/dir_000004_000005.xhtml
documentation/dir_000004_000008.xhtml [moved from documentation/dir_000004_000006.xhtml with 90% similarity]
documentation/dir_000005_000008.xhtml [moved from documentation/dir_000005_000006.xhtml with 89% similarity]
documentation/dir_000006_000007.xhtml [deleted file]
documentation/dir_000007_000000.xhtml [new file with mode: 0644]
documentation/dir_000007_000035.xhtml [moved from documentation/dir_000008_000000.xhtml with 59% similarity]
documentation/dir_000007_000036.xhtml [new file with mode: 0644]
documentation/dir_000007_000037.xhtml [new file with mode: 0644]
documentation/dir_000008_000004.xhtml [moved from documentation/dir_000006_000004.xhtml with 95% similarity]
documentation/dir_000008_000005.xhtml [moved from documentation/dir_000006_000005.xhtml with 94% similarity]
documentation/dir_000008_000009.xhtml [new file with mode: 0644]
documentation/dir_000009_000001.xhtml [deleted file]
documentation/dir_000009_000004.xhtml [moved from documentation/dir_000007_000004.xhtml with 94% similarity]
documentation/dir_000010_000001.xhtml
documentation/dir_000010_000011.xhtml [deleted file]
documentation/dir_000011_000000.xhtml [new file with mode: 0644]
documentation/dir_000011_000001.xhtml [deleted file]
documentation/dir_000012_000001.xhtml [new file with mode: 0644]
documentation/dir_000012_000013.xhtml [new file with mode: 0644]
documentation/dir_000013_000001.xhtml
documentation/dir_000013_000014.xhtml [deleted file]
documentation/dir_000014_000001.xhtml [deleted file]
documentation/dir_000015_000001.xhtml [new file with mode: 0644]
documentation/dir_000015_000016.xhtml [new file with mode: 0644]
documentation/dir_000016_000001.xhtml [new file with mode: 0644]
documentation/dir_000018_000000.xhtml [moved from documentation/dir_000015_000000.xhtml with 53% similarity]
documentation/dir_000018_000011.xhtml [moved from documentation/dir_000015_000008.xhtml with 70% similarity]
documentation/dir_000023_000000.xhtml [new file with mode: 0644]
documentation/dir_000023_000034.xhtml [new file with mode: 0644]
documentation/dir_000023_000035.xhtml [new file with mode: 0644]
documentation/dir_000023_000036.xhtml [new file with mode: 0644]
documentation/dir_000023_000037.xhtml [new file with mode: 0644]
documentation/dir_000024_000000.xhtml [new file with mode: 0644]
documentation/dir_000024_000029.xhtml [new file with mode: 0644]
documentation/dir_000024_000035.xhtml [new file with mode: 0644]
documentation/dir_000024_000037.xhtml [new file with mode: 0644]
documentation/dir_000025_000000.xhtml [new file with mode: 0644]
documentation/dir_000025_000029.xhtml [new file with mode: 0644]
documentation/dir_000025_000036.xhtml [new file with mode: 0644]
documentation/dir_000025_000037.xhtml [new file with mode: 0644]
documentation/dir_000026_000000.xhtml [new file with mode: 0644]
documentation/dir_000026_000036.xhtml [new file with mode: 0644]
documentation/dir_000026_000037.xhtml [new file with mode: 0644]
documentation/dir_000027_000000.xhtml [new file with mode: 0644]
documentation/dir_000027_000035.xhtml [new file with mode: 0644]
documentation/dir_000027_000037.xhtml [new file with mode: 0644]
documentation/dir_000028_000000.xhtml [new file with mode: 0644]
documentation/dir_000028_000036.xhtml [new file with mode: 0644]
documentation/dir_000028_000037.xhtml [new file with mode: 0644]
documentation/dir_000029_000037.xhtml [new file with mode: 0644]
documentation/dir_000030_000000.xhtml [new file with mode: 0644]
documentation/dir_000030_000034.xhtml [new file with mode: 0644]
documentation/dir_000030_000035.xhtml [new file with mode: 0644]
documentation/dir_000030_000036.xhtml [new file with mode: 0644]
documentation/dir_000031_000000.xhtml [new file with mode: 0644]
documentation/dir_000031_000033.xhtml [new file with mode: 0644]
documentation/dir_000031_000035.xhtml [new file with mode: 0644]
documentation/dir_000032_000000.xhtml [new file with mode: 0644]
documentation/dir_000032_000033.xhtml [new file with mode: 0644]
documentation/dir_000032_000036.xhtml [new file with mode: 0644]
documentation/dir_000033_000034.xhtml [new file with mode: 0644]
documentation/dir_000035_000000.xhtml [new file with mode: 0644]
documentation/dir_000036_000000.xhtml [new file with mode: 0644]
documentation/dir_000037_000000.xhtml [new file with mode: 0644]
documentation/dir_000038_000037.xhtml [new file with mode: 0644]
documentation/dir_000039_000000.xhtml [new file with mode: 0644]
documentation/dir_000039_000036.xhtml [new file with mode: 0644]
documentation/dir_000040_000000.xhtml [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6.js [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6.xhtml [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.map [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.md5 [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.svg [new file with mode: 0644]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395.js [new file with mode: 0644]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395.xhtml [new file with mode: 0644]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395_dep.map [new file with mode: 0644]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395_dep.md5 [new file with mode: 0644]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395_dep.svg [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df.js [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df.xhtml [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.map [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.md5 [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.svg [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129.js
documentation/dir_1633709b037eda5b8477677909f78129.xhtml
documentation/dir_1633709b037eda5b8477677909f78129_dep.map
documentation/dir_1633709b037eda5b8477677909f78129_dep.md5
documentation/dir_1633709b037eda5b8477677909f78129_dep.svg
documentation/dir_1e190f7698f059a15072d193afa255c8.js [new file with mode: 0644]
documentation/dir_1e190f7698f059a15072d193afa255c8.xhtml [new file with mode: 0644]
documentation/dir_1e190f7698f059a15072d193afa255c8_dep.map [new file with mode: 0644]
documentation/dir_1e190f7698f059a15072d193afa255c8_dep.md5 [new file with mode: 0644]
documentation/dir_1e190f7698f059a15072d193afa255c8_dep.svg [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.js
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.map
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.md5
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.svg
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.map
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.md5
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.svg
documentation/dir_23b0737c0060f5cc12150dca9a230e10.js [new file with mode: 0644]
documentation/dir_23b0737c0060f5cc12150dca9a230e10.xhtml [new file with mode: 0644]
documentation/dir_23b0737c0060f5cc12150dca9a230e10_dep.map [new file with mode: 0644]
documentation/dir_23b0737c0060f5cc12150dca9a230e10_dep.md5 [new file with mode: 0644]
documentation/dir_23b0737c0060f5cc12150dca9a230e10_dep.svg [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.js
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.xhtml
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.map
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.md5
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.svg
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.js
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.xhtml
documentation/dir_2661e87454575451859bd783c869d609.js [new file with mode: 0644]
documentation/dir_2661e87454575451859bd783c869d609.xhtml [new file with mode: 0644]
documentation/dir_2661e87454575451859bd783c869d609_dep.map [new file with mode: 0644]
documentation/dir_2661e87454575451859bd783c869d609_dep.md5 [new file with mode: 0644]
documentation/dir_2661e87454575451859bd783c869d609_dep.svg [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.js
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.xhtml
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.map
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.md5
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.svg
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.js
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.xhtml
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.map
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.md5
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.svg
documentation/dir_345bd7154d1542d1e03fd2836959a19d.js
documentation/dir_345bd7154d1542d1e03fd2836959a19d.xhtml
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.map
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.md5
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.svg
documentation/dir_445738e6fed662d0b65e690e3f1e1de0.js [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0.xhtml [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.map [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.md5 [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.svg [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1.js [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1.xhtml [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.map [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.md5 [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.svg [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc.js [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc.xhtml [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.map [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.md5 [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.svg [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf.js [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.map [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.md5 [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.svg [new file with mode: 0644]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9.js [new file with mode: 0644]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9.xhtml [new file with mode: 0644]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9_dep.map [new file with mode: 0644]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9_dep.md5 [new file with mode: 0644]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9_dep.svg [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c.xhtml
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.map
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.md5
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.svg
documentation/dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230.xhtml
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.map
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.md5
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.svg
documentation/dir_896191444cf08ec8ade6f88256cb2bdd.js [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd.xhtml [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.map [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.md5 [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.svg [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.js
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.xhtml
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.map
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.md5
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.svg
documentation/dir_8c278f79c760e5c5fbd911f9870614c1.xhtml
documentation/dir_9b109a3838d873f4037ee21889a49db8.js
documentation/dir_9b109a3838d873f4037ee21889a49db8.xhtml
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.map
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.md5
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.svg
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33.js [new file with mode: 0644]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33.xhtml [new file with mode: 0644]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33_dep.map [new file with mode: 0644]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33_dep.md5 [new file with mode: 0644]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33_dep.svg [new file with mode: 0644]
documentation/dir_aebb8dcc11953d78e620bbef0b9e2183.xhtml
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a.xhtml
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.map [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.md5 [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.svg [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057.js [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057.xhtml [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.map [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.md5 [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.svg [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.js
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.xhtml
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.map
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.md5
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.svg
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0.js [new file with mode: 0644]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0.xhtml [new file with mode: 0644]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0_dep.map [new file with mode: 0644]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0_dep.md5 [new file with mode: 0644]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0_dep.svg [new file with mode: 0644]
documentation/dir_c1aaaab7f10e8303cab52138d50f8521.js [deleted file]
documentation/dir_c1aaaab7f10e8303cab52138d50f8521_dep.map [deleted file]
documentation/dir_c1aaaab7f10e8303cab52138d50f8521_dep.md5 [deleted file]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd.js [new file with mode: 0644]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd.xhtml [moved from documentation/dir_c1aaaab7f10e8303cab52138d50f8521.xhtml with 81% similarity]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.map [new file with mode: 0644]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.md5 [new file with mode: 0644]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.svg [moved from documentation/dir_c1aaaab7f10e8303cab52138d50f8521_dep.svg with 67% similarity]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.js
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.xhtml
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.svg
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65.js [new file with mode: 0644]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65.xhtml [new file with mode: 0644]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65_dep.map [new file with mode: 0644]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65_dep.md5 [new file with mode: 0644]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65_dep.svg [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604.js [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604.xhtml [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.map [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.md5 [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.svg [new file with mode: 0644]
documentation/dir_e92efd873d292d9829f03334575b107c.js [new file with mode: 0644]
documentation/dir_e92efd873d292d9829f03334575b107c.xhtml [new file with mode: 0644]
documentation/dir_e92efd873d292d9829f03334575b107c_dep.map [new file with mode: 0644]
documentation/dir_e92efd873d292d9829f03334575b107c_dep.md5 [new file with mode: 0644]
documentation/dir_e92efd873d292d9829f03334575b107c_dep.svg [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc.js [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc.xhtml [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.map [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.md5 [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.svg [new file with mode: 0644]
documentation/dir_f482a42326943e614a2ec303fd116962.js [new file with mode: 0644]
documentation/dir_f482a42326943e614a2ec303fd116962.xhtml [new file with mode: 0644]
documentation/dir_f482a42326943e614a2ec303fd116962_dep.map [new file with mode: 0644]
documentation/dir_f482a42326943e614a2ec303fd116962_dep.md5 [new file with mode: 0644]
documentation/dir_f482a42326943e614a2ec303fd116962_dep.svg [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce.js [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce.xhtml [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.map [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.md5 [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.svg [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595.js
documentation/dir_f906bbebc596bc606d589ccb705e6595.xhtml
documentation/erode_8cl.xhtml
documentation/erode_8cl_source.xhtml
documentation/fast__corners_8cl.xhtml
documentation/fast__corners_8cl_source.xhtml
documentation/files.js
documentation/files.xhtml
documentation/fill__border_8cl.xhtml
documentation/fill__border_8cl_source.xhtml
documentation/functions.xhtml
documentation/functions_0x7e.xhtml
documentation/functions_a.xhtml
documentation/functions_b.xhtml
documentation/functions_c.xhtml
documentation/functions_d.xhtml
documentation/functions_e.xhtml
documentation/functions_enum.xhtml
documentation/functions_eval.xhtml [new file with mode: 0644]
documentation/functions_f.xhtml
documentation/functions_func.xhtml
documentation/functions_func_0x7e.xhtml
documentation/functions_func_b.xhtml
documentation/functions_func_c.xhtml
documentation/functions_func_d.xhtml
documentation/functions_func_e.xhtml
documentation/functions_func_f.xhtml
documentation/functions_func_g.xhtml
documentation/functions_func_h.xhtml
documentation/functions_func_i.xhtml
documentation/functions_func_k.xhtml
documentation/functions_func_l.xhtml
documentation/functions_func_m.xhtml
documentation/functions_func_n.xhtml
documentation/functions_func_o.xhtml
documentation/functions_func_p.xhtml
documentation/functions_func_q.xhtml
documentation/functions_func_r.xhtml
documentation/functions_func_s.xhtml
documentation/functions_func_t.xhtml
documentation/functions_func_u.xhtml
documentation/functions_func_v.xhtml
documentation/functions_func_w.xhtml
documentation/functions_func_x.xhtml
documentation/functions_func_y.xhtml
documentation/functions_func_z.xhtml
documentation/functions_g.xhtml
documentation/functions_h.xhtml
documentation/functions_i.xhtml
documentation/functions_k.xhtml
documentation/functions_l.xhtml
documentation/functions_m.xhtml
documentation/functions_n.xhtml
documentation/functions_o.xhtml
documentation/functions_p.xhtml
documentation/functions_q.xhtml
documentation/functions_r.xhtml
documentation/functions_rela.xhtml [new file with mode: 0644]
documentation/functions_s.xhtml
documentation/functions_t.xhtml
documentation/functions_type.xhtml [new file with mode: 0644]
documentation/functions_u.xhtml
documentation/functions_v.xhtml
documentation/functions_vars.xhtml
documentation/functions_w.xhtml
documentation/functions_x.xhtml
documentation/functions_y.xhtml
documentation/functions_z.xhtml
documentation/gaussian__pyramid_8cl.xhtml
documentation/gaussian__pyramid_8cl_source.xhtml
documentation/gemm_8cl.xhtml
documentation/gemm_8cl_source.xhtml
documentation/globals.xhtml
documentation/globals_a.xhtml [new file with mode: 0644]
documentation/globals_b.xhtml
documentation/globals_c.xhtml
documentation/globals_d.xhtml
documentation/globals_defs.xhtml
documentation/globals_dup.js
documentation/globals_e.xhtml
documentation/globals_f.xhtml
documentation/globals_func.xhtml
documentation/globals_func_b.xhtml
documentation/globals_func_c.xhtml
documentation/globals_func_d.xhtml
documentation/globals_func_e.xhtml
documentation/globals_func_f.xhtml
documentation/globals_func_g.xhtml
documentation/globals_func_h.xhtml
documentation/globals_func_i.xhtml
documentation/globals_func_l.xhtml
documentation/globals_func_m.xhtml
documentation/globals_func_n.xhtml
documentation/globals_func_o.xhtml
documentation/globals_func_p.xhtml
documentation/globals_func_r.xhtml
documentation/globals_func_s.xhtml
documentation/globals_func_t.xhtml
documentation/globals_func_u.xhtml
documentation/globals_func_v.xhtml
documentation/globals_func_w.xhtml
documentation/globals_func_y.xhtml
documentation/globals_g.xhtml
documentation/globals_h.xhtml
documentation/globals_i.xhtml
documentation/globals_k.xhtml
documentation/globals_l.xhtml
documentation/globals_m.xhtml
documentation/globals_n.xhtml
documentation/globals_o.xhtml
documentation/globals_p.xhtml
documentation/globals_r.xhtml
documentation/globals_s.xhtml
documentation/globals_t.xhtml
documentation/globals_type.xhtml
documentation/globals_u.xhtml
documentation/globals_v.xhtml
documentation/globals_vars.xhtml
documentation/globals_w.xhtml
documentation/globals_x.xhtml
documentation/globals_y.xhtml
documentation/graph_legend.xhtml
documentation/harris__corners_8cl.xhtml
documentation/harris__corners_8cl_source.xhtml
documentation/helpers_8h.xhtml
documentation/helpers_8h_source.xhtml
documentation/hierarchy.js
documentation/hierarchy.xhtml
documentation/histogram_8cl.xhtml
documentation/histogram_8cl_source.xhtml
documentation/hog_8cl.xhtml [new file with mode: 0644]
documentation/hog_8cl_source.xhtml [new file with mode: 0644]
documentation/index.xhtml
documentation/inherit_graph_0.map
documentation/inherit_graph_0.md5
documentation/inherit_graph_0.svg
documentation/inherit_graph_1.map
documentation/inherit_graph_1.md5
documentation/inherit_graph_1.svg
documentation/inherit_graph_10.map
documentation/inherit_graph_10.md5
documentation/inherit_graph_10.svg
documentation/inherit_graph_100.map [new file with mode: 0644]
documentation/inherit_graph_100.md5 [new file with mode: 0644]
documentation/inherit_graph_100.svg [new file with mode: 0644]
documentation/inherit_graph_101.map [new file with mode: 0644]
documentation/inherit_graph_101.md5 [new file with mode: 0644]
documentation/inherit_graph_101.svg [new file with mode: 0644]
documentation/inherit_graph_102.map [new file with mode: 0644]
documentation/inherit_graph_102.md5 [new file with mode: 0644]
documentation/inherit_graph_102.svg [new file with mode: 0644]
documentation/inherit_graph_103.map [new file with mode: 0644]
documentation/inherit_graph_103.md5 [new file with mode: 0644]
documentation/inherit_graph_103.svg [new file with mode: 0644]
documentation/inherit_graph_104.map [new file with mode: 0644]
documentation/inherit_graph_104.md5 [new file with mode: 0644]
documentation/inherit_graph_104.svg [new file with mode: 0644]
documentation/inherit_graph_105.map [new file with mode: 0644]
documentation/inherit_graph_105.md5 [new file with mode: 0644]
documentation/inherit_graph_105.svg [new file with mode: 0644]
documentation/inherit_graph_106.map [new file with mode: 0644]
documentation/inherit_graph_106.md5 [new file with mode: 0644]
documentation/inherit_graph_106.svg [new file with mode: 0644]
documentation/inherit_graph_107.map [new file with mode: 0644]
documentation/inherit_graph_107.md5 [new file with mode: 0644]
documentation/inherit_graph_107.svg [new file with mode: 0644]
documentation/inherit_graph_108.map [new file with mode: 0644]
documentation/inherit_graph_108.md5 [new file with mode: 0644]
documentation/inherit_graph_108.svg [new file with mode: 0644]
documentation/inherit_graph_109.map [new file with mode: 0644]
documentation/inherit_graph_109.md5 [new file with mode: 0644]
documentation/inherit_graph_109.svg [new file with mode: 0644]
documentation/inherit_graph_11.map
documentation/inherit_graph_11.md5
documentation/inherit_graph_11.svg
documentation/inherit_graph_110.map [new file with mode: 0644]
documentation/inherit_graph_110.md5 [new file with mode: 0644]
documentation/inherit_graph_110.svg [new file with mode: 0644]
documentation/inherit_graph_111.map [new file with mode: 0644]
documentation/inherit_graph_111.md5 [new file with mode: 0644]
documentation/inherit_graph_111.svg [new file with mode: 0644]
documentation/inherit_graph_112.map [new file with mode: 0644]
documentation/inherit_graph_112.md5 [new file with mode: 0644]
documentation/inherit_graph_112.svg [new file with mode: 0644]
documentation/inherit_graph_113.map [new file with mode: 0644]
documentation/inherit_graph_113.md5 [new file with mode: 0644]
documentation/inherit_graph_113.svg [new file with mode: 0644]
documentation/inherit_graph_114.map [new file with mode: 0644]
documentation/inherit_graph_114.md5 [new file with mode: 0644]
documentation/inherit_graph_114.svg [new file with mode: 0644]
documentation/inherit_graph_115.map [new file with mode: 0644]
documentation/inherit_graph_115.md5 [new file with mode: 0644]
documentation/inherit_graph_115.svg [new file with mode: 0644]
documentation/inherit_graph_116.map [new file with mode: 0644]
documentation/inherit_graph_116.md5 [new file with mode: 0644]
documentation/inherit_graph_116.svg [new file with mode: 0644]
documentation/inherit_graph_117.map [new file with mode: 0644]
documentation/inherit_graph_117.md5 [new file with mode: 0644]
documentation/inherit_graph_117.svg [new file with mode: 0644]
documentation/inherit_graph_118.map [new file with mode: 0644]
documentation/inherit_graph_118.md5 [new file with mode: 0644]
documentation/inherit_graph_118.svg [new file with mode: 0644]
documentation/inherit_graph_119.map [new file with mode: 0644]
documentation/inherit_graph_119.md5 [new file with mode: 0644]
documentation/inherit_graph_119.svg [new file with mode: 0644]
documentation/inherit_graph_12.map
documentation/inherit_graph_12.md5
documentation/inherit_graph_12.svg
documentation/inherit_graph_120.map [new file with mode: 0644]
documentation/inherit_graph_120.md5 [new file with mode: 0644]
documentation/inherit_graph_120.svg [new file with mode: 0644]
documentation/inherit_graph_121.map [new file with mode: 0644]
documentation/inherit_graph_121.md5 [new file with mode: 0644]
documentation/inherit_graph_121.svg [new file with mode: 0644]
documentation/inherit_graph_122.map [new file with mode: 0644]
documentation/inherit_graph_122.md5 [new file with mode: 0644]
documentation/inherit_graph_122.svg [new file with mode: 0644]
documentation/inherit_graph_123.map [new file with mode: 0644]
documentation/inherit_graph_123.md5 [new file with mode: 0644]
documentation/inherit_graph_123.svg [new file with mode: 0644]
documentation/inherit_graph_124.map [new file with mode: 0644]
documentation/inherit_graph_124.md5 [new file with mode: 0644]
documentation/inherit_graph_124.svg [new file with mode: 0644]
documentation/inherit_graph_125.map [new file with mode: 0644]
documentation/inherit_graph_125.md5 [new file with mode: 0644]
documentation/inherit_graph_125.svg [new file with mode: 0644]
documentation/inherit_graph_126.map [new file with mode: 0644]
documentation/inherit_graph_126.md5 [new file with mode: 0644]
documentation/inherit_graph_126.svg [new file with mode: 0644]
documentation/inherit_graph_127.map [new file with mode: 0644]
documentation/inherit_graph_127.md5 [new file with mode: 0644]
documentation/inherit_graph_127.svg [new file with mode: 0644]
documentation/inherit_graph_128.map [new file with mode: 0644]
documentation/inherit_graph_128.md5 [new file with mode: 0644]
documentation/inherit_graph_128.svg [new file with mode: 0644]
documentation/inherit_graph_129.map [new file with mode: 0644]
documentation/inherit_graph_129.md5 [new file with mode: 0644]
documentation/inherit_graph_129.svg [new file with mode: 0644]
documentation/inherit_graph_13.map
documentation/inherit_graph_13.md5
documentation/inherit_graph_13.svg
documentation/inherit_graph_130.map [new file with mode: 0644]
documentation/inherit_graph_130.md5 [new file with mode: 0644]
documentation/inherit_graph_130.svg [new file with mode: 0644]
documentation/inherit_graph_131.map [new file with mode: 0644]
documentation/inherit_graph_131.md5 [new file with mode: 0644]
documentation/inherit_graph_131.svg [new file with mode: 0644]
documentation/inherit_graph_132.map [new file with mode: 0644]
documentation/inherit_graph_132.md5 [new file with mode: 0644]
documentation/inherit_graph_132.svg [new file with mode: 0644]
documentation/inherit_graph_133.map [new file with mode: 0644]
documentation/inherit_graph_133.md5 [new file with mode: 0644]
documentation/inherit_graph_133.svg [new file with mode: 0644]
documentation/inherit_graph_134.map [new file with mode: 0644]
documentation/inherit_graph_134.md5 [new file with mode: 0644]
documentation/inherit_graph_134.svg [new file with mode: 0644]
documentation/inherit_graph_135.map [new file with mode: 0644]
documentation/inherit_graph_135.md5 [new file with mode: 0644]
documentation/inherit_graph_135.svg [new file with mode: 0644]
documentation/inherit_graph_136.map [new file with mode: 0644]
documentation/inherit_graph_136.md5 [new file with mode: 0644]
documentation/inherit_graph_136.svg [new file with mode: 0644]
documentation/inherit_graph_137.map [new file with mode: 0644]
documentation/inherit_graph_137.md5 [new file with mode: 0644]
documentation/inherit_graph_137.svg [new file with mode: 0644]
documentation/inherit_graph_138.map [new file with mode: 0644]
documentation/inherit_graph_138.md5 [new file with mode: 0644]
documentation/inherit_graph_138.svg [new file with mode: 0644]
documentation/inherit_graph_139.map [new file with mode: 0644]
documentation/inherit_graph_139.md5 [new file with mode: 0644]
documentation/inherit_graph_139.svg [new file with mode: 0644]
documentation/inherit_graph_14.map
documentation/inherit_graph_14.md5
documentation/inherit_graph_14.svg
documentation/inherit_graph_140.map [new file with mode: 0644]
documentation/inherit_graph_140.md5 [new file with mode: 0644]
documentation/inherit_graph_140.svg [new file with mode: 0644]
documentation/inherit_graph_141.map [new file with mode: 0644]
documentation/inherit_graph_141.md5 [new file with mode: 0644]
documentation/inherit_graph_141.svg [new file with mode: 0644]
documentation/inherit_graph_15.map
documentation/inherit_graph_15.md5
documentation/inherit_graph_15.svg
documentation/inherit_graph_16.map
documentation/inherit_graph_16.md5
documentation/inherit_graph_16.svg
documentation/inherit_graph_17.map
documentation/inherit_graph_17.md5
documentation/inherit_graph_17.svg
documentation/inherit_graph_18.map
documentation/inherit_graph_18.md5
documentation/inherit_graph_18.svg
documentation/inherit_graph_19.map
documentation/inherit_graph_19.md5
documentation/inherit_graph_19.svg
documentation/inherit_graph_2.map
documentation/inherit_graph_2.md5
documentation/inherit_graph_2.svg
documentation/inherit_graph_20.map
documentation/inherit_graph_20.md5
documentation/inherit_graph_20.svg
documentation/inherit_graph_21.map
documentation/inherit_graph_21.md5
documentation/inherit_graph_21.svg
documentation/inherit_graph_22.map
documentation/inherit_graph_22.md5
documentation/inherit_graph_22.svg
documentation/inherit_graph_23.map
documentation/inherit_graph_23.md5
documentation/inherit_graph_23.svg
documentation/inherit_graph_24.map
documentation/inherit_graph_24.md5
documentation/inherit_graph_24.svg
documentation/inherit_graph_25.map
documentation/inherit_graph_25.md5
documentation/inherit_graph_25.svg
documentation/inherit_graph_26.map
documentation/inherit_graph_26.md5
documentation/inherit_graph_26.svg
documentation/inherit_graph_27.map
documentation/inherit_graph_27.md5
documentation/inherit_graph_27.svg
documentation/inherit_graph_28.map
documentation/inherit_graph_28.md5
documentation/inherit_graph_28.svg
documentation/inherit_graph_29.map
documentation/inherit_graph_29.md5
documentation/inherit_graph_29.svg
documentation/inherit_graph_3.map
documentation/inherit_graph_3.md5
documentation/inherit_graph_3.svg
documentation/inherit_graph_30.map
documentation/inherit_graph_30.md5
documentation/inherit_graph_30.svg
documentation/inherit_graph_31.map
documentation/inherit_graph_31.md5
documentation/inherit_graph_31.svg
documentation/inherit_graph_32.map
documentation/inherit_graph_32.md5
documentation/inherit_graph_32.svg
documentation/inherit_graph_33.map
documentation/inherit_graph_33.md5
documentation/inherit_graph_33.svg
documentation/inherit_graph_34.map
documentation/inherit_graph_34.md5
documentation/inherit_graph_34.svg
documentation/inherit_graph_35.map
documentation/inherit_graph_35.md5
documentation/inherit_graph_35.svg
documentation/inherit_graph_36.map
documentation/inherit_graph_36.md5
documentation/inherit_graph_36.svg
documentation/inherit_graph_37.map
documentation/inherit_graph_37.md5
documentation/inherit_graph_37.svg
documentation/inherit_graph_38.map
documentation/inherit_graph_38.md5
documentation/inherit_graph_38.svg
documentation/inherit_graph_39.map
documentation/inherit_graph_39.md5
documentation/inherit_graph_39.svg
documentation/inherit_graph_4.map
documentation/inherit_graph_4.md5
documentation/inherit_graph_4.svg
documentation/inherit_graph_40.map
documentation/inherit_graph_40.md5
documentation/inherit_graph_40.svg
documentation/inherit_graph_41.map
documentation/inherit_graph_41.md5
documentation/inherit_graph_41.svg
documentation/inherit_graph_42.map
documentation/inherit_graph_42.md5
documentation/inherit_graph_42.svg
documentation/inherit_graph_43.map
documentation/inherit_graph_43.md5
documentation/inherit_graph_43.svg
documentation/inherit_graph_44.map
documentation/inherit_graph_44.md5
documentation/inherit_graph_44.svg
documentation/inherit_graph_45.map
documentation/inherit_graph_45.md5
documentation/inherit_graph_45.svg
documentation/inherit_graph_46.map
documentation/inherit_graph_46.md5
documentation/inherit_graph_46.svg
documentation/inherit_graph_47.map
documentation/inherit_graph_47.md5
documentation/inherit_graph_47.svg
documentation/inherit_graph_48.map
documentation/inherit_graph_48.md5
documentation/inherit_graph_48.svg
documentation/inherit_graph_49.map
documentation/inherit_graph_49.md5
documentation/inherit_graph_49.svg
documentation/inherit_graph_5.map
documentation/inherit_graph_5.md5
documentation/inherit_graph_5.svg
documentation/inherit_graph_50.map
documentation/inherit_graph_50.md5
documentation/inherit_graph_50.svg
documentation/inherit_graph_51.map
documentation/inherit_graph_51.md5
documentation/inherit_graph_51.svg
documentation/inherit_graph_52.map
documentation/inherit_graph_52.md5
documentation/inherit_graph_52.svg
documentation/inherit_graph_53.map
documentation/inherit_graph_53.md5
documentation/inherit_graph_53.svg
documentation/inherit_graph_54.map
documentation/inherit_graph_54.md5
documentation/inherit_graph_54.svg
documentation/inherit_graph_55.map [new file with mode: 0644]
documentation/inherit_graph_55.md5 [new file with mode: 0644]
documentation/inherit_graph_55.svg [new file with mode: 0644]
documentation/inherit_graph_56.map [new file with mode: 0644]
documentation/inherit_graph_56.md5 [new file with mode: 0644]
documentation/inherit_graph_56.svg [new file with mode: 0644]
documentation/inherit_graph_57.map [new file with mode: 0644]
documentation/inherit_graph_57.md5 [new file with mode: 0644]
documentation/inherit_graph_57.svg [new file with mode: 0644]
documentation/inherit_graph_58.map [new file with mode: 0644]
documentation/inherit_graph_58.md5 [new file with mode: 0644]
documentation/inherit_graph_58.svg [new file with mode: 0644]
documentation/inherit_graph_59.map [new file with mode: 0644]
documentation/inherit_graph_59.md5 [new file with mode: 0644]
documentation/inherit_graph_59.svg [new file with mode: 0644]
documentation/inherit_graph_6.map
documentation/inherit_graph_6.md5
documentation/inherit_graph_6.svg
documentation/inherit_graph_60.map [new file with mode: 0644]
documentation/inherit_graph_60.md5 [new file with mode: 0644]
documentation/inherit_graph_60.svg [new file with mode: 0644]
documentation/inherit_graph_61.map [new file with mode: 0644]
documentation/inherit_graph_61.md5 [new file with mode: 0644]
documentation/inherit_graph_61.svg [new file with mode: 0644]
documentation/inherit_graph_62.map [new file with mode: 0644]
documentation/inherit_graph_62.md5 [new file with mode: 0644]
documentation/inherit_graph_62.svg [new file with mode: 0644]
documentation/inherit_graph_63.map [new file with mode: 0644]
documentation/inherit_graph_63.md5 [new file with mode: 0644]
documentation/inherit_graph_63.svg [new file with mode: 0644]
documentation/inherit_graph_64.map [new file with mode: 0644]
documentation/inherit_graph_64.md5 [new file with mode: 0644]
documentation/inherit_graph_64.svg [new file with mode: 0644]
documentation/inherit_graph_65.map [new file with mode: 0644]
documentation/inherit_graph_65.md5 [new file with mode: 0644]
documentation/inherit_graph_65.svg [new file with mode: 0644]
documentation/inherit_graph_66.map [new file with mode: 0644]
documentation/inherit_graph_66.md5 [new file with mode: 0644]
documentation/inherit_graph_66.svg [new file with mode: 0644]
documentation/inherit_graph_67.map [new file with mode: 0644]
documentation/inherit_graph_67.md5 [new file with mode: 0644]
documentation/inherit_graph_67.svg [new file with mode: 0644]
documentation/inherit_graph_68.map [new file with mode: 0644]
documentation/inherit_graph_68.md5 [new file with mode: 0644]
documentation/inherit_graph_68.svg [new file with mode: 0644]
documentation/inherit_graph_69.map [new file with mode: 0644]
documentation/inherit_graph_69.md5 [new file with mode: 0644]
documentation/inherit_graph_69.svg [new file with mode: 0644]
documentation/inherit_graph_7.map
documentation/inherit_graph_7.md5
documentation/inherit_graph_7.svg
documentation/inherit_graph_70.map [new file with mode: 0644]
documentation/inherit_graph_70.md5 [new file with mode: 0644]
documentation/inherit_graph_70.svg [new file with mode: 0644]
documentation/inherit_graph_71.map [new file with mode: 0644]
documentation/inherit_graph_71.md5 [new file with mode: 0644]
documentation/inherit_graph_71.svg [new file with mode: 0644]
documentation/inherit_graph_72.map [new file with mode: 0644]
documentation/inherit_graph_72.md5 [new file with mode: 0644]
documentation/inherit_graph_72.svg [new file with mode: 0644]
documentation/inherit_graph_73.map [new file with mode: 0644]
documentation/inherit_graph_73.md5 [new file with mode: 0644]
documentation/inherit_graph_73.svg [new file with mode: 0644]
documentation/inherit_graph_74.map [new file with mode: 0644]
documentation/inherit_graph_74.md5 [new file with mode: 0644]
documentation/inherit_graph_74.svg [new file with mode: 0644]
documentation/inherit_graph_75.map [new file with mode: 0644]
documentation/inherit_graph_75.md5 [new file with mode: 0644]
documentation/inherit_graph_75.svg [new file with mode: 0644]
documentation/inherit_graph_76.map [new file with mode: 0644]
documentation/inherit_graph_76.md5 [new file with mode: 0644]
documentation/inherit_graph_76.svg [new file with mode: 0644]
documentation/inherit_graph_77.map [new file with mode: 0644]
documentation/inherit_graph_77.md5 [new file with mode: 0644]
documentation/inherit_graph_77.svg [new file with mode: 0644]
documentation/inherit_graph_78.map [new file with mode: 0644]
documentation/inherit_graph_78.md5 [new file with mode: 0644]
documentation/inherit_graph_78.svg [new file with mode: 0644]
documentation/inherit_graph_79.map [new file with mode: 0644]
documentation/inherit_graph_79.md5 [new file with mode: 0644]
documentation/inherit_graph_79.svg [new file with mode: 0644]
documentation/inherit_graph_8.map
documentation/inherit_graph_8.md5
documentation/inherit_graph_8.svg
documentation/inherit_graph_80.map [new file with mode: 0644]
documentation/inherit_graph_80.md5 [new file with mode: 0644]
documentation/inherit_graph_80.svg [new file with mode: 0644]
documentation/inherit_graph_81.map [new file with mode: 0644]
documentation/inherit_graph_81.md5 [new file with mode: 0644]
documentation/inherit_graph_81.svg [new file with mode: 0644]
documentation/inherit_graph_82.map [new file with mode: 0644]
documentation/inherit_graph_82.md5 [new file with mode: 0644]
documentation/inherit_graph_82.svg [new file with mode: 0644]
documentation/inherit_graph_83.map [new file with mode: 0644]
documentation/inherit_graph_83.md5 [new file with mode: 0644]
documentation/inherit_graph_83.svg [new file with mode: 0644]
documentation/inherit_graph_84.map [new file with mode: 0644]
documentation/inherit_graph_84.md5 [new file with mode: 0644]
documentation/inherit_graph_84.svg [new file with mode: 0644]
documentation/inherit_graph_85.map [new file with mode: 0644]
documentation/inherit_graph_85.md5 [new file with mode: 0644]
documentation/inherit_graph_85.svg [new file with mode: 0644]
documentation/inherit_graph_86.map [new file with mode: 0644]
documentation/inherit_graph_86.md5 [new file with mode: 0644]
documentation/inherit_graph_86.svg [new file with mode: 0644]
documentation/inherit_graph_87.map [new file with mode: 0644]
documentation/inherit_graph_87.md5 [new file with mode: 0644]
documentation/inherit_graph_87.svg [new file with mode: 0644]
documentation/inherit_graph_88.map [new file with mode: 0644]
documentation/inherit_graph_88.md5 [new file with mode: 0644]
documentation/inherit_graph_88.svg [new file with mode: 0644]
documentation/inherit_graph_89.map [new file with mode: 0644]
documentation/inherit_graph_89.md5 [new file with mode: 0644]
documentation/inherit_graph_89.svg [new file with mode: 0644]
documentation/inherit_graph_9.map
documentation/inherit_graph_9.md5
documentation/inherit_graph_9.svg
documentation/inherit_graph_90.map [new file with mode: 0644]
documentation/inherit_graph_90.md5 [new file with mode: 0644]
documentation/inherit_graph_90.svg [new file with mode: 0644]
documentation/inherit_graph_91.map [new file with mode: 0644]
documentation/inherit_graph_91.md5 [new file with mode: 0644]
documentation/inherit_graph_91.svg [new file with mode: 0644]
documentation/inherit_graph_92.map [new file with mode: 0644]
documentation/inherit_graph_92.md5 [new file with mode: 0644]
documentation/inherit_graph_92.svg [new file with mode: 0644]
documentation/inherit_graph_93.map [new file with mode: 0644]
documentation/inherit_graph_93.md5 [new file with mode: 0644]
documentation/inherit_graph_93.svg [new file with mode: 0644]
documentation/inherit_graph_94.map [new file with mode: 0644]
documentation/inherit_graph_94.md5 [new file with mode: 0644]
documentation/inherit_graph_94.svg [new file with mode: 0644]
documentation/inherit_graph_95.map [new file with mode: 0644]
documentation/inherit_graph_95.md5 [new file with mode: 0644]
documentation/inherit_graph_95.svg [new file with mode: 0644]
documentation/inherit_graph_96.map [new file with mode: 0644]
documentation/inherit_graph_96.md5 [new file with mode: 0644]
documentation/inherit_graph_96.svg [new file with mode: 0644]
documentation/inherit_graph_97.map [new file with mode: 0644]
documentation/inherit_graph_97.md5 [new file with mode: 0644]
documentation/inherit_graph_97.svg [new file with mode: 0644]
documentation/inherit_graph_98.map [new file with mode: 0644]
documentation/inherit_graph_98.md5 [new file with mode: 0644]
documentation/inherit_graph_98.svg [new file with mode: 0644]
documentation/inherit_graph_99.map [new file with mode: 0644]
documentation/inherit_graph_99.md5 [new file with mode: 0644]
documentation/inherit_graph_99.svg [new file with mode: 0644]
documentation/inherits.xhtml
documentation/integral__image_8cl.xhtml
documentation/integral__image_8cl_source.xhtml
documentation/magnitude__phase_8cl.xhtml
documentation/magnitude__phase_8cl_source.xhtml
documentation/mean__stddev_8cl.xhtml
documentation/mean__stddev_8cl_source.xhtml
documentation/minmaxloc_8cl.xhtml
documentation/minmaxloc_8cl_source.xhtml
documentation/model__objects_2_alex_net_8h.xhtml [new file with mode: 0644]
documentation/model__objects_2_alex_net_8h_source.xhtml [new file with mode: 0644]
documentation/model__objects_2_le_net5_8h.xhtml [new file with mode: 0644]
documentation/model__objects_2_le_net5_8h_source.xhtml [new file with mode: 0644]
documentation/namespacearm__compute.js
documentation/namespacearm__compute.xhtml
documentation/namespacearm__compute_1_1cpp14.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1cpp14.xhtml
documentation/namespacearm__compute_1_1detail.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1detail.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1benchmark.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1benchmark.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1cl.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1cl.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1cpp11.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1cpp14.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1cpp14.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1model__objects.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1model__objects.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1neon.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1neon.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1performance.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1performance.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1traits.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1traits.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation_1_1cl.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation_1_1cl.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation_1_1tensor__operations.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation_1_1tensor__visitors.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation_1_1tensor__visitors.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation_1_1vx.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1traits.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1traits.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1utils.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1utils.xhtml [moved from documentation/namespacetest__helpers.xhtml with 51% similarity]
documentation/namespaceboost.js [new file with mode: 0644]
documentation/namespaceboost.xhtml [new file with mode: 0644]
documentation/namespaceboost_1_1unit__test.js [new file with mode: 0644]
documentation/namespaceboost_1_1unit__test.xhtml [new file with mode: 0644]
documentation/namespaceboost_1_1unit__test_1_1data.js [new file with mode: 0644]
documentation/namespaceboost_1_1unit__test_1_1data.xhtml [new file with mode: 0644]
documentation/namespaceboost_1_1unit__test_1_1data_1_1monomorphic.js [new file with mode: 0644]
documentation/namespaceboost_1_1unit__test_1_1data_1_1monomorphic.xhtml [new file with mode: 0644]
documentation/namespacecl.xhtml
documentation/namespacemembers.xhtml
documentation/namespacemembers_b.xhtml [new file with mode: 0644]
documentation/namespacemembers_c.xhtml [new file with mode: 0644]
documentation/namespacemembers_d.xhtml [new file with mode: 0644]
documentation/namespacemembers_dup.js [new file with mode: 0644]
documentation/namespacemembers_e.xhtml [new file with mode: 0644]
documentation/namespacemembers_enum.xhtml
documentation/namespacemembers_f.xhtml [new file with mode: 0644]
documentation/namespacemembers_func.js [new file with mode: 0644]
documentation/namespacemembers_func.xhtml
documentation/namespacemembers_func_b.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_c.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_d.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_e.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_f.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_g.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_h.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_i.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_l.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_m.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_n.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_o.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_p.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_r.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_s.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_t.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_u.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_v.xhtml [new file with mode: 0644]
documentation/namespacemembers_g.xhtml [new file with mode: 0644]
documentation/namespacemembers_h.xhtml [new file with mode: 0644]
documentation/namespacemembers_i.xhtml [new file with mode: 0644]
documentation/namespacemembers_k.xhtml [new file with mode: 0644]
documentation/namespacemembers_l.xhtml [new file with mode: 0644]
documentation/namespacemembers_m.xhtml [new file with mode: 0644]
documentation/namespacemembers_n.xhtml [new file with mode: 0644]
documentation/namespacemembers_o.xhtml [new file with mode: 0644]
documentation/namespacemembers_p.xhtml [new file with mode: 0644]
documentation/namespacemembers_q.xhtml [new file with mode: 0644]
documentation/namespacemembers_r.xhtml [new file with mode: 0644]
documentation/namespacemembers_s.xhtml [new file with mode: 0644]
documentation/namespacemembers_t.xhtml [new file with mode: 0644]
documentation/namespacemembers_type.xhtml
documentation/namespacemembers_u.xhtml [new file with mode: 0644]
documentation/namespacemembers_v.xhtml [new file with mode: 0644]
documentation/namespacemembers_vars.xhtml
documentation/namespaces.js
documentation/namespaces.xhtml
documentation/namespacetest__helpers.js [deleted file]
documentation/navtreedata.js
documentation/navtreeindex0.js
documentation/navtreeindex1.js
documentation/navtreeindex10.js
documentation/navtreeindex11.js
documentation/navtreeindex12.js
documentation/navtreeindex13.js
documentation/navtreeindex14.js
documentation/navtreeindex15.js
documentation/navtreeindex16.js [new file with mode: 0644]
documentation/navtreeindex17.js [new file with mode: 0644]
documentation/navtreeindex18.js [new file with mode: 0644]
documentation/navtreeindex19.js [new file with mode: 0644]
documentation/navtreeindex2.js
documentation/navtreeindex20.js [new file with mode: 0644]
documentation/navtreeindex21.js [new file with mode: 0644]
documentation/navtreeindex22.js [new file with mode: 0644]
documentation/navtreeindex23.js [new file with mode: 0644]
documentation/navtreeindex3.js
documentation/navtreeindex4.js
documentation/navtreeindex5.js
documentation/navtreeindex6.js
documentation/navtreeindex7.js
documentation/navtreeindex8.js
documentation/navtreeindex9.js
documentation/neon__cnn_8cpp.js [new file with mode: 0644]
documentation/neon__cnn_8cpp.xhtml [new file with mode: 0644]
documentation/neon__cnn_8cpp_source.xhtml [new file with mode: 0644]
documentation/neon__convolution_8cpp.xhtml
documentation/neon__convolution_8cpp_source.xhtml
documentation/neon__copy__objects_8cpp.xhtml
documentation/neon__copy__objects_8cpp_source.xhtml
documentation/neon__scale_8cpp.xhtml
documentation/neon__scale_8cpp_source.xhtml
documentation/neoncl__scale__median__gaussian_8cpp.xhtml
documentation/neoncl__scale__median__gaussian_8cpp_source.xhtml
documentation/non__linear__filter3x3_8cl.xhtml
documentation/non__linear__filter3x3_8cl_source.xhtml
documentation/non__linear__filter5x5_8cl.xhtml
documentation/non__linear__filter5x5_8cl_source.xhtml
documentation/non__linear__filter__helpers_8h.xhtml
documentation/non__linear__filter__helpers_8h_source.xhtml
documentation/nonmax_8cl.xhtml
documentation/nonmax_8cl_source.xhtml
documentation/normalization__layer_8cl.js
documentation/normalization__layer_8cl.xhtml
documentation/normalization__layer_8cl_source.xhtml
documentation/optical__flow__pyramid__lk_8cl.xhtml
documentation/optical__flow__pyramid__lk_8cl_source.xhtml
documentation/pages.xhtml [moved from documentation/dir_000013_000012.xhtml with 79% similarity]
documentation/pixelwise__mul__float_8cl.xhtml
documentation/pixelwise__mul__float_8cl_source.xhtml
documentation/pixelwise__mul__int_8cl.xhtml
documentation/pixelwise__mul__int_8cl_source.xhtml
documentation/pooling__layer_8cl.js
documentation/pooling__layer_8cl.xhtml
documentation/pooling__layer_8cl_source.xhtml
documentation/remap_8cl.xhtml
documentation/remap_8cl_source.xhtml
documentation/scale_8cl.xhtml
documentation/scale_8cl_source.xhtml
documentation/scharr__filter_8cl.xhtml
documentation/scharr__filter_8cl_source.xhtml
documentation/search/all_0.js
documentation/search/all_1.js
documentation/search/all_10.js
documentation/search/all_11.js
documentation/search/all_12.js
documentation/search/all_13.js
documentation/search/all_14.js
documentation/search/all_15.js
documentation/search/all_16.js
documentation/search/all_17.js
documentation/search/all_18.js
documentation/search/all_19.js
documentation/search/all_1a.js
documentation/search/all_1b.html [new file with mode: 0644]
documentation/search/all_1b.js [new file with mode: 0644]
documentation/search/all_2.js
documentation/search/all_3.js
documentation/search/all_4.js
documentation/search/all_5.js
documentation/search/all_6.js
documentation/search/all_7.js
documentation/search/all_8.js
documentation/search/all_9.js
documentation/search/all_a.js
documentation/search/all_b.js
documentation/search/all_c.js
documentation/search/all_d.js
documentation/search/all_e.js
documentation/search/all_f.js
documentation/search/classes_0.js
documentation/search/classes_1.js
documentation/search/classes_10.html [new file with mode: 0644]
documentation/search/classes_10.js [new file with mode: 0644]
documentation/search/classes_11.html [new file with mode: 0644]
documentation/search/classes_11.js [new file with mode: 0644]
documentation/search/classes_12.html [new file with mode: 0644]
documentation/search/classes_12.js [new file with mode: 0644]
documentation/search/classes_13.html [new file with mode: 0644]
documentation/search/classes_13.js [new file with mode: 0644]
documentation/search/classes_14.html [new file with mode: 0644]
documentation/search/classes_14.js [new file with mode: 0644]
documentation/search/classes_15.html [new file with mode: 0644]
documentation/search/classes_15.js [new file with mode: 0644]
documentation/search/classes_2.js
documentation/search/classes_3.js
documentation/search/classes_4.js
documentation/search/classes_5.js
documentation/search/classes_6.js
documentation/search/classes_7.js
documentation/search/classes_8.js
documentation/search/classes_9.js
documentation/search/classes_a.js
documentation/search/classes_b.js
documentation/search/classes_c.js
documentation/search/classes_d.js
documentation/search/classes_e.js
documentation/search/classes_f.js
documentation/search/defines_0.js
documentation/search/defines_1.js
documentation/search/defines_10.html [new file with mode: 0644]
documentation/search/defines_10.js [new file with mode: 0644]
documentation/search/defines_11.html [new file with mode: 0644]
documentation/search/defines_11.js [new file with mode: 0644]
documentation/search/defines_2.js
documentation/search/defines_3.js
documentation/search/defines_4.js
documentation/search/defines_5.js
documentation/search/defines_6.js
documentation/search/defines_7.js
documentation/search/defines_8.js
documentation/search/defines_9.js
documentation/search/defines_a.js
documentation/search/defines_b.js
documentation/search/defines_c.js
documentation/search/defines_d.js
documentation/search/defines_e.js
documentation/search/defines_f.js
documentation/search/enums_4.js
documentation/search/enums_5.js
documentation/search/enums_6.js
documentation/search/enums_7.js
documentation/search/enums_8.js
documentation/search/enums_9.js
documentation/search/enums_a.js
documentation/search/enums_b.js
documentation/search/enums_c.html [new file with mode: 0644]
documentation/search/enums_c.js [new file with mode: 0644]
documentation/search/enums_d.html [new file with mode: 0644]
documentation/search/enums_d.js [new file with mode: 0644]
documentation/search/enumvalues_0.js
documentation/search/enumvalues_1.js
documentation/search/enumvalues_10.js
documentation/search/enumvalues_11.js
documentation/search/enumvalues_12.html [new file with mode: 0644]
documentation/search/enumvalues_12.js [new file with mode: 0644]
documentation/search/enumvalues_13.html [new file with mode: 0644]
documentation/search/enumvalues_13.js [new file with mode: 0644]
documentation/search/enumvalues_2.js
documentation/search/enumvalues_4.js
documentation/search/enumvalues_5.js
documentation/search/enumvalues_6.js
documentation/search/enumvalues_7.js
documentation/search/enumvalues_8.js
documentation/search/enumvalues_9.js
documentation/search/enumvalues_a.js
documentation/search/enumvalues_b.js
documentation/search/enumvalues_c.js
documentation/search/enumvalues_d.js
documentation/search/enumvalues_e.js
documentation/search/enumvalues_f.js
documentation/search/files_0.js
documentation/search/files_1.js
documentation/search/files_10.js
documentation/search/files_11.js
documentation/search/files_12.js
documentation/search/files_13.js
documentation/search/files_14.html [new file with mode: 0644]
documentation/search/files_14.js [new file with mode: 0644]
documentation/search/files_2.js
documentation/search/files_3.js
documentation/search/files_4.js
documentation/search/files_5.js
documentation/search/files_6.js
documentation/search/files_7.js
documentation/search/files_8.js
documentation/search/files_9.js
documentation/search/files_a.js
documentation/search/files_b.js
documentation/search/files_c.js
documentation/search/files_d.js
documentation/search/files_e.js
documentation/search/files_f.js
documentation/search/functions_0.js
documentation/search/functions_1.js
documentation/search/functions_10.js
documentation/search/functions_11.js
documentation/search/functions_12.js
documentation/search/functions_13.js
documentation/search/functions_14.js
documentation/search/functions_15.js
documentation/search/functions_19.js
documentation/search/functions_2.js
documentation/search/functions_3.js
documentation/search/functions_4.js
documentation/search/functions_5.js
documentation/search/functions_6.js
documentation/search/functions_7.js
documentation/search/functions_8.js
documentation/search/functions_9.js
documentation/search/functions_a.js
documentation/search/functions_b.js
documentation/search/functions_c.js
documentation/search/functions_d.js
documentation/search/functions_e.js
documentation/search/namespaces_0.js
documentation/search/namespaces_1.js
documentation/search/namespaces_2.js
documentation/search/pages_0.js
documentation/search/pages_1.html [new file with mode: 0644]
documentation/search/pages_1.js [new file with mode: 0644]
documentation/search/pages_2.html [new file with mode: 0644]
documentation/search/pages_2.js [new file with mode: 0644]
documentation/search/related_0.html [new file with mode: 0644]
documentation/search/related_0.js [new file with mode: 0644]
documentation/search/related_1.html [new file with mode: 0644]
documentation/search/related_1.js [new file with mode: 0644]
documentation/search/related_2.html [new file with mode: 0644]
documentation/search/related_2.js [new file with mode: 0644]
documentation/search/searchdata.js
documentation/search/typedefs_0.js
documentation/search/typedefs_1.js
documentation/search/typedefs_10.html [new file with mode: 0644]
documentation/search/typedefs_10.js [new file with mode: 0644]
documentation/search/typedefs_11.html [new file with mode: 0644]
documentation/search/typedefs_11.js [new file with mode: 0644]
documentation/search/typedefs_2.js
documentation/search/typedefs_3.js
documentation/search/typedefs_4.js
documentation/search/typedefs_5.js
documentation/search/typedefs_6.js
documentation/search/typedefs_7.js
documentation/search/typedefs_8.js
documentation/search/typedefs_9.js
documentation/search/typedefs_a.js
documentation/search/typedefs_b.js
documentation/search/typedefs_c.js
documentation/search/typedefs_d.html [new file with mode: 0644]
documentation/search/typedefs_d.js [new file with mode: 0644]
documentation/search/typedefs_e.html [new file with mode: 0644]
documentation/search/typedefs_e.js [new file with mode: 0644]
documentation/search/typedefs_f.html [new file with mode: 0644]
documentation/search/typedefs_f.js [new file with mode: 0644]
documentation/search/variables_0.js
documentation/search/variables_1.js
documentation/search/variables_10.js
documentation/search/variables_11.js
documentation/search/variables_12.js
documentation/search/variables_13.js
documentation/search/variables_14.js
documentation/search/variables_15.js
documentation/search/variables_16.js
documentation/search/variables_2.js
documentation/search/variables_3.js
documentation/search/variables_4.js
documentation/search/variables_5.js
documentation/search/variables_6.js
documentation/search/variables_7.js
documentation/search/variables_8.js
documentation/search/variables_9.js
documentation/search/variables_a.js
documentation/search/variables_c.js
documentation/search/variables_e.js
documentation/search/variables_f.js
documentation/sobel__filter_8cl.xhtml
documentation/sobel__filter_8cl_source.xhtml
documentation/softmax__layer_8cl.xhtml
documentation/softmax__layer_8cl_source.xhtml
documentation/struct_coordinates2_d.xhtml
documentation/struct_detection_window.js [new file with mode: 0644]
documentation/struct_detection_window.xhtml [new file with mode: 0644]
documentation/struct_image.xhtml
documentation/struct_internal_keypoint.xhtml
documentation/struct_keypoint.xhtml
documentation/struct_tensor3_d.xhtml
documentation/struct_vector.xhtml
documentation/structarm__compute_1_1_border_size.js
documentation/structarm__compute_1_1_border_size.xhtml
documentation/structarm__compute_1_1_c_l_coefficient_table.xhtml
documentation/structarm__compute_1_1_c_l_l_k_internal_keypoint.xhtml
documentation/structarm__compute_1_1_c_l_old_value.xhtml
documentation/structarm__compute_1_1_coordinates2_d.xhtml
documentation/structarm__compute_1_1_coordinates3_d.xhtml
documentation/structarm__compute_1_1_detection_window.xhtml
documentation/structarm__compute_1_1_i_o_format_info.xhtml
documentation/structarm__compute_1_1_key_point.xhtml
documentation/structarm__compute_1_1_n_e_l_k_internal_keypoint.xhtml
documentation/structarm__compute_1_1_rectangle.xhtml
documentation/structarm__compute_1_1_valid_region.xhtml
documentation/structarm__compute_1_1cpp14_1_1___unique__if.js [new file with mode: 0644]
documentation/structarm__compute_1_1cpp14_1_1___unique__if.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1cpp14_1_1___unique__if_3_01_t[]_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1enable__bitwise__ops.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1enable__bitwise__ops_3_01arm__compute_1_1_g_p_u_target_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1_user_configuration.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1_user_configuration.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1_user_configuration__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1_user_configuration__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1_user_configuration__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1common__promoted__signed__type.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1common__promoted__signed__type.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if_3_01_t[]_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1constant__expr.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int16__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int16__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int32__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int32__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int64__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int64__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int8__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int8__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint16__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint32__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint64__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint64__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint8__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01float_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01float_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int16__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int16__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int32__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int32__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int8__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int8__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint16__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint32__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint8__t_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1cl_1_1_c_l_fixture.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1cl_1_1_c_l_fixture.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1match__const.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1match__const.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_actc083718f2a45800f245b4789496ba62a.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_actc083718f2a45800f245b4789496ba62a.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_actc083718f2a45800f245b4789496ba62a.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_activation_functions_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale08494eac301fe59801c94a1e49323f42.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale1c097a9fbdfd984a6c1fe1b85dace92a.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale1c097a9fbdfd984a6c1fe1b85dace92a.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale1c097a9fbdfd984a6c1fe1b85dace92a.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale353bc52507aa43f06dbf95e757937ea3.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale3666c604179e8c5e7b449c9783241da0.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale3666c604179e8c5e7b449c9783241da0.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale3666c604179e8c5e7b449c9783241da0.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_all_data_types_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_all_data_types_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_all_data_types_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_all_data_types_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_border_modes_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_border_modes_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_border_modes_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_border_modes_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n654a9ddc0be25ce9f53741a765f23cfb.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n654a9ddc0be25ce9f53741a765f23cfb.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n654a9ddc0be25ce9f53741a765f23cfb.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_data_types_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_data_types_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_data_types_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_data_types_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_fixed_point_data_types_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_float_data_types_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_nacf05d9e09b2edcfed642c23987f92f6.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_nacf05d9e09b2edcfed642c23987f92f6.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_nacf05d9e09b2edcfed642c23987f92f6.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_convert_policies_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_convert_policies_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_convert_policies_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_convert_policies_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_dir618d2b8632fb2a14b2b8ad932f29c702.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_dir618d2b8632fb2a14b2b8ad932f29c702.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_dir618d2b8632fb2a14b2b8ad932f29c702.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_direct_convolution_shapes_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_fix894a7ec222bfe52ff9657f209e49bbb3.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_fix894a7ec222bfe52ff9657f209e49bbb3.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_fix894a7ec222bfe52ff9657f209e49bbb3.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_fixed_point_data_types_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_float_data_types_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_float_data_types_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_float_data_types_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_float_data_types_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_intc1c44e2478649e95c09e2cce657a0700.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_intc1c44e2478649e95c09e2cce657a0700.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_intc1c44e2478649e95c09e2cce657a0700.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_interpolation_policies_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar3e88d2c425acaee0299fc505fb789c24.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar3e88d2c425acaee0299fc505fb789c24.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar3e88d2c425acaee0299fc505fb789c24.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar54e71ecc3aab9d0a8e146092477da42b.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar54e71ecc3aab9d0a8e146092477da42b.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar54e71ecc3aab9d0a8e146092477da42b.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_larb321d1e758b5a8ba2357d45c9fb79214.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_g_e_m_m_dataset_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_images_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_images_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_images_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_images_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_shapes_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_shapes_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_shapes_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_shapes_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_nor40ab218f8dce317d6fb9026633e97dfb.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_nor40ab218f8dce317d6fb9026633e97dfb.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_nor40ab218f8dce317d6fb9026633e97dfb.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_normalization_types_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ran0c09af4ee7a64edb9be5e86462d7cfee.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ran7977c2cddcca626085649dfc89fd0d79.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ran7977c2cddcca626085649dfc89fd0d79.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ran7977c2cddcca626085649dfc89fd0d79.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ranacdaaefe63ce7ff5e3c1fbdb3c2d1461.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ranacdaaefe63ce7ff5e3c1fbdb3c2d1461.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ranacdaaefe63ce7ff5e3c1fbdb3c2d1461.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_random_pooling_layer_dataset_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_rou6d6a54280c694766b800dca4a14ecd03.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_rou6d6a54280c694766b800dca4a14ecd03.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_rou6d6a54280c694766b800dca4a14ecd03.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_rounding_policies_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sige8903bc485cfa5e8edbf1f41e67f7e95.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sige8903bc485cfa5e8edbf1f41e67f7e95.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sige8903bc485cfa5e8edbf1f41e67f7e95.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_signed_data_types_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma37aa36c611469959a5228d982ba942dd.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma62b3eab748b476484e57e35656c730cf.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma62b3eab748b476484e57e35656c730cf.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma62b3eab748b476484e57e35656c730cf.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma68a6ec428c610323abd025da83fb53f1.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma68a6ec428c610323abd025da83fb53f1.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma68a6ec428c610323abd025da83fb53f1.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma7e005b651d0eb6b1236ae8f2d63b33e2.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_smafcd58fcc57b0091cc3ea3edcccbccf01.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_smafcd58fcc57b0091cc3ea3edcccbccf01.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_smafcd58fcc57b0091cc3ea3edcccbccf01.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small1_d_shape_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small1_d_shape_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small1_d_shape_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small1_d_shape_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_g_e_m_m_dataset_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_images_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_images_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_images_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_images_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_shapes_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_shapes_01_4__coll__graph.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_shapes_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_shapes_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_thr20a06b6ec29decfcd86dcbb31db5a7cc.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_thr20a06b6ec29decfcd86dcbb31db5a7cc.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_thr20a06b6ec29decfcd86dcbb31db5a7cc.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_threshold_dataset_01_4.xhtml [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_uns857987c56fcf4ace7a0307984bdb5675.map [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_uns857987c56fcf4ace7a0307984bdb5675.md5 [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_uns857987c56fcf4ace7a0307984bdb5675.svg [new file with mode: 0644]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_unsigned_data_types_01_4.xhtml [new file with mode: 0644]
documentation/tablelookup_8cl.xhtml
documentation/tablelookup_8cl_source.xhtml
documentation/test__helpers_2_utils_8h.js [deleted file]
documentation/test__helpers_2_utils_8h_source.xhtml [deleted file]
documentation/tests.xhtml [new file with mode: 0644]
documentation/tests_2_types_8h.js [new file with mode: 0644]
documentation/tests_2_types_8h.xhtml [new file with mode: 0644]
documentation/tests_2_types_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2_utils_8h.js [new file with mode: 0644]
documentation/tests_2_utils_8h.xhtml [new file with mode: 0644]
documentation/tests_2_utils_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_fixed_point_8h.js [new file with mode: 0644]
documentation/tests_2validation_2_fixed_point_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_fixed_point_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_helpers_8h.js [new file with mode: 0644]
documentation/tests_2validation_2_helpers_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_helpers_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_tensor_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_u_n_i_t_2_utils_8cpp.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_u_n_i_t_2_utils_8cpp_source.xhtml [new file with mode: 0644]
documentation/threshold_8cl.xhtml
documentation/threshold_8cl_source.xhtml
documentation/transpose_8cl.xhtml
documentation/transpose_8cl_source.xhtml
documentation/types_8h.js
documentation/types_8h.xhtml
documentation/types_8h_source.xhtml
documentation/utils_2_utils_8cpp.js [new file with mode: 0644]
documentation/utils_2_utils_8cpp.xhtml [new file with mode: 0644]
documentation/utils_2_utils_8cpp_source.xhtml [new file with mode: 0644]
documentation/utils_2_utils_8h.js [new file with mode: 0644]
documentation/utils_2_utils_8h.xhtml [moved from documentation/test__helpers_2_utils_8h.xhtml with 69% similarity]
documentation/utils_2_utils_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_bitwise_and_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_bitwise_and_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_datasets_8h.xhtml [new file with mode: 0644]
documentation/validation_2_datasets_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_bitwise_and_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_bitwise_and_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_convolution_layer_direct_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_convolution_layer_direct_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_pooling_2_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_pooling_2_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2main_8cpp.js [new file with mode: 0644]
documentation/validation_2main_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2main_8cpp_source.xhtml [new file with mode: 0644]
documentation/warp__affine_8cl.xhtml
documentation/warp__affine_8cl_source.xhtml
documentation/warp__helpers_8h.xhtml
documentation/warp__helpers_8h_source.xhtml
documentation/warp__perspective_8cl.xhtml
documentation/warp__perspective_8cl_source.xhtml
examples/SConscript [new file with mode: 0644]
examples/cl_convolution.cpp
examples/cl_events.cpp
examples/neon_cnn.cpp [new file with mode: 0644]
examples/neon_convolution.cpp
examples/neon_copy_objects.cpp
examples/neon_scale.cpp
examples/neoncl_scale_median_gaussian.cpp
opencl-1.2-stubs/SConscript [new file with mode: 0644]
opencl-1.2-stubs/sconscript [deleted file]
sconscript [deleted file]
src/core/AccessWindowAutoPadding.cpp
src/core/AccessWindowStatic.cpp
src/core/AccessWindowTranspose.cpp
src/core/CL/CLHelpers.cpp
src/core/CL/CLKernelLibrary.cpp
src/core/CL/ICLHOG.cpp [new file with mode: 0644]
src/core/CL/ICLKernel.cpp
src/core/CL/ICLMultiHOG.cpp [new file with mode: 0644]
src/core/CL/OpenCL.cpp
src/core/CL/cl_kernels/activation_layer.cl
src/core/CL/cl_kernels/batchnormalization_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/concatenate.cl [new file with mode: 0644]
src/core/CL/cl_kernels/convolution_layer.cl
src/core/CL/cl_kernels/gemm.cl
src/core/CL/cl_kernels/hog.cl [new file with mode: 0644]
src/core/CL/cl_kernels/magnitude_phase.cl
src/core/CL/cl_kernels/normalization_layer.cl
src/core/CL/cl_kernels/pooling_layer.cl
src/core/CL/cl_kernels/types.h
src/core/CL/cl_kernels/warp_helpers.h
src/core/CL/kernels/CLActivationLayerKernel.cpp
src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDepthConcatenateKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLFillBorderKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMTranspose1xWKernel.cpp
src/core/CL/kernels/CLHOGDescriptorKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLHOGDetectorKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLIntegralImageKernel.cpp
src/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLNormalizationLayerKernel.cpp
src/core/CL/kernels/CLPoolingLayerKernel.cpp
src/core/CL/kernels/CLSoftmaxLayerKernel.cpp
src/core/CL/kernels/CLTransposeKernel.cpp
src/core/CL/kernels/CLWeightsReshapeKernel.cpp [moved from src/core/CL/kernels/CLConvolutionLayerWeightsReshapeKernel.cpp with 56% similarity]
src/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.cpp [moved from src/core/NEON/kernels/NEHOGNonMaximaSuppressionKernel.cpp with 85% similarity]
src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp
src/core/Error.cpp
src/core/Helpers.cpp
src/core/IAccessWindow.cpp
src/core/ITensor.cpp
src/core/NEON/kernels/NEAbsoluteDifferenceKernel.cpp
src/core/NEON/kernels/NEAccumulateKernel.cpp
src/core/NEON/kernels/NEActivationLayerKernel.cpp
src/core/NEON/kernels/NEArithmeticAdditionKernel.cpp
src/core/NEON/kernels/NEArithmeticSubtractionKernel.cpp
src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEBitwiseAndKernel.cpp
src/core/NEON/kernels/NEBitwiseNotKernel.cpp
src/core/NEON/kernels/NEBitwiseOrKernel.cpp
src/core/NEON/kernels/NEBitwiseXorKernel.cpp
src/core/NEON/kernels/NEBox3x3Kernel.cpp
src/core/NEON/kernels/NECannyEdgeKernel.cpp
src/core/NEON/kernels/NEChannelCombineKernel.cpp
src/core/NEON/kernels/NEChannelExtractKernel.cpp
src/core/NEON/kernels/NECol2ImKernel.cpp
src/core/NEON/kernels/NEColorConvertKernel.cpp
src/core/NEON/kernels/NEConvolutionKernel.cpp
src/core/NEON/kernels/NEConvolutionLayerWeightsReshapeKernel.cpp [deleted file]
src/core/NEON/kernels/NECumulativeDistributionKernel.cpp
src/core/NEON/kernels/NEDepthConcatenateKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDepthConvertKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerBiasAccumulateKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDirectConvolutionLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEFillBorderKernel.cpp
src/core/NEON/kernels/NEGEMMInterleave4x4Kernel.cpp
src/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixAdditionKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEGEMMTranspose1xWKernel.cpp
src/core/NEON/kernels/NEHOGDescriptorKernel.cpp
src/core/NEON/kernels/NEHOGDetectorKernel.cpp
src/core/NEON/kernels/NEHarrisCornersKernel.cpp
src/core/NEON/kernels/NEIm2ColKernel.cpp
src/core/NEON/kernels/NEIntegralImageKernel.cpp
src/core/NEON/kernels/NELocallyConnectedMatrixMultiplyKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEMinMaxLocationKernel.cpp
src/core/NEON/kernels/NENonLinearFilterKernel.cpp
src/core/NEON/kernels/NENormalizationLayerKernel.cpp
src/core/NEON/kernels/NEPixelWiseMultiplicationKernel.cpp
src/core/NEON/kernels/NEPoolingLayerKernel.cpp
src/core/NEON/kernels/NESoftmaxLayerKernel.cpp
src/core/NEON/kernels/NETransposeKernel.cpp
src/core/NEON/kernels/NEWeightsReshapeKernel.cpp [new file with mode: 0644]
src/core/SubTensorInfo.cpp [new file with mode: 0644]
src/core/TensorInfo.cpp
src/core/Utils.cpp
src/core/Validate.cpp
src/runtime/CL/CLHOG.cpp [new file with mode: 0644]
src/runtime/CL/CLMultiHOG.cpp [new file with mode: 0644]
src/runtime/CL/CLScheduler.cpp
src/runtime/CL/CLSubTensor.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLBatchNormalizationLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLConvolutionLayer.cpp
src/runtime/CL/functions/CLDepthConcatenate.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLFullyConnectedLayer.cpp
src/runtime/CL/functions/CLHOGDescriptor.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLHOGDetector.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLHOGGradient.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLHOGMultiDetection.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLHarrisCorners.cpp
src/runtime/CL/functions/CLLocallyConnectedLayer.cpp [new file with mode: 0644]
src/runtime/CPP/CPPScheduler.cpp
src/runtime/CPP/SingleThreadScheduler.cpp [new file with mode: 0644]
src/runtime/NEON/INESimpleFunction.cpp
src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NECannyEdge.cpp
src/runtime/NEON/functions/NEConvolution.cpp
src/runtime/NEON/functions/NEConvolutionLayer.cpp
src/runtime/NEON/functions/NEDepthConcatenate.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDepthConvert.cpp
src/runtime/NEON/functions/NEDerivative.cpp
src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEEqualizeHistogram.cpp
src/runtime/NEON/functions/NEFastCorners.cpp
src/runtime/NEON/functions/NEFillBorder.cpp
src/runtime/NEON/functions/NEFullyConnectedLayer.cpp
src/runtime/NEON/functions/NEGEMM.cpp
src/runtime/NEON/functions/NEGEMMLowp.cpp
src/runtime/NEON/functions/NEGEMMTranspose1xW.cpp
src/runtime/NEON/functions/NEGaussian5x5.cpp
src/runtime/NEON/functions/NEGaussianPyramid.cpp
src/runtime/NEON/functions/NEHOGDescriptor.cpp
src/runtime/NEON/functions/NEHOGDetector.cpp
src/runtime/NEON/functions/NEHOGGradient.cpp
src/runtime/NEON/functions/NEHOGMultiDetection.cpp
src/runtime/NEON/functions/NEHarrisCorners.cpp
src/runtime/NEON/functions/NEHistogram.cpp
src/runtime/NEON/functions/NELocallyConnectedLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEMeanStdDev.cpp
src/runtime/NEON/functions/NEMinMaxLocation.cpp
src/runtime/NEON/functions/NENormalizationLayer.cpp
src/runtime/NEON/functions/NEOpticalFlow.cpp
src/runtime/NEON/functions/NESobel5x5.cpp
src/runtime/NEON/functions/NESobel7x7.cpp
src/runtime/NEON/functions/NESoftmaxLayer.cpp
src/runtime/OMP/OMPScheduler.cpp [new file with mode: 0644]
src/runtime/Scheduler.cpp [new file with mode: 0644]
src/runtime/SubTensor.cpp [new file with mode: 0644]
src/runtime/Tensor.cpp
src/runtime/Utils.cpp [new file with mode: 0644]
tests/CL/CLAccessor.h [new file with mode: 0644]
tests/CL/Helper.h [new file with mode: 0644]
tests/Globals.h [new file with mode: 0644]
tests/IAccessor.h [new file with mode: 0644]
tests/NEON/Helper.h [new file with mode: 0644]
tests/NEON/NEAccessor.h [new file with mode: 0644]
tests/ProgramOptions.cpp [new file with mode: 0644]
tests/ProgramOptions.h [new file with mode: 0644]
tests/RawTensor.cpp [new file with mode: 0644]
tests/RawTensor.h [new file with mode: 0644]
tests/SConscript [new file with mode: 0644]
tests/SConscript.orig [new file with mode: 0644]
tests/TensorCache.h [new file with mode: 0644]
tests/TensorLibrary.cpp [new file with mode: 0644]
tests/TensorLibrary.h [new file with mode: 0644]
tests/TypePrinter.h [new file with mode: 0644]
tests/TypeReader.h [new file with mode: 0644]
tests/Types.h [new file with mode: 0644]
tests/UserConfiguration.cpp [new file with mode: 0644]
tests/UserConfiguration.h [new file with mode: 0644]
tests/Utils.h [new file with mode: 0644]
tests/benchmark/CL/ActivationLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/BitwiseAnd.cpp [new file with mode: 0644]
tests/benchmark/CL/ConvolutionLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/FullyConnectedLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/GEMM.cpp [new file with mode: 0644]
tests/benchmark/CL/GEMM.h [new file with mode: 0644]
tests/benchmark/CL/NormalizationLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/PoolingLayer.cpp [new file with mode: 0644]
tests/benchmark/Datasets.h [new file with mode: 0644]
tests/benchmark/Instrument.h [new file with mode: 0644]
tests/benchmark/NEON/ActivationLayer.cpp [new file with mode: 0644]
tests/benchmark/NEON/BitwiseAnd.cpp [new file with mode: 0644]
tests/benchmark/NEON/ConvolutionLayer.cpp [new file with mode: 0644]
tests/benchmark/NEON/ConvolutionLayerDirect.cpp [new file with mode: 0644]
tests/benchmark/NEON/FullyConnectedLayer.cpp [new file with mode: 0644]
tests/benchmark/NEON/GEMM.cpp [new file with mode: 0644]
tests/benchmark/NEON/GEMM.h [new file with mode: 0644]
tests/benchmark/NEON/NormalizationLayer.cpp [new file with mode: 0644]
tests/benchmark/NEON/PoolingLayer.cpp [new file with mode: 0644]
tests/benchmark/PMUCounter.cpp [new file with mode: 0644]
tests/benchmark/PMUCounter.h [new file with mode: 0644]
tests/benchmark/PerformanceProgramOptions.cpp [new file with mode: 0644]
tests/benchmark/PerformanceProgramOptions.h [new file with mode: 0644]
tests/benchmark/PerformanceUserConfiguration.cpp [new file with mode: 0644]
tests/benchmark/PerformanceUserConfiguration.h [new file with mode: 0644]
tests/benchmark/Profiler.cpp [new file with mode: 0644]
tests/benchmark/Profiler.h [new file with mode: 0644]
tests/benchmark/WallClockTimer.cpp [new file with mode: 0644]
tests/benchmark/WallClockTimer.h [new file with mode: 0644]
tests/benchmark/common/ActivationLayer.h [new file with mode: 0644]
tests/benchmark/common/ConvolutionLayer.h [new file with mode: 0644]
tests/benchmark/common/FullyConnectedLayer.h [new file with mode: 0644]
tests/benchmark/common/NormalizationLayer.h [new file with mode: 0644]
tests/benchmark/common/PoolingLayer.h [new file with mode: 0644]
tests/benchmark/main.cpp [new file with mode: 0644]
tests/benchmark/system_tests/CL/AlexNet.cpp [new file with mode: 0644]
tests/benchmark/system_tests/CL/LeNet5.cpp [new file with mode: 0644]
tests/benchmark/system_tests/NEON/AlexNet.cpp [new file with mode: 0644]
tests/benchmark/system_tests/NEON/LeNet5.cpp [new file with mode: 0644]
tests/benchmark/system_tests/common/AlexNet.h [new file with mode: 0644]
tests/benchmark/system_tests/common/LeNet5.h [new file with mode: 0644]
tests/boost_wrapper.h [new file with mode: 0644]
tests/dataset/ActivationFunctionDataset.h [new file with mode: 0644]
tests/dataset/ActivationLayerDataset.h [new file with mode: 0644]
tests/dataset/BatchNormalizationLayerDataset.h [new file with mode: 0644]
tests/dataset/BorderModeDataset.h [new file with mode: 0644]
tests/dataset/ConvertPolicyDataset.h [new file with mode: 0644]
tests/dataset/ConvolutionLayerDataset.h [new file with mode: 0644]
tests/dataset/DataTypeDatasets.h [new file with mode: 0644]
tests/dataset/FullyConnectedLayerDataset.h [new file with mode: 0644]
tests/dataset/GEMMDataset.h [new file with mode: 0644]
tests/dataset/GenericDataset.h [new file with mode: 0644]
tests/dataset/ImageDatasets.h [new file with mode: 0644]
tests/dataset/InterpolationPolicyDataset.h [new file with mode: 0644]
tests/dataset/NormalizationLayerDataset.h [new file with mode: 0644]
tests/dataset/NormalizationTypeDataset.h [new file with mode: 0644]
tests/dataset/PoolingLayerDataset.h [new file with mode: 0644]
tests/dataset/RoundingPolicyDataset.h [new file with mode: 0644]
tests/dataset/ShapeDatasets.h [new file with mode: 0644]
tests/dataset/ThresholdDataset.h [new file with mode: 0644]
tests/model_objects/AlexNet.h [new file with mode: 0644]
tests/model_objects/LeNet5.h [new file with mode: 0644]
tests/validation/CL/BitwiseAnd.cpp [new file with mode: 0644]
tests/validation/CL/CLFixture.cpp [new file with mode: 0644]
tests/validation/CL/CLFixture.h [new file with mode: 0644]
tests/validation/CL/DepthConvert.cpp [new file with mode: 0644]
tests/validation/CL/FillBorder.cpp [new file with mode: 0644]
tests/validation/CL/Threshold.cpp [new file with mode: 0644]
tests/validation/Datasets.h [new file with mode: 0644]
tests/validation/FixedPoint.h [new file with mode: 0644]
tests/validation/Helpers.h [new file with mode: 0644]
tests/validation/NEON/AbsoluteDifference.cpp [new file with mode: 0644]
tests/validation/NEON/Accumulate.cpp [new file with mode: 0644]
tests/validation/NEON/AccumulateSquared.cpp [new file with mode: 0644]
tests/validation/NEON/AccumulateWeighted.cpp [new file with mode: 0644]
tests/validation/NEON/ActivationLayer.cpp [new file with mode: 0644]
tests/validation/NEON/ArithmeticAddition.cpp [new file with mode: 0644]
tests/validation/NEON/ArithmeticSubtraction.cpp [new file with mode: 0644]
tests/validation/NEON/BatchNormalizationLayer.cpp [new file with mode: 0644]
tests/validation/NEON/BitwiseAnd.cpp [new file with mode: 0644]
tests/validation/NEON/BitwiseNot.cpp [new file with mode: 0644]
tests/validation/NEON/BitwiseOr.cpp [new file with mode: 0644]
tests/validation/NEON/BitwiseXor.cpp [new file with mode: 0644]
tests/validation/NEON/Box3x3.cpp [new file with mode: 0644]
tests/validation/NEON/ConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/NEON/ConvolutionLayerDirect.cpp [new file with mode: 0644]
tests/validation/NEON/DepthConvert.cpp [new file with mode: 0644]
tests/validation/NEON/FillBorder.cpp [new file with mode: 0644]
tests/validation/NEON/Fixedpoint/Exp_QS8.cpp [new file with mode: 0644]
tests/validation/NEON/Fixedpoint/Invsqrt_QS8.cpp [new file with mode: 0644]
tests/validation/NEON/Fixedpoint/Log_QS8.cpp [new file with mode: 0644]
tests/validation/NEON/Fixedpoint/Reciprocal_QS8.cpp [new file with mode: 0644]
tests/validation/NEON/FullyConnectedLayer.cpp [new file with mode: 0644]
tests/validation/NEON/GEMM.cpp [new file with mode: 0644]
tests/validation/NEON/IntegralImage.cpp [new file with mode: 0644]
tests/validation/NEON/NormalizationLayer.cpp [new file with mode: 0644]
tests/validation/NEON/PixelWiseMultiplication.cpp [new file with mode: 0644]
tests/validation/NEON/Pooling/PoolingLayer.cpp [new file with mode: 0644]
tests/validation/NEON/SoftmaxLayer.cpp [new file with mode: 0644]
tests/validation/NEON/Threshold.cpp [new file with mode: 0644]
tests/validation/Reference.cpp [new file with mode: 0644]
tests/validation/Reference.h [new file with mode: 0644]
tests/validation/ReferenceCPP.cpp [new file with mode: 0644]
tests/validation/ReferenceCPP.h [new file with mode: 0644]
tests/validation/Tensor.h [new file with mode: 0644]
tests/validation/TensorFactory.h [new file with mode: 0644]
tests/validation/TensorOperations.h [new file with mode: 0644]
tests/validation/TensorVisitors.h [new file with mode: 0644]
tests/validation/UNIT/FixedPoint.cpp [new file with mode: 0644]
tests/validation/UNIT/TensorInfo.cpp [new file with mode: 0644]
tests/validation/UNIT/TensorShape.cpp [new file with mode: 0644]
tests/validation/UNIT/Utils.cpp [new file with mode: 0644]
tests/validation/VX/DepthConvert.cpp [new file with mode: 0644]
tests/validation/VX/VXHelpers.h [new file with mode: 0644]
tests/validation/Validation.cpp [new file with mode: 0644]
tests/validation/Validation.h [new file with mode: 0644]
tests/validation/ValidationProgramOptions.cpp [new file with mode: 0644]
tests/validation/ValidationProgramOptions.h [new file with mode: 0644]
tests/validation/ValidationUserConfiguration.h [new file with mode: 0644]
tests/validation/main.cpp [new file with mode: 0644]
utils/Utils.cpp [moved from test_helpers/Utils.cpp with 92% similarity]
utils/Utils.h [moved from test_helpers/Utils.h with 98% similarity]