arm_compute v17.03.1
authorAnthony Barbier <anthony.barbier@arm.com>
Fri, 24 Mar 2017 14:54:29 +0000 (14:54 +0000)
committerAnthony Barbier <anthony.barbier@arm.com>
Fri, 24 Mar 2017 17:24:41 +0000 (17:24 +0000)
commit871448ee8eff790c4ccc3250008dd71170cc78b2
tree11a2d6346532da58a425bb58c3cbd9459070c4c8
parente8f6d10ad1293f104bdfc347ff717bd7aa959231
arm_compute v17.03.1
4131 files changed:
.clang-format [new file with mode: 0644]
README.md [new file with mode: 0644]
SConstruct [new file with mode: 0644]
arm_compute/core/AccessWindowAutoPadding.h [new file with mode: 0644]
arm_compute/core/AccessWindowStatic.h [new file with mode: 0644]
arm_compute/core/AccessWindowTranspose.h [new file with mode: 0644]
arm_compute/core/CL/CLHelpers.h [new file with mode: 0644]
arm_compute/core/CL/CLKernelLibrary.h [new file with mode: 0644]
arm_compute/core/CL/CLKernels.h [new file with mode: 0644]
arm_compute/core/CL/ICLArray.h [new file with mode: 0644]
arm_compute/core/CL/ICLDistribution1D.h [new file with mode: 0644]
arm_compute/core/CL/ICLKernel.h [new file with mode: 0644]
arm_compute/core/CL/ICLLut.h [new file with mode: 0644]
arm_compute/core/CL/ICLMultiImage.h [new file with mode: 0644]
arm_compute/core/CL/ICLSimple2DKernel.h [new file with mode: 0644]
arm_compute/core/CL/ICLSimple3DKernel.h [new file with mode: 0644]
arm_compute/core/CL/ICLSimpleKernel.h [new file with mode: 0644]
arm_compute/core/CL/ICLTensor.h [new file with mode: 0644]
arm_compute/core/CL/OpenCL.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLAccumulateKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLActivationLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLArithmeticSubtractionKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLBitwiseAndKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLBitwiseNotKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLBitwiseOrKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLBitwiseXorKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLBox3x3Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLCannyEdgeKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLChannelCombineKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLChannelExtractKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLCol2ImKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLColorConvertKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLConvolutionKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLConvolutionLayerWeightsReshapeKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDepthConvertKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDerivativeKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDilateKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLErodeKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLFastCornersKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLFillBorderKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMInterleave4x4Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMMatrixAdditionKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMTranspose1xWKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGaussian3x3Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGaussianPyramidKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLHarrisCornersKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLHistogramKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLIm2ColKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLIntegralImageKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLLKTrackerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLMagnitudePhaseKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLMeanStdDevKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLMedian3x3Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLNonLinearFilterKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLPoolingLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLRemapKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLScaleKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLScharr3x3Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLSobel3x3Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLSobel5x5Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLSobel7x7Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLSoftmaxLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLTableLookupKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLThresholdKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLTransposeKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLWarpAffineKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLWarpPerspectiveKernel.h [new file with mode: 0644]
arm_compute/core/CPP/ICPPKernel.h [new file with mode: 0644]
arm_compute/core/CPP/ICPPSimpleKernel.h [new file with mode: 0644]
arm_compute/core/CPP/kernels/CPPCornerCandidatesKernel.h [new file with mode: 0644]
arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h [new file with mode: 0644]
arm_compute/core/Coordinates.h [new file with mode: 0644]
arm_compute/core/Dimensions.h [new file with mode: 0644]
arm_compute/core/Error.h [new file with mode: 0644]
arm_compute/core/HOGInfo.h [new file with mode: 0644]
arm_compute/core/Helpers.h [new file with mode: 0644]
arm_compute/core/Helpers.inl [new file with mode: 0644]
arm_compute/core/IAccessWindow.h [new file with mode: 0644]
arm_compute/core/IArray.h [new file with mode: 0644]
arm_compute/core/IDistribution.h [new file with mode: 0644]
arm_compute/core/IDistribution1D.h [new file with mode: 0644]
arm_compute/core/IHOG.h [new file with mode: 0644]
arm_compute/core/IKernel.h [new file with mode: 0644]
arm_compute/core/ILut.h [new file with mode: 0644]
arm_compute/core/IMultiHOG.h [new file with mode: 0644]
arm_compute/core/IMultiImage.h [new file with mode: 0644]
arm_compute/core/IPyramid.h [new file with mode: 0644]
arm_compute/core/ITensor.h [new file with mode: 0644]
arm_compute/core/MultiImageInfo.h [new file with mode: 0644]
arm_compute/core/NEON/INEKernel.h [new file with mode: 0644]
arm_compute/core/NEON/INESimpleKernel.h [new file with mode: 0644]
arm_compute/core/NEON/NEColorConvertHelper.inl [new file with mode: 0644]
arm_compute/core/NEON/NEKernels.h [new file with mode: 0644]
arm_compute/core/NEON/NEMath.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEAbsoluteDifferenceKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEAccumulateKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEActivationLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEArithmeticAdditionKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEArithmeticSubtractionKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEBitwiseAndKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEBitwiseOrKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEBitwiseXorKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEBox3x3Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NECannyEdgeKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEChannelCombineKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEChannelExtractKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NECol2ImKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEColorConvertKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEConvolutionKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEConvolutionLayerWeightsReshapeKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDepthConvertKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDerivativeKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDilateKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEErodeKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEFastCornersKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEFillArrayKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEFillBorderKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEFillInnerBorderKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMInterleave4x4Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMMatrixAdditionKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMTranspose1xWKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGaussian3x3Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGaussian5x5Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEHOGDescriptorKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEHOGDetectorKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEHOGNonMaximaSuppressionKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEHarrisCornersKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEHistogramKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEIm2ColKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEIntegralImageKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NELKTrackerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEMagnitudePhaseKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEMeanStdDevKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEMedian3x3Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NENonLinearFilterKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NENormalizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NERemapKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEScaleKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEScharr3x3Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NESobel3x3Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NESobel5x5Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NESobel7x7Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NESoftmaxLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NETableLookupKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEThresholdKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NETransposeKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEWarpKernel.h [new file with mode: 0644]
arm_compute/core/PixelValue.h [new file with mode: 0644]
arm_compute/core/PyramidInfo.h [new file with mode: 0644]
arm_compute/core/Size2D.h [new file with mode: 0644]
arm_compute/core/Steps.h [new file with mode: 0644]
arm_compute/core/Strides.h [new file with mode: 0644]
arm_compute/core/TensorInfo.h [new file with mode: 0644]
arm_compute/core/TensorShape.h [new file with mode: 0644]
arm_compute/core/Types.h [new file with mode: 0644]
arm_compute/core/Utils.h [new file with mode: 0644]
arm_compute/core/Validate.h [new file with mode: 0644]
arm_compute/core/Window.h [new file with mode: 0644]
arm_compute/core/Window.inl [new file with mode: 0644]
arm_compute/runtime/Array.h [new file with mode: 0644]
arm_compute/runtime/CL/CLArray.h [new file with mode: 0644]
arm_compute/runtime/CL/CLDistribution1D.h [new file with mode: 0644]
arm_compute/runtime/CL/CLFunctions.h [new file with mode: 0644]
arm_compute/runtime/CL/CLLut.h [new file with mode: 0644]
arm_compute/runtime/CL/CLLutAllocator.h [new file with mode: 0644]
arm_compute/runtime/CL/CLMultiImage.h [new file with mode: 0644]
arm_compute/runtime/CL/CLPyramid.h [new file with mode: 0644]
arm_compute/runtime/CL/CLScheduler.h [new file with mode: 0644]
arm_compute/runtime/CL/CLTensor.h [new file with mode: 0644]
arm_compute/runtime/CL/CLTensorAllocator.h [new file with mode: 0644]
arm_compute/runtime/CL/ICLSimpleFunction.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLAbsoluteDifference.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLAccumulate.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLActivationLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLArithmeticAddition.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLBitwiseAnd.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLBitwiseNot.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLBitwiseOr.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLBitwiseXor.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLBox3x3.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLCannyEdge.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLChannelCombine.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLChannelExtract.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLColorConvert.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLConvolution.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDepthConvert.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDerivative.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDilate.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLEqualizeHistogram.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLErode.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLFastCorners.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLFillBorder.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLGEMM.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLGEMMLowp.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLGaussian3x3.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLGaussian5x5.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLGaussianPyramid.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLHarrisCorners.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLHistogram.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLIntegralImage.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLLaplacianPyramid.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLMagnitude.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLMeanStdDev.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLMedian3x3.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLMinMaxLocation.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLNonLinearFilter.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLNonMaximaSuppression3x3.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLNormalizationLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLOpticalFlow.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLPhase.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLPoolingLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLRemap.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLScale.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLScharr3x3.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLSobel3x3.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLSobel5x5.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLSobel7x7.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLSoftmaxLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLTableLookup.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLThreshold.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLTranspose.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLWarpAffine.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLWarpPerspective.h [new file with mode: 0644]
arm_compute/runtime/CPP/CPPScheduler.h [new file with mode: 0644]
arm_compute/runtime/Distribution1D.h [new file with mode: 0644]
arm_compute/runtime/HOG.h [new file with mode: 0644]
arm_compute/runtime/IFunction.h [new file with mode: 0644]
arm_compute/runtime/ILutAllocator.h [new file with mode: 0644]
arm_compute/runtime/ITensorAllocator.h [new file with mode: 0644]
arm_compute/runtime/Lut.h [new file with mode: 0644]
arm_compute/runtime/LutAllocator.h [new file with mode: 0644]
arm_compute/runtime/MultiHOG.h [new file with mode: 0644]
arm_compute/runtime/MultiImage.h [new file with mode: 0644]
arm_compute/runtime/NEON/INESimpleFunction.h [new file with mode: 0644]
arm_compute/runtime/NEON/NEFunctions.h [new file with mode: 0644]
arm_compute/runtime/NEON/NEScheduler.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEAbsoluteDifference.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEAccumulate.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEActivationLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEArithmeticAddition.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEBitwiseAnd.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEBitwiseNot.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEBitwiseOr.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEBitwiseXor.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEBox3x3.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NECannyEdge.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEChannelCombine.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEChannelExtract.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEColorConvert.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEConvolution.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDepthConvert.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDerivative.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDilate.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEEqualizeHistogram.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEErode.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEFastCorners.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEFillBorder.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGEMM.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGEMMLowp.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGaussian3x3.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGaussian5x5.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGaussianPyramid.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEHOGDescriptor.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEHOGDetector.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEHOGGradient.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEHarrisCorners.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEHistogram.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEIntegralImage.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NELaplacianPyramid.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NELaplacianReconstruct.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEMagnitude.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEMeanStdDev.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEMedian3x3.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEMinMaxLocation.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NENonLinearFilter.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NENonMaximaSuppression3x3.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NENormalizationLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEOpticalFlow.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEPhase.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEPoolingLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NERemap.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEScale.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEScharr3x3.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NESobel3x3.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NESobel5x5.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NESobel7x7.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NESoftmaxLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NETableLookup.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEThreshold.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NETranspose.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEWarpAffine.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEWarpPerspective.h [new file with mode: 0644]
arm_compute/runtime/Pyramid.h [new file with mode: 0644]
arm_compute/runtime/Tensor.h [new file with mode: 0644]
arm_compute/runtime/TensorAllocator.h [new file with mode: 0644]
docs/Doxyfile [new file with mode: 0644]
docs/arm_compute.dox [new file with mode: 0644]
docs/header.html [new file with mode: 0644]
documentation.xhtml [new file with mode: 0644]
documentation/_access_window_auto_padding_8h.xhtml [new file with mode: 0644]
documentation/_access_window_auto_padding_8h_source.xhtml [new file with mode: 0644]
documentation/_access_window_static_8h.xhtml [new file with mode: 0644]
documentation/_access_window_static_8h_source.xhtml [new file with mode: 0644]
documentation/_access_window_transpose_8h.xhtml [new file with mode: 0644]
documentation/_access_window_transpose_8h_source.xhtml [new file with mode: 0644]
documentation/_array_8h.js [new file with mode: 0644]
documentation/_array_8h.xhtml [new file with mode: 0644]
documentation/_array_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_absolute_difference_8h.xhtml [new file with mode: 0644]
documentation/_c_l_absolute_difference_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_absolute_difference_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_absolute_difference_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_accumulate_8h.xhtml [new file with mode: 0644]
documentation/_c_l_accumulate_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_accumulate_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_accumulate_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_activation_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_activation_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_activation_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_activation_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_arithmetic_addition_8h.xhtml [new file with mode: 0644]
documentation/_c_l_arithmetic_addition_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_arithmetic_addition_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_arithmetic_addition_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_arithmetic_subtraction_8h.xhtml [new file with mode: 0644]
documentation/_c_l_arithmetic_subtraction_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_arithmetic_subtraction_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_arithmetic_subtraction_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_array_8h.js [new file with mode: 0644]
documentation/_c_l_array_8h.xhtml [new file with mode: 0644]
documentation/_c_l_array_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_and_8h.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_and_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_and_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_and_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_not_8h.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_not_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_not_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_not_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_or_8h.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_or_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_or_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_or_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_xor_8h.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_xor_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_xor_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_bitwise_xor_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_box3x3_8h.xhtml [new file with mode: 0644]
documentation/_c_l_box3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_box3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_box3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_canny_edge_8h.xhtml [new file with mode: 0644]
documentation/_c_l_canny_edge_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_canny_edge_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_canny_edge_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_channel_combine_8h.xhtml [new file with mode: 0644]
documentation/_c_l_channel_combine_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_channel_combine_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_channel_combine_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_channel_extract_8h.xhtml [new file with mode: 0644]
documentation/_c_l_channel_extract_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_channel_extract_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_channel_extract_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_col2_im_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_col2_im_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_color_convert_8h.xhtml [new file with mode: 0644]
documentation/_c_l_color_convert_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_color_convert_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_color_convert_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_convolution_8h.js [new file with mode: 0644]
documentation/_c_l_convolution_8h.xhtml [new file with mode: 0644]
documentation/_c_l_convolution_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_convolution_kernel_8h.js [new file with mode: 0644]
documentation/_c_l_convolution_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_convolution_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_convolution_layer_weights_reshape_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_convolution_layer_weights_reshape_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_derivative_8h.xhtml [new file with mode: 0644]
documentation/_c_l_derivative_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_derivative_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_derivative_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_dilate_8h.xhtml [new file with mode: 0644]
documentation/_c_l_dilate_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_dilate_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_dilate_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_distribution1_d_8h.xhtml [new file with mode: 0644]
documentation/_c_l_distribution1_d_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_equalize_histogram_8h.xhtml [new file with mode: 0644]
documentation/_c_l_equalize_histogram_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_erode_8h.xhtml [new file with mode: 0644]
documentation/_c_l_erode_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_erode_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_erode_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_fast_corners_8h.xhtml [new file with mode: 0644]
documentation/_c_l_fast_corners_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_fast_corners_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_fast_corners_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_fill_border_8h.xhtml [new file with mode: 0644]
documentation/_c_l_fill_border_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_fill_border_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_fill_border_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_fully_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_fully_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_functions_8h.xhtml [new file with mode: 0644]
documentation/_c_l_functions_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_interleave4x4_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_interleave4x4_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_matrix_addition_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_matrix_addition_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_matrix_multiply_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian3x3_8h.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian5x5_8h.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian5x5_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian5x5_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian5x5_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian_pyramid_8h.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian_pyramid_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian_pyramid_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_gaussian_pyramid_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_harris_corners_8h.xhtml [new file with mode: 0644]
documentation/_c_l_harris_corners_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_harris_corners_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_harris_corners_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_helpers_8h.js [new file with mode: 0644]
documentation/_c_l_helpers_8h.xhtml [new file with mode: 0644]
documentation/_c_l_helpers_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_histogram_8h.js [new file with mode: 0644]
documentation/_c_l_histogram_8h.xhtml [new file with mode: 0644]
documentation/_c_l_histogram_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_histogram_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_histogram_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_im2_col_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_im2_col_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_integral_image_8h.xhtml [new file with mode: 0644]
documentation/_c_l_integral_image_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_integral_image_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_integral_image_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_kernel_library_8h.xhtml [new file with mode: 0644]
documentation/_c_l_kernel_library_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_kernels_8h.xhtml [new file with mode: 0644]
documentation/_c_l_kernels_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_l_k_tracker_kernel_8h.js [new file with mode: 0644]
documentation/_c_l_l_k_tracker_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_l_k_tracker_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_laplacian_pyramid_8h.xhtml [new file with mode: 0644]
documentation/_c_l_laplacian_pyramid_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_laplacian_reconstruct_8h.xhtml [new file with mode: 0644]
documentation/_c_l_laplacian_reconstruct_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_lut_8h.xhtml [new file with mode: 0644]
documentation/_c_l_lut_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_lut_allocator_8h.xhtml [new file with mode: 0644]
documentation/_c_l_lut_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_magnitude_8h.xhtml [new file with mode: 0644]
documentation/_c_l_magnitude_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_magnitude_phase_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_magnitude_phase_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_mean_std_dev_8h.xhtml [new file with mode: 0644]
documentation/_c_l_mean_std_dev_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_mean_std_dev_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_mean_std_dev_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_median3x3_8h.xhtml [new file with mode: 0644]
documentation/_c_l_median3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_median3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_median3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_min_max_location_8h.xhtml [new file with mode: 0644]
documentation/_c_l_min_max_location_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_min_max_location_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_min_max_location_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_multi_image_8h.xhtml [new file with mode: 0644]
documentation/_c_l_multi_image_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_non_linear_filter_8h.xhtml [new file with mode: 0644]
documentation/_c_l_non_linear_filter_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_non_linear_filter_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_non_linear_filter_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_non_maxima_suppression3x3_8h.xhtml [new file with mode: 0644]
documentation/_c_l_non_maxima_suppression3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_non_maxima_suppression3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_non_maxima_suppression3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_normalization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_normalization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_optical_flow_8h.js [new file with mode: 0644]
documentation/_c_l_optical_flow_8h.xhtml [new file with mode: 0644]
documentation/_c_l_optical_flow_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_phase_8h.xhtml [new file with mode: 0644]
documentation/_c_l_phase_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_pixel_wise_multiplication_8h.xhtml [new file with mode: 0644]
documentation/_c_l_pixel_wise_multiplication_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_pixel_wise_multiplication_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_pixel_wise_multiplication_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_pooling_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_pooling_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_pyramid_8h.xhtml [new file with mode: 0644]
documentation/_c_l_pyramid_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_remap_8h.xhtml [new file with mode: 0644]
documentation/_c_l_remap_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_remap_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_remap_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_scale_8h.xhtml [new file with mode: 0644]
documentation/_c_l_scale_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_scale_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_scale_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_scharr3x3_8h.xhtml [new file with mode: 0644]
documentation/_c_l_scharr3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_scharr3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_scharr3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_scheduler_8h.xhtml [new file with mode: 0644]
documentation/_c_l_scheduler_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_sobel3x3_8h.xhtml [new file with mode: 0644]
documentation/_c_l_sobel3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_sobel3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_sobel3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_sobel5x5_8h.xhtml [new file with mode: 0644]
documentation/_c_l_sobel5x5_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_sobel5x5_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_sobel5x5_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_sobel7x7_8h.xhtml [new file with mode: 0644]
documentation/_c_l_sobel7x7_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_sobel7x7_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_sobel7x7_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_softmax_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_softmax_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_softmax_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_softmax_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_table_lookup_8h.xhtml [new file with mode: 0644]
documentation/_c_l_table_lookup_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_table_lookup_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_table_lookup_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_tensor_8h.js [new file with mode: 0644]
documentation/_c_l_tensor_8h.xhtml [new file with mode: 0644]
documentation/_c_l_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_tensor_allocator_8h.xhtml [new file with mode: 0644]
documentation/_c_l_tensor_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_threshold_8h.xhtml [new file with mode: 0644]
documentation/_c_l_threshold_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_threshold_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_threshold_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_transpose_8h.xhtml [new file with mode: 0644]
documentation/_c_l_transpose_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_transpose_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_transpose_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_warp_affine_8h.xhtml [new file with mode: 0644]
documentation/_c_l_warp_affine_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_warp_affine_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_warp_affine_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_warp_perspective_8h.xhtml [new file with mode: 0644]
documentation/_c_l_warp_perspective_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_warp_perspective_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_warp_perspective_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_corner_candidates_kernel_8h.js [new file with mode: 0644]
documentation/_c_p_p_corner_candidates_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_p_p_corner_candidates_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_scheduler_8h.xhtml [new file with mode: 0644]
documentation/_c_p_p_scheduler_8h_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_sort_euclidean_distance_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_p_p_sort_euclidean_distance_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_coordinates_8h.xhtml [new file with mode: 0644]
documentation/_coordinates_8h_source.xhtml [new file with mode: 0644]
documentation/_dimensions_8h.js [new file with mode: 0644]
documentation/_dimensions_8h.xhtml [new file with mode: 0644]
documentation/_dimensions_8h_source.xhtml [new file with mode: 0644]
documentation/_distribution1_d_8h.xhtml [new file with mode: 0644]
documentation/_distribution1_d_8h_source.xhtml [new file with mode: 0644]
documentation/_error_8h.js [new file with mode: 0644]
documentation/_error_8h.xhtml [new file with mode: 0644]
documentation/_error_8h_source.xhtml [new file with mode: 0644]
documentation/_h_o_g_8h.xhtml [new file with mode: 0644]
documentation/_h_o_g_8h_source.xhtml [new file with mode: 0644]
documentation/_h_o_g_info_8h.xhtml [new file with mode: 0644]
documentation/_h_o_g_info_8h_source.xhtml [new file with mode: 0644]
documentation/_helpers_8h.js [new file with mode: 0644]
documentation/_helpers_8h.xhtml [new file with mode: 0644]
documentation/_helpers_8h_source.xhtml [new file with mode: 0644]
documentation/_helpers_8inl.xhtml [new file with mode: 0644]
documentation/_helpers_8inl_source.xhtml [new file with mode: 0644]
documentation/_i_access_window_8h.js [new file with mode: 0644]
documentation/_i_access_window_8h.xhtml [new file with mode: 0644]
documentation/_i_access_window_8h_source.xhtml [new file with mode: 0644]
documentation/_i_array_8h.js [new file with mode: 0644]
documentation/_i_array_8h.xhtml [new file with mode: 0644]
documentation/_i_array_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_array_8h.js [new file with mode: 0644]
documentation/_i_c_l_array_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_array_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_distribution1_d_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_distribution1_d_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_kernel_8h.js [new file with mode: 0644]
documentation/_i_c_l_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_lut_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_lut_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_multi_image_8h.js [new file with mode: 0644]
documentation/_i_c_l_multi_image_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_multi_image_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_simple2_d_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_simple2_d_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_simple3_d_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_simple3_d_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_simple_function_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_simple_function_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_simple_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_simple_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_tensor_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_p_p_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_c_p_p_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_p_p_simple_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_c_p_p_simple_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_distribution1_d_8h.xhtml [new file with mode: 0644]
documentation/_i_distribution1_d_8h_source.xhtml [new file with mode: 0644]
documentation/_i_distribution_8h.xhtml [new file with mode: 0644]
documentation/_i_distribution_8h_source.xhtml [new file with mode: 0644]
documentation/_i_function_8h.xhtml [new file with mode: 0644]
documentation/_i_function_8h_source.xhtml [new file with mode: 0644]
documentation/_i_h_o_g_8h.xhtml [new file with mode: 0644]
documentation/_i_h_o_g_8h_source.xhtml [new file with mode: 0644]
documentation/_i_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_lut_8h.xhtml [new file with mode: 0644]
documentation/_i_lut_8h_source.xhtml [new file with mode: 0644]
documentation/_i_lut_allocator_8h.xhtml [new file with mode: 0644]
documentation/_i_lut_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_i_multi_h_o_g_8h.xhtml [new file with mode: 0644]
documentation/_i_multi_h_o_g_8h_source.xhtml [new file with mode: 0644]
documentation/_i_multi_image_8h.xhtml [new file with mode: 0644]
documentation/_i_multi_image_8h_source.xhtml [new file with mode: 0644]
documentation/_i_n_e_kernel_8h.js [new file with mode: 0644]
documentation/_i_n_e_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_n_e_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_n_e_simple_function_8h.xhtml [new file with mode: 0644]
documentation/_i_n_e_simple_function_8h_source.xhtml [new file with mode: 0644]
documentation/_i_n_e_simple_kernel_8h.js [new file with mode: 0644]
documentation/_i_n_e_simple_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_n_e_simple_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_pyramid_8h.xhtml [new file with mode: 0644]
documentation/_i_pyramid_8h_source.xhtml [new file with mode: 0644]
documentation/_i_tensor_8h.xhtml [new file with mode: 0644]
documentation/_i_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_i_tensor_allocator_8h.xhtml [new file with mode: 0644]
documentation/_i_tensor_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_lut_8h.xhtml [new file with mode: 0644]
documentation/_lut_8h_source.xhtml [new file with mode: 0644]
documentation/_lut_allocator_8h.xhtml [new file with mode: 0644]
documentation/_lut_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_multi_h_o_g_8h.xhtml [new file with mode: 0644]
documentation/_multi_h_o_g_8h_source.xhtml [new file with mode: 0644]
documentation/_multi_image_8h.xhtml [new file with mode: 0644]
documentation/_multi_image_8h_source.xhtml [new file with mode: 0644]
documentation/_multi_image_info_8h.xhtml [new file with mode: 0644]
documentation/_multi_image_info_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_absolute_difference_8h.xhtml [new file with mode: 0644]
documentation/_n_e_absolute_difference_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_absolute_difference_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_absolute_difference_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_accumulate_8h.xhtml [new file with mode: 0644]
documentation/_n_e_accumulate_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_accumulate_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_accumulate_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_activation_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_activation_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_activation_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_activation_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_arithmetic_addition_8h.xhtml [new file with mode: 0644]
documentation/_n_e_arithmetic_addition_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_arithmetic_addition_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_arithmetic_addition_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_arithmetic_subtraction_8h.xhtml [new file with mode: 0644]
documentation/_n_e_arithmetic_subtraction_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_arithmetic_subtraction_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_arithmetic_subtraction_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_and_8h.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_and_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_and_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_and_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_not_8h.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_not_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_not_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_not_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_or_8h.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_or_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_or_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_or_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_xor_8h.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_xor_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_xor_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_bitwise_xor_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_box3x3_8h.xhtml [new file with mode: 0644]
documentation/_n_e_box3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_box3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_box3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_canny_edge_8h.xhtml [new file with mode: 0644]
documentation/_n_e_canny_edge_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_canny_edge_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_canny_edge_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_channel_combine_8h.xhtml [new file with mode: 0644]
documentation/_n_e_channel_combine_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_channel_combine_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_channel_combine_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_channel_extract_8h.xhtml [new file with mode: 0644]
documentation/_n_e_channel_extract_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_channel_extract_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_channel_extract_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_col2_im_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_col2_im_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_color_convert_8h.xhtml [new file with mode: 0644]
documentation/_n_e_color_convert_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_color_convert_helper_8inl.js [new file with mode: 0644]
documentation/_n_e_color_convert_helper_8inl.xhtml [new file with mode: 0644]
documentation/_n_e_color_convert_helper_8inl_source.xhtml [new file with mode: 0644]
documentation/_n_e_color_convert_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_color_convert_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_convolution_8h.xhtml [new file with mode: 0644]
documentation/_n_e_convolution_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_convolution_kernel_8h.js [new file with mode: 0644]
documentation/_n_e_convolution_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_convolution_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_convolution_layer_weights_reshape_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_convolution_layer_weights_reshape_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_cumulative_distribution_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_cumulative_distribution_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_derivative_8h.xhtml [new file with mode: 0644]
documentation/_n_e_derivative_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_derivative_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_derivative_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_dilate_8h.xhtml [new file with mode: 0644]
documentation/_n_e_dilate_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_dilate_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_dilate_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_equalize_histogram_8h.xhtml [new file with mode: 0644]
documentation/_n_e_equalize_histogram_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_erode_8h.xhtml [new file with mode: 0644]
documentation/_n_e_erode_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_erode_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_erode_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fast_corners_8h.xhtml [new file with mode: 0644]
documentation/_n_e_fast_corners_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fast_corners_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_fast_corners_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fill_array_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_fill_array_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fill_border_8h.xhtml [new file with mode: 0644]
documentation/_n_e_fill_border_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fill_border_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_fill_border_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fill_inner_border_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_fill_inner_border_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fully_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_fully_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_functions_8h.xhtml [new file with mode: 0644]
documentation/_n_e_functions_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_matrix_addition_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_matrix_addition_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_matrix_multiply_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_transpose1x_w_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian3x3_8h.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian5x5_8h.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian5x5_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian5x5_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian5x5_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian_pyramid_8h.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian_pyramid_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian_pyramid_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian_pyramid_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_descriptor_8h.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_descriptor_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_descriptor_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_descriptor_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_detector_8h.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_detector_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_detector_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_detector_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_gradient_8h.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_gradient_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_multi_detection_8h.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_multi_detection_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_non_maxima_suppression_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_h_o_g_non_maxima_suppression_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_harris_corners_8h.xhtml [new file with mode: 0644]
documentation/_n_e_harris_corners_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_harris_corners_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_harris_corners_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_histogram_8h.xhtml [new file with mode: 0644]
documentation/_n_e_histogram_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_histogram_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_histogram_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_im2_col_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_im2_col_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_integral_image_8h.xhtml [new file with mode: 0644]
documentation/_n_e_integral_image_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_integral_image_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_integral_image_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_kernels_8h.xhtml [new file with mode: 0644]
documentation/_n_e_kernels_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_l_k_tracker_kernel_8h.js [new file with mode: 0644]
documentation/_n_e_l_k_tracker_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_l_k_tracker_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_laplacian_pyramid_8h.xhtml [new file with mode: 0644]
documentation/_n_e_laplacian_pyramid_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_laplacian_reconstruct_8h.xhtml [new file with mode: 0644]
documentation/_n_e_laplacian_reconstruct_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_magnitude_8h.xhtml [new file with mode: 0644]
documentation/_n_e_magnitude_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_magnitude_phase_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_magnitude_phase_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_math_8h.js [new file with mode: 0644]
documentation/_n_e_math_8h.xhtml [new file with mode: 0644]
documentation/_n_e_math_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_mean_std_dev_8h.xhtml [new file with mode: 0644]
documentation/_n_e_mean_std_dev_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_mean_std_dev_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_mean_std_dev_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_median3x3_8h.xhtml [new file with mode: 0644]
documentation/_n_e_median3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_median3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_median3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_min_max_location_8h.xhtml [new file with mode: 0644]
documentation/_n_e_min_max_location_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_min_max_location_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_min_max_location_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_non_linear_filter_8h.xhtml [new file with mode: 0644]
documentation/_n_e_non_linear_filter_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_non_linear_filter_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_non_linear_filter_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_non_maxima_suppression3x3_8h.xhtml [new file with mode: 0644]
documentation/_n_e_non_maxima_suppression3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_non_maxima_suppression3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_non_maxima_suppression3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_normalization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_normalization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_optical_flow_8h.js [new file with mode: 0644]
documentation/_n_e_optical_flow_8h.xhtml [new file with mode: 0644]
documentation/_n_e_optical_flow_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_phase_8h.xhtml [new file with mode: 0644]
documentation/_n_e_phase_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_pixel_wise_multiplication_8h.xhtml [new file with mode: 0644]
documentation/_n_e_pixel_wise_multiplication_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_pixel_wise_multiplication_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_pixel_wise_multiplication_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_pooling_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_pooling_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_remap_8h.xhtml [new file with mode: 0644]
documentation/_n_e_remap_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_remap_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_remap_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_scale_8h.xhtml [new file with mode: 0644]
documentation/_n_e_scale_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_scale_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_scale_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_scharr3x3_8h.xhtml [new file with mode: 0644]
documentation/_n_e_scharr3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_scharr3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_scharr3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_scheduler_8h.js [new file with mode: 0644]
documentation/_n_e_scheduler_8h.xhtml [new file with mode: 0644]
documentation/_n_e_scheduler_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_sobel3x3_8h.xhtml [new file with mode: 0644]
documentation/_n_e_sobel3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_sobel3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_sobel3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_sobel5x5_8h.xhtml [new file with mode: 0644]
documentation/_n_e_sobel5x5_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_sobel5x5_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_sobel5x5_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_sobel7x7_8h.xhtml [new file with mode: 0644]
documentation/_n_e_sobel7x7_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_sobel7x7_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_sobel7x7_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_softmax_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_softmax_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_softmax_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_softmax_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_table_lookup_8h.xhtml [new file with mode: 0644]
documentation/_n_e_table_lookup_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_table_lookup_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_table_lookup_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_threshold_8h.xhtml [new file with mode: 0644]
documentation/_n_e_threshold_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_threshold_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_threshold_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_transpose_8h.xhtml [new file with mode: 0644]
documentation/_n_e_transpose_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_transpose_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_transpose_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_warp_affine_8h.xhtml [new file with mode: 0644]
documentation/_n_e_warp_affine_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_warp_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_warp_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_warp_perspective_8h.xhtml [new file with mode: 0644]
documentation/_n_e_warp_perspective_8h_source.xhtml [new file with mode: 0644]
documentation/_open_c_l_8h.js [new file with mode: 0644]
documentation/_open_c_l_8h.xhtml [new file with mode: 0644]
documentation/_open_c_l_8h_source.xhtml [new file with mode: 0644]
documentation/_pixel_value_8h.xhtml [new file with mode: 0644]
documentation/_pixel_value_8h_source.xhtml [new file with mode: 0644]
documentation/_pyramid_8h.xhtml [new file with mode: 0644]
documentation/_pyramid_8h_source.xhtml [new file with mode: 0644]
documentation/_pyramid_info_8h.xhtml [new file with mode: 0644]
documentation/_pyramid_info_8h_source.xhtml [new file with mode: 0644]
documentation/_size2_d_8h.xhtml [new file with mode: 0644]
documentation/_size2_d_8h_source.xhtml [new file with mode: 0644]
documentation/_steps_8h.xhtml [new file with mode: 0644]
documentation/_steps_8h_source.xhtml [new file with mode: 0644]
documentation/_strides_8h.xhtml [new file with mode: 0644]
documentation/_strides_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_8h.js [new file with mode: 0644]
documentation/_tensor_8h.xhtml [new file with mode: 0644]
documentation/_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_allocator_8h.xhtml [new file with mode: 0644]
documentation/_tensor_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_info_8h.xhtml [new file with mode: 0644]
documentation/_tensor_info_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_shape_8h.xhtml [new file with mode: 0644]
documentation/_tensor_shape_8h_source.xhtml [new file with mode: 0644]
documentation/_types_8h.js [new file with mode: 0644]
documentation/_types_8h.xhtml [new file with mode: 0644]
documentation/_types_8h_source.xhtml [new file with mode: 0644]
documentation/_utils_8cpp.xhtml [new file with mode: 0644]
documentation/_utils_8cpp_source.xhtml [new file with mode: 0644]
documentation/_validate_8h.js [new file with mode: 0644]
documentation/_validate_8h.xhtml [new file with mode: 0644]
documentation/_validate_8h_source.xhtml [new file with mode: 0644]
documentation/_window_8h.xhtml [new file with mode: 0644]
documentation/_window_8h_source.xhtml [new file with mode: 0644]
documentation/_window_8inl.xhtml [new file with mode: 0644]
documentation/_window_8inl_source.xhtml [new file with mode: 0644]
documentation/absdiff_8cl.js [new file with mode: 0644]
documentation/absdiff_8cl.xhtml [new file with mode: 0644]
documentation/absdiff_8cl_source.xhtml [new file with mode: 0644]
documentation/accumulate_8cl.js [new file with mode: 0644]
documentation/accumulate_8cl.xhtml [new file with mode: 0644]
documentation/accumulate_8cl_source.xhtml [new file with mode: 0644]
documentation/activation__layer_8cl.js [new file with mode: 0644]
documentation/activation__layer_8cl.xhtml [new file with mode: 0644]
documentation/activation__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/annotated.xhtml [new file with mode: 0644]
documentation/annotated_dup.js [new file with mode: 0644]
documentation/arithmetic__op_8cl.js [new file with mode: 0644]
documentation/arithmetic__op_8cl.xhtml [new file with mode: 0644]
documentation/arithmetic__op_8cl_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2_utils_8h.js [new file with mode: 0644]
documentation/arm__compute_2core_2_utils_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2_utils_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_8dox.xhtml [new file with mode: 0644]
documentation/arrowdown.png [new file with mode: 0644]
documentation/arrowright.png [new file with mode: 0644]
documentation/bc_s.png [new file with mode: 0644]
documentation/bdwn.png [new file with mode: 0644]
documentation/bitwise__op_8cl.js [new file with mode: 0644]
documentation/bitwise__op_8cl.xhtml [new file with mode: 0644]
documentation/bitwise__op_8cl_source.xhtml [new file with mode: 0644]
documentation/canny_8cl.js [new file with mode: 0644]
documentation/canny_8cl.xhtml [new file with mode: 0644]
documentation/canny_8cl_source.xhtml [new file with mode: 0644]
documentation/channel__combine_8cl.js [new file with mode: 0644]
documentation/channel__combine_8cl.xhtml [new file with mode: 0644]
documentation/channel__combine_8cl_source.xhtml [new file with mode: 0644]
documentation/channel__extract_8cl.js [new file with mode: 0644]
documentation/channel__extract_8cl.xhtml [new file with mode: 0644]
documentation/channel__extract_8cl_source.xhtml [new file with mode: 0644]
documentation/cl__convolution_8cpp.js [new file with mode: 0644]
documentation/cl__convolution_8cpp.xhtml [new file with mode: 0644]
documentation/cl__convolution_8cpp_source.xhtml [new file with mode: 0644]
documentation/cl__events_8cpp.js [new file with mode: 0644]
documentation/cl__events_8cpp.xhtml [new file with mode: 0644]
documentation/cl__events_8cpp_source.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_auto_padding.js [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_auto_padding.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_auto_padding__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_auto_padding__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_auto_padding__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_horizontal.js [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_horizontal.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_horizontal__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_horizontal__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_horizontal__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_rectangle.js [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_rectangle.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_rectangle__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_rectangle__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_rectangle__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_static.js [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_static.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_static__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_static__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_static__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_transpose.js [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_transpose.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_transpose__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_transpose__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_transpose__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_vertical.js [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_vertical.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_vertical__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_vertical__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_vertical__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_activation_layer_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_activation_layer_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_array.js [new file with mode: 0644]
documentation/classarm__compute_1_1_array.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_array__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_array__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_array__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_array.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_array.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_array__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_array__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_array__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_canny_edge.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_canny_edge.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_canny_edge__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_canny_edge__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_canny_edge__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_combine_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_channel_extract_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_col2_im_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_col2_im_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_color_convert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_square.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_square.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_square__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_square__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_convolution_square__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dilate_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_distribution1_d.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_distribution1_d.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_distribution1_d__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_distribution1_d__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_distribution1_d__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_trace_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_trace_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_equalize_histogram.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_equalize_histogram.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_equalize_histogram__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_equalize_histogram__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_equalize_histogram__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_erode_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gradient_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gradient_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gradient_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gradient_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_gradient_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_corners.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_corners.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_corners__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_corners__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_corners__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_score_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_score_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_border_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_border_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_border_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_border_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_border_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_histogram_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_im2_col_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_im2_col_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_kernel_library.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_kernel_library.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_pyramid.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_pyramid.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut_allocator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut_allocator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_lut_allocator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_image.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_image.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_image__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_image__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_multi_image__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_optical_flow.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_optical_flow.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_optical_flow__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_optical_flow__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_optical_flow__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_phase.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_phase.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_phase__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_phase__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_phase__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pyramid.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pyramid.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pyramid__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pyramid__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_pyramid__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scheduler.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scheduler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_softmax_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_softmax_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_softmax_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_softmax_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_softmax_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor_allocator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor_allocator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tensor_allocator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_threshold_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_transpose_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_scheduler.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_scheduler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_coordinates.js [new file with mode: 0644]
documentation/classarm__compute_1_1_coordinates.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_coordinates__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_coordinates__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_coordinates__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_dimensions.js [new file with mode: 0644]
documentation/classarm__compute_1_1_dimensions.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_distribution1_d.js [new file with mode: 0644]
documentation/classarm__compute_1_1_distribution1_d.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_distribution1_d__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_distribution1_d__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_distribution1_d__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g.js [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_access_window.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_access_window.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_array.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_array.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_array.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_array.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_array__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_array__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_array__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_distribution1_d.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_distribution1_d.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_lut.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_lut.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_lut__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_lut__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_lut__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_image.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_image.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_image__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_image__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_multi_image__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_function.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_function.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_function__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_function__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_function__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_distribution.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_distribution.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_distribution1_d.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_distribution1_d.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_distribution1_d__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_distribution1_d__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_distribution1_d__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_function.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_function.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_h_o_g.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_h_o_g.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_lut.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_lut.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_lut_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_lut_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_multi_h_o_g.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_multi_h_o_g.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_multi_image.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_multi_image.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_simple_function.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_simple_function.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_simple_function__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_simple_function__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_simple_function__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_warp_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_warp_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_pyramid.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_pyramid.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_iterator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_iterator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_lut.js [new file with mode: 0644]
documentation/classarm__compute_1_1_lut.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_lut__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_lut__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_lut__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_lut_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_lut_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_lut_allocator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_lut_allocator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_lut_allocator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_h_o_g.js [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_h_o_g.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_h_o_g__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_h_o_g__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_h_o_g__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_image.js [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_image.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_image__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_image__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_image__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_image_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_image_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_canny_edge.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_canny_edge.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_canny_edge__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_canny_edge__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_canny_edge__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution5x5.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution5x5.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution5x5__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution5x5__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution5x5__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution7x7.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution7x7.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution7x7__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution7x7__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution7x7__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution9x9.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution9x9.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution9x9__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution9x9__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution9x9__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_layer_weights_reshape_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dilate_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_trace_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_trace_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_equalize_histogram.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_equalize_histogram.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_equalize_histogram__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_equalize_histogram__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_equalize_histogram__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_erode_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_array_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_array_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gradient_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_gradient.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_gradient.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_non_maxima_suppression_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_corners.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_corners.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_corners__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_corners__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_corners__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_border_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_border_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_border_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_border_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_border_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_histogram_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_pyramid.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_pyramid.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_pyramid__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_pyramid__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_pyramid__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_optical_flow.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_optical_flow.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_optical_flow__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_optical_flow__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_optical_flow__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_phase.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_phase.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_phase__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_phase__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_phase__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_softmax_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_softmax_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_softmax_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_softmax_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_softmax_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_threshold_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_transpose_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_affine_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_normalization_layer_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_normalization_layer_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_pad_stride_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_pad_stride_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_pixel_value.js [new file with mode: 0644]
documentation/classarm__compute_1_1_pixel_value.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_pooling_layer_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_pooling_layer_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_program.js [new file with mode: 0644]
documentation/classarm__compute_1_1_program.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_pyramid.js [new file with mode: 0644]
documentation/classarm__compute_1_1_pyramid.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_pyramid__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_pyramid__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_pyramid__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_pyramid_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_pyramid_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_size2_d.js [new file with mode: 0644]
documentation/classarm__compute_1_1_size2_d.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_steps.js [new file with mode: 0644]
documentation/classarm__compute_1_1_steps.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_steps__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_steps__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_steps__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_strides.js [new file with mode: 0644]
documentation/classarm__compute_1_1_strides.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_strides__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_strides__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_strides__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_allocator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_allocator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_allocator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_shape.js [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_shape.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_shape__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_shape__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_tensor_shape__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_window.js [new file with mode: 0644]
documentation/classarm__compute_1_1_window.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_window_1_1_dimension.js [new file with mode: 0644]
documentation/classarm__compute_1_1_window_1_1_dimension.xhtml [new file with mode: 0644]
documentation/classes.xhtml [new file with mode: 0644]
documentation/classtest__helpers_1_1_p_p_m_loader.js [new file with mode: 0644]
documentation/classtest__helpers_1_1_p_p_m_loader.xhtml [new file with mode: 0644]
documentation/closed.png [new file with mode: 0644]
documentation/color__convert_8cl.js [new file with mode: 0644]
documentation/color__convert_8cl.xhtml [new file with mode: 0644]
documentation/color__convert_8cl_source.xhtml [new file with mode: 0644]
documentation/convolution3x3_8cl.js [new file with mode: 0644]
documentation/convolution3x3_8cl.xhtml [new file with mode: 0644]
documentation/convolution3x3_8cl_source.xhtml [new file with mode: 0644]
documentation/convolution5x5_8cl.js [new file with mode: 0644]
documentation/convolution5x5_8cl.xhtml [new file with mode: 0644]
documentation/convolution5x5_8cl_source.xhtml [new file with mode: 0644]
documentation/convolution7x7_8cl.js [new file with mode: 0644]
documentation/convolution7x7_8cl.xhtml [new file with mode: 0644]
documentation/convolution7x7_8cl_source.xhtml [new file with mode: 0644]
documentation/convolution9x9_8cl.js [new file with mode: 0644]
documentation/convolution9x9_8cl.xhtml [new file with mode: 0644]
documentation/convolution9x9_8cl_source.xhtml [new file with mode: 0644]
documentation/convolution__layer_8cl.js [new file with mode: 0644]
documentation/convolution__layer_8cl.xhtml [new file with mode: 0644]
documentation/convolution__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/convolution__rectangle_8cl.js [new file with mode: 0644]
documentation/convolution__rectangle_8cl.xhtml [new file with mode: 0644]
documentation/convolution__rectangle_8cl_source.xhtml [new file with mode: 0644]
documentation/depth__convert_8cl.js [new file with mode: 0644]
documentation/depth__convert_8cl.xhtml [new file with mode: 0644]
documentation/depth__convert_8cl_source.xhtml [new file with mode: 0644]
documentation/derivative_8cl.js [new file with mode: 0644]
documentation/derivative_8cl.xhtml [new file with mode: 0644]
documentation/derivative_8cl_source.xhtml [new file with mode: 0644]
documentation/dilate_8cl.js [new file with mode: 0644]
documentation/dilate_8cl.xhtml [new file with mode: 0644]
documentation/dilate_8cl_source.xhtml [new file with mode: 0644]
documentation/dir_000002_000003.xhtml [new file with mode: 0644]
documentation/dir_000004_000006.xhtml [new file with mode: 0644]
documentation/dir_000005_000006.xhtml [new file with mode: 0644]
documentation/dir_000006_000004.xhtml [new file with mode: 0644]
documentation/dir_000006_000005.xhtml [new file with mode: 0644]
documentation/dir_000006_000007.xhtml [new file with mode: 0644]
documentation/dir_000007_000004.xhtml [new file with mode: 0644]
documentation/dir_000008_000000.xhtml [new file with mode: 0644]
documentation/dir_000009_000001.xhtml [new file with mode: 0644]
documentation/dir_000010_000001.xhtml [new file with mode: 0644]
documentation/dir_000010_000011.xhtml [new file with mode: 0644]
documentation/dir_000011_000001.xhtml [new file with mode: 0644]
documentation/dir_000013_000001.xhtml [new file with mode: 0644]
documentation/dir_000013_000012.xhtml [new file with mode: 0644]
documentation/dir_000013_000014.xhtml [new file with mode: 0644]
documentation/dir_000014_000001.xhtml [new file with mode: 0644]
documentation/dir_000015_000000.xhtml [new file with mode: 0644]
documentation/dir_000015_000008.xhtml [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129.js [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129.xhtml [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129_dep.map [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129_dep.md5 [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129_dep.svg [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.js [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.map [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.md5 [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.svg [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def.js [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.map [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.md5 [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.svg [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.js [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.xhtml [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.map [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.md5 [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.svg [new file with mode: 0644]
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.js [new file with mode: 0644]
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.xhtml [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.js [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.xhtml [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.map [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.md5 [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.svg [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.js [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.xhtml [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.map [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.md5 [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.svg [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d.js [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d.xhtml [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.map [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.md5 [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.svg [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c.js [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c.xhtml [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.map [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.md5 [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.svg [new file with mode: 0644]
documentation/dir_68267d1309a1af8e8297ef4c3efbcdba.js [new file with mode: 0644]
documentation/dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230.js [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230.xhtml [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.map [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.md5 [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.svg [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.js [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.xhtml [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.map [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.md5 [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.svg [new file with mode: 0644]
documentation/dir_8c278f79c760e5c5fbd911f9870614c1.js [new file with mode: 0644]
documentation/dir_8c278f79c760e5c5fbd911f9870614c1.xhtml [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8.js [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8.xhtml [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.map [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.md5 [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.svg [new file with mode: 0644]
documentation/dir_aebb8dcc11953d78e620bbef0b9e2183.js [new file with mode: 0644]
documentation/dir_aebb8dcc11953d78e620bbef0b9e2183.xhtml [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a.js [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a.xhtml [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.js [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.xhtml [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.map [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.md5 [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.svg [new file with mode: 0644]
documentation/dir_c1aaaab7f10e8303cab52138d50f8521.js [new file with mode: 0644]
documentation/dir_c1aaaab7f10e8303cab52138d50f8521.xhtml [new file with mode: 0644]
documentation/dir_c1aaaab7f10e8303cab52138d50f8521_dep.map [new file with mode: 0644]
documentation/dir_c1aaaab7f10e8303cab52138d50f8521_dep.md5 [new file with mode: 0644]
documentation/dir_c1aaaab7f10e8303cab52138d50f8521_dep.svg [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.js [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.xhtml [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5 [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.svg [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595.js [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595.xhtml [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.map [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.md5 [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.svg [new file with mode: 0644]
documentation/doc.png [new file with mode: 0644]
documentation/doxygen.css [new file with mode: 0644]
documentation/doxygen.png [new file with mode: 0644]
documentation/dynsections.js [new file with mode: 0644]
documentation/erode_8cl.js [new file with mode: 0644]
documentation/erode_8cl.xhtml [new file with mode: 0644]
documentation/erode_8cl_source.xhtml [new file with mode: 0644]
documentation/fast__corners_8cl.js [new file with mode: 0644]
documentation/fast__corners_8cl.xhtml [new file with mode: 0644]
documentation/fast__corners_8cl_source.xhtml [new file with mode: 0644]
documentation/files.js [new file with mode: 0644]
documentation/files.xhtml [new file with mode: 0644]
documentation/fill__border_8cl.js [new file with mode: 0644]
documentation/fill__border_8cl.xhtml [new file with mode: 0644]
documentation/fill__border_8cl_source.xhtml [new file with mode: 0644]
documentation/folderclosed.png [new file with mode: 0644]
documentation/folderopen.png [new file with mode: 0644]
documentation/functions.xhtml [new file with mode: 0644]
documentation/functions_0x7e.xhtml [new file with mode: 0644]
documentation/functions_a.xhtml [new file with mode: 0644]
documentation/functions_b.xhtml [new file with mode: 0644]
documentation/functions_c.xhtml [new file with mode: 0644]
documentation/functions_d.xhtml [new file with mode: 0644]
documentation/functions_dup.js [new file with mode: 0644]
documentation/functions_e.xhtml [new file with mode: 0644]
documentation/functions_enum.xhtml [new file with mode: 0644]
documentation/functions_f.xhtml [new file with mode: 0644]
documentation/functions_func.js [new file with mode: 0644]
documentation/functions_func.xhtml [new file with mode: 0644]
documentation/functions_func_0x7e.xhtml [new file with mode: 0644]
documentation/functions_func_b.xhtml [new file with mode: 0644]
documentation/functions_func_c.xhtml [new file with mode: 0644]
documentation/functions_func_d.xhtml [new file with mode: 0644]
documentation/functions_func_e.xhtml [new file with mode: 0644]
documentation/functions_func_f.xhtml [new file with mode: 0644]
documentation/functions_func_g.xhtml [new file with mode: 0644]
documentation/functions_func_h.xhtml [new file with mode: 0644]
documentation/functions_func_i.xhtml [new file with mode: 0644]
documentation/functions_func_k.xhtml [new file with mode: 0644]
documentation/functions_func_l.xhtml [new file with mode: 0644]
documentation/functions_func_m.xhtml [new file with mode: 0644]
documentation/functions_func_n.xhtml [new file with mode: 0644]
documentation/functions_func_o.xhtml [new file with mode: 0644]
documentation/functions_func_p.xhtml [new file with mode: 0644]
documentation/functions_func_q.xhtml [new file with mode: 0644]
documentation/functions_func_r.xhtml [new file with mode: 0644]
documentation/functions_func_s.xhtml [new file with mode: 0644]
documentation/functions_func_t.xhtml [new file with mode: 0644]
documentation/functions_func_u.xhtml [new file with mode: 0644]
documentation/functions_func_v.xhtml [new file with mode: 0644]
documentation/functions_func_w.xhtml [new file with mode: 0644]
documentation/functions_func_x.xhtml [new file with mode: 0644]
documentation/functions_func_y.xhtml [new file with mode: 0644]
documentation/functions_func_z.xhtml [new file with mode: 0644]
documentation/functions_g.xhtml [new file with mode: 0644]
documentation/functions_h.xhtml [new file with mode: 0644]
documentation/functions_i.xhtml [new file with mode: 0644]
documentation/functions_k.xhtml [new file with mode: 0644]
documentation/functions_l.xhtml [new file with mode: 0644]
documentation/functions_m.xhtml [new file with mode: 0644]
documentation/functions_n.xhtml [new file with mode: 0644]
documentation/functions_o.xhtml [new file with mode: 0644]
documentation/functions_p.xhtml [new file with mode: 0644]
documentation/functions_q.xhtml [new file with mode: 0644]
documentation/functions_r.xhtml [new file with mode: 0644]
documentation/functions_s.xhtml [new file with mode: 0644]
documentation/functions_t.xhtml [new file with mode: 0644]
documentation/functions_u.xhtml [new file with mode: 0644]
documentation/functions_v.xhtml [new file with mode: 0644]
documentation/functions_vars.xhtml [new file with mode: 0644]
documentation/functions_w.xhtml [new file with mode: 0644]
documentation/functions_x.xhtml [new file with mode: 0644]
documentation/functions_y.xhtml [new file with mode: 0644]
documentation/functions_z.xhtml [new file with mode: 0644]
documentation/gaussian__pyramid_8cl.js [new file with mode: 0644]
documentation/gaussian__pyramid_8cl.xhtml [new file with mode: 0644]
documentation/gaussian__pyramid_8cl_source.xhtml [new file with mode: 0644]
documentation/gemm_8cl.js [new file with mode: 0644]
documentation/gemm_8cl.xhtml [new file with mode: 0644]
documentation/gemm_8cl_source.xhtml [new file with mode: 0644]
documentation/globals.xhtml [new file with mode: 0644]
documentation/globals_b.xhtml [new file with mode: 0644]
documentation/globals_c.xhtml [new file with mode: 0644]
documentation/globals_d.xhtml [new file with mode: 0644]
documentation/globals_defs.xhtml [new file with mode: 0644]
documentation/globals_dup.js [new file with mode: 0644]
documentation/globals_e.xhtml [new file with mode: 0644]
documentation/globals_f.xhtml [new file with mode: 0644]
documentation/globals_func.xhtml [new file with mode: 0644]
documentation/globals_g.xhtml [new file with mode: 0644]
documentation/globals_h.xhtml [new file with mode: 0644]
documentation/globals_i.xhtml [new file with mode: 0644]
documentation/globals_k.xhtml [new file with mode: 0644]
documentation/globals_l.xhtml [new file with mode: 0644]
documentation/globals_m.xhtml [new file with mode: 0644]
documentation/globals_n.xhtml [new file with mode: 0644]
documentation/globals_o.xhtml [new file with mode: 0644]
documentation/globals_p.xhtml [new file with mode: 0644]
documentation/globals_r.xhtml [new file with mode: 0644]
documentation/globals_s.xhtml [new file with mode: 0644]
documentation/globals_t.xhtml [new file with mode: 0644]
documentation/globals_type.xhtml [new file with mode: 0644]
documentation/globals_u.xhtml [new file with mode: 0644]
documentation/globals_v.xhtml [new file with mode: 0644]
documentation/globals_vars.xhtml [new file with mode: 0644]
documentation/globals_w.xhtml [new file with mode: 0644]
documentation/globals_x.xhtml [new file with mode: 0644]
documentation/globals_y.xhtml [new file with mode: 0644]
documentation/graph_legend.md5 [new file with mode: 0644]
documentation/graph_legend.svg [new file with mode: 0644]
documentation/graph_legend.xhtml [new file with mode: 0644]
documentation/harris__corners_8cl.js [new file with mode: 0644]
documentation/harris__corners_8cl.xhtml [new file with mode: 0644]
documentation/harris__corners_8cl_source.xhtml [new file with mode: 0644]
documentation/helpers_8h.js [new file with mode: 0644]
documentation/helpers_8h.xhtml [new file with mode: 0644]
documentation/helpers_8h_source.xhtml [new file with mode: 0644]
documentation/hierarchy.js [new file with mode: 0644]
documentation/hierarchy.xhtml [new file with mode: 0644]
documentation/histogram_8cl.js [new file with mode: 0644]
documentation/histogram_8cl.xhtml [new file with mode: 0644]
documentation/histogram_8cl_source.xhtml [new file with mode: 0644]
documentation/index.xhtml [new file with mode: 0644]
documentation/inherit_graph_0.map [new file with mode: 0644]
documentation/inherit_graph_0.md5 [new file with mode: 0644]
documentation/inherit_graph_0.svg [new file with mode: 0644]
documentation/inherit_graph_1.map [new file with mode: 0644]
documentation/inherit_graph_1.md5 [new file with mode: 0644]
documentation/inherit_graph_1.svg [new file with mode: 0644]
documentation/inherit_graph_10.map [new file with mode: 0644]
documentation/inherit_graph_10.md5 [new file with mode: 0644]
documentation/inherit_graph_10.svg [new file with mode: 0644]
documentation/inherit_graph_11.map [new file with mode: 0644]
documentation/inherit_graph_11.md5 [new file with mode: 0644]
documentation/inherit_graph_11.svg [new file with mode: 0644]
documentation/inherit_graph_12.map [new file with mode: 0644]
documentation/inherit_graph_12.md5 [new file with mode: 0644]
documentation/inherit_graph_12.svg [new file with mode: 0644]
documentation/inherit_graph_13.map [new file with mode: 0644]
documentation/inherit_graph_13.md5 [new file with mode: 0644]
documentation/inherit_graph_13.svg [new file with mode: 0644]
documentation/inherit_graph_14.map [new file with mode: 0644]
documentation/inherit_graph_14.md5 [new file with mode: 0644]
documentation/inherit_graph_14.svg [new file with mode: 0644]
documentation/inherit_graph_15.map [new file with mode: 0644]
documentation/inherit_graph_15.md5 [new file with mode: 0644]
documentation/inherit_graph_15.svg [new file with mode: 0644]
documentation/inherit_graph_16.map [new file with mode: 0644]
documentation/inherit_graph_16.md5 [new file with mode: 0644]
documentation/inherit_graph_16.svg [new file with mode: 0644]
documentation/inherit_graph_17.map [new file with mode: 0644]
documentation/inherit_graph_17.md5 [new file with mode: 0644]
documentation/inherit_graph_17.svg [new file with mode: 0644]
documentation/inherit_graph_18.map [new file with mode: 0644]
documentation/inherit_graph_18.md5 [new file with mode: 0644]
documentation/inherit_graph_18.svg [new file with mode: 0644]
documentation/inherit_graph_19.map [new file with mode: 0644]
documentation/inherit_graph_19.md5 [new file with mode: 0644]
documentation/inherit_graph_19.svg [new file with mode: 0644]
documentation/inherit_graph_2.map [new file with mode: 0644]
documentation/inherit_graph_2.md5 [new file with mode: 0644]
documentation/inherit_graph_2.svg [new file with mode: 0644]
documentation/inherit_graph_20.map [new file with mode: 0644]
documentation/inherit_graph_20.md5 [new file with mode: 0644]
documentation/inherit_graph_20.svg [new file with mode: 0644]
documentation/inherit_graph_21.map [new file with mode: 0644]
documentation/inherit_graph_21.md5 [new file with mode: 0644]
documentation/inherit_graph_21.svg [new file with mode: 0644]
documentation/inherit_graph_22.map [new file with mode: 0644]
documentation/inherit_graph_22.md5 [new file with mode: 0644]
documentation/inherit_graph_22.svg [new file with mode: 0644]
documentation/inherit_graph_23.map [new file with mode: 0644]
documentation/inherit_graph_23.md5 [new file with mode: 0644]
documentation/inherit_graph_23.svg [new file with mode: 0644]
documentation/inherit_graph_24.map [new file with mode: 0644]
documentation/inherit_graph_24.md5 [new file with mode: 0644]
documentation/inherit_graph_24.svg [new file with mode: 0644]
documentation/inherit_graph_25.map [new file with mode: 0644]
documentation/inherit_graph_25.md5 [new file with mode: 0644]
documentation/inherit_graph_25.svg [new file with mode: 0644]
documentation/inherit_graph_26.map [new file with mode: 0644]
documentation/inherit_graph_26.md5 [new file with mode: 0644]
documentation/inherit_graph_26.svg [new file with mode: 0644]
documentation/inherit_graph_27.map [new file with mode: 0644]
documentation/inherit_graph_27.md5 [new file with mode: 0644]
documentation/inherit_graph_27.svg [new file with mode: 0644]
documentation/inherit_graph_28.map [new file with mode: 0644]
documentation/inherit_graph_28.md5 [new file with mode: 0644]
documentation/inherit_graph_28.svg [new file with mode: 0644]
documentation/inherit_graph_29.map [new file with mode: 0644]
documentation/inherit_graph_29.md5 [new file with mode: 0644]
documentation/inherit_graph_29.svg [new file with mode: 0644]
documentation/inherit_graph_3.map [new file with mode: 0644]
documentation/inherit_graph_3.md5 [new file with mode: 0644]
documentation/inherit_graph_3.svg [new file with mode: 0644]
documentation/inherit_graph_30.map [new file with mode: 0644]
documentation/inherit_graph_30.md5 [new file with mode: 0644]
documentation/inherit_graph_30.svg [new file with mode: 0644]
documentation/inherit_graph_31.map [new file with mode: 0644]
documentation/inherit_graph_31.md5 [new file with mode: 0644]
documentation/inherit_graph_31.svg [new file with mode: 0644]
documentation/inherit_graph_32.map [new file with mode: 0644]
documentation/inherit_graph_32.md5 [new file with mode: 0644]
documentation/inherit_graph_32.svg [new file with mode: 0644]
documentation/inherit_graph_33.map [new file with mode: 0644]
documentation/inherit_graph_33.md5 [new file with mode: 0644]
documentation/inherit_graph_33.svg [new file with mode: 0644]
documentation/inherit_graph_34.map [new file with mode: 0644]
documentation/inherit_graph_34.md5 [new file with mode: 0644]
documentation/inherit_graph_34.svg [new file with mode: 0644]
documentation/inherit_graph_35.map [new file with mode: 0644]
documentation/inherit_graph_35.md5 [new file with mode: 0644]
documentation/inherit_graph_35.svg [new file with mode: 0644]
documentation/inherit_graph_36.map [new file with mode: 0644]
documentation/inherit_graph_36.md5 [new file with mode: 0644]
documentation/inherit_graph_36.svg [new file with mode: 0644]
documentation/inherit_graph_37.map [new file with mode: 0644]
documentation/inherit_graph_37.md5 [new file with mode: 0644]
documentation/inherit_graph_37.svg [new file with mode: 0644]
documentation/inherit_graph_38.map [new file with mode: 0644]
documentation/inherit_graph_38.md5 [new file with mode: 0644]
documentation/inherit_graph_38.svg [new file with mode: 0644]
documentation/inherit_graph_39.map [new file with mode: 0644]
documentation/inherit_graph_39.md5 [new file with mode: 0644]
documentation/inherit_graph_39.svg [new file with mode: 0644]
documentation/inherit_graph_4.map [new file with mode: 0644]
documentation/inherit_graph_4.md5 [new file with mode: 0644]
documentation/inherit_graph_4.svg [new file with mode: 0644]
documentation/inherit_graph_40.map [new file with mode: 0644]
documentation/inherit_graph_40.md5 [new file with mode: 0644]
documentation/inherit_graph_40.svg [new file with mode: 0644]
documentation/inherit_graph_41.map [new file with mode: 0644]
documentation/inherit_graph_41.md5 [new file with mode: 0644]
documentation/inherit_graph_41.svg [new file with mode: 0644]
documentation/inherit_graph_42.map [new file with mode: 0644]
documentation/inherit_graph_42.md5 [new file with mode: 0644]
documentation/inherit_graph_42.svg [new file with mode: 0644]
documentation/inherit_graph_43.map [new file with mode: 0644]
documentation/inherit_graph_43.md5 [new file with mode: 0644]
documentation/inherit_graph_43.svg [new file with mode: 0644]
documentation/inherit_graph_44.map [new file with mode: 0644]
documentation/inherit_graph_44.md5 [new file with mode: 0644]
documentation/inherit_graph_44.svg [new file with mode: 0644]
documentation/inherit_graph_45.map [new file with mode: 0644]
documentation/inherit_graph_45.md5 [new file with mode: 0644]
documentation/inherit_graph_45.svg [new file with mode: 0644]
documentation/inherit_graph_46.map [new file with mode: 0644]
documentation/inherit_graph_46.md5 [new file with mode: 0644]
documentation/inherit_graph_46.svg [new file with mode: 0644]
documentation/inherit_graph_47.map [new file with mode: 0644]
documentation/inherit_graph_47.md5 [new file with mode: 0644]
documentation/inherit_graph_47.svg [new file with mode: 0644]
documentation/inherit_graph_48.map [new file with mode: 0644]
documentation/inherit_graph_48.md5 [new file with mode: 0644]
documentation/inherit_graph_48.svg [new file with mode: 0644]
documentation/inherit_graph_49.map [new file with mode: 0644]
documentation/inherit_graph_49.md5 [new file with mode: 0644]
documentation/inherit_graph_49.svg [new file with mode: 0644]
documentation/inherit_graph_5.map [new file with mode: 0644]
documentation/inherit_graph_5.md5 [new file with mode: 0644]
documentation/inherit_graph_5.svg [new file with mode: 0644]
documentation/inherit_graph_50.map [new file with mode: 0644]
documentation/inherit_graph_50.md5 [new file with mode: 0644]
documentation/inherit_graph_50.svg [new file with mode: 0644]
documentation/inherit_graph_51.map [new file with mode: 0644]
documentation/inherit_graph_51.md5 [new file with mode: 0644]
documentation/inherit_graph_51.svg [new file with mode: 0644]
documentation/inherit_graph_52.map [new file with mode: 0644]
documentation/inherit_graph_52.md5 [new file with mode: 0644]
documentation/inherit_graph_52.svg [new file with mode: 0644]
documentation/inherit_graph_53.map [new file with mode: 0644]
documentation/inherit_graph_53.md5 [new file with mode: 0644]
documentation/inherit_graph_53.svg [new file with mode: 0644]
documentation/inherit_graph_6.map [new file with mode: 0644]
documentation/inherit_graph_6.md5 [new file with mode: 0644]
documentation/inherit_graph_6.svg [new file with mode: 0644]
documentation/inherit_graph_7.map [new file with mode: 0644]
documentation/inherit_graph_7.md5 [new file with mode: 0644]
documentation/inherit_graph_7.svg [new file with mode: 0644]
documentation/inherit_graph_8.map [new file with mode: 0644]
documentation/inherit_graph_8.md5 [new file with mode: 0644]
documentation/inherit_graph_8.svg [new file with mode: 0644]
documentation/inherit_graph_9.map [new file with mode: 0644]
documentation/inherit_graph_9.md5 [new file with mode: 0644]
documentation/inherit_graph_9.svg [new file with mode: 0644]
documentation/inherits.xhtml [new file with mode: 0644]
documentation/integral__image_8cl.js [new file with mode: 0644]
documentation/integral__image_8cl.xhtml [new file with mode: 0644]
documentation/integral__image_8cl_source.xhtml [new file with mode: 0644]
documentation/jquery.js [new file with mode: 0644]
documentation/magnitude__phase_8cl.js [new file with mode: 0644]
documentation/magnitude__phase_8cl.xhtml [new file with mode: 0644]
documentation/magnitude__phase_8cl_source.xhtml [new file with mode: 0644]
documentation/mean__stddev_8cl.js [new file with mode: 0644]
documentation/mean__stddev_8cl.xhtml [new file with mode: 0644]
documentation/mean__stddev_8cl_source.xhtml [new file with mode: 0644]
documentation/minmaxloc_8cl.js [new file with mode: 0644]
documentation/minmaxloc_8cl.xhtml [new file with mode: 0644]
documentation/minmaxloc_8cl_source.xhtml [new file with mode: 0644]
documentation/namespacearm__compute.js [new file with mode: 0644]
documentation/namespacearm__compute.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1cpp14.xhtml [new file with mode: 0644]
documentation/namespacecl.xhtml [new file with mode: 0644]
documentation/namespacemembers.xhtml [new file with mode: 0644]
documentation/namespacemembers_enum.xhtml [new file with mode: 0644]
documentation/namespacemembers_func.xhtml [new file with mode: 0644]
documentation/namespacemembers_type.xhtml [new file with mode: 0644]
documentation/namespacemembers_vars.xhtml [new file with mode: 0644]
documentation/namespaces.js [new file with mode: 0644]
documentation/namespaces.xhtml [new file with mode: 0644]
documentation/namespacetest__helpers.js [new file with mode: 0644]
documentation/namespacetest__helpers.xhtml [new file with mode: 0644]
documentation/nav_f.png [new file with mode: 0644]
documentation/nav_g.png [new file with mode: 0644]
documentation/nav_h.png [new file with mode: 0644]
documentation/navtree.css [new file with mode: 0644]
documentation/navtree.js [new file with mode: 0644]
documentation/navtreedata.js [new file with mode: 0644]
documentation/navtreeindex0.js [new file with mode: 0644]
documentation/navtreeindex1.js [new file with mode: 0644]
documentation/navtreeindex10.js [new file with mode: 0644]
documentation/navtreeindex11.js [new file with mode: 0644]
documentation/navtreeindex12.js [new file with mode: 0644]
documentation/navtreeindex13.js [new file with mode: 0644]
documentation/navtreeindex14.js [new file with mode: 0644]
documentation/navtreeindex15.js [new file with mode: 0644]
documentation/navtreeindex2.js [new file with mode: 0644]
documentation/navtreeindex3.js [new file with mode: 0644]
documentation/navtreeindex4.js [new file with mode: 0644]
documentation/navtreeindex5.js [new file with mode: 0644]
documentation/navtreeindex6.js [new file with mode: 0644]
documentation/navtreeindex7.js [new file with mode: 0644]
documentation/navtreeindex8.js [new file with mode: 0644]
documentation/navtreeindex9.js [new file with mode: 0644]
documentation/neon__convolution_8cpp.js [new file with mode: 0644]
documentation/neon__convolution_8cpp.xhtml [new file with mode: 0644]
documentation/neon__convolution_8cpp_source.xhtml [new file with mode: 0644]
documentation/neon__scale_8cpp.js [new file with mode: 0644]
documentation/neon__scale_8cpp.xhtml [new file with mode: 0644]
documentation/neon__scale_8cpp_source.xhtml [new file with mode: 0644]
documentation/neoncl__scale__median__gaussian_8cpp.js [new file with mode: 0644]
documentation/neoncl__scale__median__gaussian_8cpp.xhtml [new file with mode: 0644]
documentation/neoncl__scale__median__gaussian_8cpp_source.xhtml [new file with mode: 0644]
documentation/non__linear__filter3x3_8cl.js [new file with mode: 0644]
documentation/non__linear__filter3x3_8cl.xhtml [new file with mode: 0644]
documentation/non__linear__filter3x3_8cl_source.xhtml [new file with mode: 0644]
documentation/non__linear__filter5x5_8cl.js [new file with mode: 0644]
documentation/non__linear__filter5x5_8cl.xhtml [new file with mode: 0644]
documentation/non__linear__filter5x5_8cl_source.xhtml [new file with mode: 0644]
documentation/non__linear__filter__helpers_8h.js [new file with mode: 0644]
documentation/non__linear__filter__helpers_8h.xhtml [new file with mode: 0644]
documentation/non__linear__filter__helpers_8h_source.xhtml [new file with mode: 0644]
documentation/nonmax_8cl.js [new file with mode: 0644]
documentation/nonmax_8cl.xhtml [new file with mode: 0644]
documentation/nonmax_8cl_source.xhtml [new file with mode: 0644]
documentation/normalization__layer_8cl.js [new file with mode: 0644]
documentation/normalization__layer_8cl.xhtml [new file with mode: 0644]
documentation/normalization__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/open.png [new file with mode: 0644]
documentation/optical__flow__pyramid__lk_8cl.js [new file with mode: 0644]
documentation/optical__flow__pyramid__lk_8cl.xhtml [new file with mode: 0644]
documentation/optical__flow__pyramid__lk_8cl_source.xhtml [new file with mode: 0644]
documentation/pixelwise__mul__float_8cl.js [new file with mode: 0644]
documentation/pixelwise__mul__float_8cl.xhtml [new file with mode: 0644]
documentation/pixelwise__mul__float_8cl_source.xhtml [new file with mode: 0644]
documentation/pixelwise__mul__int_8cl.js [new file with mode: 0644]
documentation/pixelwise__mul__int_8cl.xhtml [new file with mode: 0644]
documentation/pixelwise__mul__int_8cl_source.xhtml [new file with mode: 0644]
documentation/pooling__layer_8cl.js [new file with mode: 0644]
documentation/pooling__layer_8cl.xhtml [new file with mode: 0644]
documentation/pooling__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/remap_8cl.js [new file with mode: 0644]
documentation/remap_8cl.xhtml [new file with mode: 0644]
documentation/remap_8cl_source.xhtml [new file with mode: 0644]
documentation/resize.js [new file with mode: 0644]
documentation/scale_8cl.js [new file with mode: 0644]
documentation/scale_8cl.xhtml [new file with mode: 0644]
documentation/scale_8cl_source.xhtml [new file with mode: 0644]
documentation/scharr__filter_8cl.js [new file with mode: 0644]
documentation/scharr__filter_8cl.xhtml [new file with mode: 0644]
documentation/scharr__filter_8cl_source.xhtml [new file with mode: 0644]
documentation/search/all_0.html [new file with mode: 0644]
documentation/search/all_0.js [new file with mode: 0644]
documentation/search/all_1.html [new file with mode: 0644]
documentation/search/all_1.js [new file with mode: 0644]
documentation/search/all_10.html [new file with mode: 0644]
documentation/search/all_10.js [new file with mode: 0644]
documentation/search/all_11.html [new file with mode: 0644]
documentation/search/all_11.js [new file with mode: 0644]
documentation/search/all_12.html [new file with mode: 0644]
documentation/search/all_12.js [new file with mode: 0644]
documentation/search/all_13.html [new file with mode: 0644]
documentation/search/all_13.js [new file with mode: 0644]
documentation/search/all_14.html [new file with mode: 0644]
documentation/search/all_14.js [new file with mode: 0644]
documentation/search/all_15.html [new file with mode: 0644]
documentation/search/all_15.js [new file with mode: 0644]
documentation/search/all_16.html [new file with mode: 0644]
documentation/search/all_16.js [new file with mode: 0644]
documentation/search/all_17.html [new file with mode: 0644]
documentation/search/all_17.js [new file with mode: 0644]
documentation/search/all_18.html [new file with mode: 0644]
documentation/search/all_18.js [new file with mode: 0644]
documentation/search/all_19.html [new file with mode: 0644]
documentation/search/all_19.js [new file with mode: 0644]
documentation/search/all_1a.html [new file with mode: 0644]
documentation/search/all_1a.js [new file with mode: 0644]
documentation/search/all_2.html [new file with mode: 0644]
documentation/search/all_2.js [new file with mode: 0644]
documentation/search/all_3.html [new file with mode: 0644]
documentation/search/all_3.js [new file with mode: 0644]
documentation/search/all_4.html [new file with mode: 0644]
documentation/search/all_4.js [new file with mode: 0644]
documentation/search/all_5.html [new file with mode: 0644]
documentation/search/all_5.js [new file with mode: 0644]
documentation/search/all_6.html [new file with mode: 0644]
documentation/search/all_6.js [new file with mode: 0644]
documentation/search/all_7.html [new file with mode: 0644]
documentation/search/all_7.js [new file with mode: 0644]
documentation/search/all_8.html [new file with mode: 0644]
documentation/search/all_8.js [new file with mode: 0644]
documentation/search/all_9.html [new file with mode: 0644]
documentation/search/all_9.js [new file with mode: 0644]
documentation/search/all_a.html [new file with mode: 0644]
documentation/search/all_a.js [new file with mode: 0644]
documentation/search/all_b.html [new file with mode: 0644]
documentation/search/all_b.js [new file with mode: 0644]
documentation/search/all_c.html [new file with mode: 0644]
documentation/search/all_c.js [new file with mode: 0644]
documentation/search/all_d.html [new file with mode: 0644]
documentation/search/all_d.js [new file with mode: 0644]
documentation/search/all_e.html [new file with mode: 0644]
documentation/search/all_e.js [new file with mode: 0644]
documentation/search/all_f.html [new file with mode: 0644]
documentation/search/all_f.js [new file with mode: 0644]
documentation/search/classes_0.html [new file with mode: 0644]
documentation/search/classes_0.js [new file with mode: 0644]
documentation/search/classes_1.html [new file with mode: 0644]
documentation/search/classes_1.js [new file with mode: 0644]
documentation/search/classes_2.html [new file with mode: 0644]
documentation/search/classes_2.js [new file with mode: 0644]
documentation/search/classes_3.html [new file with mode: 0644]
documentation/search/classes_3.js [new file with mode: 0644]
documentation/search/classes_4.html [new file with mode: 0644]
documentation/search/classes_4.js [new file with mode: 0644]
documentation/search/classes_5.html [new file with mode: 0644]
documentation/search/classes_5.js [new file with mode: 0644]
documentation/search/classes_6.html [new file with mode: 0644]
documentation/search/classes_6.js [new file with mode: 0644]
documentation/search/classes_7.html [new file with mode: 0644]
documentation/search/classes_7.js [new file with mode: 0644]
documentation/search/classes_8.html [new file with mode: 0644]
documentation/search/classes_8.js [new file with mode: 0644]
documentation/search/classes_9.html [new file with mode: 0644]
documentation/search/classes_9.js [new file with mode: 0644]
documentation/search/classes_a.html [new file with mode: 0644]
documentation/search/classes_a.js [new file with mode: 0644]
documentation/search/classes_b.html [new file with mode: 0644]
documentation/search/classes_b.js [new file with mode: 0644]
documentation/search/classes_c.html [new file with mode: 0644]
documentation/search/classes_c.js [new file with mode: 0644]
documentation/search/classes_d.html [new file with mode: 0644]
documentation/search/classes_d.js [new file with mode: 0644]
documentation/search/classes_e.html [new file with mode: 0644]
documentation/search/classes_e.js [new file with mode: 0644]
documentation/search/classes_f.html [new file with mode: 0644]
documentation/search/classes_f.js [new file with mode: 0644]
documentation/search/close.png [new file with mode: 0644]
documentation/search/defines_0.html [new file with mode: 0644]
documentation/search/defines_0.js [new file with mode: 0644]
documentation/search/defines_1.html [new file with mode: 0644]
documentation/search/defines_1.js [new file with mode: 0644]
documentation/search/defines_2.html [new file with mode: 0644]
documentation/search/defines_2.js [new file with mode: 0644]
documentation/search/defines_3.html [new file with mode: 0644]
documentation/search/defines_3.js [new file with mode: 0644]
documentation/search/defines_4.html [new file with mode: 0644]
documentation/search/defines_4.js [new file with mode: 0644]
documentation/search/defines_5.html [new file with mode: 0644]
documentation/search/defines_5.js [new file with mode: 0644]
documentation/search/defines_6.html [new file with mode: 0644]
documentation/search/defines_6.js [new file with mode: 0644]
documentation/search/defines_7.html [new file with mode: 0644]
documentation/search/defines_7.js [new file with mode: 0644]
documentation/search/defines_8.html [new file with mode: 0644]
documentation/search/defines_8.js [new file with mode: 0644]
documentation/search/defines_9.html [new file with mode: 0644]
documentation/search/defines_9.js [new file with mode: 0644]
documentation/search/defines_a.html [new file with mode: 0644]
documentation/search/defines_a.js [new file with mode: 0644]
documentation/search/defines_b.html [new file with mode: 0644]
documentation/search/defines_b.js [new file with mode: 0644]
documentation/search/defines_c.html [new file with mode: 0644]
documentation/search/defines_c.js [new file with mode: 0644]
documentation/search/defines_d.html [new file with mode: 0644]
documentation/search/defines_d.js [new file with mode: 0644]
documentation/search/defines_e.html [new file with mode: 0644]
documentation/search/defines_e.js [new file with mode: 0644]
documentation/search/defines_f.html [new file with mode: 0644]
documentation/search/defines_f.js [new file with mode: 0644]
documentation/search/enums_0.html [new file with mode: 0644]
documentation/search/enums_0.js [new file with mode: 0644]
documentation/search/enums_1.html [new file with mode: 0644]
documentation/search/enums_1.js [new file with mode: 0644]
documentation/search/enums_2.html [new file with mode: 0644]
documentation/search/enums_2.js [new file with mode: 0644]
documentation/search/enums_3.html [new file with mode: 0644]
documentation/search/enums_3.js [new file with mode: 0644]
documentation/search/enums_4.html [new file with mode: 0644]
documentation/search/enums_4.js [new file with mode: 0644]
documentation/search/enums_5.html [new file with mode: 0644]
documentation/search/enums_5.js [new file with mode: 0644]
documentation/search/enums_6.html [new file with mode: 0644]
documentation/search/enums_6.js [new file with mode: 0644]
documentation/search/enums_7.html [new file with mode: 0644]
documentation/search/enums_7.js [new file with mode: 0644]
documentation/search/enums_8.html [new file with mode: 0644]
documentation/search/enums_8.js [new file with mode: 0644]
documentation/search/enums_9.html [new file with mode: 0644]
documentation/search/enums_9.js [new file with mode: 0644]
documentation/search/enums_a.html [new file with mode: 0644]
documentation/search/enums_a.js [new file with mode: 0644]
documentation/search/enums_b.html [new file with mode: 0644]
documentation/search/enums_b.js [new file with mode: 0644]
documentation/search/enumvalues_0.html [new file with mode: 0644]
documentation/search/enumvalues_0.js [new file with mode: 0644]
documentation/search/enumvalues_1.html [new file with mode: 0644]
documentation/search/enumvalues_1.js [new file with mode: 0644]
documentation/search/enumvalues_10.html [new file with mode: 0644]
documentation/search/enumvalues_10.js [new file with mode: 0644]
documentation/search/enumvalues_11.html [new file with mode: 0644]
documentation/search/enumvalues_11.js [new file with mode: 0644]
documentation/search/enumvalues_2.html [new file with mode: 0644]
documentation/search/enumvalues_2.js [new file with mode: 0644]
documentation/search/enumvalues_3.html [new file with mode: 0644]
documentation/search/enumvalues_3.js [new file with mode: 0644]
documentation/search/enumvalues_4.html [new file with mode: 0644]
documentation/search/enumvalues_4.js [new file with mode: 0644]
documentation/search/enumvalues_5.html [new file with mode: 0644]
documentation/search/enumvalues_5.js [new file with mode: 0644]
documentation/search/enumvalues_6.html [new file with mode: 0644]
documentation/search/enumvalues_6.js [new file with mode: 0644]
documentation/search/enumvalues_7.html [new file with mode: 0644]
documentation/search/enumvalues_7.js [new file with mode: 0644]
documentation/search/enumvalues_8.html [new file with mode: 0644]
documentation/search/enumvalues_8.js [new file with mode: 0644]
documentation/search/enumvalues_9.html [new file with mode: 0644]
documentation/search/enumvalues_9.js [new file with mode: 0644]
documentation/search/enumvalues_a.html [new file with mode: 0644]
documentation/search/enumvalues_a.js [new file with mode: 0644]
documentation/search/enumvalues_b.html [new file with mode: 0644]
documentation/search/enumvalues_b.js [new file with mode: 0644]
documentation/search/enumvalues_c.html [new file with mode: 0644]
documentation/search/enumvalues_c.js [new file with mode: 0644]
documentation/search/enumvalues_d.html [new file with mode: 0644]
documentation/search/enumvalues_d.js [new file with mode: 0644]
documentation/search/enumvalues_e.html [new file with mode: 0644]
documentation/search/enumvalues_e.js [new file with mode: 0644]
documentation/search/enumvalues_f.html [new file with mode: 0644]
documentation/search/enumvalues_f.js [new file with mode: 0644]
documentation/search/files_0.html [new file with mode: 0644]
documentation/search/files_0.js [new file with mode: 0644]
documentation/search/files_1.html [new file with mode: 0644]
documentation/search/files_1.js [new file with mode: 0644]
documentation/search/files_10.html [new file with mode: 0644]
documentation/search/files_10.js [new file with mode: 0644]
documentation/search/files_11.html [new file with mode: 0644]
documentation/search/files_11.js [new file with mode: 0644]
documentation/search/files_12.html [new file with mode: 0644]
documentation/search/files_12.js [new file with mode: 0644]
documentation/search/files_13.html [new file with mode: 0644]
documentation/search/files_13.js [new file with mode: 0644]
documentation/search/files_2.html [new file with mode: 0644]
documentation/search/files_2.js [new file with mode: 0644]
documentation/search/files_3.html [new file with mode: 0644]
documentation/search/files_3.js [new file with mode: 0644]
documentation/search/files_4.html [new file with mode: 0644]
documentation/search/files_4.js [new file with mode: 0644]
documentation/search/files_5.html [new file with mode: 0644]
documentation/search/files_5.js [new file with mode: 0644]
documentation/search/files_6.html [new file with mode: 0644]
documentation/search/files_6.js [new file with mode: 0644]
documentation/search/files_7.html [new file with mode: 0644]
documentation/search/files_7.js [new file with mode: 0644]
documentation/search/files_8.html [new file with mode: 0644]
documentation/search/files_8.js [new file with mode: 0644]
documentation/search/files_9.html [new file with mode: 0644]
documentation/search/files_9.js [new file with mode: 0644]
documentation/search/files_a.html [new file with mode: 0644]
documentation/search/files_a.js [new file with mode: 0644]
documentation/search/files_b.html [new file with mode: 0644]
documentation/search/files_b.js [new file with mode: 0644]
documentation/search/files_c.html [new file with mode: 0644]
documentation/search/files_c.js [new file with mode: 0644]
documentation/search/files_d.html [new file with mode: 0644]
documentation/search/files_d.js [new file with mode: 0644]
documentation/search/files_e.html [new file with mode: 0644]
documentation/search/files_e.js [new file with mode: 0644]
documentation/search/files_f.html [new file with mode: 0644]
documentation/search/files_f.js [new file with mode: 0644]
documentation/search/functions_0.html [new file with mode: 0644]
documentation/search/functions_0.js [new file with mode: 0644]
documentation/search/functions_1.html [new file with mode: 0644]
documentation/search/functions_1.js [new file with mode: 0644]
documentation/search/functions_10.html [new file with mode: 0644]
documentation/search/functions_10.js [new file with mode: 0644]
documentation/search/functions_11.html [new file with mode: 0644]
documentation/search/functions_11.js [new file with mode: 0644]
documentation/search/functions_12.html [new file with mode: 0644]
documentation/search/functions_12.js [new file with mode: 0644]
documentation/search/functions_13.html [new file with mode: 0644]
documentation/search/functions_13.js [new file with mode: 0644]
documentation/search/functions_14.html [new file with mode: 0644]
documentation/search/functions_14.js [new file with mode: 0644]
documentation/search/functions_15.html [new file with mode: 0644]
documentation/search/functions_15.js [new file with mode: 0644]
documentation/search/functions_16.html [new file with mode: 0644]
documentation/search/functions_16.js [new file with mode: 0644]
documentation/search/functions_17.html [new file with mode: 0644]
documentation/search/functions_17.js [new file with mode: 0644]
documentation/search/functions_18.html [new file with mode: 0644]
documentation/search/functions_18.js [new file with mode: 0644]
documentation/search/functions_19.html [new file with mode: 0644]
documentation/search/functions_19.js [new file with mode: 0644]
documentation/search/functions_2.html [new file with mode: 0644]
documentation/search/functions_2.js [new file with mode: 0644]
documentation/search/functions_3.html [new file with mode: 0644]
documentation/search/functions_3.js [new file with mode: 0644]
documentation/search/functions_4.html [new file with mode: 0644]
documentation/search/functions_4.js [new file with mode: 0644]
documentation/search/functions_5.html [new file with mode: 0644]
documentation/search/functions_5.js [new file with mode: 0644]
documentation/search/functions_6.html [new file with mode: 0644]
documentation/search/functions_6.js [new file with mode: 0644]
documentation/search/functions_7.html [new file with mode: 0644]
documentation/search/functions_7.js [new file with mode: 0644]
documentation/search/functions_8.html [new file with mode: 0644]
documentation/search/functions_8.js [new file with mode: 0644]
documentation/search/functions_9.html [new file with mode: 0644]
documentation/search/functions_9.js [new file with mode: 0644]
documentation/search/functions_a.html [new file with mode: 0644]
documentation/search/functions_a.js [new file with mode: 0644]
documentation/search/functions_b.html [new file with mode: 0644]
documentation/search/functions_b.js [new file with mode: 0644]
documentation/search/functions_c.html [new file with mode: 0644]
documentation/search/functions_c.js [new file with mode: 0644]
documentation/search/functions_d.html [new file with mode: 0644]
documentation/search/functions_d.js [new file with mode: 0644]
documentation/search/functions_e.html [new file with mode: 0644]
documentation/search/functions_e.js [new file with mode: 0644]
documentation/search/functions_f.html [new file with mode: 0644]
documentation/search/functions_f.js [new file with mode: 0644]
documentation/search/mag_sel.png [new file with mode: 0644]
documentation/search/namespaces_0.html [new file with mode: 0644]
documentation/search/namespaces_0.js [new file with mode: 0644]
documentation/search/namespaces_1.html [new file with mode: 0644]
documentation/search/namespaces_1.js [new file with mode: 0644]
documentation/search/namespaces_2.html [new file with mode: 0644]
documentation/search/namespaces_2.js [new file with mode: 0644]
documentation/search/nomatches.html [new file with mode: 0644]
documentation/search/pages_0.html [new file with mode: 0644]
documentation/search/pages_0.js [new file with mode: 0644]
documentation/search/search.css [new file with mode: 0644]
documentation/search/search.js [new file with mode: 0644]
documentation/search/search_l.png [new file with mode: 0644]
documentation/search/search_m.png [new file with mode: 0644]
documentation/search/search_r.png [new file with mode: 0644]
documentation/search/searchdata.js [new file with mode: 0644]
documentation/search/typedefs_0.html [new file with mode: 0644]
documentation/search/typedefs_0.js [new file with mode: 0644]
documentation/search/typedefs_1.html [new file with mode: 0644]
documentation/search/typedefs_1.js [new file with mode: 0644]
documentation/search/typedefs_2.html [new file with mode: 0644]
documentation/search/typedefs_2.js [new file with mode: 0644]
documentation/search/typedefs_3.html [new file with mode: 0644]
documentation/search/typedefs_3.js [new file with mode: 0644]
documentation/search/typedefs_4.html [new file with mode: 0644]
documentation/search/typedefs_4.js [new file with mode: 0644]
documentation/search/typedefs_5.html [new file with mode: 0644]
documentation/search/typedefs_5.js [new file with mode: 0644]
documentation/search/typedefs_6.html [new file with mode: 0644]
documentation/search/typedefs_6.js [new file with mode: 0644]
documentation/search/typedefs_7.html [new file with mode: 0644]
documentation/search/typedefs_7.js [new file with mode: 0644]
documentation/search/typedefs_8.html [new file with mode: 0644]
documentation/search/typedefs_8.js [new file with mode: 0644]
documentation/search/typedefs_9.html [new file with mode: 0644]
documentation/search/typedefs_9.js [new file with mode: 0644]
documentation/search/typedefs_a.html [new file with mode: 0644]
documentation/search/typedefs_a.js [new file with mode: 0644]
documentation/search/typedefs_b.html [new file with mode: 0644]
documentation/search/typedefs_b.js [new file with mode: 0644]
documentation/search/typedefs_c.html [new file with mode: 0644]
documentation/search/typedefs_c.js [new file with mode: 0644]
documentation/search/variables_0.html [new file with mode: 0644]
documentation/search/variables_0.js [new file with mode: 0644]
documentation/search/variables_1.html [new file with mode: 0644]
documentation/search/variables_1.js [new file with mode: 0644]
documentation/search/variables_10.html [new file with mode: 0644]
documentation/search/variables_10.js [new file with mode: 0644]
documentation/search/variables_11.html [new file with mode: 0644]
documentation/search/variables_11.js [new file with mode: 0644]
documentation/search/variables_12.html [new file with mode: 0644]
documentation/search/variables_12.js [new file with mode: 0644]
documentation/search/variables_13.html [new file with mode: 0644]
documentation/search/variables_13.js [new file with mode: 0644]
documentation/search/variables_14.html [new file with mode: 0644]
documentation/search/variables_14.js [new file with mode: 0644]
documentation/search/variables_15.html [new file with mode: 0644]
documentation/search/variables_15.js [new file with mode: 0644]
documentation/search/variables_16.html [new file with mode: 0644]
documentation/search/variables_16.js [new file with mode: 0644]
documentation/search/variables_17.html [new file with mode: 0644]
documentation/search/variables_17.js [new file with mode: 0644]
documentation/search/variables_2.html [new file with mode: 0644]
documentation/search/variables_2.js [new file with mode: 0644]
documentation/search/variables_3.html [new file with mode: 0644]
documentation/search/variables_3.js [new file with mode: 0644]
documentation/search/variables_4.html [new file with mode: 0644]
documentation/search/variables_4.js [new file with mode: 0644]
documentation/search/variables_5.html [new file with mode: 0644]
documentation/search/variables_5.js [new file with mode: 0644]
documentation/search/variables_6.html [new file with mode: 0644]
documentation/search/variables_6.js [new file with mode: 0644]
documentation/search/variables_7.html [new file with mode: 0644]
documentation/search/variables_7.js [new file with mode: 0644]
documentation/search/variables_8.html [new file with mode: 0644]
documentation/search/variables_8.js [new file with mode: 0644]
documentation/search/variables_9.html [new file with mode: 0644]
documentation/search/variables_9.js [new file with mode: 0644]
documentation/search/variables_a.html [new file with mode: 0644]
documentation/search/variables_a.js [new file with mode: 0644]
documentation/search/variables_b.html [new file with mode: 0644]
documentation/search/variables_b.js [new file with mode: 0644]
documentation/search/variables_c.html [new file with mode: 0644]
documentation/search/variables_c.js [new file with mode: 0644]
documentation/search/variables_d.html [new file with mode: 0644]
documentation/search/variables_d.js [new file with mode: 0644]
documentation/search/variables_e.html [new file with mode: 0644]
documentation/search/variables_e.js [new file with mode: 0644]
documentation/search/variables_f.html [new file with mode: 0644]
documentation/search/variables_f.js [new file with mode: 0644]
documentation/sobel__filter_8cl.js [new file with mode: 0644]
documentation/sobel__filter_8cl.xhtml [new file with mode: 0644]
documentation/sobel__filter_8cl_source.xhtml [new file with mode: 0644]
documentation/softmax__layer_8cl.js [new file with mode: 0644]
documentation/softmax__layer_8cl.xhtml [new file with mode: 0644]
documentation/softmax__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/splitbar.png [new file with mode: 0644]
documentation/struct_coordinates2_d.js [new file with mode: 0644]
documentation/struct_coordinates2_d.xhtml [new file with mode: 0644]
documentation/struct_image.js [new file with mode: 0644]
documentation/struct_image.xhtml [new file with mode: 0644]
documentation/struct_internal_keypoint.js [new file with mode: 0644]
documentation/struct_internal_keypoint.xhtml [new file with mode: 0644]
documentation/struct_keypoint.js [new file with mode: 0644]
documentation/struct_keypoint.xhtml [new file with mode: 0644]
documentation/struct_tensor3_d.js [new file with mode: 0644]
documentation/struct_tensor3_d.xhtml [new file with mode: 0644]
documentation/struct_vector.js [new file with mode: 0644]
documentation/struct_vector.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_border_size.js [new file with mode: 0644]
documentation/structarm__compute_1_1_border_size.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_c_l_coefficient_table.js [new file with mode: 0644]
documentation/structarm__compute_1_1_c_l_coefficient_table.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_c_l_l_k_internal_keypoint.js [new file with mode: 0644]
documentation/structarm__compute_1_1_c_l_l_k_internal_keypoint.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_c_l_old_value.js [new file with mode: 0644]
documentation/structarm__compute_1_1_c_l_old_value.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_coordinates2_d.js [new file with mode: 0644]
documentation/structarm__compute_1_1_coordinates2_d.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_coordinates3_d.js [new file with mode: 0644]
documentation/structarm__compute_1_1_coordinates3_d.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_detection_window.js [new file with mode: 0644]
documentation/structarm__compute_1_1_detection_window.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_key_point.js [new file with mode: 0644]
documentation/structarm__compute_1_1_key_point.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_n_e_l_k_internal_keypoint.js [new file with mode: 0644]
documentation/structarm__compute_1_1_n_e_l_k_internal_keypoint.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_rectangle.js [new file with mode: 0644]
documentation/structarm__compute_1_1_rectangle.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_valid_region.js [new file with mode: 0644]
documentation/structarm__compute_1_1_valid_region.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_valid_region__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1_valid_region__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1_valid_region__coll__graph.svg [new file with mode: 0644]
documentation/sync_off.png [new file with mode: 0644]
documentation/sync_on.png [new file with mode: 0644]
documentation/tab_a.png [new file with mode: 0644]
documentation/tab_b.png [new file with mode: 0644]
documentation/tab_h.png [new file with mode: 0644]
documentation/tab_s.png [new file with mode: 0644]
documentation/tablelookup_8cl.js [new file with mode: 0644]
documentation/tablelookup_8cl.xhtml [new file with mode: 0644]
documentation/tablelookup_8cl_source.xhtml [new file with mode: 0644]
documentation/tabs.css [new file with mode: 0644]
documentation/test__helpers_2_utils_8h.js [new file with mode: 0644]
documentation/test__helpers_2_utils_8h.xhtml [new file with mode: 0644]
documentation/test__helpers_2_utils_8h_source.xhtml [new file with mode: 0644]
documentation/threshold_8cl.js [new file with mode: 0644]
documentation/threshold_8cl.xhtml [new file with mode: 0644]
documentation/threshold_8cl_source.xhtml [new file with mode: 0644]
documentation/transpose_8cl.js [new file with mode: 0644]
documentation/transpose_8cl.xhtml [new file with mode: 0644]
documentation/transpose_8cl_source.xhtml [new file with mode: 0644]
documentation/types_8h.js [new file with mode: 0644]
documentation/types_8h.xhtml [new file with mode: 0644]
documentation/types_8h_source.xhtml [new file with mode: 0644]
documentation/warp__affine_8cl.js [new file with mode: 0644]
documentation/warp__affine_8cl.xhtml [new file with mode: 0644]
documentation/warp__affine_8cl_source.xhtml [new file with mode: 0644]
documentation/warp__helpers_8h.js [new file with mode: 0644]
documentation/warp__helpers_8h.xhtml [new file with mode: 0644]
documentation/warp__helpers_8h_source.xhtml [new file with mode: 0644]
documentation/warp__perspective_8cl.js [new file with mode: 0644]
documentation/warp__perspective_8cl.xhtml [new file with mode: 0644]
documentation/warp__perspective_8cl_source.xhtml [new file with mode: 0644]
examples/cl_convolution.cpp [new file with mode: 0644]
examples/cl_events.cpp [new file with mode: 0644]
examples/neon_convolution.cpp [new file with mode: 0644]
examples/neon_scale.cpp [new file with mode: 0644]
examples/neoncl_scale_median_gaussian.cpp [new file with mode: 0644]
include/CL/cl.h [new file with mode: 0644]
include/CL/cl.hpp [new file with mode: 0644]
include/CL/cl2.hpp [new file with mode: 0644]
include/CL/cl_d3d10.h [new file with mode: 0644]
include/CL/cl_d3d11.h [new file with mode: 0644]
include/CL/cl_dx9_media_sharing.h [new file with mode: 0644]
include/CL/cl_egl.h [new file with mode: 0644]
include/CL/cl_ext.h [new file with mode: 0644]
include/CL/cl_gl.h [new file with mode: 0644]
include/CL/cl_gl_ext.h [new file with mode: 0644]
include/CL/cl_platform.h [new file with mode: 0644]
include/CL/opencl.h [new file with mode: 0644]
opencl-1.2-stubs/opencl_stubs.c [new file with mode: 0755]
sconscript [new file with mode: 0644]
src/core/AccessWindowAutoPadding.cpp [new file with mode: 0644]
src/core/AccessWindowStatic.cpp [new file with mode: 0644]
src/core/AccessWindowTranspose.cpp [new file with mode: 0644]
src/core/CL/CLHelpers.cpp [new file with mode: 0644]
src/core/CL/CLKernelLibrary.cpp [new file with mode: 0644]
src/core/CL/ICLDistribution1D.cpp [new file with mode: 0644]
src/core/CL/ICLKernel.cpp [new file with mode: 0644]
src/core/CL/ICLLut.cpp [new file with mode: 0644]
src/core/CL/ICLMultiImage.cpp [new file with mode: 0644]
src/core/CL/ICLSimple2DKernel.cpp [new file with mode: 0644]
src/core/CL/ICLSimple3DKernel.cpp [new file with mode: 0644]
src/core/CL/ICLSimpleKernel.cpp [new file with mode: 0644]
src/core/CL/ICLTensor.cpp [new file with mode: 0644]
src/core/CL/cl_kernels/absdiff.cl [new file with mode: 0644]
src/core/CL/cl_kernels/accumulate.cl [new file with mode: 0644]
src/core/CL/cl_kernels/activation_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/arithmetic_op.cl [new file with mode: 0644]
src/core/CL/cl_kernels/bitwise_op.cl [new file with mode: 0644]
src/core/CL/cl_kernels/canny.cl [new file with mode: 0644]
src/core/CL/cl_kernels/channel_combine.cl [new file with mode: 0644]
src/core/CL/cl_kernels/channel_extract.cl [new file with mode: 0644]
src/core/CL/cl_kernels/color_convert.cl [new file with mode: 0644]
src/core/CL/cl_kernels/convolution3x3.cl [new file with mode: 0644]
src/core/CL/cl_kernels/convolution5x5.cl [new file with mode: 0644]
src/core/CL/cl_kernels/convolution7x7.cl [new file with mode: 0644]
src/core/CL/cl_kernels/convolution9x9.cl [new file with mode: 0644]
src/core/CL/cl_kernels/convolution_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/convolution_rectangle.cl [new file with mode: 0644]
src/core/CL/cl_kernels/depth_convert.cl [new file with mode: 0644]
src/core/CL/cl_kernels/derivative.cl [new file with mode: 0644]
src/core/CL/cl_kernels/dilate.cl [new file with mode: 0644]
src/core/CL/cl_kernels/erode.cl [new file with mode: 0644]
src/core/CL/cl_kernels/fast_corners.cl [new file with mode: 0644]
src/core/CL/cl_kernels/fill_border.cl [new file with mode: 0644]
src/core/CL/cl_kernels/gaussian_pyramid.cl [new file with mode: 0644]
src/core/CL/cl_kernels/gemm.cl [new file with mode: 0644]
src/core/CL/cl_kernels/harris_corners.cl [new file with mode: 0644]
src/core/CL/cl_kernels/helpers.h [new file with mode: 0644]
src/core/CL/cl_kernels/histogram.cl [new file with mode: 0644]
src/core/CL/cl_kernels/integral_image.cl [new file with mode: 0644]
src/core/CL/cl_kernels/magnitude_phase.cl [new file with mode: 0644]
src/core/CL/cl_kernels/mean_stddev.cl [new file with mode: 0644]
src/core/CL/cl_kernels/minmaxloc.cl [new file with mode: 0644]
src/core/CL/cl_kernels/non_linear_filter3x3.cl [new file with mode: 0644]
src/core/CL/cl_kernels/non_linear_filter5x5.cl [new file with mode: 0644]
src/core/CL/cl_kernels/non_linear_filter_helpers.h [new file with mode: 0644]
src/core/CL/cl_kernels/nonmax.cl [new file with mode: 0644]
src/core/CL/cl_kernels/normalization_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/optical_flow_pyramid_lk.cl [new file with mode: 0644]
src/core/CL/cl_kernels/pixelwise_mul_float.cl [new file with mode: 0644]
src/core/CL/cl_kernels/pixelwise_mul_int.cl [new file with mode: 0644]
src/core/CL/cl_kernels/pooling_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/remap.cl [new file with mode: 0644]
src/core/CL/cl_kernels/scale.cl [new file with mode: 0644]
src/core/CL/cl_kernels/scharr_filter.cl [new file with mode: 0644]
src/core/CL/cl_kernels/sobel_filter.cl [new file with mode: 0644]
src/core/CL/cl_kernels/softmax_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/tablelookup.cl [new file with mode: 0644]
src/core/CL/cl_kernels/threshold.cl [new file with mode: 0644]
src/core/CL/cl_kernels/transpose.cl [new file with mode: 0644]
src/core/CL/cl_kernels/types.h [new file with mode: 0644]
src/core/CL/cl_kernels/warp_affine.cl [new file with mode: 0644]
src/core/CL/cl_kernels/warp_helpers.h [new file with mode: 0644]
src/core/CL/cl_kernels/warp_perspective.cl [new file with mode: 0644]
src/core/CL/kernels/CLAbsoluteDifferenceKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLAccumulateKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLActivationLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLArithmeticAdditionKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLArithmeticSubtractionKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLBitwiseAndKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLBitwiseNotKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLBitwiseOrKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLBitwiseXorKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLBox3x3Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLCannyEdgeKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLChannelCombineKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLChannelExtractKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLCol2ImKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLColorConvertKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLConvolutionKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLConvolutionLayerWeightsReshapeKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDepthConvertKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDerivativeKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDilateKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLErodeKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLFastCornersKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLFillBorderKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMInterleave4x4Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixAdditionKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMTranspose1xWKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGaussian3x3Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGaussian5x5Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGaussianPyramidKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLHarrisCornersKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLHistogramKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLIm2ColKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLIntegralImageKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLLKTrackerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLMagnitudePhaseKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLMeanStdDevKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLMedian3x3Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLMinMaxLocationKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLNonLinearFilterKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLNormalizationLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLPoolingLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLRemapKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLScaleKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLScharr3x3Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLSobel3x3Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLSobel5x5Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLSobel7x7Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLSoftmaxLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLTableLookupKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLThresholdKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLTransposeKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLWarpAffineKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLWarpPerspectiveKernel.cpp [new file with mode: 0644]
src/core/CPP/ICPPSimpleKernel.cpp [new file with mode: 0644]
src/core/CPP/kernels/CPPCornerCandidatesKernel.cpp [new file with mode: 0644]
src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp [new file with mode: 0644]
src/core/Error.cpp [new file with mode: 0644]
src/core/HOGInfo.cpp [new file with mode: 0644]
src/core/Helpers.cpp [new file with mode: 0644]
src/core/IAccessWindow.cpp [new file with mode: 0644]
src/core/IDistribution.cpp [new file with mode: 0644]
src/core/IDistribution1D.cpp [new file with mode: 0644]
src/core/IKernel.cpp [new file with mode: 0644]
src/core/ITensor.cpp [new file with mode: 0644]
src/core/MultiImageInfo.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEAbsoluteDifferenceKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEAccumulateKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEActivationLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEArithmeticAdditionKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEArithmeticSubtractionKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEBitwiseAndKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEBitwiseNotKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEBitwiseOrKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEBitwiseXorKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEBox3x3Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NECannyEdgeKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEChannelCombineKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEChannelExtractKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NECol2ImKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEColorConvertKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEConvolutionKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEConvolutionLayerWeightsReshapeKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NECumulativeDistributionKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDepthConvertKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDerivativeKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDilateKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEErodeKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEFastCornersKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEFillArrayKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEFillBorderKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEFillInnerBorderKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMInterleave4x4Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMMatrixAdditionKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMTranspose1xWKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGaussian3x3Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGaussian5x5Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGaussianPyramidKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEHOGDescriptorKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEHOGDetectorKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEHOGNonMaximaSuppressionKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEHarrisCornersKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEHistogramKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEIm2ColKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEIntegralImageKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NELKTrackerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEMagnitudePhaseKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEMeanStdDevKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEMedian3x3Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEMinMaxLocationKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NENonLinearFilterKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NENormalizationLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEPixelWiseMultiplicationKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEPoolingLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NERemapKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEScaleKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEScharr3x3Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NESobel3x3Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NESobel5x5Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NESobel7x7Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NESoftmaxLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NETableLookupKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEThresholdKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NETransposeKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEWarpKernel.cpp [new file with mode: 0644]
src/core/PyramidInfo.cpp [new file with mode: 0644]
src/core/TensorInfo.cpp [new file with mode: 0644]
src/core/Utils.cpp [new file with mode: 0644]
src/core/Validate.cpp [new file with mode: 0644]
src/runtime/CL/CLDistribution1D.cpp [new file with mode: 0644]
src/runtime/CL/CLLut.cpp [new file with mode: 0644]
src/runtime/CL/CLLutAllocator.cpp [new file with mode: 0644]
src/runtime/CL/CLMultiImage.cpp [new file with mode: 0644]
src/runtime/CL/CLPyramid.cpp [new file with mode: 0644]
src/runtime/CL/CLScheduler.cpp [new file with mode: 0644]
src/runtime/CL/CLTensor.cpp [new file with mode: 0644]
src/runtime/CL/CLTensorAllocator.cpp [new file with mode: 0644]
src/runtime/CL/ICLSimpleFunction.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLAbsoluteDifference.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLAccumulate.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLActivationLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLArithmeticAddition.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLArithmeticSubtraction.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLBitwiseAnd.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLBitwiseNot.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLBitwiseOr.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLBitwiseXor.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLBox3x3.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLCannyEdge.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLChannelCombine.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLChannelExtract.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLColorConvert.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLConvolution.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDepthConvert.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDerivative.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDilate.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLEqualizeHistogram.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLErode.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLFastCorners.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLFillBorder.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLFullyConnectedLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGEMM.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGEMMLowp.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGaussian3x3.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGaussian5x5.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGaussianPyramid.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLHarrisCorners.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLHistogram.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLIntegralImage.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLLaplacianPyramid.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLLaplacianReconstruct.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLMagnitude.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLMeanStdDev.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLMedian3x3.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLMinMaxLocation.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLNonLinearFilter.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLNonMaximaSuppression3x3.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLNormalizationLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLOpticalFlow.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLPhase.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLPixelWiseMultiplication.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLPoolingLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLRemap.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLScale.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLScharr3x3.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLSobel3x3.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLSobel5x5.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLSobel7x7.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLSoftmaxLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLTableLookup.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLThreshold.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLTranspose.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLWarpAffine.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLWarpPerspective.cpp [new file with mode: 0644]
src/runtime/CPP/CPPScheduler.cpp [new file with mode: 0644]
src/runtime/Distribution1D.cpp [new file with mode: 0644]
src/runtime/HOG.cpp [new file with mode: 0644]
src/runtime/ILutAllocator.cpp [new file with mode: 0644]
src/runtime/ITensorAllocator.cpp [new file with mode: 0644]
src/runtime/Lut.cpp [new file with mode: 0644]
src/runtime/LutAllocator.cpp [new file with mode: 0644]
src/runtime/MultiHOG.cpp [new file with mode: 0644]
src/runtime/MultiImage.cpp [new file with mode: 0644]
src/runtime/NEON/INESimpleFunction.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEAbsoluteDifference.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEAccumulate.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEActivationLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEArithmeticAddition.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEArithmeticSubtraction.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEBitwiseAnd.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEBitwiseNot.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEBitwiseOr.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEBitwiseXor.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEBox3x3.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NECannyEdge.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEChannelCombine.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEChannelExtract.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEColorConvert.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEConvolution.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDepthConvert.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDerivative.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDilate.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEEqualizeHistogram.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEErode.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEFastCorners.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEFillBorder.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEFullyConnectedLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGEMM.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGEMMLowp.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGaussian3x3.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGaussian5x5.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGaussianPyramid.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEHOGDescriptor.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEHOGDetector.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEHOGGradient.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEHOGMultiDetection.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEHarrisCorners.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEHistogram.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEIntegralImage.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NELaplacianPyramid.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NELaplacianReconstruct.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEMagnitude.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEMeanStdDev.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEMedian3x3.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEMinMaxLocation.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NENonLinearFilter.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NENonMaximaSuppression3x3.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NENormalizationLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEOpticalFlow.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEPhase.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEPoolingLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NERemap.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEScale.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEScharr3x3.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NESobel3x3.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NESobel5x5.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NESobel7x7.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NESoftmaxLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NETableLookup.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEThreshold.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NETranspose.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEWarpAffine.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEWarpPerspective.cpp [new file with mode: 0644]
src/runtime/Pyramid.cpp [new file with mode: 0644]
src/runtime/Tensor.cpp [new file with mode: 0644]
src/runtime/TensorAllocator.cpp [new file with mode: 0644]
test_helpers/Utils.cpp [new file with mode: 0644]
test_helpers/Utils.h [new file with mode: 0644]