arm_compute v17.09
authorKaizen <kaizen@arm.com>
Thu, 28 Sep 2017 13:38:23 +0000 (14:38 +0100)
committerAnthony Barbier <anthony.barbier@arm.com>
Thu, 28 Sep 2017 15:31:13 +0000 (16:31 +0100)
commit8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a
treec234331232f227e0cdfb567a54ecaa5460aaa064
parentf4a254c2745aeaab6f7276a675147d707002fe7a
arm_compute v17.09

Change-Id: I4bf8f4e6e5f84ce0d5b6f5ba570d276879f42a81
9145 files changed:
LICENSE [deleted file]
README.md
SConscript
SConstruct
arm_compute/core/CL/CLHelpers.h
arm_compute/core/CL/CLKernelLibrary.h
arm_compute/core/CL/CLKernels.h
arm_compute/core/CL/CLTypes.h
arm_compute/core/CL/ICLArray.h
arm_compute/core/CL/ICLKernel.h
arm_compute/core/CL/OpenCL.h
arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h
arm_compute/core/CL/kernels/CLAccumulateKernel.h
arm_compute/core/CL/kernels/CLActivationLayerKernel.h
arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h
arm_compute/core/CL/kernels/CLArithmeticSubtractionKernel.h
arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h
arm_compute/core/CL/kernels/CLBitwiseAndKernel.h
arm_compute/core/CL/kernels/CLBitwiseNotKernel.h
arm_compute/core/CL/kernels/CLBitwiseOrKernel.h
arm_compute/core/CL/kernels/CLBitwiseXorKernel.h
arm_compute/core/CL/kernels/CLBox3x3Kernel.h
arm_compute/core/CL/kernels/CLCannyEdgeKernel.h
arm_compute/core/CL/kernels/CLChannelCombineKernel.h
arm_compute/core/CL/kernels/CLChannelExtractKernel.h
arm_compute/core/CL/kernels/CLCol2ImKernel.h
arm_compute/core/CL/kernels/CLColorConvertKernel.h
arm_compute/core/CL/kernels/CLConvolutionKernel.h
arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h
arm_compute/core/CL/kernels/CLDepthConvertKernel.h
arm_compute/core/CL/kernels/CLDepthwiseConvolution3x3Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDepthwiseIm2ColKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDepthwiseVectorToTensorKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDequantizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDerivativeKernel.h
arm_compute/core/CL/kernels/CLDilateKernel.h
arm_compute/core/CL/kernels/CLDirectConvolutionLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLErodeKernel.h
arm_compute/core/CL/kernels/CLFastCornersKernel.h
arm_compute/core/CL/kernels/CLFillBorderKernel.h
arm_compute/core/CL/kernels/CLFloorKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMInterleave4x4Kernel.h
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixAdditionKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMTranspose1xWKernel.h
arm_compute/core/CL/kernels/CLGaussian3x3Kernel.h
arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
arm_compute/core/CL/kernels/CLGaussianPyramidKernel.h
arm_compute/core/CL/kernels/CLHOGDescriptorKernel.h
arm_compute/core/CL/kernels/CLHOGDetectorKernel.h
arm_compute/core/CL/kernels/CLHarrisCornersKernel.h
arm_compute/core/CL/kernels/CLHistogramKernel.h
arm_compute/core/CL/kernels/CLIm2ColKernel.h
arm_compute/core/CL/kernels/CLIntegralImageKernel.h
arm_compute/core/CL/kernels/CLL2NormalizeKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLLKTrackerKernel.h
arm_compute/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.h
arm_compute/core/CL/kernels/CLMagnitudePhaseKernel.h
arm_compute/core/CL/kernels/CLMeanStdDevKernel.h
arm_compute/core/CL/kernels/CLMedian3x3Kernel.h
arm_compute/core/CL/kernels/CLMinMaxLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLMinMaxLocationKernel.h
arm_compute/core/CL/kernels/CLNonLinearFilterKernel.h
arm_compute/core/CL/kernels/CLNonMaximaSuppression3x3Kernel.h
arm_compute/core/CL/kernels/CLNormalizationLayerKernel.h
arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h
arm_compute/core/CL/kernels/CLPoolingLayerKernel.h
arm_compute/core/CL/kernels/CLQuantizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLROIPoolingLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLReductionOperationKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLRemapKernel.h
arm_compute/core/CL/kernels/CLReshapeLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLScaleKernel.h
arm_compute/core/CL/kernels/CLScharr3x3Kernel.h
arm_compute/core/CL/kernels/CLSobel3x3Kernel.h
arm_compute/core/CL/kernels/CLSobel5x5Kernel.h
arm_compute/core/CL/kernels/CLSobel7x7Kernel.h
arm_compute/core/CL/kernels/CLSoftmaxLayerKernel.h
arm_compute/core/CL/kernels/CLTableLookupKernel.h
arm_compute/core/CL/kernels/CLThresholdKernel.h
arm_compute/core/CL/kernels/CLTransposeKernel.h
arm_compute/core/CL/kernels/CLWarpAffineKernel.h
arm_compute/core/CL/kernels/CLWarpPerspectiveKernel.h
arm_compute/core/CL/kernels/CLWeightsReshapeKernel.h
arm_compute/core/CPP/CPPTypes.h [new file with mode: 0644]
arm_compute/core/CPP/ICPPKernel.h
arm_compute/core/CPP/ICPPSimpleKernel.h
arm_compute/core/CPP/kernels/CPPCornerCandidatesKernel.h
arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
arm_compute/core/Dimensions.h
arm_compute/core/FixedPoint.h
arm_compute/core/FixedPoint.inl
arm_compute/core/Helpers.h
arm_compute/core/Helpers.inl
arm_compute/core/IArray.h
arm_compute/core/NEON/INEKernel.h
arm_compute/core/NEON/INESimpleKernel.h
arm_compute/core/NEON/NEColorConvertHelper.inl
arm_compute/core/NEON/NEFixedPoint.h
arm_compute/core/NEON/NEFixedPoint.inl
arm_compute/core/NEON/NEKernels.h
arm_compute/core/NEON/NEMath.h
arm_compute/core/NEON/NEMath.inl
arm_compute/core/NEON/kernels/NEAbsoluteDifferenceKernel.h
arm_compute/core/NEON/kernels/NEAccumulateKernel.h
arm_compute/core/NEON/kernels/NEActivationLayerKernel.h
arm_compute/core/NEON/kernels/NEArithmeticAdditionKernel.h
arm_compute/core/NEON/kernels/NEArithmeticSubtractionKernel.h
arm_compute/core/NEON/kernels/NEBatchNormalizationLayerKernel.h
arm_compute/core/NEON/kernels/NEBitwiseAndKernel.h
arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h
arm_compute/core/NEON/kernels/NEBitwiseOrKernel.h
arm_compute/core/NEON/kernels/NEBitwiseXorKernel.h
arm_compute/core/NEON/kernels/NEBox3x3Kernel.h
arm_compute/core/NEON/kernels/NECannyEdgeKernel.h
arm_compute/core/NEON/kernels/NEChannelCombineKernel.h
arm_compute/core/NEON/kernels/NEChannelExtractKernel.h
arm_compute/core/NEON/kernels/NECol2ImKernel.h
arm_compute/core/NEON/kernels/NEColorConvertKernel.h
arm_compute/core/NEON/kernels/NEConvolutionKernel.h
arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h
arm_compute/core/NEON/kernels/NEDepthConcatenateKernel.h
arm_compute/core/NEON/kernels/NEDepthConvertKernel.h
arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDerivativeKernel.h
arm_compute/core/NEON/kernels/NEDilateKernel.h
arm_compute/core/NEON/kernels/NEDirectConvolutionLayerBiasAccumulateKernel.h
arm_compute/core/NEON/kernels/NEDirectConvolutionLayerKernel.h
arm_compute/core/NEON/kernels/NEErodeKernel.h
arm_compute/core/NEON/kernels/NEFastCornersKernel.h
arm_compute/core/NEON/kernels/NEFillArrayKernel.h
arm_compute/core/NEON/kernels/NEFillBorderKernel.h
arm_compute/core/NEON/kernels/NEFillInnerBorderKernel.h
arm_compute/core/NEON/kernels/NEFloorKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMAssemblyBaseKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMInterleave4x4Kernel.h
arm_compute/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixAdditionKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.h
arm_compute/core/NEON/kernels/NEGEMMTranspose1xWKernel.h
arm_compute/core/NEON/kernels/NEGaussian3x3Kernel.h
arm_compute/core/NEON/kernels/NEGaussian5x5Kernel.h
arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h
arm_compute/core/NEON/kernels/NEHOGDescriptorKernel.h
arm_compute/core/NEON/kernels/NEHOGDetectorKernel.h
arm_compute/core/NEON/kernels/NEHarrisCornersKernel.h
arm_compute/core/NEON/kernels/NEHistogramKernel.h
arm_compute/core/NEON/kernels/NEIm2ColKernel.h
arm_compute/core/NEON/kernels/NEIntegralImageKernel.h
arm_compute/core/NEON/kernels/NEL2NormalizeKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NELKTrackerKernel.h
arm_compute/core/NEON/kernels/NELocallyConnectedMatrixMultiplyKernel.h
arm_compute/core/NEON/kernels/NEMagnitudePhaseKernel.h
arm_compute/core/NEON/kernels/NEMeanStdDevKernel.h
arm_compute/core/NEON/kernels/NEMedian3x3Kernel.h
arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h
arm_compute/core/NEON/kernels/NENonLinearFilterKernel.h
arm_compute/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h
arm_compute/core/NEON/kernels/NENormalizationLayerKernel.h
arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h
arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h
arm_compute/core/NEON/kernels/NEQuantizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEROIPoolingLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEReductionOperationKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NERemapKernel.h
arm_compute/core/NEON/kernels/NEReshapeLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEScaleKernel.h
arm_compute/core/NEON/kernels/NEScharr3x3Kernel.h
arm_compute/core/NEON/kernels/NESobel3x3Kernel.h
arm_compute/core/NEON/kernels/NESobel5x5Kernel.h
arm_compute/core/NEON/kernels/NESobel7x7Kernel.h
arm_compute/core/NEON/kernels/NESoftmaxLayerKernel.h
arm_compute/core/NEON/kernels/NETableLookupKernel.h
arm_compute/core/NEON/kernels/NEThresholdKernel.h
arm_compute/core/NEON/kernels/NETransposeKernel.h
arm_compute/core/NEON/kernels/NEWarpKernel.h
arm_compute/core/NEON/kernels/NEWeightsReshapeKernel.h
arm_compute/core/NEON/kernels/arm32/NEGEMMAArch32Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/arm64/NEGEMMAArch64Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/asmlib.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/gemm_common.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/gemm_interleaved.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a32_sgemm_8x6.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a32_sgemm_8x6/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemm_12x8.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemm_12x8/a53.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemm_12x8/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/mergeresults.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/merges/a32_merge_float_8x6.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/merges/a64_merge_float_12x8.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/merges/list.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/profiler.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transform.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a32_interleave_6way_32bit.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a32_transpose_interleave_8way_32bit.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a64_interleave_8way_32bit.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/list.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/transpose_interleave_common.hpp [new file with mode: 0644]
arm_compute/core/PixelValue.h
arm_compute/core/TensorShape.h
arm_compute/core/Types.h
arm_compute/core/Utils.h
arm_compute/core/Validate.h
arm_compute/core/Window.h
arm_compute/core/Window.inl
arm_compute/graph/CL/CLMap.h [new file with mode: 0644]
arm_compute/graph/CL/CLUnmap.h [new file with mode: 0644]
arm_compute/graph/Graph.h [new file with mode: 0644]
arm_compute/graph/INode.h [new file with mode: 0644]
arm_compute/graph/ITensorAccessor.h [new file with mode: 0644]
arm_compute/graph/Nodes.h [new file with mode: 0644]
arm_compute/graph/Tensor.h [new file with mode: 0644]
arm_compute/graph/Types.h [new file with mode: 0644]
arm_compute/graph/nodes/ActivationLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/ConvolutionLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/FullyConnectedLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/PoolingLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/SoftmaxLayer.h [new file with mode: 0644]
arm_compute/runtime/Allocator.h [new file with mode: 0644]
arm_compute/runtime/Array.h
arm_compute/runtime/BlobLifetimeManager.h [new file with mode: 0644]
arm_compute/runtime/BlobMemoryPool.h [new file with mode: 0644]
arm_compute/runtime/CL/CLArray.h
arm_compute/runtime/CL/CLBufferAllocator.h [new file with mode: 0644]
arm_compute/runtime/CL/CLFunctions.h
arm_compute/runtime/CL/CLMemoryGroup.h [new file with mode: 0644]
arm_compute/runtime/CL/CLScheduler.h
arm_compute/runtime/CL/CLTensorAllocator.h
arm_compute/runtime/CL/CLTuner.h [new file with mode: 0644]
arm_compute/runtime/CL/ICLTuner.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLActivationLayer.h
arm_compute/runtime/CL/functions/CLArithmeticAddition.h
arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h
arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h
arm_compute/runtime/CL/functions/CLCannyEdge.h
arm_compute/runtime/CL/functions/CLConvolution.h
arm_compute/runtime/CL/functions/CLConvolutionLayer.h
arm_compute/runtime/CL/functions/CLDepthConcatenate.h
arm_compute/runtime/CL/functions/CLDepthConvert.h
arm_compute/runtime/CL/functions/CLDepthwiseConvolution.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDequantizationLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLFastCorners.h
arm_compute/runtime/CL/functions/CLFillBorder.h
arm_compute/runtime/CL/functions/CLFlattenLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLFloor.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h
arm_compute/runtime/CL/functions/CLGEMM.h
arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h
arm_compute/runtime/CL/functions/CLGEMMLowp.h
arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLGaussian5x5.h
arm_compute/runtime/CL/functions/CLHOGDescriptor.h
arm_compute/runtime/CL/functions/CLHOGGradient.h
arm_compute/runtime/CL/functions/CLHOGMultiDetection.h
arm_compute/runtime/CL/functions/CLHarrisCorners.h
arm_compute/runtime/CL/functions/CLL2Normalize.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLLocallyConnectedLayer.h
arm_compute/runtime/CL/functions/CLMeanStdDev.h
arm_compute/runtime/CL/functions/CLMinMaxLocation.h
arm_compute/runtime/CL/functions/CLNormalizationLayer.h
arm_compute/runtime/CL/functions/CLOpticalFlow.h
arm_compute/runtime/CL/functions/CLPoolingLayer.h
arm_compute/runtime/CL/functions/CLQuantizationLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLROIPoolingLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLReductionOperation.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLReshapeLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLScale.h
arm_compute/runtime/CL/functions/CLSobel5x5.h
arm_compute/runtime/CL/functions/CLSobel7x7.h
arm_compute/runtime/CL/functions/CLSoftmaxLayer.h
arm_compute/runtime/CL/functions/CLTranspose.h
arm_compute/runtime/CPP/CPPScheduler.h
arm_compute/runtime/IAllocator.h [new file with mode: 0644]
arm_compute/runtime/ILifetimeManager.h [new file with mode: 0644]
arm_compute/runtime/IMemoryGroup.h [new file with mode: 0644]
arm_compute/runtime/IMemoryManager.h [new file with mode: 0644]
arm_compute/runtime/IMemoryPool.h [new file with mode: 0644]
arm_compute/runtime/IPoolManager.h [new file with mode: 0644]
arm_compute/runtime/IScheduler.h
arm_compute/runtime/MemoryGroup.h [new file with mode: 0644]
arm_compute/runtime/MemoryGroupBase.h [new file with mode: 0644]
arm_compute/runtime/MemoryManagerOnDemand.h [new file with mode: 0644]
arm_compute/runtime/NEON/NEFunctions.h
arm_compute/runtime/NEON/functions/NEActivationLayer.h
arm_compute/runtime/NEON/functions/NEArithmeticAddition.h
arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h
arm_compute/runtime/NEON/functions/NEBatchNormalizationLayer.h
arm_compute/runtime/NEON/functions/NECannyEdge.h
arm_compute/runtime/NEON/functions/NEConvolution.h
arm_compute/runtime/NEON/functions/NEConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEDepthConcatenate.h
arm_compute/runtime/NEON/functions/NEDepthConvert.h
arm_compute/runtime/NEON/functions/NEDequantizationLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEFastCorners.h
arm_compute/runtime/NEON/functions/NEFloor.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h
arm_compute/runtime/NEON/functions/NEGEMM.h
arm_compute/runtime/NEON/functions/NEGEMMLowp.h
arm_compute/runtime/NEON/functions/NEGaussian5x5.h
arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
arm_compute/runtime/NEON/functions/NEHOGDescriptor.h
arm_compute/runtime/NEON/functions/NEHOGGradient.h
arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h
arm_compute/runtime/NEON/functions/NEHarrisCorners.h
arm_compute/runtime/NEON/functions/NEL2Normalize.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NELocallyConnectedLayer.h
arm_compute/runtime/NEON/functions/NEMeanStdDev.h
arm_compute/runtime/NEON/functions/NEMinMaxLocation.h
arm_compute/runtime/NEON/functions/NENormalizationLayer.h
arm_compute/runtime/NEON/functions/NEOpticalFlow.h
arm_compute/runtime/NEON/functions/NEPoolingLayer.h
arm_compute/runtime/NEON/functions/NEQuantizationLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEReductionOperation.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEReshapeLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEScale.h
arm_compute/runtime/NEON/functions/NESobel5x5.h
arm_compute/runtime/NEON/functions/NESobel7x7.h
arm_compute/runtime/NEON/functions/NESoftmaxLayer.h
arm_compute/runtime/PoolManager.h [new file with mode: 0644]
arm_compute/runtime/TensorAllocator.h
arm_compute/runtime/Types.h [new file with mode: 0644]
docs/00_introduction.dox
docs/01_library.dox
docs/02_tests.dox
docs/03_scripts.dox [new file with mode: 0644]
docs/Doxyfile
documentation/00__introduction_8dox.xhtml
documentation/01__library_8dox.xhtml
documentation/02__tests_8dox.xhtml
documentation/03__scripts_8dox.xhtml [new file with mode: 0644]
documentation/_absolute_difference_8cpp.xhtml [deleted file]
documentation/_absolute_difference_8cpp_source.xhtml [deleted file]
documentation/_access_window_auto_padding_8h.xhtml
documentation/_access_window_auto_padding_8h_source.xhtml
documentation/_access_window_static_8h.xhtml
documentation/_access_window_static_8h_source.xhtml
documentation/_access_window_transpose_8h.xhtml
documentation/_access_window_transpose_8h_source.xhtml
documentation/_accessor_8h.xhtml [new file with mode: 0644]
documentation/_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_accumulate_8cpp.xhtml [deleted file]
documentation/_accumulate_8cpp_source.xhtml [deleted file]
documentation/_accumulate_squared_8cpp.xhtml [deleted file]
documentation/_accumulate_squared_8cpp_source.xhtml [deleted file]
documentation/_accumulate_weighted_8cpp.xhtml [deleted file]
documentation/_accumulate_weighted_8cpp_source.xhtml [deleted file]
documentation/_activation_function_dataset_8h.xhtml [deleted file]
documentation/_activation_function_dataset_8h_source.xhtml [deleted file]
documentation/_activation_functions_dataset_8h.xhtml [new file with mode: 0644]
documentation/_activation_functions_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_activation_layer_8h.xhtml [deleted file]
documentation/_activation_layer_8h_source.xhtml [deleted file]
documentation/_activation_layer_dataset_8h.js [deleted file]
documentation/_activation_layer_dataset_8h.xhtml [deleted file]
documentation/_activation_layer_dataset_8h_source.xhtml [deleted file]
documentation/_alex_net_activation_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_alex_net_activation_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_alex_net_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_alex_net_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_alex_net_fixture_8h.xhtml [new file with mode: 0644]
documentation/_alex_net_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_alex_net_fully_connected_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_alex_net_fully_connected_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_alex_net_network_8h.xhtml [new file with mode: 0644]
documentation/_alex_net_network_8h_source.xhtml [new file with mode: 0644]
documentation/_alex_net_normalization_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_alex_net_normalization_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_alex_net_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_alex_net_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_allocator_8h.xhtml [new file with mode: 0644]
documentation/_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_arithmetic_addition_8cpp.xhtml [deleted file]
documentation/_arithmetic_addition_8cpp_source.xhtml [deleted file]
documentation/_arithmetic_addition_8h.js [new file with mode: 0644]
documentation/_arithmetic_addition_8h.xhtml [new file with mode: 0644]
documentation/_arithmetic_addition_8h_source.xhtml [new file with mode: 0644]
documentation/_arithmetic_addition_fixture_8h.xhtml [new file with mode: 0644]
documentation/_arithmetic_addition_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_arithmetic_subtraction_8cpp.xhtml [deleted file]
documentation/_arithmetic_subtraction_8cpp_source.xhtml [deleted file]
documentation/_arithmetic_subtraction_8h.js [new file with mode: 0644]
documentation/_arithmetic_subtraction_8h.xhtml [new file with mode: 0644]
documentation/_arithmetic_subtraction_8h_source.xhtml [new file with mode: 0644]
documentation/_arithmetic_subtraction_fixture_8h.xhtml [new file with mode: 0644]
documentation/_arithmetic_subtraction_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_array_8h.xhtml
documentation/_array_8h_source.xhtml
documentation/_array_accessor_8h.xhtml [new file with mode: 0644]
documentation/_array_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_asserts_8h.js [new file with mode: 0644]
documentation/_asserts_8h.xhtml [new file with mode: 0644]
documentation/_asserts_8h_source.xhtml [new file with mode: 0644]
documentation/_assets_library_8cpp.xhtml [new file with mode: 0644]
documentation/_assets_library_8cpp_source.xhtml [new file with mode: 0644]
documentation/_assets_library_8h.xhtml [new file with mode: 0644]
documentation/_assets_library_8h_source.xhtml [new file with mode: 0644]
documentation/_batch_normalization_layer_8cpp.xhtml [deleted file]
documentation/_batch_normalization_layer_8cpp_source.xhtml [deleted file]
documentation/_batch_normalization_layer_8h.js [new file with mode: 0644]
documentation/_batch_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/_batch_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_batch_normalization_layer_dataset_8h.js [deleted file]
documentation/_batch_normalization_layer_dataset_8h.xhtml
documentation/_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_bitwise_and_8h.js [new file with mode: 0644]
documentation/_bitwise_and_8h.xhtml [new file with mode: 0644]
documentation/_bitwise_and_8h_source.xhtml [new file with mode: 0644]
documentation/_bitwise_and_fixture_8h.xhtml [new file with mode: 0644]
documentation/_bitwise_and_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_bitwise_not_8cpp.xhtml [deleted file]
documentation/_bitwise_not_8cpp_source.xhtml [deleted file]
documentation/_bitwise_not_8h.js [new file with mode: 0644]
documentation/_bitwise_not_8h.xhtml [new file with mode: 0644]
documentation/_bitwise_not_8h_source.xhtml [new file with mode: 0644]
documentation/_bitwise_not_fixture_8h.xhtml [new file with mode: 0644]
documentation/_bitwise_not_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_bitwise_or_8cpp.xhtml [deleted file]
documentation/_bitwise_or_8cpp_source.xhtml [deleted file]
documentation/_bitwise_or_8h.js [new file with mode: 0644]
documentation/_bitwise_or_8h.xhtml [new file with mode: 0644]
documentation/_bitwise_or_8h_source.xhtml [new file with mode: 0644]
documentation/_bitwise_or_fixture_8h.xhtml [new file with mode: 0644]
documentation/_bitwise_or_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_bitwise_xor_8cpp.xhtml [deleted file]
documentation/_bitwise_xor_8cpp_source.xhtml [deleted file]
documentation/_bitwise_xor_8h.js [new file with mode: 0644]
documentation/_bitwise_xor_8h.xhtml [new file with mode: 0644]
documentation/_bitwise_xor_8h_source.xhtml [new file with mode: 0644]
documentation/_bitwise_xor_fixture_8h.xhtml [new file with mode: 0644]
documentation/_bitwise_xor_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_blob_lifetime_manager_8h.xhtml [new file with mode: 0644]
documentation/_blob_lifetime_manager_8h_source.xhtml [new file with mode: 0644]
documentation/_blob_memory_pool_8h.xhtml [new file with mode: 0644]
documentation/_blob_memory_pool_8h_source.xhtml [new file with mode: 0644]
documentation/_border_mode_dataset_8h.xhtml
documentation/_border_mode_dataset_8h_source.xhtml
documentation/_box3x3_8cpp.xhtml [deleted file]
documentation/_box3x3_8cpp_source.xhtml [deleted file]
documentation/_box3x3_8h.js [new file with mode: 0644]
documentation/_box3x3_8h.xhtml [new file with mode: 0644]
documentation/_box3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_box3x3_fixture_8h.xhtml [new file with mode: 0644]
documentation/_box3x3_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_alex_net_8cpp.js [deleted file]
documentation/_c_l_2_alex_net_8cpp.xhtml [deleted file]
documentation/_c_l_2_alex_net_8cpp_source.xhtml [deleted file]
documentation/_c_l_2_arithmetic_addition_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_arithmetic_addition_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_arithmetic_addition_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_arithmetic_subtraction_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_arithmetic_subtraction_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_arithmetic_subtraction_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_bitwise_and_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_bitwise_and_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_bitwise_and_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_bitwise_not_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_bitwise_not_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_bitwise_not_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_bitwise_or_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_bitwise_or_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_bitwise_or_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_bitwise_xor_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_bitwise_xor_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_bitwise_xor_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_box3x3_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_box3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_box3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_depth_concatenate_layer_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_depth_concatenate_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_depth_concatenate_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_depth_convert_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_depth_convert_8cpp.xhtml
documentation/_c_l_2_depth_convert_8cpp_source.xhtml
documentation/_c_l_2_dequantization_layer_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_dequantization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_dequantization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_fill_border_8cpp.xhtml [deleted file]
documentation/_c_l_2_fill_border_8cpp_source.xhtml [deleted file]
documentation/_c_l_2_g_e_m_m_8h.xhtml [deleted file]
documentation/_c_l_2_g_e_m_m_8h_source.xhtml [deleted file]
documentation/_c_l_2_gaussian3x3_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_gaussian3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_gaussian3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_gaussian5x5_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_gaussian5x5_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_gaussian5x5_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_harris_corners_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_harris_corners_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_harris_corners_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_helper_8h.js [deleted file]
documentation/_c_l_2_helper_8h.xhtml [deleted file]
documentation/_c_l_2_helper_8h_source.xhtml [deleted file]
documentation/_c_l_2_integral_image_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_integral_image_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_integral_image_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_l2_normalize_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_l2_normalize_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_l2_normalize_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_le_net5_8cpp.js [deleted file]
documentation/_c_l_2_le_net5_8cpp.xhtml [deleted file]
documentation/_c_l_2_le_net5_8cpp_source.xhtml [deleted file]
documentation/_c_l_2_mean_std_dev_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_mean_std_dev_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_mean_std_dev_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_min_max_location_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_min_max_location_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_min_max_location_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_non_linear_filter_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_non_linear_filter_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_non_linear_filter_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_quantization_layer_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_quantization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_quantization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_r_o_i_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_r_o_i_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_r_o_i_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_reduction_operation_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_reduction_operation_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_reduction_operation_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_reshape_layer_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_reshape_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_reshape_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_scale_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_scale_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_scale_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_sobel_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_sobel_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_sobel_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_table_lookup_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_table_lookup_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_table_lookup_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_threshold_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_threshold_8cpp.xhtml
documentation/_c_l_2_threshold_8cpp_source.xhtml
documentation/_c_l_absolute_difference_8h.xhtml
documentation/_c_l_absolute_difference_8h_source.xhtml
documentation/_c_l_absolute_difference_kernel_8h.xhtml
documentation/_c_l_absolute_difference_kernel_8h_source.xhtml
documentation/_c_l_accessor_8h.xhtml
documentation/_c_l_accessor_8h_source.xhtml
documentation/_c_l_accumulate_8h.xhtml
documentation/_c_l_accumulate_8h_source.xhtml
documentation/_c_l_accumulate_kernel_8h.xhtml
documentation/_c_l_accumulate_kernel_8h_source.xhtml
documentation/_c_l_activation_layer_8h.xhtml
documentation/_c_l_activation_layer_8h_source.xhtml
documentation/_c_l_activation_layer_kernel_8h.xhtml
documentation/_c_l_activation_layer_kernel_8h_source.xhtml
documentation/_c_l_arithmetic_addition_8h.xhtml
documentation/_c_l_arithmetic_addition_8h_source.xhtml
documentation/_c_l_arithmetic_addition_kernel_8h.xhtml
documentation/_c_l_arithmetic_addition_kernel_8h_source.xhtml
documentation/_c_l_arithmetic_subtraction_8h.xhtml
documentation/_c_l_arithmetic_subtraction_8h_source.xhtml
documentation/_c_l_arithmetic_subtraction_kernel_8h.xhtml
documentation/_c_l_arithmetic_subtraction_kernel_8h_source.xhtml
documentation/_c_l_array_8h.js
documentation/_c_l_array_8h.xhtml
documentation/_c_l_array_8h_source.xhtml
documentation/_c_l_array_accessor_8h.xhtml [new file with mode: 0644]
documentation/_c_l_array_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_batch_normalization_layer_8h.xhtml
documentation/_c_l_batch_normalization_layer_8h_source.xhtml
documentation/_c_l_batch_normalization_layer_kernel_8h.xhtml
documentation/_c_l_batch_normalization_layer_kernel_8h_source.xhtml
documentation/_c_l_bitwise_and_8h.xhtml
documentation/_c_l_bitwise_and_8h_source.xhtml
documentation/_c_l_bitwise_and_kernel_8h.xhtml
documentation/_c_l_bitwise_and_kernel_8h_source.xhtml
documentation/_c_l_bitwise_not_8h.xhtml
documentation/_c_l_bitwise_not_8h_source.xhtml
documentation/_c_l_bitwise_not_kernel_8h.xhtml
documentation/_c_l_bitwise_not_kernel_8h_source.xhtml
documentation/_c_l_bitwise_or_8h.xhtml
documentation/_c_l_bitwise_or_8h_source.xhtml
documentation/_c_l_bitwise_or_kernel_8h.xhtml
documentation/_c_l_bitwise_or_kernel_8h_source.xhtml
documentation/_c_l_bitwise_xor_8h.xhtml
documentation/_c_l_bitwise_xor_8h_source.xhtml
documentation/_c_l_bitwise_xor_kernel_8h.xhtml
documentation/_c_l_bitwise_xor_kernel_8h_source.xhtml
documentation/_c_l_box3x3_8h.xhtml
documentation/_c_l_box3x3_8h_source.xhtml
documentation/_c_l_box3x3_kernel_8h.xhtml
documentation/_c_l_box3x3_kernel_8h_source.xhtml
documentation/_c_l_buffer_allocator_8h.xhtml [new file with mode: 0644]
documentation/_c_l_buffer_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_canny_edge_8h.xhtml
documentation/_c_l_canny_edge_8h_source.xhtml
documentation/_c_l_canny_edge_kernel_8h.xhtml
documentation/_c_l_canny_edge_kernel_8h_source.xhtml
documentation/_c_l_channel_combine_8h.xhtml
documentation/_c_l_channel_combine_8h_source.xhtml
documentation/_c_l_channel_combine_kernel_8h.xhtml
documentation/_c_l_channel_combine_kernel_8h_source.xhtml
documentation/_c_l_channel_extract_8h.xhtml
documentation/_c_l_channel_extract_8h_source.xhtml
documentation/_c_l_channel_extract_kernel_8h.xhtml
documentation/_c_l_channel_extract_kernel_8h_source.xhtml
documentation/_c_l_col2_im_kernel_8h.xhtml
documentation/_c_l_col2_im_kernel_8h_source.xhtml
documentation/_c_l_color_convert_8h.xhtml
documentation/_c_l_color_convert_8h_source.xhtml
documentation/_c_l_color_convert_kernel_8h.xhtml
documentation/_c_l_color_convert_kernel_8h_source.xhtml
documentation/_c_l_convolution_8h.xhtml
documentation/_c_l_convolution_8h_source.xhtml
documentation/_c_l_convolution_kernel_8h.xhtml
documentation/_c_l_convolution_kernel_8h_source.xhtml
documentation/_c_l_convolution_layer_8h.xhtml
documentation/_c_l_convolution_layer_8h_source.xhtml
documentation/_c_l_depth_concatenate_8h.xhtml
documentation/_c_l_depth_concatenate_8h_source.xhtml
documentation/_c_l_depth_concatenate_kernel_8h.xhtml
documentation/_c_l_depth_concatenate_kernel_8h_source.xhtml
documentation/_c_l_depth_convert_8h.xhtml
documentation/_c_l_depth_convert_8h_source.xhtml
documentation/_c_l_depth_convert_kernel_8h.xhtml
documentation/_c_l_depth_convert_kernel_8h_source.xhtml
documentation/_c_l_depthwise_convolution3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_convolution3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_convolution_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_convolution_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_im2_col_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_im2_col_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_separable_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_separable_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_vector_to_tensor_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_vector_to_tensor_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_weights_reshape_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_weights_reshape_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_dequantization_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_dequantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_dequantization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_dequantization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_derivative_8h.xhtml
documentation/_c_l_derivative_8h_source.xhtml
documentation/_c_l_derivative_kernel_8h.xhtml
documentation/_c_l_derivative_kernel_8h_source.xhtml
documentation/_c_l_dilate_8h.xhtml
documentation/_c_l_dilate_8h_source.xhtml
documentation/_c_l_dilate_kernel_8h.xhtml
documentation/_c_l_dilate_kernel_8h_source.xhtml
documentation/_c_l_direct_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_direct_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_direct_convolution_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_direct_convolution_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_distribution1_d_8h.xhtml
documentation/_c_l_distribution1_d_8h_source.xhtml
documentation/_c_l_equalize_histogram_8h.xhtml
documentation/_c_l_equalize_histogram_8h_source.xhtml
documentation/_c_l_erode_8h.xhtml
documentation/_c_l_erode_8h_source.xhtml
documentation/_c_l_erode_kernel_8h.xhtml
documentation/_c_l_erode_kernel_8h_source.xhtml
documentation/_c_l_fast_corners_8h.xhtml
documentation/_c_l_fast_corners_8h_source.xhtml
documentation/_c_l_fast_corners_kernel_8h.xhtml
documentation/_c_l_fast_corners_kernel_8h_source.xhtml
documentation/_c_l_fill_border_8h.xhtml
documentation/_c_l_fill_border_8h_source.xhtml
documentation/_c_l_fill_border_kernel_8h.xhtml
documentation/_c_l_fill_border_kernel_8h_source.xhtml
documentation/_c_l_fixture_8cpp.js [deleted file]
documentation/_c_l_fixture_8cpp.xhtml [deleted file]
documentation/_c_l_fixture_8cpp_source.xhtml [deleted file]
documentation/_c_l_fixture_8h.xhtml [deleted file]
documentation/_c_l_fixture_8h_source.xhtml [deleted file]
documentation/_c_l_flatten_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_flatten_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_floor_8h.xhtml [new file with mode: 0644]
documentation/_c_l_floor_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_floor_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_floor_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_fully_connected_layer_8h.xhtml
documentation/_c_l_fully_connected_layer_8h_source.xhtml
documentation/_c_l_functions_8h.xhtml
documentation/_c_l_functions_8h_source.xhtml
documentation/_c_l_g_e_m_m_8h.xhtml
documentation/_c_l_g_e_m_m_8h_source.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_8h.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_addition_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_addition_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_multiply_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_vector_multiply_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_matrix_vector_multiply_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_transpose1x_w_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_transpose1x_w_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml
documentation/_c_l_gaussian3x3_8h.xhtml
documentation/_c_l_gaussian3x3_8h_source.xhtml
documentation/_c_l_gaussian3x3_kernel_8h.xhtml
documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml
documentation/_c_l_gaussian5x5_8h.xhtml
documentation/_c_l_gaussian5x5_8h_source.xhtml
documentation/_c_l_gaussian5x5_kernel_8h.xhtml
documentation/_c_l_gaussian5x5_kernel_8h_source.xhtml
documentation/_c_l_gaussian_pyramid_8h.xhtml
documentation/_c_l_gaussian_pyramid_8h_source.xhtml
documentation/_c_l_gaussian_pyramid_kernel_8h.xhtml
documentation/_c_l_gaussian_pyramid_kernel_8h_source.xhtml
documentation/_c_l_h_o_g_8h.xhtml
documentation/_c_l_h_o_g_8h_source.xhtml
documentation/_c_l_h_o_g_descriptor_8h.xhtml
documentation/_c_l_h_o_g_descriptor_8h_source.xhtml
documentation/_c_l_h_o_g_descriptor_kernel_8h.xhtml
documentation/_c_l_h_o_g_descriptor_kernel_8h_source.xhtml
documentation/_c_l_h_o_g_detector_8h.xhtml
documentation/_c_l_h_o_g_detector_8h_source.xhtml
documentation/_c_l_h_o_g_detector_kernel_8h.xhtml
documentation/_c_l_h_o_g_detector_kernel_8h_source.xhtml
documentation/_c_l_h_o_g_gradient_8h.xhtml
documentation/_c_l_h_o_g_gradient_8h_source.xhtml
documentation/_c_l_h_o_g_multi_detection_8h.xhtml
documentation/_c_l_h_o_g_multi_detection_8h_source.xhtml
documentation/_c_l_harris_corners_8h.xhtml
documentation/_c_l_harris_corners_8h_source.xhtml
documentation/_c_l_harris_corners_kernel_8h.xhtml
documentation/_c_l_harris_corners_kernel_8h_source.xhtml
documentation/_c_l_helpers_8h.js
documentation/_c_l_helpers_8h.xhtml
documentation/_c_l_helpers_8h_source.xhtml
documentation/_c_l_histogram_8h.xhtml
documentation/_c_l_histogram_8h_source.xhtml
documentation/_c_l_histogram_kernel_8h.xhtml
documentation/_c_l_histogram_kernel_8h_source.xhtml
documentation/_c_l_im2_col_kernel_8h.xhtml
documentation/_c_l_im2_col_kernel_8h_source.xhtml
documentation/_c_l_integral_image_8h.xhtml
documentation/_c_l_integral_image_8h_source.xhtml
documentation/_c_l_integral_image_kernel_8h.xhtml
documentation/_c_l_integral_image_kernel_8h_source.xhtml
documentation/_c_l_kernel_library_8h.xhtml
documentation/_c_l_kernel_library_8h_source.xhtml
documentation/_c_l_kernels_8h.xhtml
documentation/_c_l_kernels_8h_source.xhtml
documentation/_c_l_l2_normalize_8h.xhtml [new file with mode: 0644]
documentation/_c_l_l2_normalize_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_l2_normalize_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_l2_normalize_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_l_k_tracker_kernel_8h.xhtml
documentation/_c_l_l_k_tracker_kernel_8h_source.xhtml
documentation/_c_l_laplacian_pyramid_8h.xhtml
documentation/_c_l_laplacian_pyramid_8h_source.xhtml
documentation/_c_l_laplacian_reconstruct_8h.xhtml
documentation/_c_l_laplacian_reconstruct_8h_source.xhtml
documentation/_c_l_locally_connected_layer_8h.xhtml
documentation/_c_l_locally_connected_layer_8h_source.xhtml
documentation/_c_l_locally_connected_matrix_multiply_kernel_8h.xhtml
documentation/_c_l_locally_connected_matrix_multiply_kernel_8h_source.xhtml
documentation/_c_l_lut_8h.xhtml
documentation/_c_l_lut_8h_source.xhtml
documentation/_c_l_lut_accessor_8h.xhtml [new file with mode: 0644]
documentation/_c_l_lut_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_lut_allocator_8h.xhtml
documentation/_c_l_lut_allocator_8h_source.xhtml
documentation/_c_l_magnitude_8h.xhtml
documentation/_c_l_magnitude_8h_source.xhtml
documentation/_c_l_magnitude_phase_kernel_8h.xhtml
documentation/_c_l_magnitude_phase_kernel_8h_source.xhtml
documentation/_c_l_map_8h.xhtml [new file with mode: 0644]
documentation/_c_l_map_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_mean_std_dev_8h.xhtml
documentation/_c_l_mean_std_dev_8h_source.xhtml
documentation/_c_l_mean_std_dev_kernel_8h.xhtml
documentation/_c_l_mean_std_dev_kernel_8h_source.xhtml
documentation/_c_l_median3x3_8h.xhtml
documentation/_c_l_median3x3_8h_source.xhtml
documentation/_c_l_median3x3_kernel_8h.xhtml
documentation/_c_l_median3x3_kernel_8h_source.xhtml
documentation/_c_l_memory_group_8h.js [new file with mode: 0644]
documentation/_c_l_memory_group_8h.xhtml [new file with mode: 0644]
documentation/_c_l_memory_group_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_min_max_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_min_max_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_min_max_location_8h.xhtml
documentation/_c_l_min_max_location_8h_source.xhtml
documentation/_c_l_min_max_location_kernel_8h.xhtml
documentation/_c_l_min_max_location_kernel_8h_source.xhtml
documentation/_c_l_multi_h_o_g_8h.xhtml
documentation/_c_l_multi_h_o_g_8h_source.xhtml
documentation/_c_l_multi_image_8h.xhtml
documentation/_c_l_multi_image_8h_source.xhtml
documentation/_c_l_non_linear_filter_8h.xhtml
documentation/_c_l_non_linear_filter_8h_source.xhtml
documentation/_c_l_non_linear_filter_kernel_8h.xhtml
documentation/_c_l_non_linear_filter_kernel_8h_source.xhtml
documentation/_c_l_non_maxima_suppression3x3_8h.xhtml
documentation/_c_l_non_maxima_suppression3x3_8h_source.xhtml
documentation/_c_l_non_maxima_suppression3x3_kernel_8h.xhtml
documentation/_c_l_non_maxima_suppression3x3_kernel_8h_source.xhtml
documentation/_c_l_normalization_layer_8h.xhtml
documentation/_c_l_normalization_layer_8h_source.xhtml
documentation/_c_l_normalization_layer_kernel_8h.xhtml
documentation/_c_l_normalization_layer_kernel_8h_source.xhtml
documentation/_c_l_optical_flow_8h.xhtml
documentation/_c_l_optical_flow_8h_source.xhtml
documentation/_c_l_phase_8h.xhtml
documentation/_c_l_phase_8h_source.xhtml
documentation/_c_l_pixel_wise_multiplication_8h.xhtml
documentation/_c_l_pixel_wise_multiplication_8h_source.xhtml
documentation/_c_l_pixel_wise_multiplication_kernel_8h.xhtml
documentation/_c_l_pixel_wise_multiplication_kernel_8h_source.xhtml
documentation/_c_l_pooling_layer_8h.xhtml
documentation/_c_l_pooling_layer_8h_source.xhtml
documentation/_c_l_pooling_layer_kernel_8h.xhtml
documentation/_c_l_pooling_layer_kernel_8h_source.xhtml
documentation/_c_l_pyramid_8h.xhtml
documentation/_c_l_pyramid_8h_source.xhtml
documentation/_c_l_quantization_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_quantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_quantization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_quantization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_r_o_i_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_r_o_i_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_r_o_i_pooling_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_r_o_i_pooling_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_reduction_operation_8h.xhtml [new file with mode: 0644]
documentation/_c_l_reduction_operation_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_reduction_operation_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_reduction_operation_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_remap_8h.xhtml
documentation/_c_l_remap_8h_source.xhtml
documentation/_c_l_remap_kernel_8h.xhtml
documentation/_c_l_remap_kernel_8h_source.xhtml
documentation/_c_l_reshape_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_reshape_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_reshape_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_reshape_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_scale_8h.xhtml
documentation/_c_l_scale_8h_source.xhtml
documentation/_c_l_scale_kernel_8h.xhtml
documentation/_c_l_scale_kernel_8h_source.xhtml
documentation/_c_l_scharr3x3_8h.xhtml
documentation/_c_l_scharr3x3_8h_source.xhtml
documentation/_c_l_scharr3x3_kernel_8h.xhtml
documentation/_c_l_scharr3x3_kernel_8h_source.xhtml
documentation/_c_l_scheduler_8h.xhtml
documentation/_c_l_scheduler_8h_source.xhtml
documentation/_c_l_sobel3x3_8h.xhtml
documentation/_c_l_sobel3x3_8h_source.xhtml
documentation/_c_l_sobel3x3_kernel_8h.xhtml
documentation/_c_l_sobel3x3_kernel_8h_source.xhtml
documentation/_c_l_sobel5x5_8h.xhtml
documentation/_c_l_sobel5x5_8h_source.xhtml
documentation/_c_l_sobel5x5_kernel_8h.xhtml
documentation/_c_l_sobel5x5_kernel_8h_source.xhtml
documentation/_c_l_sobel7x7_8h.xhtml
documentation/_c_l_sobel7x7_8h_source.xhtml
documentation/_c_l_sobel7x7_kernel_8h.xhtml
documentation/_c_l_sobel7x7_kernel_8h_source.xhtml
documentation/_c_l_softmax_layer_8h.xhtml
documentation/_c_l_softmax_layer_8h_source.xhtml
documentation/_c_l_softmax_layer_kernel_8h.xhtml
documentation/_c_l_softmax_layer_kernel_8h_source.xhtml
documentation/_c_l_sub_tensor_8h.xhtml
documentation/_c_l_sub_tensor_8h_source.xhtml
documentation/_c_l_table_lookup_8h.xhtml
documentation/_c_l_table_lookup_8h_source.xhtml
documentation/_c_l_table_lookup_kernel_8h.xhtml
documentation/_c_l_table_lookup_kernel_8h_source.xhtml
documentation/_c_l_tensor_8h.xhtml
documentation/_c_l_tensor_8h_source.xhtml
documentation/_c_l_tensor_allocator_8h.xhtml
documentation/_c_l_tensor_allocator_8h_source.xhtml
documentation/_c_l_threshold_8h.xhtml
documentation/_c_l_threshold_8h_source.xhtml
documentation/_c_l_threshold_kernel_8h.xhtml
documentation/_c_l_threshold_kernel_8h_source.xhtml
documentation/_c_l_transpose_8h.xhtml
documentation/_c_l_transpose_8h_source.xhtml
documentation/_c_l_transpose_kernel_8h.xhtml
documentation/_c_l_transpose_kernel_8h_source.xhtml
documentation/_c_l_tuner_8h.xhtml [new file with mode: 0644]
documentation/_c_l_tuner_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_types_8h.js
documentation/_c_l_types_8h.xhtml
documentation/_c_l_types_8h_source.xhtml
documentation/_c_l_unmap_8h.xhtml [new file with mode: 0644]
documentation/_c_l_unmap_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_warp_affine_8h.xhtml
documentation/_c_l_warp_affine_8h_source.xhtml
documentation/_c_l_warp_affine_kernel_8h.xhtml
documentation/_c_l_warp_affine_kernel_8h_source.xhtml
documentation/_c_l_warp_perspective_8h.xhtml
documentation/_c_l_warp_perspective_8h_source.xhtml
documentation/_c_l_warp_perspective_kernel_8h.xhtml
documentation/_c_l_warp_perspective_kernel_8h_source.xhtml
documentation/_c_l_weights_reshape_kernel_8h.xhtml
documentation/_c_l_weights_reshape_kernel_8h_source.xhtml
documentation/_c_p_p_2_arithmetic_addition_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_arithmetic_addition_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_arithmetic_addition_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_arithmetic_subtraction_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_arithmetic_subtraction_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_arithmetic_subtraction_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_and_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_and_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_and_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_not_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_not_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_not_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_or_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_or_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_or_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_xor_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_xor_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_bitwise_xor_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_box3x3_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_box3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_box3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_depth_concatenate_layer_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_depth_concatenate_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_depth_concatenate_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_depth_convert_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_depth_convert_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_depth_convert_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_dequantization_layer_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_dequantization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_dequantization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_gaussian3x3_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_gaussian3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_gaussian3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_gaussian5x5_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_gaussian5x5_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_gaussian5x5_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_integral_image_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_integral_image_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_integral_image_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_l2_normalize_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_l2_normalize_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_l2_normalize_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_mean_std_dev_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_mean_std_dev_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_mean_std_dev_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_min_max_location_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_min_max_location_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_min_max_location_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_non_linear_filter_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_non_linear_filter_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_non_linear_filter_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_quantization_layer_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_quantization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_quantization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_reduction_operation_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_reduction_operation_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_reduction_operation_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_reshape_layer_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_reshape_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_reshape_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_scale_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_scale_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_scale_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_sobel_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_sobel_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_sobel_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_table_lookup_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_table_lookup_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_table_lookup_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_threshold_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_threshold_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_threshold_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_corner_candidates_kernel_8h.xhtml
documentation/_c_p_p_corner_candidates_kernel_8h_source.xhtml
documentation/_c_p_p_detection_window_non_maxima_suppression_kernel_8h.xhtml
documentation/_c_p_p_detection_window_non_maxima_suppression_kernel_8h_source.xhtml
documentation/_c_p_p_kernels_8h.xhtml
documentation/_c_p_p_kernels_8h_source.xhtml
documentation/_c_p_p_scheduler_8h.xhtml
documentation/_c_p_p_scheduler_8h_source.xhtml
documentation/_c_p_p_sort_euclidean_distance_kernel_8h.xhtml
documentation/_c_p_p_sort_euclidean_distance_kernel_8h_source.xhtml
documentation/_c_p_p_types_8h.js [new file with mode: 0644]
documentation/_c_p_p_types_8h.xhtml [new file with mode: 0644]
documentation/_c_p_p_types_8h_source.xhtml [new file with mode: 0644]
documentation/_cartesian_product_dataset_8h.js [new file with mode: 0644]
documentation/_cartesian_product_dataset_8h.xhtml [new file with mode: 0644]
documentation/_cartesian_product_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_command_line_options_8h.xhtml [new file with mode: 0644]
documentation/_command_line_options_8h_source.xhtml [new file with mode: 0644]
documentation/_command_line_parser_8cpp.xhtml [new file with mode: 0644]
documentation/_command_line_parser_8cpp_source.xhtml [new file with mode: 0644]
documentation/_command_line_parser_8h.xhtml [new file with mode: 0644]
documentation/_command_line_parser_8h_source.xhtml [new file with mode: 0644]
documentation/_container_dataset_8h.js [new file with mode: 0644]
documentation/_container_dataset_8h.xhtml [new file with mode: 0644]
documentation/_container_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_convert_policy_dataset_8h.xhtml
documentation/_convert_policy_dataset_8h_source.xhtml
documentation/_convolution_layer_8h.xhtml [deleted file]
documentation/_convolution_layer_8h_source.xhtml [deleted file]
documentation/_convolution_layer_dataset_8h.js [deleted file]
documentation/_convolution_layer_dataset_8h.xhtml
documentation/_convolution_layer_dataset_8h_source.xhtml
documentation/_coordinates_8h.xhtml
documentation/_coordinates_8h_source.xhtml
documentation/_data_type_datasets_8h.xhtml [deleted file]
documentation/_data_type_datasets_8h_source.xhtml [deleted file]
documentation/_dataset_8h.xhtml [new file with mode: 0644]
documentation/_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_dataset_modes_8cpp.js [new file with mode: 0644]
documentation/_dataset_modes_8cpp.xhtml [new file with mode: 0644]
documentation/_dataset_modes_8cpp_source.xhtml [new file with mode: 0644]
documentation/_dataset_modes_8h.js [new file with mode: 0644]
documentation/_dataset_modes_8h.xhtml [new file with mode: 0644]
documentation/_dataset_modes_8h_source.xhtml [new file with mode: 0644]
documentation/_datasets_8h.xhtml [new file with mode: 0644]
documentation/_datasets_8h_source.xhtml [new file with mode: 0644]
documentation/_depth_concatenate_layer_8h.js [new file with mode: 0644]
documentation/_depth_concatenate_layer_8h.xhtml [new file with mode: 0644]
documentation/_depth_concatenate_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_depth_concatenate_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_depth_concatenate_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_depth_convert_8h.js [new file with mode: 0644]
documentation/_depth_convert_8h.xhtml [new file with mode: 0644]
documentation/_depth_convert_8h_source.xhtml [new file with mode: 0644]
documentation/_depth_convert_fixture_8h.xhtml [new file with mode: 0644]
documentation/_depth_convert_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_depthwise_convolution_8h.js [new file with mode: 0644]
documentation/_depthwise_convolution_8h.xhtml [new file with mode: 0644]
documentation/_depthwise_convolution_8h_source.xhtml [new file with mode: 0644]
documentation/_depthwise_convolution_dataset_8h.xhtml [new file with mode: 0644]
documentation/_depthwise_convolution_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_depthwise_separable_convolution_layer_8h.js [new file with mode: 0644]
documentation/_depthwise_separable_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_depthwise_separable_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_depthwise_separable_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_depthwise_separable_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_dequantization_layer_8h.js [new file with mode: 0644]
documentation/_dequantization_layer_8h.xhtml [new file with mode: 0644]
documentation/_dequantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_dequantization_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_dequantization_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_dimensions_8h.xhtml
documentation/_dimensions_8h_source.xhtml
documentation/_direct_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_direct_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_direct_convolution_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_direct_convolution_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_distribution1_d_8h.xhtml
documentation/_distribution1_d_8h_source.xhtml
documentation/_enum_list_option_8h.xhtml [new file with mode: 0644]
documentation/_enum_list_option_8h_source.xhtml [new file with mode: 0644]
documentation/_enum_option_8h.js [new file with mode: 0644]
documentation/_enum_option_8h.xhtml [new file with mode: 0644]
documentation/_enum_option_8h_source.xhtml [new file with mode: 0644]
documentation/_error_8h.xhtml
documentation/_error_8h_source.xhtml
documentation/_exceptions_8cpp.js [new file with mode: 0644]
documentation/_exceptions_8cpp.xhtml [new file with mode: 0644]
documentation/_exceptions_8cpp_source.xhtml [new file with mode: 0644]
documentation/_exceptions_8h.js [new file with mode: 0644]
documentation/_exceptions_8h.xhtml [new file with mode: 0644]
documentation/_exceptions_8h_source.xhtml [new file with mode: 0644]
documentation/_exp___q_s8_8cpp.xhtml [deleted file]
documentation/_exp___q_s8_8cpp_source.xhtml [deleted file]
documentation/_fixed_point_8cpp.xhtml [deleted file]
documentation/_fixed_point_8cpp_source.xhtml [deleted file]
documentation/_fixed_point_8inl.js
documentation/_fixed_point_8inl.xhtml
documentation/_fixed_point_8inl_source.xhtml
documentation/_fixture_8h.xhtml [new file with mode: 0644]
documentation/_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_flatten_8cpp.js [new file with mode: 0644]
documentation/_flatten_8cpp.xhtml [new file with mode: 0644]
documentation/_flatten_8cpp_source.xhtml [new file with mode: 0644]
documentation/_flatten_layer_8cpp.js [new file with mode: 0644]
documentation/_flatten_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_flatten_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_flatten_layer_8h.js [new file with mode: 0644]
documentation/_flatten_layer_8h.xhtml [new file with mode: 0644]
documentation/_flatten_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_flatten_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_flatten_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_floor_8h.js [new file with mode: 0644]
documentation/_floor_8h.xhtml [new file with mode: 0644]
documentation/_floor_8h_source.xhtml [new file with mode: 0644]
documentation/_framework_8cpp.xhtml [new file with mode: 0644]
documentation/_framework_8cpp_source.xhtml [new file with mode: 0644]
documentation/_framework_8h.js [new file with mode: 0644]
documentation/_framework_8h.xhtml [new file with mode: 0644]
documentation/_framework_8h_source.xhtml [new file with mode: 0644]
documentation/_fully_connected_layer_8h.xhtml [deleted file]
documentation/_fully_connected_layer_8h_source.xhtml [deleted file]
documentation/_fully_connected_layer_dataset_8h.js [deleted file]
documentation/_fully_connected_layer_dataset_8h.xhtml
documentation/_fully_connected_layer_dataset_8h_source.xhtml
documentation/_g_e_m_m_8h.js [new file with mode: 0644]
documentation/_g_e_m_m_8h.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_dataset_8h.xhtml
documentation/_g_e_m_m_dataset_8h_source.xhtml
documentation/_gaussian3x3_8h.js [new file with mode: 0644]
documentation/_gaussian3x3_8h.xhtml [new file with mode: 0644]
documentation/_gaussian3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_gaussian3x3_fixture_8h.xhtml [new file with mode: 0644]
documentation/_gaussian3x3_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_gaussian5x5_8h.js [new file with mode: 0644]
documentation/_gaussian5x5_8h.xhtml [new file with mode: 0644]
documentation/_gaussian5x5_8h_source.xhtml [new file with mode: 0644]
documentation/_gaussian5x5_fixture_8h.xhtml [new file with mode: 0644]
documentation/_gaussian5x5_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_generic_dataset_8h.xhtml [deleted file]
documentation/_generic_dataset_8h_source.xhtml [deleted file]
documentation/_global_pooling_8cpp.js [new file with mode: 0644]
documentation/_global_pooling_8cpp.xhtml [new file with mode: 0644]
documentation/_global_pooling_8cpp_source.xhtml [new file with mode: 0644]
documentation/_globals_8h.js [new file with mode: 0644]
documentation/_globals_8h.xhtml
documentation/_globals_8h_source.xhtml
documentation/_goog_le_net_inception_v1_activation_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_activation_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_fully_connected_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_fully_connected_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_g_e_m_m_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_g_e_m_m_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_normalization_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_normalization_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v1_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_activation_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_activation_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_batch_normalization_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_batch_normalization_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_fully_connected_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_fully_connected_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_goog_le_net_inception_v4_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_google_net_g_e_m_m_dataset_8h.xhtml [new file with mode: 0644]
documentation/_google_net_g_e_m_m_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_graph_8h.js [new file with mode: 0644]
documentation/_graph_8h.xhtml [new file with mode: 0644]
documentation/_graph_8h_source.xhtml [new file with mode: 0644]
documentation/_graph_utils_8cpp.xhtml [new file with mode: 0644]
documentation/_graph_utils_8cpp_source.xhtml [new file with mode: 0644]
documentation/_graph_utils_8h.xhtml [new file with mode: 0644]
documentation/_graph_utils_8h_source.xhtml [new file with mode: 0644]
documentation/_h_o_g_8h.xhtml
documentation/_h_o_g_8h_source.xhtml
documentation/_h_o_g_info_8h.xhtml
documentation/_h_o_g_info_8h_source.xhtml
documentation/_half_8h.js [new file with mode: 0644]
documentation/_half_8h.xhtml [new file with mode: 0644]
documentation/_half_8h_source.xhtml [new file with mode: 0644]
documentation/_harris_corner_detector_8cpp.js [new file with mode: 0644]
documentation/_harris_corner_detector_8cpp.xhtml [new file with mode: 0644]
documentation/_harris_corner_detector_8cpp_source.xhtml [new file with mode: 0644]
documentation/_harris_corner_detector_8h.js [new file with mode: 0644]
documentation/_harris_corner_detector_8h.xhtml [new file with mode: 0644]
documentation/_harris_corner_detector_8h_source.xhtml [new file with mode: 0644]
documentation/_harris_corners_fixture_8h.xhtml [new file with mode: 0644]
documentation/_harris_corners_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_helper_8h.js [new file with mode: 0644]
documentation/_helper_8h.xhtml [new file with mode: 0644]
documentation/_helper_8h_source.xhtml [new file with mode: 0644]
documentation/_helpers_8cpp.js [new file with mode: 0644]
documentation/_helpers_8cpp.xhtml [new file with mode: 0644]
documentation/_helpers_8cpp_source.xhtml [new file with mode: 0644]
documentation/_helpers_8inl.js
documentation/_helpers_8inl.xhtml
documentation/_helpers_8inl_source.xhtml
documentation/_i_access_window_8h.xhtml
documentation/_i_access_window_8h_source.xhtml
documentation/_i_accessor_8h.xhtml
documentation/_i_accessor_8h_source.xhtml
documentation/_i_allocator_8h.xhtml [new file with mode: 0644]
documentation/_i_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_i_array_8h.js
documentation/_i_array_8h.xhtml
documentation/_i_array_8h_source.xhtml
documentation/_i_array_accessor_8h.xhtml [new file with mode: 0644]
documentation/_i_array_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_l_array_8h.js
documentation/_i_c_l_array_8h.xhtml
documentation/_i_c_l_array_8h_source.xhtml
documentation/_i_c_l_distribution1_d_8h.xhtml
documentation/_i_c_l_distribution1_d_8h_source.xhtml
documentation/_i_c_l_h_o_g_8h.xhtml
documentation/_i_c_l_h_o_g_8h_source.xhtml
documentation/_i_c_l_kernel_8h.js
documentation/_i_c_l_kernel_8h.xhtml
documentation/_i_c_l_kernel_8h_source.xhtml
documentation/_i_c_l_lut_8h.xhtml
documentation/_i_c_l_lut_8h_source.xhtml
documentation/_i_c_l_multi_h_o_g_8h.xhtml
documentation/_i_c_l_multi_h_o_g_8h_source.xhtml
documentation/_i_c_l_multi_image_8h.xhtml
documentation/_i_c_l_multi_image_8h_source.xhtml
documentation/_i_c_l_simple2_d_kernel_8h.xhtml
documentation/_i_c_l_simple2_d_kernel_8h_source.xhtml
documentation/_i_c_l_simple3_d_kernel_8h.xhtml
documentation/_i_c_l_simple3_d_kernel_8h_source.xhtml
documentation/_i_c_l_simple_function_8h.xhtml
documentation/_i_c_l_simple_function_8h_source.xhtml
documentation/_i_c_l_simple_kernel_8h.xhtml
documentation/_i_c_l_simple_kernel_8h_source.xhtml
documentation/_i_c_l_tensor_8h.xhtml
documentation/_i_c_l_tensor_8h_source.xhtml
documentation/_i_c_l_tuner_8h.xhtml [new file with mode: 0644]
documentation/_i_c_l_tuner_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_p_p_kernel_8h.xhtml
documentation/_i_c_p_p_kernel_8h_source.xhtml
documentation/_i_c_p_p_simple_kernel_8h.xhtml
documentation/_i_c_p_p_simple_kernel_8h_source.xhtml
documentation/_i_distribution1_d_8h.xhtml
documentation/_i_distribution1_d_8h_source.xhtml
documentation/_i_distribution_8h.xhtml
documentation/_i_distribution_8h_source.xhtml
documentation/_i_function_8h.xhtml
documentation/_i_function_8h_source.xhtml
documentation/_i_h_o_g_8h.xhtml
documentation/_i_h_o_g_8h_source.xhtml
documentation/_i_kernel_8h.xhtml
documentation/_i_kernel_8h_source.xhtml
documentation/_i_lifetime_manager_8h.xhtml [new file with mode: 0644]
documentation/_i_lifetime_manager_8h_source.xhtml [new file with mode: 0644]
documentation/_i_lut_8h.xhtml
documentation/_i_lut_8h_source.xhtml
documentation/_i_lut_accessor_8h.xhtml [new file with mode: 0644]
documentation/_i_lut_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_i_lut_allocator_8h.xhtml
documentation/_i_lut_allocator_8h_source.xhtml
documentation/_i_memory_group_8h.xhtml [new file with mode: 0644]
documentation/_i_memory_group_8h_source.xhtml [new file with mode: 0644]
documentation/_i_memory_manager_8h.xhtml [new file with mode: 0644]
documentation/_i_memory_manager_8h_source.xhtml [new file with mode: 0644]
documentation/_i_memory_pool_8h.xhtml [new file with mode: 0644]
documentation/_i_memory_pool_8h_source.xhtml [new file with mode: 0644]
documentation/_i_multi_h_o_g_8h.xhtml
documentation/_i_multi_h_o_g_8h_source.xhtml
documentation/_i_multi_image_8h.xhtml
documentation/_i_multi_image_8h_source.xhtml
documentation/_i_n_e_kernel_8h.xhtml
documentation/_i_n_e_kernel_8h_source.xhtml
documentation/_i_n_e_simple_function_8h.xhtml
documentation/_i_n_e_simple_function_8h_source.xhtml
documentation/_i_n_e_simple_kernel_8h.xhtml
documentation/_i_n_e_simple_kernel_8h_source.xhtml
documentation/_i_node_8h.xhtml [new file with mode: 0644]
documentation/_i_node_8h_source.xhtml [new file with mode: 0644]
documentation/_i_pool_manager_8h.xhtml [new file with mode: 0644]
documentation/_i_pool_manager_8h_source.xhtml [new file with mode: 0644]
documentation/_i_pyramid_8h.xhtml
documentation/_i_pyramid_8h_source.xhtml
documentation/_i_scheduler_8h.xhtml
documentation/_i_scheduler_8h_source.xhtml
documentation/_i_tensor_8h.xhtml
documentation/_i_tensor_8h_source.xhtml
documentation/_i_tensor_accessor_8h.xhtml [new file with mode: 0644]
documentation/_i_tensor_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_i_tensor_allocator_8h.xhtml
documentation/_i_tensor_allocator_8h_source.xhtml
documentation/_i_tensor_info_8h.xhtml
documentation/_i_tensor_info_8h_source.xhtml
documentation/_image_datasets_8h.xhtml [deleted file]
documentation/_image_datasets_8h_source.xhtml [deleted file]
documentation/_initializer_list_dataset_8h.js [new file with mode: 0644]
documentation/_initializer_list_dataset_8h.xhtml [new file with mode: 0644]
documentation/_initializer_list_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_instrument_8h.xhtml
documentation/_instrument_8h_source.xhtml
documentation/_instruments_8cpp.js [new file with mode: 0644]
documentation/_instruments_8cpp.xhtml [new file with mode: 0644]
documentation/_instruments_8cpp_source.xhtml [new file with mode: 0644]
documentation/_instruments_8h.js [new file with mode: 0644]
documentation/_instruments_8h.xhtml [new file with mode: 0644]
documentation/_instruments_8h_source.xhtml [new file with mode: 0644]
documentation/_integral_image_8cpp.xhtml [deleted file]
documentation/_integral_image_8cpp_source.xhtml [deleted file]
documentation/_integral_image_8h.js [new file with mode: 0644]
documentation/_integral_image_8h.xhtml [new file with mode: 0644]
documentation/_integral_image_8h_source.xhtml [new file with mode: 0644]
documentation/_integral_image_fixture_8h.xhtml [new file with mode: 0644]
documentation/_integral_image_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_interpolation_policy_dataset_8h.xhtml
documentation/_interpolation_policy_dataset_8h_source.xhtml
documentation/_invsqrt___q_s8_8cpp.xhtml [deleted file]
documentation/_invsqrt___q_s8_8cpp_source.xhtml [deleted file]
documentation/_j_s_o_n_printer_8cpp.xhtml [new file with mode: 0644]
documentation/_j_s_o_n_printer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_j_s_o_n_printer_8h.xhtml [new file with mode: 0644]
documentation/_j_s_o_n_printer_8h_source.xhtml [new file with mode: 0644]
documentation/_join_dataset_8h.js [new file with mode: 0644]
documentation/_join_dataset_8h.xhtml [new file with mode: 0644]
documentation/_join_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_l2_normalize_8h.js [new file with mode: 0644]
documentation/_l2_normalize_8h.xhtml [new file with mode: 0644]
documentation/_l2_normalize_8h_source.xhtml [new file with mode: 0644]
documentation/_l2_normalize_fixture_8h.xhtml [new file with mode: 0644]
documentation/_l2_normalize_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_large_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_large_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_large_g_e_m_m_dataset_8h.xhtml [new file with mode: 0644]
documentation/_large_g_e_m_m_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_le_net5_activation_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_le_net5_activation_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_le_net5_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_le_net5_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_le_net5_fixture_8h.xhtml [new file with mode: 0644]
documentation/_le_net5_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_le_net5_fully_connected_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_le_net5_fully_connected_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_le_net5_network_8h.xhtml [new file with mode: 0644]
documentation/_le_net5_network_8h_source.xhtml [new file with mode: 0644]
documentation/_le_net5_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_le_net5_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_list_option_8h.xhtml [new file with mode: 0644]
documentation/_list_option_8h_source.xhtml [new file with mode: 0644]
documentation/_log___q_s8_8cpp.xhtml [deleted file]
documentation/_log___q_s8_8cpp_source.xhtml [deleted file]
documentation/_lut_8h.xhtml
documentation/_lut_8h_source.xhtml
documentation/_lut_accessor_8h.xhtml [new file with mode: 0644]
documentation/_lut_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_lut_allocator_8h.xhtml
documentation/_lut_allocator_8h_source.xhtml
documentation/_macros_8h.js [new file with mode: 0644]
documentation/_macros_8h.xhtml [new file with mode: 0644]
documentation/_macros_8h_source.xhtml [new file with mode: 0644]
documentation/_mali_counter_8cpp.js [new file with mode: 0644]
documentation/_mali_counter_8cpp.xhtml [new file with mode: 0644]
documentation/_mali_counter_8cpp_source.xhtml [new file with mode: 0644]
documentation/_mali_counter_8h.xhtml [new file with mode: 0644]
documentation/_mali_counter_8h_source.xhtml [new file with mode: 0644]
documentation/_matrix_multiply_g_e_m_m_dataset_8h.xhtml [new file with mode: 0644]
documentation/_matrix_multiply_g_e_m_m_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_matrix_pattern_dataset_8h.xhtml [new file with mode: 0644]
documentation/_matrix_pattern_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_mean_std_dev_8h.js [new file with mode: 0644]
documentation/_mean_std_dev_8h.xhtml [new file with mode: 0644]
documentation/_mean_std_dev_8h_source.xhtml [new file with mode: 0644]
documentation/_mean_std_dev_fixture_8h.xhtml [new file with mode: 0644]
documentation/_mean_std_dev_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_measurement_8h.js [new file with mode: 0644]
documentation/_measurement_8h.xhtml [new file with mode: 0644]
documentation/_measurement_8h_source.xhtml [new file with mode: 0644]
documentation/_memory_group_8h.js [new file with mode: 0644]
documentation/_memory_group_8h.xhtml [new file with mode: 0644]
documentation/_memory_group_8h_source.xhtml [new file with mode: 0644]
documentation/_memory_group_base_8h.xhtml [new file with mode: 0644]
documentation/_memory_group_base_8h_source.xhtml [new file with mode: 0644]
documentation/_memory_manager_on_demand_8h.xhtml [new file with mode: 0644]
documentation/_memory_manager_on_demand_8h_source.xhtml [new file with mode: 0644]
documentation/_min_max_location_8h.js [new file with mode: 0644]
documentation/_min_max_location_8h.xhtml [new file with mode: 0644]
documentation/_min_max_location_8h_source.xhtml [new file with mode: 0644]
documentation/_min_max_location_fixture_8h.xhtml [new file with mode: 0644]
documentation/_min_max_location_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_depthwise_convolution_dataset_8h.xhtml [new file with mode: 0644]
documentation/_mobile_net_depthwise_convolution_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_depthwise_separable_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_mobile_net_depthwise_separable_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_multi_h_o_g_8h.xhtml
documentation/_multi_h_o_g_8h_source.xhtml
documentation/_multi_image_8h.xhtml
documentation/_multi_image_8h_source.xhtml
documentation/_multi_image_info_8h.xhtml
documentation/_multi_image_info_8h_source.xhtml
documentation/_mutex_8h.js [new file with mode: 0644]
documentation/_mutex_8h.xhtml [new file with mode: 0644]
documentation/_mutex_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_absolute_difference_8h.xhtml
documentation/_n_e_absolute_difference_8h_source.xhtml
documentation/_n_e_absolute_difference_kernel_8h.xhtml
documentation/_n_e_absolute_difference_kernel_8h_source.xhtml
documentation/_n_e_accessor_8h.xhtml [deleted file]
documentation/_n_e_accessor_8h_source.xhtml [deleted file]
documentation/_n_e_accumulate_8h.xhtml
documentation/_n_e_accumulate_8h_source.xhtml
documentation/_n_e_accumulate_kernel_8h.xhtml
documentation/_n_e_accumulate_kernel_8h_source.xhtml
documentation/_n_e_activation_layer_8h.xhtml
documentation/_n_e_activation_layer_8h_source.xhtml
documentation/_n_e_activation_layer_kernel_8h.xhtml
documentation/_n_e_activation_layer_kernel_8h_source.xhtml
documentation/_n_e_arithmetic_addition_8h.xhtml
documentation/_n_e_arithmetic_addition_8h_source.xhtml
documentation/_n_e_arithmetic_addition_kernel_8h.xhtml
documentation/_n_e_arithmetic_addition_kernel_8h_source.xhtml
documentation/_n_e_arithmetic_subtraction_8h.xhtml
documentation/_n_e_arithmetic_subtraction_8h_source.xhtml
documentation/_n_e_arithmetic_subtraction_kernel_8h.xhtml
documentation/_n_e_arithmetic_subtraction_kernel_8h_source.xhtml
documentation/_n_e_batch_normalization_layer_8h.xhtml
documentation/_n_e_batch_normalization_layer_8h_source.xhtml
documentation/_n_e_batch_normalization_layer_kernel_8h.xhtml
documentation/_n_e_batch_normalization_layer_kernel_8h_source.xhtml
documentation/_n_e_bitwise_and_8h.xhtml
documentation/_n_e_bitwise_and_8h_source.xhtml
documentation/_n_e_bitwise_and_kernel_8h.xhtml
documentation/_n_e_bitwise_and_kernel_8h_source.xhtml
documentation/_n_e_bitwise_not_8h.xhtml
documentation/_n_e_bitwise_not_8h_source.xhtml
documentation/_n_e_bitwise_not_kernel_8h.xhtml
documentation/_n_e_bitwise_not_kernel_8h_source.xhtml
documentation/_n_e_bitwise_or_8h.xhtml
documentation/_n_e_bitwise_or_8h_source.xhtml
documentation/_n_e_bitwise_or_kernel_8h.xhtml
documentation/_n_e_bitwise_or_kernel_8h_source.xhtml
documentation/_n_e_bitwise_xor_8h.xhtml
documentation/_n_e_bitwise_xor_8h_source.xhtml
documentation/_n_e_bitwise_xor_kernel_8h.xhtml
documentation/_n_e_bitwise_xor_kernel_8h_source.xhtml
documentation/_n_e_box3x3_8h.xhtml
documentation/_n_e_box3x3_8h_source.xhtml
documentation/_n_e_box3x3_kernel_8h.xhtml
documentation/_n_e_box3x3_kernel_8h_source.xhtml
documentation/_n_e_canny_edge_8h.xhtml
documentation/_n_e_canny_edge_8h_source.xhtml
documentation/_n_e_canny_edge_kernel_8h.xhtml
documentation/_n_e_canny_edge_kernel_8h_source.xhtml
documentation/_n_e_channel_combine_8h.xhtml
documentation/_n_e_channel_combine_8h_source.xhtml
documentation/_n_e_channel_combine_kernel_8h.xhtml
documentation/_n_e_channel_combine_kernel_8h_source.xhtml
documentation/_n_e_channel_extract_8h.xhtml
documentation/_n_e_channel_extract_8h_source.xhtml
documentation/_n_e_channel_extract_kernel_8h.xhtml
documentation/_n_e_channel_extract_kernel_8h_source.xhtml
documentation/_n_e_col2_im_kernel_8h.xhtml
documentation/_n_e_col2_im_kernel_8h_source.xhtml
documentation/_n_e_color_convert_8h.xhtml
documentation/_n_e_color_convert_8h_source.xhtml
documentation/_n_e_color_convert_helper_8inl.xhtml
documentation/_n_e_color_convert_helper_8inl_source.xhtml
documentation/_n_e_color_convert_kernel_8h.xhtml
documentation/_n_e_color_convert_kernel_8h_source.xhtml
documentation/_n_e_convolution_8h.xhtml
documentation/_n_e_convolution_8h_source.xhtml
documentation/_n_e_convolution_kernel_8h.xhtml
documentation/_n_e_convolution_kernel_8h_source.xhtml
documentation/_n_e_convolution_layer_8h.xhtml
documentation/_n_e_convolution_layer_8h_source.xhtml
documentation/_n_e_cumulative_distribution_kernel_8h.xhtml
documentation/_n_e_cumulative_distribution_kernel_8h_source.xhtml
documentation/_n_e_depth_concatenate_8h.xhtml
documentation/_n_e_depth_concatenate_8h_source.xhtml
documentation/_n_e_depth_concatenate_kernel_8h.xhtml
documentation/_n_e_depth_concatenate_kernel_8h_source.xhtml
documentation/_n_e_depth_convert_8h.xhtml
documentation/_n_e_depth_convert_8h_source.xhtml
documentation/_n_e_depth_convert_kernel_8h.xhtml
documentation/_n_e_depth_convert_kernel_8h_source.xhtml
documentation/_n_e_dequantization_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_dequantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_dequantization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_dequantization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_derivative_8h.xhtml
documentation/_n_e_derivative_8h_source.xhtml
documentation/_n_e_derivative_kernel_8h.xhtml
documentation/_n_e_derivative_kernel_8h_source.xhtml
documentation/_n_e_dilate_8h.xhtml
documentation/_n_e_dilate_8h_source.xhtml
documentation/_n_e_dilate_kernel_8h.xhtml
documentation/_n_e_dilate_kernel_8h_source.xhtml
documentation/_n_e_direct_convolution_layer_8h.xhtml
documentation/_n_e_direct_convolution_layer_8h_source.xhtml
documentation/_n_e_direct_convolution_layer_bias_accumulate_kernel_8h.xhtml
documentation/_n_e_direct_convolution_layer_bias_accumulate_kernel_8h_source.xhtml
documentation/_n_e_direct_convolution_layer_kernel_8h.xhtml
documentation/_n_e_direct_convolution_layer_kernel_8h_source.xhtml
documentation/_n_e_equalize_histogram_8h.xhtml
documentation/_n_e_equalize_histogram_8h_source.xhtml
documentation/_n_e_erode_8h.xhtml
documentation/_n_e_erode_8h_source.xhtml
documentation/_n_e_erode_kernel_8h.xhtml
documentation/_n_e_erode_kernel_8h_source.xhtml
documentation/_n_e_fast_corners_8h.xhtml
documentation/_n_e_fast_corners_8h_source.xhtml
documentation/_n_e_fast_corners_kernel_8h.xhtml
documentation/_n_e_fast_corners_kernel_8h_source.xhtml
documentation/_n_e_fill_array_kernel_8h.xhtml
documentation/_n_e_fill_array_kernel_8h_source.xhtml
documentation/_n_e_fill_border_8h.xhtml
documentation/_n_e_fill_border_8h_source.xhtml
documentation/_n_e_fill_border_kernel_8h.xhtml
documentation/_n_e_fill_border_kernel_8h_source.xhtml
documentation/_n_e_fill_inner_border_kernel_8h.xhtml
documentation/_n_e_fill_inner_border_kernel_8h_source.xhtml
documentation/_n_e_fixed_point_8h.js
documentation/_n_e_fixed_point_8h.xhtml
documentation/_n_e_fixed_point_8h_source.xhtml
documentation/_n_e_fixed_point_8inl.js
documentation/_n_e_fixed_point_8inl.xhtml
documentation/_n_e_fixed_point_8inl_source.xhtml
documentation/_n_e_floor_8h.xhtml [new file with mode: 0644]
documentation/_n_e_floor_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_floor_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_floor_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_fully_connected_layer_8h.xhtml
documentation/_n_e_fully_connected_layer_8h_source.xhtml
documentation/_n_e_functions_8h.xhtml
documentation/_n_e_functions_8h_source.xhtml
documentation/_n_e_g_e_m_m_8h.xhtml
documentation/_n_e_g_e_m_m_8h_source.xhtml
documentation/_n_e_g_e_m_m_a_arch32_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_a_arch32_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_a_arch64_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_a_arch64_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_assembly_base_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_assembly_base_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_interleave4x4_8h.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_addition_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_addition_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_multiply_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_8h.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_8h_source.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml
documentation/_n_e_gaussian3x3_8h.xhtml
documentation/_n_e_gaussian3x3_8h_source.xhtml
documentation/_n_e_gaussian3x3_kernel_8h.xhtml
documentation/_n_e_gaussian3x3_kernel_8h_source.xhtml
documentation/_n_e_gaussian5x5_8h.xhtml
documentation/_n_e_gaussian5x5_8h_source.xhtml
documentation/_n_e_gaussian5x5_kernel_8h.xhtml
documentation/_n_e_gaussian5x5_kernel_8h_source.xhtml
documentation/_n_e_gaussian_pyramid_8h.xhtml
documentation/_n_e_gaussian_pyramid_8h_source.xhtml
documentation/_n_e_gaussian_pyramid_kernel_8h.xhtml
documentation/_n_e_gaussian_pyramid_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_descriptor_8h.xhtml
documentation/_n_e_h_o_g_descriptor_8h_source.xhtml
documentation/_n_e_h_o_g_descriptor_kernel_8h.xhtml
documentation/_n_e_h_o_g_descriptor_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_detector_8h.xhtml
documentation/_n_e_h_o_g_detector_8h_source.xhtml
documentation/_n_e_h_o_g_detector_kernel_8h.xhtml
documentation/_n_e_h_o_g_detector_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_gradient_8h.xhtml
documentation/_n_e_h_o_g_gradient_8h_source.xhtml
documentation/_n_e_h_o_g_multi_detection_8h.xhtml
documentation/_n_e_h_o_g_multi_detection_8h_source.xhtml
documentation/_n_e_harris_corners_8h.xhtml
documentation/_n_e_harris_corners_8h_source.xhtml
documentation/_n_e_harris_corners_kernel_8h.xhtml
documentation/_n_e_harris_corners_kernel_8h_source.xhtml
documentation/_n_e_histogram_8h.xhtml
documentation/_n_e_histogram_8h_source.xhtml
documentation/_n_e_histogram_kernel_8h.xhtml
documentation/_n_e_histogram_kernel_8h_source.xhtml
documentation/_n_e_im2_col_kernel_8h.xhtml
documentation/_n_e_im2_col_kernel_8h_source.xhtml
documentation/_n_e_integral_image_8h.xhtml
documentation/_n_e_integral_image_8h_source.xhtml
documentation/_n_e_integral_image_kernel_8h.xhtml
documentation/_n_e_integral_image_kernel_8h_source.xhtml
documentation/_n_e_kernels_8h.xhtml
documentation/_n_e_kernels_8h_source.xhtml
documentation/_n_e_l2_normalize_8h.xhtml [new file with mode: 0644]
documentation/_n_e_l2_normalize_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_l2_normalize_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_l2_normalize_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_l_k_tracker_kernel_8h.xhtml
documentation/_n_e_l_k_tracker_kernel_8h_source.xhtml
documentation/_n_e_laplacian_pyramid_8h.xhtml
documentation/_n_e_laplacian_pyramid_8h_source.xhtml
documentation/_n_e_laplacian_reconstruct_8h.xhtml
documentation/_n_e_laplacian_reconstruct_8h_source.xhtml
documentation/_n_e_locally_connected_layer_8h.xhtml
documentation/_n_e_locally_connected_layer_8h_source.xhtml
documentation/_n_e_locally_connected_matrix_multiply_kernel_8h.xhtml
documentation/_n_e_locally_connected_matrix_multiply_kernel_8h_source.xhtml
documentation/_n_e_magnitude_8h.xhtml
documentation/_n_e_magnitude_8h_source.xhtml
documentation/_n_e_magnitude_phase_kernel_8h.xhtml
documentation/_n_e_magnitude_phase_kernel_8h_source.xhtml
documentation/_n_e_math_8h.js
documentation/_n_e_math_8h.xhtml
documentation/_n_e_math_8h_source.xhtml
documentation/_n_e_math_8inl.js
documentation/_n_e_math_8inl.xhtml
documentation/_n_e_math_8inl_source.xhtml
documentation/_n_e_mean_std_dev_8h.xhtml
documentation/_n_e_mean_std_dev_8h_source.xhtml
documentation/_n_e_mean_std_dev_kernel_8h.xhtml
documentation/_n_e_mean_std_dev_kernel_8h_source.xhtml
documentation/_n_e_median3x3_8h.xhtml
documentation/_n_e_median3x3_8h_source.xhtml
documentation/_n_e_median3x3_kernel_8h.xhtml
documentation/_n_e_median3x3_kernel_8h_source.xhtml
documentation/_n_e_min_max_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_min_max_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_min_max_location_8h.xhtml
documentation/_n_e_min_max_location_8h_source.xhtml
documentation/_n_e_min_max_location_kernel_8h.xhtml
documentation/_n_e_min_max_location_kernel_8h_source.xhtml
documentation/_n_e_non_linear_filter_8h.xhtml
documentation/_n_e_non_linear_filter_8h_source.xhtml
documentation/_n_e_non_linear_filter_kernel_8h.xhtml
documentation/_n_e_non_linear_filter_kernel_8h_source.xhtml
documentation/_n_e_non_maxima_suppression3x3_8h.xhtml
documentation/_n_e_non_maxima_suppression3x3_8h_source.xhtml
documentation/_n_e_non_maxima_suppression3x3_kernel_8h.xhtml
documentation/_n_e_non_maxima_suppression3x3_kernel_8h_source.xhtml
documentation/_n_e_normalization_layer_8h.xhtml
documentation/_n_e_normalization_layer_8h_source.xhtml
documentation/_n_e_normalization_layer_kernel_8h.xhtml
documentation/_n_e_normalization_layer_kernel_8h_source.xhtml
documentation/_n_e_o_n_2_alex_net_8cpp.js [deleted file]
documentation/_n_e_o_n_2_alex_net_8cpp.xhtml [deleted file]
documentation/_n_e_o_n_2_alex_net_8cpp_source.xhtml [deleted file]
documentation/_n_e_o_n_2_arithmetic_addition_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_arithmetic_addition_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_arithmetic_addition_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_and_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_and_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_and_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_not_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_not_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_not_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_or_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_or_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_or_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_xor_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_xor_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_bitwise_xor_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_box3x3_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_box3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_box3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_concatenate_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_concatenate_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_concatenate_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_convert_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_convert_8cpp.xhtml
documentation/_n_e_o_n_2_depth_convert_8cpp_source.xhtml
documentation/_n_e_o_n_2_dequantization_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_dequantization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_dequantization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_fill_border_8cpp.xhtml [deleted file]
documentation/_n_e_o_n_2_fill_border_8cpp_source.xhtml [deleted file]
documentation/_n_e_o_n_2_g_e_m_m_8h.xhtml [deleted file]
documentation/_n_e_o_n_2_g_e_m_m_8h_source.xhtml [deleted file]
documentation/_n_e_o_n_2_gaussian3x3_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_gaussian3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_gaussian3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_gaussian5x5_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_gaussian5x5_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_gaussian5x5_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_harris_corners_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_harris_corners_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_harris_corners_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_helper_8h.js [deleted file]
documentation/_n_e_o_n_2_helper_8h.xhtml [deleted file]
documentation/_n_e_o_n_2_helper_8h_source.xhtml [deleted file]
documentation/_n_e_o_n_2_integral_image_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_integral_image_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_integral_image_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_l2_normalize_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_l2_normalize_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_l2_normalize_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_le_net5_8cpp.js [deleted file]
documentation/_n_e_o_n_2_le_net5_8cpp.xhtml [deleted file]
documentation/_n_e_o_n_2_le_net5_8cpp_source.xhtml [deleted file]
documentation/_n_e_o_n_2_mean_std_dev_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_mean_std_dev_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_mean_std_dev_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_min_max_location_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_min_max_location_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_min_max_location_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_non_linear_filter_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_non_linear_filter_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_non_linear_filter_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_quantization_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_quantization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_quantization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_r_o_i_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_r_o_i_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_r_o_i_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_reduction_operation_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_reduction_operation_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_reduction_operation_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_reshape_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_reshape_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_reshape_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_scale_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_scale_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_scale_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_sobel_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_sobel_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_sobel_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_table_lookup_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_table_lookup_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_table_lookup_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_threshold_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_threshold_8cpp.xhtml
documentation/_n_e_o_n_2_threshold_8cpp_source.xhtml
documentation/_n_e_optical_flow_8h.xhtml
documentation/_n_e_optical_flow_8h_source.xhtml
documentation/_n_e_phase_8h.xhtml
documentation/_n_e_phase_8h_source.xhtml
documentation/_n_e_pixel_wise_multiplication_8h.xhtml
documentation/_n_e_pixel_wise_multiplication_8h_source.xhtml
documentation/_n_e_pixel_wise_multiplication_kernel_8h.xhtml
documentation/_n_e_pixel_wise_multiplication_kernel_8h_source.xhtml
documentation/_n_e_pooling_layer_8h.xhtml
documentation/_n_e_pooling_layer_8h_source.xhtml
documentation/_n_e_pooling_layer_kernel_8h.xhtml
documentation/_n_e_pooling_layer_kernel_8h_source.xhtml
documentation/_n_e_quantization_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_quantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_quantization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_quantization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_r_o_i_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_r_o_i_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_r_o_i_pooling_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_r_o_i_pooling_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_reduction_operation_8h.xhtml [new file with mode: 0644]
documentation/_n_e_reduction_operation_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_reduction_operation_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_reduction_operation_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_remap_8h.xhtml
documentation/_n_e_remap_8h_source.xhtml
documentation/_n_e_remap_kernel_8h.xhtml
documentation/_n_e_remap_kernel_8h_source.xhtml
documentation/_n_e_reshape_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_reshape_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_reshape_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_reshape_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_scale_8h.xhtml
documentation/_n_e_scale_8h_source.xhtml
documentation/_n_e_scale_kernel_8h.xhtml
documentation/_n_e_scale_kernel_8h_source.xhtml
documentation/_n_e_scharr3x3_8h.xhtml
documentation/_n_e_scharr3x3_8h_source.xhtml
documentation/_n_e_scharr3x3_kernel_8h.xhtml
documentation/_n_e_scharr3x3_kernel_8h_source.xhtml
documentation/_n_e_scheduler_8h.xhtml
documentation/_n_e_scheduler_8h_source.xhtml
documentation/_n_e_sobel3x3_8h.xhtml
documentation/_n_e_sobel3x3_8h_source.xhtml
documentation/_n_e_sobel3x3_kernel_8h.xhtml
documentation/_n_e_sobel3x3_kernel_8h_source.xhtml
documentation/_n_e_sobel5x5_8h.xhtml
documentation/_n_e_sobel5x5_8h_source.xhtml
documentation/_n_e_sobel5x5_kernel_8h.xhtml
documentation/_n_e_sobel5x5_kernel_8h_source.xhtml
documentation/_n_e_sobel7x7_8h.xhtml
documentation/_n_e_sobel7x7_8h_source.xhtml
documentation/_n_e_sobel7x7_kernel_8h.xhtml
documentation/_n_e_sobel7x7_kernel_8h_source.xhtml
documentation/_n_e_softmax_layer_8h.xhtml
documentation/_n_e_softmax_layer_8h_source.xhtml
documentation/_n_e_softmax_layer_kernel_8h.xhtml
documentation/_n_e_softmax_layer_kernel_8h_source.xhtml
documentation/_n_e_table_lookup_8h.xhtml
documentation/_n_e_table_lookup_8h_source.xhtml
documentation/_n_e_table_lookup_kernel_8h.xhtml
documentation/_n_e_table_lookup_kernel_8h_source.xhtml
documentation/_n_e_threshold_8h.xhtml
documentation/_n_e_threshold_8h_source.xhtml
documentation/_n_e_threshold_kernel_8h.xhtml
documentation/_n_e_threshold_kernel_8h_source.xhtml
documentation/_n_e_transpose_8h.xhtml
documentation/_n_e_transpose_8h_source.xhtml
documentation/_n_e_transpose_kernel_8h.xhtml
documentation/_n_e_transpose_kernel_8h_source.xhtml
documentation/_n_e_warp_affine_8h.xhtml
documentation/_n_e_warp_affine_8h_source.xhtml
documentation/_n_e_warp_kernel_8h.xhtml
documentation/_n_e_warp_kernel_8h_source.xhtml
documentation/_n_e_warp_perspective_8h.xhtml
documentation/_n_e_warp_perspective_8h_source.xhtml
documentation/_n_e_weights_reshape_kernel_8h.xhtml
documentation/_n_e_weights_reshape_kernel_8h_source.xhtml
documentation/_nodes_8h.xhtml [new file with mode: 0644]
documentation/_nodes_8h_source.xhtml [new file with mode: 0644]
documentation/_non_linear_filter_8h.js [new file with mode: 0644]
documentation/_non_linear_filter_8h.xhtml [new file with mode: 0644]
documentation/_non_linear_filter_8h_source.xhtml [new file with mode: 0644]
documentation/_non_linear_filter_fixture_8h.xhtml [new file with mode: 0644]
documentation/_non_linear_filter_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_non_linear_filter_function_dataset_8h.xhtml [new file with mode: 0644]
documentation/_non_linear_filter_function_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_non_maxima_suppression_8cpp.js [new file with mode: 0644]
documentation/_non_maxima_suppression_8cpp.xhtml [new file with mode: 0644]
documentation/_non_maxima_suppression_8cpp_source.xhtml [new file with mode: 0644]
documentation/_non_maxima_suppression_8h.js [new file with mode: 0644]
documentation/_non_maxima_suppression_8h.xhtml [new file with mode: 0644]
documentation/_non_maxima_suppression_8h_source.xhtml [new file with mode: 0644]
documentation/_normalization_layer_8h.js [new file with mode: 0644]
documentation/_normalization_layer_8h.xhtml
documentation/_normalization_layer_8h_source.xhtml
documentation/_normalization_layer_dataset_8h.js [deleted file]
documentation/_normalization_layer_dataset_8h.xhtml [deleted file]
documentation/_normalization_layer_dataset_8h_source.xhtml [deleted file]
documentation/_normalization_type_dataset_8h.xhtml [deleted file]
documentation/_normalization_type_dataset_8h_source.xhtml [deleted file]
documentation/_normalization_types_dataset_8h.xhtml [new file with mode: 0644]
documentation/_normalization_types_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_o_m_p_scheduler_8h.xhtml
documentation/_o_m_p_scheduler_8h_source.xhtml
documentation/_open_c_l_8h.js
documentation/_open_c_l_8h.xhtml
documentation/_open_c_l_8h_source.xhtml
documentation/_option_8cpp.xhtml [new file with mode: 0644]
documentation/_option_8cpp_source.xhtml [new file with mode: 0644]
documentation/_option_8h.xhtml [new file with mode: 0644]
documentation/_option_8h_source.xhtml [new file with mode: 0644]
documentation/_p_m_u_8cpp.xhtml [new file with mode: 0644]
documentation/_p_m_u_8cpp_source.xhtml [new file with mode: 0644]
documentation/_p_m_u_8h.xhtml [new file with mode: 0644]
documentation/_p_m_u_8h_source.xhtml [new file with mode: 0644]
documentation/_p_m_u_counter_8cpp.js [deleted file]
documentation/_p_m_u_counter_8cpp.xhtml
documentation/_p_m_u_counter_8cpp_source.xhtml
documentation/_p_m_u_counter_8h.xhtml
documentation/_p_m_u_counter_8h_source.xhtml
documentation/_padding_calculator_8h.xhtml [new file with mode: 0644]
documentation/_padding_calculator_8h_source.xhtml [new file with mode: 0644]
documentation/_performance_program_options_8cpp.xhtml [deleted file]
documentation/_performance_program_options_8cpp_source.xhtml [deleted file]
documentation/_performance_program_options_8h.xhtml [deleted file]
documentation/_performance_program_options_8h_source.xhtml [deleted file]
documentation/_performance_user_configuration_8cpp.xhtml [deleted file]
documentation/_performance_user_configuration_8cpp_source.xhtml [deleted file]
documentation/_performance_user_configuration_8h.xhtml [deleted file]
documentation/_performance_user_configuration_8h_source.xhtml [deleted file]
documentation/_pixel_value_8h.xhtml
documentation/_pixel_value_8h_source.xhtml
documentation/_pixel_wise_multiplication_8cpp.xhtml [deleted file]
documentation/_pixel_wise_multiplication_8cpp_source.xhtml [deleted file]
documentation/_pool_manager_8h.xhtml [new file with mode: 0644]
documentation/_pool_manager_8h_source.xhtml [new file with mode: 0644]
documentation/_pooling_layer_8h.xhtml [deleted file]
documentation/_pooling_layer_8h_source.xhtml [deleted file]
documentation/_pooling_layer_dataset_8h.js [deleted file]
documentation/_pooling_layer_dataset_8h.xhtml
documentation/_pooling_layer_dataset_8h_source.xhtml
documentation/_pooling_types_dataset_8h.xhtml [new file with mode: 0644]
documentation/_pooling_types_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_pretty_printer_8cpp.xhtml [new file with mode: 0644]
documentation/_pretty_printer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_pretty_printer_8h.xhtml [new file with mode: 0644]
documentation/_pretty_printer_8h_source.xhtml [new file with mode: 0644]
documentation/_printer_8cpp.xhtml [new file with mode: 0644]
documentation/_printer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_printer_8h.xhtml [new file with mode: 0644]
documentation/_printer_8h_source.xhtml [new file with mode: 0644]
documentation/_printers_8cpp.js [new file with mode: 0644]
documentation/_printers_8cpp.xhtml [new file with mode: 0644]
documentation/_printers_8cpp_source.xhtml [new file with mode: 0644]
documentation/_printers_8h.js [new file with mode: 0644]
documentation/_printers_8h.xhtml [new file with mode: 0644]
documentation/_printers_8h_source.xhtml [new file with mode: 0644]
documentation/_profiler_8cpp.xhtml
documentation/_profiler_8cpp_source.xhtml
documentation/_profiler_8h.xhtml
documentation/_profiler_8h_source.xhtml
documentation/_program_options_8cpp.xhtml [deleted file]
documentation/_program_options_8cpp_source.xhtml [deleted file]
documentation/_program_options_8h.xhtml [deleted file]
documentation/_program_options_8h_source.xhtml [deleted file]
documentation/_pyramid_8h.xhtml
documentation/_pyramid_8h_source.xhtml
documentation/_pyramid_info_8h.xhtml
documentation/_pyramid_info_8h_source.xhtml
documentation/_quantization_layer_8h.js [new file with mode: 0644]
documentation/_quantization_layer_8h.xhtml [new file with mode: 0644]
documentation/_quantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_quantization_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_quantization_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_r_o_i_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_r_o_i_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_r_o_i_pooling_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_r_o_i_pooling_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_random_batch_normalization_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_random_batch_normalization_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_range_dataset_8h.js [new file with mode: 0644]
documentation/_range_dataset_8h.xhtml [new file with mode: 0644]
documentation/_range_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_raw_lut_accessor_8h.xhtml [new file with mode: 0644]
documentation/_raw_lut_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_raw_tensor_8cpp.js [deleted file]
documentation/_raw_tensor_8cpp.xhtml
documentation/_raw_tensor_8cpp_source.xhtml
documentation/_raw_tensor_8h.xhtml
documentation/_raw_tensor_8h_source.xhtml
documentation/_reciprocal___q_s8_8cpp.xhtml [deleted file]
documentation/_reciprocal___q_s8_8cpp_source.xhtml [deleted file]
documentation/_reduction_operation_8h.js [new file with mode: 0644]
documentation/_reduction_operation_8h.xhtml [new file with mode: 0644]
documentation/_reduction_operation_8h_source.xhtml [new file with mode: 0644]
documentation/_reduction_operation_dataset_8h.xhtml [new file with mode: 0644]
documentation/_reduction_operation_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_reduction_operation_fixture_8h.xhtml [new file with mode: 0644]
documentation/_reduction_operation_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_reference_8cpp.xhtml [deleted file]
documentation/_reference_8cpp_source.xhtml [deleted file]
documentation/_reference_8h.xhtml [deleted file]
documentation/_reference_8h_source.xhtml [deleted file]
documentation/_reference_c_p_p_8cpp.xhtml [deleted file]
documentation/_reference_c_p_p_8cpp_source.xhtml [deleted file]
documentation/_reference_c_p_p_8h.xhtml [deleted file]
documentation/_reference_c_p_p_8h_source.xhtml [deleted file]
documentation/_registrars_8h.xhtml [new file with mode: 0644]
documentation/_registrars_8h_source.xhtml [new file with mode: 0644]
documentation/_reshape_layer_8h.js [new file with mode: 0644]
documentation/_reshape_layer_8h.xhtml [new file with mode: 0644]
documentation/_reshape_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_reshape_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_reshape_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_reshape_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_reshape_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_rounding_policy_dataset_8h.xhtml [deleted file]
documentation/_rounding_policy_dataset_8h_source.xhtml [deleted file]
documentation/_scale_8h.js [new file with mode: 0644]
documentation/_scale_8h.xhtml [new file with mode: 0644]
documentation/_scale_8h_source.xhtml [new file with mode: 0644]
documentation/_scale_fixture_8h.xhtml [new file with mode: 0644]
documentation/_scale_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_scheduler_8h.xhtml
documentation/_scheduler_8h_source.xhtml
documentation/_semaphore_8h.xhtml [new file with mode: 0644]
documentation/_semaphore_8h_source.xhtml [new file with mode: 0644]
documentation/_shape_datasets_8h.js [new file with mode: 0644]
documentation/_shape_datasets_8h.xhtml
documentation/_shape_datasets_8h_source.xhtml
documentation/_simple_option_8h.xhtml [new file with mode: 0644]
documentation/_simple_option_8h_source.xhtml [new file with mode: 0644]
documentation/_simple_tensor_8h.js [new file with mode: 0644]
documentation/_simple_tensor_8h.xhtml [new file with mode: 0644]
documentation/_simple_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_single_thread_scheduler_8h.xhtml
documentation/_single_thread_scheduler_8h_source.xhtml
documentation/_singleton_dataset_8h.js [new file with mode: 0644]
documentation/_singleton_dataset_8h.xhtml [new file with mode: 0644]
documentation/_singleton_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_size2_d_8h.xhtml
documentation/_size2_d_8h_source.xhtml
documentation/_small_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_small_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_small_g_e_m_m_dataset_8h.xhtml [new file with mode: 0644]
documentation/_small_g_e_m_m_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_sobel_8h.js [new file with mode: 0644]
documentation/_sobel_8h.xhtml [new file with mode: 0644]
documentation/_sobel_8h_source.xhtml [new file with mode: 0644]
documentation/_sobel_fixture_8h.js [new file with mode: 0644]
documentation/_sobel_fixture_8h.xhtml [new file with mode: 0644]
documentation/_sobel_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_softmax_layer_8cpp.xhtml [deleted file]
documentation/_softmax_layer_8cpp_source.xhtml [deleted file]
documentation/_softmax_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_softmax_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_squeeze_net_activation_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_squeeze_net_activation_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_squeeze_net_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_squeeze_net_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_squeeze_net_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_squeeze_net_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_steps_8h.xhtml
documentation/_steps_8h_source.xhtml
documentation/_strides_8h.xhtml
documentation/_strides_8h_source.xhtml
documentation/_sub_tensor_8h.xhtml
documentation/_sub_tensor_8h_source.xhtml
documentation/_sub_tensor_info_8h.xhtml
documentation/_sub_tensor_info_8h_source.xhtml
documentation/_table_lookup_8h.js [new file with mode: 0644]
documentation/_table_lookup_8h.xhtml [new file with mode: 0644]
documentation/_table_lookup_8h_source.xhtml [new file with mode: 0644]
documentation/_table_lookup_fixture_8h.xhtml [new file with mode: 0644]
documentation/_table_lookup_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_tensor_allocator_8h.xhtml
documentation/_tensor_allocator_8h_source.xhtml
documentation/_tensor_cache_8h.xhtml
documentation/_tensor_cache_8h_source.xhtml
documentation/_tensor_factory_8h.js [deleted file]
documentation/_tensor_factory_8h.xhtml [deleted file]
documentation/_tensor_factory_8h_source.xhtml [deleted file]
documentation/_tensor_info_8cpp.xhtml [deleted file]
documentation/_tensor_info_8cpp_source.xhtml [deleted file]
documentation/_tensor_info_8h.xhtml
documentation/_tensor_info_8h_source.xhtml
documentation/_tensor_library_8cpp.xhtml [deleted file]
documentation/_tensor_library_8cpp_source.xhtml [deleted file]
documentation/_tensor_library_8h.xhtml [deleted file]
documentation/_tensor_library_8h_source.xhtml [deleted file]
documentation/_tensor_operations_8h.js [deleted file]
documentation/_tensor_operations_8h.xhtml [deleted file]
documentation/_tensor_operations_8h_source.xhtml [deleted file]
documentation/_tensor_shape_8cpp.xhtml [deleted file]
documentation/_tensor_shape_8cpp_source.xhtml [deleted file]
documentation/_tensor_shape_8h.xhtml
documentation/_tensor_shape_8h_source.xhtml
documentation/_tensor_visitors_8h.js [deleted file]
documentation/_tensor_visitors_8h.xhtml [deleted file]
documentation/_tensor_visitors_8h_source.xhtml [deleted file]
documentation/_test_case_8h.xhtml [new file with mode: 0644]
documentation/_test_case_8h_source.xhtml [new file with mode: 0644]
documentation/_test_case_factory_8h.js [new file with mode: 0644]
documentation/_test_case_factory_8h.xhtml [new file with mode: 0644]
documentation/_test_case_factory_8h_source.xhtml [new file with mode: 0644]
documentation/_test_filter_8cpp.xhtml [new file with mode: 0644]
documentation/_test_filter_8cpp_source.xhtml [new file with mode: 0644]
documentation/_test_filter_8h.xhtml [new file with mode: 0644]
documentation/_test_filter_8h_source.xhtml [new file with mode: 0644]
documentation/_test_result_8h.xhtml [new file with mode: 0644]
documentation/_test_result_8h_source.xhtml [new file with mode: 0644]
documentation/_threshold_8h.js [new file with mode: 0644]
documentation/_threshold_8h.xhtml [new file with mode: 0644]
documentation/_threshold_8h_source.xhtml [new file with mode: 0644]
documentation/_threshold_dataset_8h.xhtml
documentation/_threshold_dataset_8h_source.xhtml
documentation/_threshold_fixture_8h.xhtml [new file with mode: 0644]
documentation/_threshold_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_toggle_option_8cpp.xhtml [new file with mode: 0644]
documentation/_toggle_option_8cpp_source.xhtml [new file with mode: 0644]
documentation/_toggle_option_8h.xhtml [new file with mode: 0644]
documentation/_toggle_option_8h_source.xhtml [new file with mode: 0644]
documentation/_toolchain_support_8h.js [new file with mode: 0644]
documentation/_toolchain_support_8h.xhtml [new file with mode: 0644]
documentation/_toolchain_support_8h_source.xhtml [new file with mode: 0644]
documentation/_type_printer_8h.js
documentation/_type_printer_8h.xhtml
documentation/_type_printer_8h_source.xhtml
documentation/_type_reader_8h.xhtml
documentation/_type_reader_8h_source.xhtml
documentation/_user_configuration_8cpp.xhtml [deleted file]
documentation/_user_configuration_8cpp_source.xhtml [deleted file]
documentation/_user_configuration_8h.xhtml [deleted file]
documentation/_user_configuration_8h_source.xhtml [deleted file]
documentation/_v_g_g16_activation_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_v_g_g16_activation_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_v_g_g16_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_v_g_g16_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_v_g_g16_fully_connected_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_v_g_g16_fully_connected_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_v_g_g16_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_v_g_g16_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_v_x_2_depth_convert_8cpp.xhtml [deleted file]
documentation/_v_x_2_depth_convert_8cpp_source.xhtml [deleted file]
documentation/_v_x_helpers_8h.js [deleted file]
documentation/_v_x_helpers_8h.xhtml [deleted file]
documentation/_v_x_helpers_8h_source.xhtml [deleted file]
documentation/_validate_8h.js
documentation/_validate_8h.xhtml
documentation/_validate_8h_source.xhtml
documentation/_validation_8cpp.js
documentation/_validation_8cpp.xhtml
documentation/_validation_8cpp_source.xhtml
documentation/_validation_8h.js
documentation/_validation_8h.xhtml
documentation/_validation_8h_source.xhtml
documentation/_validation_program_options_8cpp.xhtml [deleted file]
documentation/_validation_program_options_8cpp_source.xhtml [deleted file]
documentation/_validation_program_options_8h.xhtml [deleted file]
documentation/_validation_program_options_8h_source.xhtml [deleted file]
documentation/_validation_user_configuration_8h.js [deleted file]
documentation/_validation_user_configuration_8h.xhtml [deleted file]
documentation/_validation_user_configuration_8h_source.xhtml [deleted file]
documentation/_wall_clock_timer_8cpp.xhtml
documentation/_wall_clock_timer_8cpp_source.xhtml
documentation/_wall_clock_timer_8h.xhtml
documentation/_wall_clock_timer_8h_source.xhtml
documentation/_window_8h.xhtml
documentation/_window_8h_source.xhtml
documentation/_window_8inl.xhtml
documentation/_window_8inl_source.xhtml
documentation/_y_o_l_o_v2_activation_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_y_o_l_o_v2_activation_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_y_o_l_o_v2_batch_normalization_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_y_o_l_o_v2_batch_normalization_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_y_o_l_o_v2_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_y_o_l_o_v2_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_y_o_l_o_v2_pooling_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_y_o_l_o_v2_pooling_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_zip_dataset_8h.js [new file with mode: 0644]
documentation/_zip_dataset_8h.xhtml [new file with mode: 0644]
documentation/_zip_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/a32__interleave__6way__32bit_8hpp.xhtml [new file with mode: 0644]
documentation/a32__interleave__6way__32bit_8hpp_source.xhtml [new file with mode: 0644]
documentation/a32__merge__float__8x6_8hpp.xhtml [new file with mode: 0644]
documentation/a32__merge__float__8x6_8hpp_source.xhtml [new file with mode: 0644]
documentation/a32__sgemm__8x6_2generic_8hpp.js [new file with mode: 0644]
documentation/a32__sgemm__8x6_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a32__sgemm__8x6_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a32__sgemm__8x6_8hpp.xhtml [new file with mode: 0644]
documentation/a32__sgemm__8x6_8hpp_source.xhtml [new file with mode: 0644]
documentation/a32__transpose__interleave__8way__32bit_8hpp.xhtml [new file with mode: 0644]
documentation/a32__transpose__interleave__8way__32bit_8hpp_source.xhtml [new file with mode: 0644]
documentation/a53_8hpp.js [new file with mode: 0644]
documentation/a53_8hpp.xhtml [new file with mode: 0644]
documentation/a53_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__interleave__8way__32bit_8hpp.xhtml [new file with mode: 0644]
documentation/a64__interleave__8way__32bit_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__merge__float__12x8_8hpp.xhtml [new file with mode: 0644]
documentation/a64__merge__float__12x8_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__sgemm__12x8_2generic_8hpp.js [new file with mode: 0644]
documentation/a64__sgemm__12x8_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a64__sgemm__12x8_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__sgemm__12x8_8hpp.xhtml [new file with mode: 0644]
documentation/a64__sgemm__12x8_8hpp_source.xhtml [new file with mode: 0644]
documentation/absdiff_8cl.xhtml
documentation/absdiff_8cl_source.xhtml
documentation/accumulate_8cl.xhtml
documentation/accumulate_8cl_source.xhtml
documentation/activation__layer_8cl.js
documentation/activation__layer_8cl.xhtml
documentation/activation__layer_8cl_source.xhtml
documentation/annotated.js [new file with mode: 0644]
documentation/annotated.xhtml
documentation/annotated_dup.js [deleted file]
documentation/architecture.xhtml
documentation/arithmetic__op_8cl.xhtml
documentation/arithmetic__op_8cl_source.xhtml
documentation/arm__compute_2core_2_fixed_point_8h.js
documentation/arm__compute_2core_2_fixed_point_8h.xhtml
documentation/arm__compute_2core_2_fixed_point_8h_source.xhtml
documentation/arm__compute_2core_2_helpers_8h.js
documentation/arm__compute_2core_2_helpers_8h.xhtml
documentation/arm__compute_2core_2_helpers_8h_source.xhtml
documentation/arm__compute_2core_2_types_8h.js
documentation/arm__compute_2core_2_types_8h.xhtml
documentation/arm__compute_2core_2_types_8h_source.xhtml
documentation/arm__compute_2core_2_utils_8h.js
documentation/arm__compute_2core_2_utils_8h.xhtml
documentation/arm__compute_2core_2_utils_8h_source.xhtml
documentation/arm__compute_2graph_2_types_8h.js [new file with mode: 0644]
documentation/arm__compute_2graph_2_types_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2_types_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_activation_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_activation_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_fully_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_fully_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_softmax_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_softmax_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2runtime_2_tensor_8h.js [deleted file]
documentation/arm__compute_2runtime_2_tensor_8h.xhtml [deleted file]
documentation/arm__compute_2runtime_2_tensor_8h_source.xhtml [deleted file]
documentation/arm__compute_2runtime_2_types_8h.js [new file with mode: 0644]
documentation/arm__compute_2runtime_2_types_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2runtime_2_types_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2runtime_2_utils_8h.xhtml
documentation/arm__compute_2runtime_2_utils_8h_source.xhtml
documentation/asmlib_8hpp.js [new file with mode: 0644]
documentation/asmlib_8hpp.xhtml [new file with mode: 0644]
documentation/asmlib_8hpp_source.xhtml [new file with mode: 0644]
documentation/batchnormalization__layer_8cl.js
documentation/batchnormalization__layer_8cl.xhtml
documentation/batchnormalization__layer_8cl_source.xhtml
documentation/benchmark_2_c_l_2_activation_layer_8cpp.js
documentation/benchmark_2_c_l_2_activation_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_activation_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_batch_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_bitwise_and_8cpp.js [deleted file]
documentation/benchmark_2_c_l_2_bitwise_and_8cpp.xhtml [deleted file]
documentation/benchmark_2_c_l_2_bitwise_and_8cpp_source.xhtml [deleted file]
documentation/benchmark_2_c_l_2_convolution_layer_8cpp.js
documentation/benchmark_2_c_l_2_convolution_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_depthwise_convolution_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_depthwise_convolution_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_depthwise_convolution_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_direct_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_direct_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_direct_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_floor_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_floor_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_floor_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.js
documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp.js
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp.xhtml
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_normalization_layer_8cpp.js
documentation/benchmark_2_c_l_2_normalization_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_normalization_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_pooling_layer_8cpp.js
documentation/benchmark_2_c_l_2_pooling_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_pooling_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_datasets_8h.js [deleted file]
documentation/benchmark_2_datasets_8h.xhtml [deleted file]
documentation/benchmark_2_datasets_8h_source.xhtml [deleted file]
documentation/benchmark_2_n_e_o_n_2_activation_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_activation_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_activation_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_bitwise_and_8cpp.js [deleted file]
documentation/benchmark_2_n_e_o_n_2_bitwise_and_8cpp.xhtml [deleted file]
documentation/benchmark_2_n_e_o_n_2_bitwise_and_8cpp_source.xhtml [deleted file]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_convolution_layer_direct_8cpp.js [deleted file]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_direct_8cpp.xhtml [deleted file]
documentation/benchmark_2_n_e_o_n_2_convolution_layer_direct_8cpp_source.xhtml [deleted file]
documentation/benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_floor_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_floor_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_floor_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.js
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_normalization_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_normalization_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_normalization_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_pooling_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_pooling_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_pooling_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_activation_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_activation_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_batch_normalization_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_batch_normalization_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_convolution_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_convolution_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_depthwise_convolution_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_depthwise_convolution_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_floor_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_floor_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_fully_connected_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_fully_connected_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_g_e_m_m_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_g_e_m_m_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_normalization_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_normalization_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_pooling_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_pooling_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2main_8cpp.js [deleted file]
documentation/benchmark_2main_8cpp.xhtml [deleted file]
documentation/benchmark_2main_8cpp_source.xhtml [deleted file]
documentation/benchmark_2system__tests_2common_2_alex_net_8h.xhtml [deleted file]
documentation/benchmark_2system__tests_2common_2_alex_net_8h_source.xhtml [deleted file]
documentation/benchmark_2system__tests_2common_2_le_net5_8h.xhtml [deleted file]
documentation/benchmark_2system__tests_2common_2_le_net5_8h_source.xhtml [deleted file]
documentation/bitwise__op_8cl.xhtml
documentation/bitwise__op_8cl_source.xhtml
documentation/boost__wrapper_8h.xhtml [deleted file]
documentation/boost__wrapper_8h_source.xhtml [deleted file]
documentation/caffe__data__extractor_8py.js [new file with mode: 0644]
documentation/caffe__data__extractor_8py.xhtml [new file with mode: 0644]
documentation/caffe__data__extractor_8py_source.xhtml [new file with mode: 0644]
documentation/canny_8cl.xhtml
documentation/canny_8cl_source.xhtml
documentation/channel__combine_8cl.xhtml
documentation/channel__combine_8cl_source.xhtml
documentation/channel__extract_8cl.xhtml
documentation/channel__extract_8cl_source.xhtml
documentation/cl__convolution_8cpp.js
documentation/cl__convolution_8cpp.xhtml
documentation/cl__convolution_8cpp_source.xhtml
documentation/cl__events_8cpp.js
documentation/cl__events_8cpp.xhtml
documentation/cl__events_8cpp_source.xhtml
documentation/class_gemm_common.js [new file with mode: 0644]
documentation/class_gemm_common.xhtml [new file with mode: 0644]
documentation/class_gemm_interleaved.js [new file with mode: 0644]
documentation/class_gemm_interleaved.xhtml [new file with mode: 0644]
documentation/class_gemm_interleaved__coll__graph.map [new file with mode: 0644]
documentation/class_gemm_interleaved__coll__graph.md5 [new file with mode: 0644]
documentation/class_gemm_interleaved__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_access_window_auto_padding.xhtml
documentation/classarm__compute_1_1_access_window_auto_padding__coll__graph.md5
documentation/classarm__compute_1_1_access_window_auto_padding__coll__graph.svg
documentation/classarm__compute_1_1_access_window_horizontal.xhtml
documentation/classarm__compute_1_1_access_window_horizontal__coll__graph.md5
documentation/classarm__compute_1_1_access_window_horizontal__coll__graph.svg
documentation/classarm__compute_1_1_access_window_rectangle.xhtml
documentation/classarm__compute_1_1_access_window_rectangle__coll__graph.md5
documentation/classarm__compute_1_1_access_window_rectangle__coll__graph.svg
documentation/classarm__compute_1_1_access_window_static.xhtml
documentation/classarm__compute_1_1_access_window_static__coll__graph.md5
documentation/classarm__compute_1_1_access_window_static__coll__graph.svg
documentation/classarm__compute_1_1_access_window_transpose.xhtml
documentation/classarm__compute_1_1_access_window_transpose__coll__graph.md5
documentation/classarm__compute_1_1_access_window_transpose__coll__graph.svg
documentation/classarm__compute_1_1_access_window_vertical.xhtml
documentation/classarm__compute_1_1_access_window_vertical__coll__graph.md5
documentation/classarm__compute_1_1_access_window_vertical__coll__graph.svg
documentation/classarm__compute_1_1_activation_layer_info.js
documentation/classarm__compute_1_1_activation_layer_info.xhtml
documentation/classarm__compute_1_1_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_allocator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_allocator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_allocator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_array.xhtml
documentation/classarm__compute_1_1_array__coll__graph.md5
documentation/classarm__compute_1_1_array__coll__graph.svg
documentation/classarm__compute_1_1_blob_lifetime_manager.js [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_lifetime_manager.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_lifetime_manager__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_lifetime_manager__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_lifetime_manager__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_memory_pool.js [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_memory_pool.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_memory_pool__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_memory_pool__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_blob_memory_pool__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_absolute_difference.xhtml
documentation/classarm__compute_1_1_c_l_absolute_difference__coll__graph.md5
documentation/classarm__compute_1_1_c_l_absolute_difference__coll__graph.svg
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_accumulate.xhtml
documentation/classarm__compute_1_1_c_l_accumulate__coll__graph.md5
documentation/classarm__compute_1_1_c_l_accumulate__coll__graph.svg
documentation/classarm__compute_1_1_c_l_accumulate_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_accumulate_squared.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_squared__coll__graph.md5
documentation/classarm__compute_1_1_c_l_accumulate_squared__coll__graph.svg
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_accumulate_weighted.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.md5
documentation/classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.svg
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_activation_layer.js
documentation/classarm__compute_1_1_c_l_activation_layer.xhtml
documentation/classarm__compute_1_1_c_l_activation_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_activation_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_activation_layer_kernel.js
documentation/classarm__compute_1_1_c_l_activation_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_arithmetic_addition.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.md5
documentation/classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.svg
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction__coll__graph.md5
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction__coll__graph.svg
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_array.js
documentation/classarm__compute_1_1_c_l_array.xhtml
documentation/classarm__compute_1_1_c_l_array__coll__graph.md5
documentation/classarm__compute_1_1_c_l_array__coll__graph.svg
documentation/classarm__compute_1_1_c_l_batch_normalization_layer.js
documentation/classarm__compute_1_1_c_l_batch_normalization_layer.xhtml
documentation/classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel.js
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_bitwise_and.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_and__coll__graph.md5
documentation/classarm__compute_1_1_c_l_bitwise_and__coll__graph.svg
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_bitwise_not.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_not__coll__graph.md5
documentation/classarm__compute_1_1_c_l_bitwise_not__coll__graph.svg
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_bitwise_or.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_or__coll__graph.md5
documentation/classarm__compute_1_1_c_l_bitwise_or__coll__graph.svg
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_bitwise_xor.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_xor__coll__graph.md5
documentation/classarm__compute_1_1_c_l_bitwise_xor__coll__graph.svg
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_box3x3.xhtml
documentation/classarm__compute_1_1_c_l_box3x3__coll__graph.md5
documentation/classarm__compute_1_1_c_l_box3x3__coll__graph.svg
documentation/classarm__compute_1_1_c_l_box3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_buffer_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_buffer_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_buffer_allocator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_buffer_allocator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_buffer_allocator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_canny_edge.js
documentation/classarm__compute_1_1_c_l_canny_edge.xhtml
documentation/classarm__compute_1_1_c_l_canny_edge__coll__graph.md5
documentation/classarm__compute_1_1_c_l_canny_edge__coll__graph.svg
documentation/classarm__compute_1_1_c_l_channel_combine.xhtml
documentation/classarm__compute_1_1_c_l_channel_combine__coll__graph.md5
documentation/classarm__compute_1_1_c_l_channel_combine__coll__graph.svg
documentation/classarm__compute_1_1_c_l_channel_combine_kernel.xhtml
documentation/classarm__compute_1_1_c_l_channel_combine_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_channel_combine_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_channel_extract.xhtml
documentation/classarm__compute_1_1_c_l_channel_extract__coll__graph.md5
documentation/classarm__compute_1_1_c_l_channel_extract__coll__graph.svg
documentation/classarm__compute_1_1_c_l_channel_extract_kernel.xhtml
documentation/classarm__compute_1_1_c_l_channel_extract_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_channel_extract_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_col2_im_kernel.xhtml
documentation/classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_color_convert.xhtml
documentation/classarm__compute_1_1_c_l_color_convert__coll__graph.md5
documentation/classarm__compute_1_1_c_l_color_convert__coll__graph.svg
documentation/classarm__compute_1_1_c_l_color_convert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_color_convert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_color_convert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_convolution3x3.xhtml
documentation/classarm__compute_1_1_c_l_convolution3x3__coll__graph.md5
documentation/classarm__compute_1_1_c_l_convolution3x3__coll__graph.svg
documentation/classarm__compute_1_1_c_l_convolution_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_convolution_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_convolution_layer.js
documentation/classarm__compute_1_1_c_l_convolution_layer.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_convolution_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights.js
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.md5
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.svg
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel.js [deleted file]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_convolution_layer_weights_reshape_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_convolution_rectangle.xhtml
documentation/classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.md5
documentation/classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.svg
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_convolution_square.js
documentation/classarm__compute_1_1_c_l_convolution_square.xhtml
documentation/classarm__compute_1_1_c_l_convolution_square__coll__graph.md5
documentation/classarm__compute_1_1_c_l_convolution_square__coll__graph.svg
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_depth_concatenate.xhtml
documentation/classarm__compute_1_1_c_l_depth_concatenate__coll__graph.md5
documentation/classarm__compute_1_1_c_l_depth_concatenate__coll__graph.svg
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_depth_convert.xhtml
documentation/classarm__compute_1_1_c_l_depth_convert__coll__graph.md5
documentation/classarm__compute_1_1_c_l_depth_convert__coll__graph.svg
documentation/classarm__compute_1_1_c_l_depth_convert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depth_convert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_depth_convert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_depthwise_convolution.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_derivative.xhtml
documentation/classarm__compute_1_1_c_l_derivative__coll__graph.md5
documentation/classarm__compute_1_1_c_l_derivative__coll__graph.svg
documentation/classarm__compute_1_1_c_l_derivative_kernel.xhtml
documentation/classarm__compute_1_1_c_l_derivative_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_derivative_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_dilate.xhtml
documentation/classarm__compute_1_1_c_l_dilate__coll__graph.md5
documentation/classarm__compute_1_1_c_l_dilate__coll__graph.svg
documentation/classarm__compute_1_1_c_l_dilate_kernel.xhtml
documentation/classarm__compute_1_1_c_l_dilate_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_dilate_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_direct_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_distribution1_d.xhtml
documentation/classarm__compute_1_1_c_l_distribution1_d__coll__graph.md5
documentation/classarm__compute_1_1_c_l_distribution1_d__coll__graph.svg
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_edge_trace_kernel.xhtml
documentation/classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_equalize_histogram.xhtml
documentation/classarm__compute_1_1_c_l_equalize_histogram__coll__graph.md5
documentation/classarm__compute_1_1_c_l_equalize_histogram__coll__graph.svg
documentation/classarm__compute_1_1_c_l_erode.xhtml
documentation/classarm__compute_1_1_c_l_erode__coll__graph.md5
documentation/classarm__compute_1_1_c_l_erode__coll__graph.svg
documentation/classarm__compute_1_1_c_l_erode_kernel.xhtml
documentation/classarm__compute_1_1_c_l_erode_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_erode_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_fast_corners.js
documentation/classarm__compute_1_1_c_l_fast_corners.xhtml
documentation/classarm__compute_1_1_c_l_fast_corners__coll__graph.md5
documentation/classarm__compute_1_1_c_l_fast_corners__coll__graph.svg
documentation/classarm__compute_1_1_c_l_fast_corners_kernel.xhtml
documentation/classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_fill_border.xhtml
documentation/classarm__compute_1_1_c_l_fill_border__coll__graph.md5
documentation/classarm__compute_1_1_c_l_fill_border__coll__graph.svg
documentation/classarm__compute_1_1_c_l_fill_border_kernel.xhtml
documentation/classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_flatten_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_flatten_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_flatten_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_flatten_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_flatten_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_floor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_fully_connected_layer.js
documentation/classarm__compute_1_1_c_l_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.js
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.map
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.md5
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m.js
documentation/classarm__compute_1_1_c_l_g_e_m_m.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp.js
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian3x3.xhtml
documentation/classarm__compute_1_1_c_l_gaussian3x3__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian3x3__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian5x5.js
documentation/classarm__compute_1_1_c_l_gaussian5x5.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian5x5__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_gradient_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gradient_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_gradient_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_h_o_g.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g__coll__graph.md5
documentation/classarm__compute_1_1_c_l_h_o_g__coll__graph.svg
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor.js
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.md5
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.svg
documentation/classarm__compute_1_1_c_l_h_o_g_detector.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.md5
documentation/classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.svg
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_h_o_g_gradient.js
documentation/classarm__compute_1_1_c_l_h_o_g_gradient.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.md5
documentation/classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.svg
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.js
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.md5
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.svg
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_harris_corners.js
documentation/classarm__compute_1_1_c_l_harris_corners.xhtml
documentation/classarm__compute_1_1_c_l_harris_corners__coll__graph.md5
documentation/classarm__compute_1_1_c_l_harris_corners__coll__graph.svg
documentation/classarm__compute_1_1_c_l_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_histogram.xhtml
documentation/classarm__compute_1_1_c_l_histogram__coll__graph.md5
documentation/classarm__compute_1_1_c_l_histogram__coll__graph.svg
documentation/classarm__compute_1_1_c_l_histogram_border_kernel.xhtml
documentation/classarm__compute_1_1_c_l_histogram_border_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_histogram_border_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_histogram_kernel.xhtml
documentation/classarm__compute_1_1_c_l_histogram_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_histogram_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_im2_col_kernel.js
documentation/classarm__compute_1_1_c_l_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_integral_image.xhtml
documentation/classarm__compute_1_1_c_l_integral_image__coll__graph.md5
documentation/classarm__compute_1_1_c_l_integral_image__coll__graph.svg
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_kernel_library.js
documentation/classarm__compute_1_1_c_l_kernel_library.xhtml
documentation/classarm__compute_1_1_c_l_l2_normalize.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_laplacian_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.md5
documentation/classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.svg
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct__coll__graph.md5
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct__coll__graph.svg
documentation/classarm__compute_1_1_c_l_locally_connected_layer.js
documentation/classarm__compute_1_1_c_l_locally_connected_layer.xhtml
documentation/classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel.js [deleted file]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_locally_connected_layer_weights_reshape_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_lut.xhtml
documentation/classarm__compute_1_1_c_l_lut__coll__graph.md5
documentation/classarm__compute_1_1_c_l_lut__coll__graph.svg
documentation/classarm__compute_1_1_c_l_lut_allocator.xhtml
documentation/classarm__compute_1_1_c_l_lut_allocator__coll__graph.md5
documentation/classarm__compute_1_1_c_l_lut_allocator__coll__graph.svg
documentation/classarm__compute_1_1_c_l_magnitude.xhtml
documentation/classarm__compute_1_1_c_l_magnitude__coll__graph.md5
documentation/classarm__compute_1_1_c_l_magnitude__coll__graph.svg
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_mean_std_dev.js
documentation/classarm__compute_1_1_c_l_mean_std_dev.xhtml
documentation/classarm__compute_1_1_c_l_mean_std_dev__coll__graph.md5
documentation/classarm__compute_1_1_c_l_mean_std_dev__coll__graph.svg
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel.js
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_median3x3.xhtml
documentation/classarm__compute_1_1_c_l_median3x3__coll__graph.md5
documentation/classarm__compute_1_1_c_l_median3x3__coll__graph.svg
documentation/classarm__compute_1_1_c_l_median3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_min_max_kernel.xhtml
documentation/classarm__compute_1_1_c_l_min_max_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_min_max_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_min_max_location.js
documentation/classarm__compute_1_1_c_l_min_max_location.xhtml
documentation/classarm__compute_1_1_c_l_min_max_location__coll__graph.md5
documentation/classarm__compute_1_1_c_l_min_max_location__coll__graph.svg
documentation/classarm__compute_1_1_c_l_min_max_location_kernel.xhtml
documentation/classarm__compute_1_1_c_l_min_max_location_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_min_max_location_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.md5
documentation/classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.svg
documentation/classarm__compute_1_1_c_l_multi_image.xhtml
documentation/classarm__compute_1_1_c_l_multi_image__coll__graph.md5
documentation/classarm__compute_1_1_c_l_multi_image__coll__graph.svg
documentation/classarm__compute_1_1_c_l_non_linear_filter.xhtml
documentation/classarm__compute_1_1_c_l_non_linear_filter__coll__graph.md5
documentation/classarm__compute_1_1_c_l_non_linear_filter__coll__graph.svg
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3.xhtml
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3__coll__graph.md5
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3__coll__graph.svg
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_normalization_layer.js
documentation/classarm__compute_1_1_c_l_normalization_layer.xhtml
documentation/classarm__compute_1_1_c_l_normalization_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_normalization_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel.js
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_optical_flow.js
documentation/classarm__compute_1_1_c_l_optical_flow.xhtml
documentation/classarm__compute_1_1_c_l_optical_flow__coll__graph.md5
documentation/classarm__compute_1_1_c_l_optical_flow__coll__graph.svg
documentation/classarm__compute_1_1_c_l_phase.xhtml
documentation/classarm__compute_1_1_c_l_phase__coll__graph.md5
documentation/classarm__compute_1_1_c_l_phase__coll__graph.svg
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication__coll__graph.md5
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication__coll__graph.svg
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_pooling_layer.xhtml
documentation/classarm__compute_1_1_c_l_pooling_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_pooling_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_pyramid__coll__graph.md5
documentation/classarm__compute_1_1_c_l_pyramid__coll__graph.svg
documentation/classarm__compute_1_1_c_l_quantization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_remap.xhtml
documentation/classarm__compute_1_1_c_l_remap__coll__graph.md5
documentation/classarm__compute_1_1_c_l_remap__coll__graph.svg
documentation/classarm__compute_1_1_c_l_remap_kernel.xhtml
documentation/classarm__compute_1_1_c_l_remap_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_remap_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_reshape_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_scale.js
documentation/classarm__compute_1_1_c_l_scale.xhtml
documentation/classarm__compute_1_1_c_l_scale__coll__graph.md5
documentation/classarm__compute_1_1_c_l_scale__coll__graph.svg
documentation/classarm__compute_1_1_c_l_scale_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scale_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_scale_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_scharr3x3.xhtml
documentation/classarm__compute_1_1_c_l_scharr3x3__coll__graph.md5
documentation/classarm__compute_1_1_c_l_scharr3x3__coll__graph.svg
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_scheduler.js
documentation/classarm__compute_1_1_c_l_scheduler.xhtml
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sobel3x3.xhtml
documentation/classarm__compute_1_1_c_l_sobel3x3__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sobel3x3__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sobel5x5.js
documentation/classarm__compute_1_1_c_l_sobel5x5.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sobel5x5__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sobel7x7.js
documentation/classarm__compute_1_1_c_l_sobel7x7.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sobel7x7__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_softmax_layer.js
documentation/classarm__compute_1_1_c_l_softmax_layer.xhtml
documentation/classarm__compute_1_1_c_l_softmax_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_softmax_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_sub_tensor.xhtml
documentation/classarm__compute_1_1_c_l_sub_tensor__coll__graph.md5
documentation/classarm__compute_1_1_c_l_sub_tensor__coll__graph.svg
documentation/classarm__compute_1_1_c_l_symbols.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_symbols.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_table_lookup.xhtml
documentation/classarm__compute_1_1_c_l_table_lookup__coll__graph.md5
documentation/classarm__compute_1_1_c_l_table_lookup__coll__graph.svg
documentation/classarm__compute_1_1_c_l_table_lookup_kernel.xhtml
documentation/classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_tensor.xhtml
documentation/classarm__compute_1_1_c_l_tensor__coll__graph.md5
documentation/classarm__compute_1_1_c_l_tensor__coll__graph.svg
documentation/classarm__compute_1_1_c_l_tensor_allocator.js
documentation/classarm__compute_1_1_c_l_tensor_allocator.xhtml
documentation/classarm__compute_1_1_c_l_tensor_allocator__coll__graph.md5
documentation/classarm__compute_1_1_c_l_tensor_allocator__coll__graph.svg
documentation/classarm__compute_1_1_c_l_threshold.xhtml
documentation/classarm__compute_1_1_c_l_threshold__coll__graph.md5
documentation/classarm__compute_1_1_c_l_threshold__coll__graph.svg
documentation/classarm__compute_1_1_c_l_threshold_kernel.xhtml
documentation/classarm__compute_1_1_c_l_threshold_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_threshold_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_transpose.xhtml
documentation/classarm__compute_1_1_c_l_transpose__coll__graph.md5
documentation/classarm__compute_1_1_c_l_transpose__coll__graph.svg
documentation/classarm__compute_1_1_c_l_transpose_kernel.xhtml
documentation/classarm__compute_1_1_c_l_transpose_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_transpose_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_tuner.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tuner.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tuner__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tuner__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_tuner__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_warp_affine.xhtml
documentation/classarm__compute_1_1_c_l_warp_affine__coll__graph.md5
documentation/classarm__compute_1_1_c_l_warp_affine__coll__graph.svg
documentation/classarm__compute_1_1_c_l_warp_affine_kernel.xhtml
documentation/classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_warp_perspective.xhtml
documentation/classarm__compute_1_1_c_l_warp_perspective__coll__graph.md5
documentation/classarm__compute_1_1_c_l_warp_perspective__coll__graph.svg
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel.xhtml
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel.js
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel.js
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.js
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_p_p_scheduler.xhtml
documentation/classarm__compute_1_1_c_p_p_scheduler__coll__graph.md5
documentation/classarm__compute_1_1_c_p_p_scheduler__coll__graph.svg
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.js
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.svg
documentation/classarm__compute_1_1_coordinates.xhtml
documentation/classarm__compute_1_1_coordinates__coll__graph.md5
documentation/classarm__compute_1_1_coordinates__coll__graph.svg
documentation/classarm__compute_1_1_dimensions.js
documentation/classarm__compute_1_1_dimensions.xhtml
documentation/classarm__compute_1_1_distribution1_d.xhtml
documentation/classarm__compute_1_1_distribution1_d__coll__graph.md5
documentation/classarm__compute_1_1_distribution1_d__coll__graph.svg
documentation/classarm__compute_1_1_h_o_g.xhtml
documentation/classarm__compute_1_1_h_o_g__coll__graph.md5
documentation/classarm__compute_1_1_h_o_g__coll__graph.svg
documentation/classarm__compute_1_1_h_o_g_info.xhtml
documentation/classarm__compute_1_1_i_access_window.xhtml
documentation/classarm__compute_1_1_i_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_array.xhtml
documentation/classarm__compute_1_1_i_c_l_array.js
documentation/classarm__compute_1_1_i_c_l_array.xhtml
documentation/classarm__compute_1_1_i_c_l_array__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_array__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_distribution1_d.xhtml
documentation/classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_h_o_g.xhtml
documentation/classarm__compute_1_1_i_c_l_h_o_g__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_h_o_g__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_kernel.js
documentation/classarm__compute_1_1_i_c_l_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_kernel__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_kernel__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_lut.xhtml
documentation/classarm__compute_1_1_i_c_l_lut__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_lut__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_multi_image.xhtml
documentation/classarm__compute_1_1_i_c_l_multi_image__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_multi_image__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_simple_function.xhtml
documentation/classarm__compute_1_1_i_c_l_simple_function__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_simple_function__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_simple_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_tensor.xhtml
documentation/classarm__compute_1_1_i_c_l_tensor__coll__graph.md5
documentation/classarm__compute_1_1_i_c_l_tensor__coll__graph.svg
documentation/classarm__compute_1_1_i_c_l_tuner.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_tuner.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_kernel.js
documentation/classarm__compute_1_1_i_c_p_p_kernel.xhtml
documentation/classarm__compute_1_1_i_c_p_p_kernel__coll__graph.md5
documentation/classarm__compute_1_1_i_c_p_p_kernel__coll__graph.svg
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel.xhtml
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.md5
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.svg
documentation/classarm__compute_1_1_i_distribution.xhtml
documentation/classarm__compute_1_1_i_distribution1_d.xhtml
documentation/classarm__compute_1_1_i_distribution1_d__coll__graph.md5
documentation/classarm__compute_1_1_i_distribution1_d__coll__graph.svg
documentation/classarm__compute_1_1_i_function.xhtml
documentation/classarm__compute_1_1_i_h_o_g.xhtml
documentation/classarm__compute_1_1_i_kernel.xhtml
documentation/classarm__compute_1_1_i_lifetime_manager.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_lifetime_manager.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_lut.xhtml
documentation/classarm__compute_1_1_i_lut_allocator.xhtml
documentation/classarm__compute_1_1_i_memory_group.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_memory_group.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_memory_manager.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_memory_manager.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_memory_pool.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_memory_pool.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_i_multi_image.xhtml
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel__coll__graph.md5
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel__coll__graph.svg
documentation/classarm__compute_1_1_i_n_e_simple_function.xhtml
documentation/classarm__compute_1_1_i_n_e_simple_function__coll__graph.md5
documentation/classarm__compute_1_1_i_n_e_simple_function__coll__graph.svg
documentation/classarm__compute_1_1_i_n_e_warp_kernel.js
documentation/classarm__compute_1_1_i_n_e_warp_kernel.xhtml
documentation/classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.md5
documentation/classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.svg
documentation/classarm__compute_1_1_i_pool_manager.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_pool_manager.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_pyramid.xhtml
documentation/classarm__compute_1_1_i_scheduler.js
documentation/classarm__compute_1_1_i_scheduler.xhtml
documentation/classarm__compute_1_1_i_tensor.xhtml
documentation/classarm__compute_1_1_i_tensor_allocator.xhtml
documentation/classarm__compute_1_1_i_tensor_info.xhtml
documentation/classarm__compute_1_1_iterator.xhtml
documentation/classarm__compute_1_1_kernel.xhtml
documentation/classarm__compute_1_1_lut.xhtml
documentation/classarm__compute_1_1_lut__coll__graph.md5
documentation/classarm__compute_1_1_lut__coll__graph.svg
documentation/classarm__compute_1_1_lut_allocator.xhtml
documentation/classarm__compute_1_1_lut_allocator__coll__graph.md5
documentation/classarm__compute_1_1_lut_allocator__coll__graph.svg
documentation/classarm__compute_1_1_memory_group_base.js [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_group_base.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_group_base__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_group_base__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_group_base__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_manager_on_demand.js [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_manager_on_demand.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_manager_on_demand__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_manager_on_demand__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_manager_on_demand__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_multi_h_o_g__coll__graph.md5
documentation/classarm__compute_1_1_multi_h_o_g__coll__graph.svg
documentation/classarm__compute_1_1_multi_image.xhtml
documentation/classarm__compute_1_1_multi_image__coll__graph.md5
documentation/classarm__compute_1_1_multi_image__coll__graph.svg
documentation/classarm__compute_1_1_multi_image_info.xhtml
documentation/classarm__compute_1_1_n_e_absolute_difference.xhtml
documentation/classarm__compute_1_1_n_e_absolute_difference__coll__graph.md5
documentation/classarm__compute_1_1_n_e_absolute_difference__coll__graph.svg
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel.js
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_accumulate.xhtml
documentation/classarm__compute_1_1_n_e_accumulate__coll__graph.md5
documentation/classarm__compute_1_1_n_e_accumulate__coll__graph.svg
documentation/classarm__compute_1_1_n_e_accumulate_kernel.js
documentation/classarm__compute_1_1_n_e_accumulate_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_accumulate_squared.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_squared__coll__graph.md5
documentation/classarm__compute_1_1_n_e_accumulate_squared__coll__graph.svg
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel.js
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_accumulate_weighted.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted__coll__graph.md5
documentation/classarm__compute_1_1_n_e_accumulate_weighted__coll__graph.svg
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel.js
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel.js
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_activation_layer.js
documentation/classarm__compute_1_1_n_e_activation_layer.xhtml
documentation/classarm__compute_1_1_n_e_activation_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_activation_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_activation_layer_kernel.js
documentation/classarm__compute_1_1_n_e_activation_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_arithmetic_addition.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_addition__coll__graph.md5
documentation/classarm__compute_1_1_n_e_arithmetic_addition__coll__graph.svg
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel.js
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction__coll__graph.md5
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction__coll__graph.svg
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.js
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_batch_normalization_layer.js
documentation/classarm__compute_1_1_n_e_batch_normalization_layer.xhtml
documentation/classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel.js
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_bitwise_and.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_and__coll__graph.md5
documentation/classarm__compute_1_1_n_e_bitwise_and__coll__graph.svg
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel.js
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_bitwise_not.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_not__coll__graph.md5
documentation/classarm__compute_1_1_n_e_bitwise_not__coll__graph.svg
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel.js
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_bitwise_or.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_or__coll__graph.md5
documentation/classarm__compute_1_1_n_e_bitwise_or__coll__graph.svg
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel.js
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_bitwise_xor.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_xor__coll__graph.md5
documentation/classarm__compute_1_1_n_e_bitwise_xor__coll__graph.svg
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel.js
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_box3x3.xhtml
documentation/classarm__compute_1_1_n_e_box3x3__coll__graph.md5
documentation/classarm__compute_1_1_n_e_box3x3__coll__graph.svg
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel.js
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_box3x3_kernel.js
documentation/classarm__compute_1_1_n_e_box3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_canny_edge.js
documentation/classarm__compute_1_1_n_e_canny_edge.xhtml
documentation/classarm__compute_1_1_n_e_canny_edge__coll__graph.md5
documentation/classarm__compute_1_1_n_e_canny_edge__coll__graph.svg
documentation/classarm__compute_1_1_n_e_channel_combine.xhtml
documentation/classarm__compute_1_1_n_e_channel_combine__coll__graph.md5
documentation/classarm__compute_1_1_n_e_channel_combine__coll__graph.svg
documentation/classarm__compute_1_1_n_e_channel_combine_kernel.js
documentation/classarm__compute_1_1_n_e_channel_combine_kernel.xhtml
documentation/classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_channel_extract.xhtml
documentation/classarm__compute_1_1_n_e_channel_extract__coll__graph.md5
documentation/classarm__compute_1_1_n_e_channel_extract__coll__graph.svg
documentation/classarm__compute_1_1_n_e_channel_extract_kernel.js
documentation/classarm__compute_1_1_n_e_channel_extract_kernel.xhtml
documentation/classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_col2_im_kernel.js
documentation/classarm__compute_1_1_n_e_col2_im_kernel.xhtml
documentation/classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_color_convert.xhtml
documentation/classarm__compute_1_1_n_e_color_convert__coll__graph.md5
documentation/classarm__compute_1_1_n_e_color_convert__coll__graph.svg
documentation/classarm__compute_1_1_n_e_color_convert_kernel.js
documentation/classarm__compute_1_1_n_e_color_convert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_convolution3x3.xhtml
documentation/classarm__compute_1_1_n_e_convolution3x3__coll__graph.md5
documentation/classarm__compute_1_1_n_e_convolution3x3__coll__graph.svg
documentation/classarm__compute_1_1_n_e_convolution_kernel.js
documentation/classarm__compute_1_1_n_e_convolution_kernel.xhtml
documentation/classarm__compute_1_1_n_e_convolution_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_convolution_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_convolution_layer.js
documentation/classarm__compute_1_1_n_e_convolution_layer.xhtml
documentation/classarm__compute_1_1_n_e_convolution_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_convolution_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights.js
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.md5
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.svg
documentation/classarm__compute_1_1_n_e_convolution_rectangle.xhtml
documentation/classarm__compute_1_1_n_e_convolution_rectangle__coll__graph.md5
documentation/classarm__compute_1_1_n_e_convolution_rectangle__coll__graph.svg
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel.js
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_convolution_square.js
documentation/classarm__compute_1_1_n_e_convolution_square.xhtml
documentation/classarm__compute_1_1_n_e_convolution_square__coll__graph.md5
documentation/classarm__compute_1_1_n_e_convolution_square__coll__graph.svg
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel.js
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_depth_concatenate.xhtml
documentation/classarm__compute_1_1_n_e_depth_concatenate__coll__graph.md5
documentation/classarm__compute_1_1_n_e_depth_concatenate__coll__graph.svg
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel.js
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel.xhtml
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_depth_convert.js
documentation/classarm__compute_1_1_n_e_depth_convert.xhtml
documentation/classarm__compute_1_1_n_e_depth_convert__coll__graph.md5
documentation/classarm__compute_1_1_n_e_depth_convert__coll__graph.svg
documentation/classarm__compute_1_1_n_e_depth_convert_kernel.js
documentation/classarm__compute_1_1_n_e_depth_convert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_dequantization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_derivative.xhtml
documentation/classarm__compute_1_1_n_e_derivative__coll__graph.md5
documentation/classarm__compute_1_1_n_e_derivative__coll__graph.svg
documentation/classarm__compute_1_1_n_e_derivative_kernel.js
documentation/classarm__compute_1_1_n_e_derivative_kernel.xhtml
documentation/classarm__compute_1_1_n_e_derivative_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_derivative_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_dilate.xhtml
documentation/classarm__compute_1_1_n_e_dilate__coll__graph.md5
documentation/classarm__compute_1_1_n_e_dilate__coll__graph.svg
documentation/classarm__compute_1_1_n_e_dilate_kernel.js
documentation/classarm__compute_1_1_n_e_dilate_kernel.xhtml
documentation/classarm__compute_1_1_n_e_dilate_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_dilate_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_direct_convolution_layer.js
documentation/classarm__compute_1_1_n_e_direct_convolution_layer.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel.js
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel.js
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.js
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_edge_trace_kernel.js
documentation/classarm__compute_1_1_n_e_edge_trace_kernel.xhtml
documentation/classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_equalize_histogram.xhtml
documentation/classarm__compute_1_1_n_e_equalize_histogram__coll__graph.md5
documentation/classarm__compute_1_1_n_e_equalize_histogram__coll__graph.svg
documentation/classarm__compute_1_1_n_e_erode.xhtml
documentation/classarm__compute_1_1_n_e_erode__coll__graph.md5
documentation/classarm__compute_1_1_n_e_erode__coll__graph.svg
documentation/classarm__compute_1_1_n_e_erode_kernel.js
documentation/classarm__compute_1_1_n_e_erode_kernel.xhtml
documentation/classarm__compute_1_1_n_e_erode_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_erode_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_fast_corners.js
documentation/classarm__compute_1_1_n_e_fast_corners.xhtml
documentation/classarm__compute_1_1_n_e_fast_corners__coll__graph.md5
documentation/classarm__compute_1_1_n_e_fast_corners__coll__graph.svg
documentation/classarm__compute_1_1_n_e_fast_corners_kernel.js
documentation/classarm__compute_1_1_n_e_fast_corners_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_fill_array_kernel.js
documentation/classarm__compute_1_1_n_e_fill_array_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_fill_border.xhtml
documentation/classarm__compute_1_1_n_e_fill_border__coll__graph.md5
documentation/classarm__compute_1_1_n_e_fill_border__coll__graph.svg
documentation/classarm__compute_1_1_n_e_fill_border_kernel.js
documentation/classarm__compute_1_1_n_e_fill_border_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel.js
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_floor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_floor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_fully_connected_layer.js
documentation/classarm__compute_1_1_n_e_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.js
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.md5
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m.js
documentation/classarm__compute_1_1_n_e_g_e_m_m.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian3x3.xhtml
documentation/classarm__compute_1_1_n_e_gaussian3x3__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian3x3__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian5x5.js
documentation/classarm__compute_1_1_n_e_gaussian5x5.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian5x5__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian_pyramid.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian_pyramid__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_gradient_kernel.js
documentation/classarm__compute_1_1_n_e_gradient_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gradient_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_gradient_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.js
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor.js
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.md5
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.svg
documentation/classarm__compute_1_1_n_e_h_o_g_detector.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.md5
documentation/classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.svg
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel.js
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_h_o_g_gradient.js
documentation/classarm__compute_1_1_n_e_h_o_g_gradient.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.md5
documentation/classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.svg
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection.js
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.md5
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.svg
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.js
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_harris_corners.js
documentation/classarm__compute_1_1_n_e_harris_corners.xhtml
documentation/classarm__compute_1_1_n_e_harris_corners__coll__graph.md5
documentation/classarm__compute_1_1_n_e_harris_corners__coll__graph.svg
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel.js
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_harris_score_kernel.js
documentation/classarm__compute_1_1_n_e_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_histogram.xhtml
documentation/classarm__compute_1_1_n_e_histogram__coll__graph.md5
documentation/classarm__compute_1_1_n_e_histogram__coll__graph.svg
documentation/classarm__compute_1_1_n_e_histogram_kernel.js
documentation/classarm__compute_1_1_n_e_histogram_kernel.xhtml
documentation/classarm__compute_1_1_n_e_histogram_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_histogram_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_im2_col_kernel.js
documentation/classarm__compute_1_1_n_e_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_integral_image.xhtml
documentation/classarm__compute_1_1_n_e_integral_image__coll__graph.md5
documentation/classarm__compute_1_1_n_e_integral_image__coll__graph.svg
documentation/classarm__compute_1_1_n_e_integral_image_kernel.js
documentation/classarm__compute_1_1_n_e_integral_image_kernel.xhtml
documentation/classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_l2_normalize.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel.js
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel.xhtml
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_laplacian_pyramid.xhtml
documentation/classarm__compute_1_1_n_e_laplacian_pyramid__coll__graph.md5
documentation/classarm__compute_1_1_n_e_laplacian_pyramid__coll__graph.svg
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct__coll__graph.md5
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct__coll__graph.svg
documentation/classarm__compute_1_1_n_e_locally_connected_layer.js
documentation/classarm__compute_1_1_n_e_locally_connected_layer.xhtml
documentation/classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel.js
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel.js
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.js
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_magnitude.xhtml
documentation/classarm__compute_1_1_n_e_magnitude__coll__graph.md5
documentation/classarm__compute_1_1_n_e_magnitude__coll__graph.svg
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.js
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel.js
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_mean_std_dev.js
documentation/classarm__compute_1_1_n_e_mean_std_dev.xhtml
documentation/classarm__compute_1_1_n_e_mean_std_dev__coll__graph.md5
documentation/classarm__compute_1_1_n_e_mean_std_dev__coll__graph.svg
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel.js
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_median3x3.xhtml
documentation/classarm__compute_1_1_n_e_median3x3__coll__graph.md5
documentation/classarm__compute_1_1_n_e_median3x3__coll__graph.svg
documentation/classarm__compute_1_1_n_e_median3x3_kernel.js
documentation/classarm__compute_1_1_n_e_median3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_min_max_kernel.js
documentation/classarm__compute_1_1_n_e_min_max_kernel.xhtml
documentation/classarm__compute_1_1_n_e_min_max_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_min_max_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_min_max_location.js
documentation/classarm__compute_1_1_n_e_min_max_location.xhtml
documentation/classarm__compute_1_1_n_e_min_max_location__coll__graph.md5
documentation/classarm__compute_1_1_n_e_min_max_location__coll__graph.svg
documentation/classarm__compute_1_1_n_e_min_max_location_kernel.js
documentation/classarm__compute_1_1_n_e_min_max_location_kernel.xhtml
documentation/classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_non_linear_filter.xhtml
documentation/classarm__compute_1_1_n_e_non_linear_filter__coll__graph.md5
documentation/classarm__compute_1_1_n_e_non_linear_filter__coll__graph.svg
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel.js
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3.xhtml
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3__coll__graph.md5
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3__coll__graph.svg
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.js
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_normalization_layer.js
documentation/classarm__compute_1_1_n_e_normalization_layer.xhtml
documentation/classarm__compute_1_1_n_e_normalization_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_normalization_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel.js
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_optical_flow.js
documentation/classarm__compute_1_1_n_e_optical_flow.xhtml
documentation/classarm__compute_1_1_n_e_optical_flow__coll__graph.md5
documentation/classarm__compute_1_1_n_e_optical_flow__coll__graph.svg
documentation/classarm__compute_1_1_n_e_phase.xhtml
documentation/classarm__compute_1_1_n_e_phase__coll__graph.md5
documentation/classarm__compute_1_1_n_e_phase__coll__graph.svg
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication__coll__graph.md5
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication__coll__graph.svg
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.js
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_pooling_layer.xhtml
documentation/classarm__compute_1_1_n_e_pooling_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_pooling_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel.js
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_quantization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_remap.xhtml
documentation/classarm__compute_1_1_n_e_remap__coll__graph.md5
documentation/classarm__compute_1_1_n_e_remap__coll__graph.svg
documentation/classarm__compute_1_1_n_e_remap_kernel.js
documentation/classarm__compute_1_1_n_e_remap_kernel.xhtml
documentation/classarm__compute_1_1_n_e_remap_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_remap_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_reshape_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_scale.js
documentation/classarm__compute_1_1_n_e_scale.xhtml
documentation/classarm__compute_1_1_n_e_scale__coll__graph.map
documentation/classarm__compute_1_1_n_e_scale__coll__graph.md5
documentation/classarm__compute_1_1_n_e_scale__coll__graph.svg
documentation/classarm__compute_1_1_n_e_scale_kernel.js
documentation/classarm__compute_1_1_n_e_scale_kernel.xhtml
documentation/classarm__compute_1_1_n_e_scale_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_scale_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_scharr3x3.xhtml
documentation/classarm__compute_1_1_n_e_scharr3x3__coll__graph.md5
documentation/classarm__compute_1_1_n_e_scharr3x3__coll__graph.svg
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel.js
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel.js
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel.js
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_sobel3x3.xhtml
documentation/classarm__compute_1_1_n_e_sobel3x3__coll__graph.md5
documentation/classarm__compute_1_1_n_e_sobel3x3__coll__graph.svg
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel.js
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_sobel5x5.js
documentation/classarm__compute_1_1_n_e_sobel5x5.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5__coll__graph.md5
documentation/classarm__compute_1_1_n_e_sobel5x5__coll__graph.svg
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel.js
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel.js
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_sobel7x7.js
documentation/classarm__compute_1_1_n_e_sobel7x7.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7__coll__graph.md5
documentation/classarm__compute_1_1_n_e_sobel7x7__coll__graph.svg
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel.js
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel.js
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_softmax_layer.js
documentation/classarm__compute_1_1_n_e_softmax_layer.xhtml
documentation/classarm__compute_1_1_n_e_softmax_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_softmax_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_table_lookup.xhtml
documentation/classarm__compute_1_1_n_e_table_lookup__coll__graph.md5
documentation/classarm__compute_1_1_n_e_table_lookup__coll__graph.svg
documentation/classarm__compute_1_1_n_e_table_lookup_kernel.js
documentation/classarm__compute_1_1_n_e_table_lookup_kernel.xhtml
documentation/classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_threshold.xhtml
documentation/classarm__compute_1_1_n_e_threshold__coll__graph.md5
documentation/classarm__compute_1_1_n_e_threshold__coll__graph.svg
documentation/classarm__compute_1_1_n_e_threshold_kernel.js
documentation/classarm__compute_1_1_n_e_threshold_kernel.xhtml
documentation/classarm__compute_1_1_n_e_threshold_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_threshold_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_transpose.xhtml
documentation/classarm__compute_1_1_n_e_transpose__coll__graph.md5
documentation/classarm__compute_1_1_n_e_transpose__coll__graph.svg
documentation/classarm__compute_1_1_n_e_transpose_kernel.js
documentation/classarm__compute_1_1_n_e_transpose_kernel.xhtml
documentation/classarm__compute_1_1_n_e_transpose_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_transpose_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_warp_affine.xhtml
documentation/classarm__compute_1_1_n_e_warp_affine__coll__graph.md5
documentation/classarm__compute_1_1_n_e_warp_affine__coll__graph.svg
documentation/classarm__compute_1_1_n_e_warp_affine_kernel.xhtml
documentation/classarm__compute_1_1_n_e_warp_affine_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_warp_affine_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_warp_perspective.xhtml
documentation/classarm__compute_1_1_n_e_warp_perspective__coll__graph.md5
documentation/classarm__compute_1_1_n_e_warp_perspective__coll__graph.svg
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel.xhtml
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel.js
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.svg
documentation/classarm__compute_1_1_normalization_layer_info.xhtml
documentation/classarm__compute_1_1_o_m_p_scheduler.xhtml
documentation/classarm__compute_1_1_o_m_p_scheduler__coll__graph.md5
documentation/classarm__compute_1_1_o_m_p_scheduler__coll__graph.svg
documentation/classarm__compute_1_1_pad_stride_info.xhtml
documentation/classarm__compute_1_1_pixel_value.js
documentation/classarm__compute_1_1_pixel_value.xhtml
documentation/classarm__compute_1_1_pool_manager.js [new file with mode: 0644]
documentation/classarm__compute_1_1_pool_manager.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_pool_manager__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_pool_manager__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_pool_manager__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_pooling_layer_info.xhtml
documentation/classarm__compute_1_1_program.xhtml
documentation/classarm__compute_1_1_pyramid.xhtml
documentation/classarm__compute_1_1_pyramid__coll__graph.md5
documentation/classarm__compute_1_1_pyramid__coll__graph.svg
documentation/classarm__compute_1_1_pyramid_info.xhtml
documentation/classarm__compute_1_1_r_o_i_pooling_layer_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_r_o_i_pooling_layer_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_scheduler.xhtml
documentation/classarm__compute_1_1_semaphore.js [new file with mode: 0644]
documentation/classarm__compute_1_1_semaphore.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_single_thread_scheduler.xhtml
documentation/classarm__compute_1_1_single_thread_scheduler__coll__graph.md5
documentation/classarm__compute_1_1_single_thread_scheduler__coll__graph.svg
documentation/classarm__compute_1_1_size2_d.xhtml
documentation/classarm__compute_1_1_steps.xhtml
documentation/classarm__compute_1_1_steps__coll__graph.md5
documentation/classarm__compute_1_1_steps__coll__graph.svg
documentation/classarm__compute_1_1_strides.xhtml
documentation/classarm__compute_1_1_strides__coll__graph.md5
documentation/classarm__compute_1_1_strides__coll__graph.svg
documentation/classarm__compute_1_1_sub_tensor.xhtml
documentation/classarm__compute_1_1_sub_tensor__coll__graph.md5
documentation/classarm__compute_1_1_sub_tensor__coll__graph.svg
documentation/classarm__compute_1_1_sub_tensor_info.xhtml
documentation/classarm__compute_1_1_sub_tensor_info__coll__graph.md5
documentation/classarm__compute_1_1_sub_tensor_info__coll__graph.svg
documentation/classarm__compute_1_1_tensor.xhtml
documentation/classarm__compute_1_1_tensor__coll__graph.md5
documentation/classarm__compute_1_1_tensor__coll__graph.svg
documentation/classarm__compute_1_1_tensor_allocator.js
documentation/classarm__compute_1_1_tensor_allocator.xhtml
documentation/classarm__compute_1_1_tensor_allocator__coll__graph.md5
documentation/classarm__compute_1_1_tensor_allocator__coll__graph.svg
documentation/classarm__compute_1_1_tensor_info.xhtml
documentation/classarm__compute_1_1_tensor_info__coll__graph.md5
documentation/classarm__compute_1_1_tensor_info__coll__graph.svg
documentation/classarm__compute_1_1_tensor_shape.js
documentation/classarm__compute_1_1_tensor_shape.xhtml
documentation/classarm__compute_1_1_tensor_shape__coll__graph.md5
documentation/classarm__compute_1_1_tensor_shape__coll__graph.svg
documentation/classarm__compute_1_1_weights_info.js
documentation/classarm__compute_1_1_weights_info.xhtml
documentation/classarm__compute_1_1_window.js
documentation/classarm__compute_1_1_window.xhtml
documentation/classarm__compute_1_1_window_1_1_dimension.xhtml
documentation/classarm__compute_1_1detail_1_1compare__dimension.xhtml
documentation/classarm__compute_1_1graph_1_1_activation_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_activation_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_activation_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_activation_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_activation_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_map.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_map.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_map__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_map__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_map__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_unmap.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_unmap.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_unmap__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_unmap__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_unmap__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_graph.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_graph.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_i_node.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_i_node.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_i_tensor_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_i_tensor_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_pooling_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_pooling_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_pooling_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_pooling_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_pooling_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_softmax_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_softmax_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_softmax_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_softmax_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_softmax_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_functions.js [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_functions.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_functions__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_functions__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_functions__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object.js [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_layer_data_object__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_activation_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_convolution_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_fully_connected_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_normalization_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_alex_net_pooling_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_all_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_all_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_all_data_types__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_all_data_types__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_all_data_types__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_array_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_array_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_array_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_array_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_array_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_assets_library.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_assets_library.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object.js [deleted file]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_data_object__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_border_modes.js [deleted file]
documentation/classarm__compute_1_1test_1_1_border_modes.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_c_l_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.map [moved from documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor__coll__graph.map with 100% similarity]
documentation/classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_data_types__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_fixed_point_data_types__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_c_n_n_float_data_types__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_convert_policies.js [deleted file]
documentation/classarm__compute_1_1test_1_1_convert_policies.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object.js [deleted file]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_convolution_layer_data_object__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes.js [deleted file]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_direct_convolution_shapes__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_fixed_point_data_types__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_float_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_float_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_float_data_types__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_float_data_types__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_float_data_types__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_floor_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_floor_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_floor_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_floor_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_floor_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object.js [deleted file]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_data_object__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object.js [deleted file]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_data_object__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_generic_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_generic_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_activation_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1.js [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset1__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2.js [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_convolution_layer_dataset2__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_fully_connected_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1.js [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset1__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2.js [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_g_e_m_m_dataset2__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_normalization_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_goog_le_net_pooling_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_i_accessor.js
documentation/classarm__compute_1_1test_1_1_i_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_i_array_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_i_array_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_i_lut_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_i_lut_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_image_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_image_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_interpolation_policies.js [deleted file]
documentation/classarm__compute_1_1test_1_1_interpolation_policies.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_large_fully_connected_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_large_g_e_m_m_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_large_images.js [deleted file]
documentation/classarm__compute_1_1test_1_1_large_images.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_large_images__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_large_images__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_large_images__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_large_shapes.js [deleted file]
documentation/classarm__compute_1_1test_1_1_large_shapes.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_large_shapes__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_large_shapes__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_large_shapes__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_activation_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_convolution_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_fully_connected_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_le_net5_pooling_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_lut_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_lut_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_lut_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_lut_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_lut_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object.js [deleted file]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_normalization_layer_data_object__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_normalization_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_padding_calculator.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_padding_calculator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object.js [deleted file]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_pooling_layer_data_object__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_program_options.js [deleted file]
documentation/classarm__compute_1_1test_1_1_program_options.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_random_batch_normalization_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_random_pooling_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_tensor.js
documentation/classarm__compute_1_1test_1_1_raw_tensor.xhtml
documentation/classarm__compute_1_1test_1_1_raw_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_raw_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_rounding_policies.js [deleted file]
documentation/classarm__compute_1_1test_1_1_rounding_policies.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_shape_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_shape_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_signed_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_signed_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_signed_data_types__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_signed_data_types__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_signed_data_types__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_simple_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_simple_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_simple_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_simple_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_simple_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_small1_d_shape.js [deleted file]
documentation/classarm__compute_1_1test_1_1_small1_d_shape.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_small1_d_shape__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_small1_d_shape__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_small1_d_shape__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_small_convolution_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_small_fully_connected_layer_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_small_g_e_m_m_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_small_images.js [deleted file]
documentation/classarm__compute_1_1test_1_1_small_images.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_small_images__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_small_images__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_small_images__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_small_shapes.js [deleted file]
documentation/classarm__compute_1_1test_1_1_small_shapes.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_small_shapes__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_small_shapes__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_small_shapes__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_tensor_cache.xhtml
documentation/classarm__compute_1_1test_1_1_tensor_library.js [deleted file]
documentation/classarm__compute_1_1test_1_1_tensor_library.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_threshold_data_object.js [deleted file]
documentation/classarm__compute_1_1test_1_1_threshold_data_object.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_threshold_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1_threshold_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_threshold_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_threshold_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_threshold_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types.js [deleted file]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_unsigned_data_types__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_activation_layer__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_alex_net_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_convolution_layer__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_cycle_counter__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_fully_connected_layer__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instruction_counter__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_i_measurement.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_i_measurement.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_instrument_1_1_measurement__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_le_net5_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_normalization_layer__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_pooling_layer__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_profiler.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_profiler.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer.js [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1benchmark_1_1_wall_clock_timer__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor.js [deleted file]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1cl_1_1_c_l_accessor__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_threshold_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_threshold_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_l_i_n_e_a_r_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_l_i_n_e_a_r_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_l_i_n_e_a_r_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_l_i_n_e_a_r_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_l_i_n_e_a_r_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1fixed__point__arithmetic_1_1fixed__point.js
documentation/classarm__compute_1_1test_1_1fixed__point__arithmetic_1_1fixed__point.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_command_line_parser.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_command_line_parser.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_framework.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_framework.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_instrument.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_option.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_option.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_printer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_printer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_profiler.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_case.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_case_factory.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_filter.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_test_filter.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_case_registrar.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_case_registrar.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1model__objects_1_1_alex_net.js [deleted file]
documentation/classarm__compute_1_1test_1_1model__objects_1_1_alex_net.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1model__objects_1_1_le_net5.js [deleted file]
documentation/classarm__compute_1_1test_1_1model__objects_1_1_le_net5.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor.js [deleted file]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1neon_1_1_n_e_accessor__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1networks_1_1_alex_net_network.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1networks_1_1_alex_net_network.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1networks_1_1_le_net5_network.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1networks_1_1_le_net5_network.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options.js [deleted file]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1performance_1_1_performance_program_options__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_tolerance.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_tolerance.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference_c_p_p.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference_c_p_p__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference_c_p_p__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_reference_c_p_p__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_tensor.js [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_tensor.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_tensor_factory.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options.js [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_validation_program_options__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1utils_1_1_p_p_m_loader.xhtml
documentation/classes.xhtml
documentation/classprofiler.js [new file with mode: 0644]
documentation/classprofiler.xhtml [new file with mode: 0644]
documentation/color__convert_8cl.xhtml
documentation/color__convert_8cl_source.xhtml
documentation/concatenate_8cl.js
documentation/concatenate_8cl.xhtml
documentation/concatenate_8cl_source.xhtml
documentation/convolution3x3_8cl.xhtml
documentation/convolution3x3_8cl_source.xhtml
documentation/convolution5x5_8cl.xhtml
documentation/convolution5x5_8cl_source.xhtml
documentation/convolution7x7_8cl.xhtml
documentation/convolution7x7_8cl_source.xhtml
documentation/convolution9x9_8cl.xhtml
documentation/convolution9x9_8cl_source.xhtml
documentation/convolution__layer_8cl.js
documentation/convolution__layer_8cl.xhtml
documentation/convolution__layer_8cl_source.xhtml
documentation/convolution__rectangle_8cl.xhtml
documentation/convolution__rectangle_8cl_source.xhtml
documentation/data_import.xhtml [new file with mode: 0644]
documentation/depth__convert_8cl.js
documentation/depth__convert_8cl.xhtml
documentation/depth__convert_8cl_source.xhtml
documentation/depthwise__convolution_8cl.xhtml [new file with mode: 0644]
documentation/depthwise__convolution_8cl_source.xhtml [new file with mode: 0644]
documentation/dequantization__layer_8cl.js [new file with mode: 0644]
documentation/dequantization__layer_8cl.xhtml [new file with mode: 0644]
documentation/dequantization__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/derivative_8cl.xhtml
documentation/derivative_8cl_source.xhtml
documentation/dilate_8cl.xhtml
documentation/dilate_8cl_source.xhtml
documentation/dir_000000_000037.xhtml [new file with mode: 0644]
documentation/dir_000001_000037.xhtml [new file with mode: 0644]
documentation/dir_000002_000003.xhtml
documentation/dir_000002_000037.xhtml [new file with mode: 0644]
documentation/dir_000004_000005.xhtml
documentation/dir_000004_000008.xhtml
documentation/dir_000004_000037.xhtml [new file with mode: 0644]
documentation/dir_000005_000008.xhtml
documentation/dir_000005_000037.xhtml [new file with mode: 0644]
documentation/dir_000007_000000.xhtml
documentation/dir_000007_000020.xhtml [new file with mode: 0644]
documentation/dir_000007_000022.xhtml [new file with mode: 0644]
documentation/dir_000007_000035.xhtml [deleted file]
documentation/dir_000007_000036.xhtml [deleted file]
documentation/dir_000007_000037.xhtml
documentation/dir_000007_000049.xhtml [new file with mode: 0644]
documentation/dir_000007_000050.xhtml [new file with mode: 0644]
documentation/dir_000007_000066.xhtml [new file with mode: 0644]
documentation/dir_000007_000067.xhtml [new file with mode: 0644]
documentation/dir_000008_000004.xhtml
documentation/dir_000008_000005.xhtml
documentation/dir_000008_000009.xhtml [deleted file]
documentation/dir_000008_000037.xhtml [new file with mode: 0644]
documentation/dir_000009_000004.xhtml
documentation/dir_000009_000037.xhtml [new file with mode: 0644]
documentation/dir_000010_000001.xhtml [deleted file]
documentation/dir_000011_000000.xhtml [deleted file]
documentation/dir_000012_000001.xhtml [deleted file]
documentation/dir_000012_000013.xhtml [deleted file]
documentation/dir_000012_000016.xhtml [new file with mode: 0644]
documentation/dir_000012_000017.xhtml [new file with mode: 0644]
documentation/dir_000013_000001.xhtml [deleted file]
documentation/dir_000015_000001.xhtml [deleted file]
documentation/dir_000015_000016.xhtml [deleted file]
documentation/dir_000016_000001.xhtml [deleted file]
documentation/dir_000018_000000.xhtml [deleted file]
documentation/dir_000018_000001.xhtml [new file with mode: 0644]
documentation/dir_000018_000011.xhtml [deleted file]
documentation/dir_000018_000019.xhtml [new file with mode: 0644]
documentation/dir_000018_000024.xhtml [new file with mode: 0644]
documentation/dir_000018_000037.xhtml [new file with mode: 0644]
documentation/dir_000019_000001.xhtml [new file with mode: 0644]
documentation/dir_000019_000037.xhtml [new file with mode: 0644]
documentation/dir_000020_000000.xhtml [new file with mode: 0644]
documentation/dir_000020_000037.xhtml [new file with mode: 0644]
documentation/dir_000020_000064.xhtml [new file with mode: 0644]
documentation/dir_000020_000065.xhtml [new file with mode: 0644]
documentation/dir_000021_000000.xhtml [new file with mode: 0644]
documentation/dir_000022_000000.xhtml [new file with mode: 0644]
documentation/dir_000022_000037.xhtml [new file with mode: 0644]
documentation/dir_000023_000000.xhtml [deleted file]
documentation/dir_000023_000019.xhtml [new file with mode: 0644]
documentation/dir_000023_000034.xhtml [deleted file]
documentation/dir_000023_000035.xhtml [deleted file]
documentation/dir_000023_000036.xhtml [deleted file]
documentation/dir_000023_000037.xhtml [deleted file]
documentation/dir_000024_000000.xhtml [deleted file]
documentation/dir_000024_000029.xhtml [deleted file]
documentation/dir_000024_000035.xhtml [deleted file]
documentation/dir_000024_000037.xhtml [deleted file]
documentation/dir_000025_000000.xhtml [deleted file]
documentation/dir_000025_000001.xhtml [new file with mode: 0644]
documentation/dir_000025_000026.xhtml [new file with mode: 0644]
documentation/dir_000025_000029.xhtml [deleted file]
documentation/dir_000025_000036.xhtml [deleted file]
documentation/dir_000025_000037.xhtml [deleted file]
documentation/dir_000026_000000.xhtml [deleted file]
documentation/dir_000026_000001.xhtml [new file with mode: 0644]
documentation/dir_000026_000036.xhtml [deleted file]
documentation/dir_000026_000037.xhtml [deleted file]
documentation/dir_000027_000000.xhtml [deleted file]
documentation/dir_000027_000035.xhtml [deleted file]
documentation/dir_000027_000037.xhtml [deleted file]
documentation/dir_000028_000000.xhtml [deleted file]
documentation/dir_000028_000001.xhtml [new file with mode: 0644]
documentation/dir_000028_000029.xhtml [new file with mode: 0644]
documentation/dir_000028_000036.xhtml [deleted file]
documentation/dir_000028_000037.xhtml [deleted file]
documentation/dir_000029_000001.xhtml [new file with mode: 0644]
documentation/dir_000029_000037.xhtml [deleted file]
documentation/dir_000030_000000.xhtml [deleted file]
documentation/dir_000030_000034.xhtml [deleted file]
documentation/dir_000030_000035.xhtml [deleted file]
documentation/dir_000030_000036.xhtml [deleted file]
documentation/dir_000031_000000.xhtml
documentation/dir_000031_000022.xhtml [new file with mode: 0644]
documentation/dir_000031_000033.xhtml [deleted file]
documentation/dir_000031_000035.xhtml [deleted file]
documentation/dir_000031_000037.xhtml [new file with mode: 0644]
documentation/dir_000032_000000.xhtml [deleted file]
documentation/dir_000032_000033.xhtml [deleted file]
documentation/dir_000032_000036.xhtml [deleted file]
documentation/dir_000033_000034.xhtml [deleted file]
documentation/dir_000035_000000.xhtml [deleted file]
documentation/dir_000036_000000.xhtml [deleted file]
documentation/dir_000037_000000.xhtml [deleted file]
documentation/dir_000038_000000.xhtml [new file with mode: 0644]
documentation/dir_000038_000020.xhtml [new file with mode: 0644]
documentation/dir_000038_000022.xhtml [new file with mode: 0644]
documentation/dir_000038_000037.xhtml [deleted file]
documentation/dir_000038_000049.xhtml [new file with mode: 0644]
documentation/dir_000038_000050.xhtml [new file with mode: 0644]
documentation/dir_000038_000066.xhtml [new file with mode: 0644]
documentation/dir_000038_000067.xhtml [new file with mode: 0644]
documentation/dir_000039_000000.xhtml
documentation/dir_000039_000020.xhtml [new file with mode: 0644]
documentation/dir_000039_000022.xhtml [new file with mode: 0644]
documentation/dir_000039_000036.xhtml [deleted file]
documentation/dir_000039_000047.xhtml [new file with mode: 0644]
documentation/dir_000039_000049.xhtml [new file with mode: 0644]
documentation/dir_000039_000050.xhtml [new file with mode: 0644]
documentation/dir_000040_000000.xhtml
documentation/dir_000040_000020.xhtml [new file with mode: 0644]
documentation/dir_000040_000022.xhtml [new file with mode: 0644]
documentation/dir_000040_000047.xhtml [new file with mode: 0644]
documentation/dir_000040_000050.xhtml [new file with mode: 0644]
documentation/dir_000040_000066.xhtml [new file with mode: 0644]
documentation/dir_000041_000000.xhtml [new file with mode: 0644]
documentation/dir_000041_000020.xhtml [new file with mode: 0644]
documentation/dir_000041_000048.xhtml [new file with mode: 0644]
documentation/dir_000041_000049.xhtml [new file with mode: 0644]
documentation/dir_000041_000050.xhtml [new file with mode: 0644]
documentation/dir_000041_000067.xhtml [new file with mode: 0644]
documentation/dir_000042_000000.xhtml [new file with mode: 0644]
documentation/dir_000042_000020.xhtml [new file with mode: 0644]
documentation/dir_000042_000048.xhtml [new file with mode: 0644]
documentation/dir_000042_000050.xhtml [new file with mode: 0644]
documentation/dir_000042_000066.xhtml [new file with mode: 0644]
documentation/dir_000042_000067.xhtml [new file with mode: 0644]
documentation/dir_000043_000000.xhtml [new file with mode: 0644]
documentation/dir_000043_000020.xhtml [new file with mode: 0644]
documentation/dir_000043_000022.xhtml [new file with mode: 0644]
documentation/dir_000043_000047.xhtml [new file with mode: 0644]
documentation/dir_000043_000049.xhtml [new file with mode: 0644]
documentation/dir_000044_000000.xhtml [new file with mode: 0644]
documentation/dir_000044_000020.xhtml [new file with mode: 0644]
documentation/dir_000044_000022.xhtml [new file with mode: 0644]
documentation/dir_000044_000047.xhtml [new file with mode: 0644]
documentation/dir_000044_000066.xhtml [new file with mode: 0644]
documentation/dir_000045_000000.xhtml [new file with mode: 0644]
documentation/dir_000045_000020.xhtml [new file with mode: 0644]
documentation/dir_000045_000049.xhtml [new file with mode: 0644]
documentation/dir_000045_000067.xhtml [new file with mode: 0644]
documentation/dir_000046_000000.xhtml [new file with mode: 0644]
documentation/dir_000046_000020.xhtml [new file with mode: 0644]
documentation/dir_000046_000066.xhtml [new file with mode: 0644]
documentation/dir_000046_000067.xhtml [new file with mode: 0644]
documentation/dir_000047_000000.xhtml [new file with mode: 0644]
documentation/dir_000047_000020.xhtml [new file with mode: 0644]
documentation/dir_000047_000067.xhtml [new file with mode: 0644]
documentation/dir_000048_000000.xhtml [new file with mode: 0644]
documentation/dir_000048_000020.xhtml [new file with mode: 0644]
documentation/dir_000048_000021.xhtml [new file with mode: 0644]
documentation/dir_000048_000037.xhtml [new file with mode: 0644]
documentation/dir_000049_000000.xhtml [new file with mode: 0644]
documentation/dir_000050_000000.xhtml [new file with mode: 0644]
documentation/dir_000050_000020.xhtml [new file with mode: 0644]
documentation/dir_000050_000022.xhtml [new file with mode: 0644]
documentation/dir_000051_000000.xhtml [new file with mode: 0644]
documentation/dir_000051_000020.xhtml [new file with mode: 0644]
documentation/dir_000051_000022.xhtml [new file with mode: 0644]
documentation/dir_000052_000000.xhtml [new file with mode: 0644]
documentation/dir_000052_000020.xhtml [new file with mode: 0644]
documentation/dir_000052_000022.xhtml [new file with mode: 0644]
documentation/dir_000053_000000.xhtml [new file with mode: 0644]
documentation/dir_000053_000020.xhtml [new file with mode: 0644]
documentation/dir_000053_000022.xhtml [new file with mode: 0644]
documentation/dir_000054_000000.xhtml [new file with mode: 0644]
documentation/dir_000054_000020.xhtml [new file with mode: 0644]
documentation/dir_000054_000022.xhtml [new file with mode: 0644]
documentation/dir_000055_000000.xhtml [new file with mode: 0644]
documentation/dir_000055_000020.xhtml [new file with mode: 0644]
documentation/dir_000055_000022.xhtml [new file with mode: 0644]
documentation/dir_000056_000000.xhtml [new file with mode: 0644]
documentation/dir_000056_000020.xhtml [new file with mode: 0644]
documentation/dir_000056_000022.xhtml [new file with mode: 0644]
documentation/dir_000057_000000.xhtml [new file with mode: 0644]
documentation/dir_000057_000020.xhtml [new file with mode: 0644]
documentation/dir_000057_000022.xhtml [new file with mode: 0644]
documentation/dir_000058_000000.xhtml [new file with mode: 0644]
documentation/dir_000058_000020.xhtml [new file with mode: 0644]
documentation/dir_000058_000022.xhtml [new file with mode: 0644]
documentation/dir_000059_000000.xhtml [new file with mode: 0644]
documentation/dir_000059_000020.xhtml [new file with mode: 0644]
documentation/dir_000059_000022.xhtml [new file with mode: 0644]
documentation/dir_000060_000000.xhtml [new file with mode: 0644]
documentation/dir_000060_000020.xhtml [new file with mode: 0644]
documentation/dir_000060_000022.xhtml [new file with mode: 0644]
documentation/dir_000061_000000.xhtml [new file with mode: 0644]
documentation/dir_000061_000020.xhtml [new file with mode: 0644]
documentation/dir_000061_000022.xhtml [new file with mode: 0644]
documentation/dir_000063_000037.xhtml [new file with mode: 0644]
documentation/dir_000064_000000.xhtml [new file with mode: 0644]
documentation/dir_000065_000064.xhtml [new file with mode: 0644]
documentation/dir_000066_000000.xhtml [new file with mode: 0644]
documentation/dir_000067_000000.xhtml [new file with mode: 0644]
documentation/dir_04b43db93c0dc415e938dbcb1086834e.js [new file with mode: 0644]
documentation/dir_04b43db93c0dc415e938dbcb1086834e.xhtml [new file with mode: 0644]
documentation/dir_04b43db93c0dc415e938dbcb1086834e_dep.map [new file with mode: 0644]
documentation/dir_04b43db93c0dc415e938dbcb1086834e_dep.md5 [new file with mode: 0644]
documentation/dir_04b43db93c0dc415e938dbcb1086834e_dep.svg [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6.js [deleted file]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6.xhtml [deleted file]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.map [deleted file]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.md5 [deleted file]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.svg [deleted file]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59.js [new file with mode: 0644]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59.xhtml [new file with mode: 0644]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59_dep.map [new file with mode: 0644]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59_dep.md5 [new file with mode: 0644]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59_dep.svg [new file with mode: 0644]
documentation/dir_071ac13ff77947752cddd41e5a72c798.js [new file with mode: 0644]
documentation/dir_071ac13ff77947752cddd41e5a72c798.xhtml [new file with mode: 0644]
documentation/dir_071ac13ff77947752cddd41e5a72c798_dep.map [new file with mode: 0644]
documentation/dir_071ac13ff77947752cddd41e5a72c798_dep.md5 [new file with mode: 0644]
documentation/dir_071ac13ff77947752cddd41e5a72c798_dep.svg [new file with mode: 0644]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395.js [deleted file]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395.xhtml [deleted file]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395_dep.map [deleted file]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395_dep.md5 [deleted file]
documentation/dir_0b3c54e6965035dc3ca2dd424a2d1395_dep.svg [deleted file]
documentation/dir_0c108762cda89b68d4571cbbabdf46df.js [deleted file]
documentation/dir_0c108762cda89b68d4571cbbabdf46df.xhtml [deleted file]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.map [deleted file]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.md5 [deleted file]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.svg [deleted file]
documentation/dir_0df31d79686c90a11f48d3915528531f.js [new file with mode: 0644]
documentation/dir_0df31d79686c90a11f48d3915528531f.xhtml [new file with mode: 0644]
documentation/dir_0df31d79686c90a11f48d3915528531f_dep.map [new file with mode: 0644]
documentation/dir_0df31d79686c90a11f48d3915528531f_dep.md5 [new file with mode: 0644]
documentation/dir_0df31d79686c90a11f48d3915528531f_dep.svg [new file with mode: 0644]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76.js [new file with mode: 0644]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76.xhtml [new file with mode: 0644]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76_dep.map [new file with mode: 0644]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76_dep.md5 [new file with mode: 0644]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76_dep.svg [new file with mode: 0644]
documentation/dir_1022e1935ff5fee037796a8496d5153e.js [new file with mode: 0644]
documentation/dir_1022e1935ff5fee037796a8496d5153e.xhtml [new file with mode: 0644]
documentation/dir_1022e1935ff5fee037796a8496d5153e_dep.map [new file with mode: 0644]
documentation/dir_1022e1935ff5fee037796a8496d5153e_dep.md5 [new file with mode: 0644]
documentation/dir_1022e1935ff5fee037796a8496d5153e_dep.svg [new file with mode: 0644]
documentation/dir_1253bad92dedae5edd993ead924afb7b.js [new file with mode: 0644]
documentation/dir_1253bad92dedae5edd993ead924afb7b.xhtml [new file with mode: 0644]
documentation/dir_1253bad92dedae5edd993ead924afb7b_dep.map [new file with mode: 0644]
documentation/dir_1253bad92dedae5edd993ead924afb7b_dep.md5 [new file with mode: 0644]
documentation/dir_1253bad92dedae5edd993ead924afb7b_dep.svg [new file with mode: 0644]
documentation/dir_1303d8caafe45834fe107701db2b0040.js [new file with mode: 0644]
documentation/dir_1303d8caafe45834fe107701db2b0040.xhtml [new file with mode: 0644]
documentation/dir_1303d8caafe45834fe107701db2b0040_dep.map [new file with mode: 0644]
documentation/dir_1303d8caafe45834fe107701db2b0040_dep.md5 [new file with mode: 0644]
documentation/dir_1303d8caafe45834fe107701db2b0040_dep.svg [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129.js [deleted file]
documentation/dir_1633709b037eda5b8477677909f78129.xhtml [deleted file]
documentation/dir_1633709b037eda5b8477677909f78129_dep.map [deleted file]
documentation/dir_1633709b037eda5b8477677909f78129_dep.md5 [deleted file]
documentation/dir_1633709b037eda5b8477677909f78129_dep.svg [deleted file]
documentation/dir_17ec511df944df4afc72ffa6cc81db43.js [new file with mode: 0644]
documentation/dir_17ec511df944df4afc72ffa6cc81db43.xhtml [new file with mode: 0644]
documentation/dir_17ec511df944df4afc72ffa6cc81db43_dep.map [new file with mode: 0644]
documentation/dir_17ec511df944df4afc72ffa6cc81db43_dep.md5 [new file with mode: 0644]
documentation/dir_17ec511df944df4afc72ffa6cc81db43_dep.svg [new file with mode: 0644]
documentation/dir_19dd10388c828caf656635151589eeb5.js [new file with mode: 0644]
documentation/dir_19dd10388c828caf656635151589eeb5.xhtml [new file with mode: 0644]
documentation/dir_19dd10388c828caf656635151589eeb5_dep.map [new file with mode: 0644]
documentation/dir_19dd10388c828caf656635151589eeb5_dep.md5 [new file with mode: 0644]
documentation/dir_19dd10388c828caf656635151589eeb5_dep.svg [new file with mode: 0644]
documentation/dir_1b7ae9123c88e650426d50d95c19d414.js [new file with mode: 0644]
documentation/dir_1b7ae9123c88e650426d50d95c19d414.xhtml [new file with mode: 0644]
documentation/dir_1b7ae9123c88e650426d50d95c19d414_dep.map [new file with mode: 0644]
documentation/dir_1b7ae9123c88e650426d50d95c19d414_dep.md5 [new file with mode: 0644]
documentation/dir_1b7ae9123c88e650426d50d95c19d414_dep.svg [new file with mode: 0644]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081.js [new file with mode: 0644]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081.xhtml [new file with mode: 0644]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081_dep.map [new file with mode: 0644]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081_dep.md5 [new file with mode: 0644]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081_dep.svg [new file with mode: 0644]
documentation/dir_1e190f7698f059a15072d193afa255c8.js [deleted file]
documentation/dir_1e190f7698f059a15072d193afa255c8.xhtml [deleted file]
documentation/dir_1e190f7698f059a15072d193afa255c8_dep.map [deleted file]
documentation/dir_1e190f7698f059a15072d193afa255c8_dep.md5 [deleted file]
documentation/dir_1e190f7698f059a15072d193afa255c8_dep.svg [deleted file]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.js [deleted file]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml [deleted file]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.map [deleted file]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.md5 [deleted file]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.svg [deleted file]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def.js [deleted file]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml [deleted file]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.map [deleted file]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.md5 [deleted file]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.svg [deleted file]
documentation/dir_22e2fbcf471d650c7762137653760413.js [new file with mode: 0644]
documentation/dir_22e2fbcf471d650c7762137653760413.xhtml [new file with mode: 0644]
documentation/dir_22e2fbcf471d650c7762137653760413_dep.map [new file with mode: 0644]
documentation/dir_22e2fbcf471d650c7762137653760413_dep.md5 [new file with mode: 0644]
documentation/dir_22e2fbcf471d650c7762137653760413_dep.svg [new file with mode: 0644]
documentation/dir_23b0737c0060f5cc12150dca9a230e10.js [deleted file]
documentation/dir_23b0737c0060f5cc12150dca9a230e10.xhtml [deleted file]
documentation/dir_23b0737c0060f5cc12150dca9a230e10_dep.map [deleted file]
documentation/dir_23b0737c0060f5cc12150dca9a230e10_dep.md5 [deleted file]
documentation/dir_23b0737c0060f5cc12150dca9a230e10_dep.svg [deleted file]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3.js [new file with mode: 0644]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3.xhtml [new file with mode: 0644]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3_dep.map [new file with mode: 0644]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3_dep.md5 [new file with mode: 0644]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3_dep.svg [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.js [deleted file]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.xhtml [deleted file]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.map [deleted file]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.md5 [deleted file]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.svg [deleted file]
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.js [deleted file]
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.xhtml [deleted file]
documentation/dir_2661e87454575451859bd783c869d609.js [deleted file]
documentation/dir_2661e87454575451859bd783c869d609.xhtml [deleted file]
documentation/dir_2661e87454575451859bd783c869d609_dep.map [deleted file]
documentation/dir_2661e87454575451859bd783c869d609_dep.md5 [deleted file]
documentation/dir_2661e87454575451859bd783c869d609_dep.svg [deleted file]
documentation/dir_2733785450a194128d7967437c3ba73e.js [new file with mode: 0644]
documentation/dir_2733785450a194128d7967437c3ba73e.xhtml [new file with mode: 0644]
documentation/dir_2733785450a194128d7967437c3ba73e_dep.map [new file with mode: 0644]
documentation/dir_2733785450a194128d7967437c3ba73e_dep.md5 [new file with mode: 0644]
documentation/dir_2733785450a194128d7967437c3ba73e_dep.svg [new file with mode: 0644]
documentation/dir_28785c01f2a29602dd8423da59ad010d.js [new file with mode: 0644]
documentation/dir_28785c01f2a29602dd8423da59ad010d.xhtml [new file with mode: 0644]
documentation/dir_28785c01f2a29602dd8423da59ad010d_dep.map [new file with mode: 0644]
documentation/dir_28785c01f2a29602dd8423da59ad010d_dep.md5 [new file with mode: 0644]
documentation/dir_28785c01f2a29602dd8423da59ad010d_dep.svg [new file with mode: 0644]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d.js [new file with mode: 0644]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d.xhtml [new file with mode: 0644]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d_dep.map [new file with mode: 0644]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d_dep.md5 [new file with mode: 0644]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d_dep.svg [new file with mode: 0644]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9.js [new file with mode: 0644]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9.xhtml [new file with mode: 0644]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9_dep.map [new file with mode: 0644]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9_dep.md5 [new file with mode: 0644]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9_dep.svg [new file with mode: 0644]
documentation/dir_2a71d41a0578a3ab28811897b4713112.js [new file with mode: 0644]
documentation/dir_2a71d41a0578a3ab28811897b4713112.xhtml [new file with mode: 0644]
documentation/dir_2a71d41a0578a3ab28811897b4713112_dep.map [new file with mode: 0644]
documentation/dir_2a71d41a0578a3ab28811897b4713112_dep.md5 [new file with mode: 0644]
documentation/dir_2a71d41a0578a3ab28811897b4713112_dep.svg [new file with mode: 0644]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd.js [new file with mode: 0644]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd.xhtml [new file with mode: 0644]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd_dep.map [new file with mode: 0644]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd_dep.md5 [new file with mode: 0644]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd_dep.svg [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.js [deleted file]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.xhtml [deleted file]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.map [deleted file]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.md5 [deleted file]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.svg [deleted file]
documentation/dir_2c7d6b75b4949414a550064c78df77e5.js [new file with mode: 0644]
documentation/dir_2c7d6b75b4949414a550064c78df77e5.xhtml [new file with mode: 0644]
documentation/dir_2c7d6b75b4949414a550064c78df77e5_dep.map [new file with mode: 0644]
documentation/dir_2c7d6b75b4949414a550064c78df77e5_dep.md5 [new file with mode: 0644]
documentation/dir_2c7d6b75b4949414a550064c78df77e5_dep.svg [new file with mode: 0644]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a.js [new file with mode: 0644]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a.xhtml [new file with mode: 0644]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a_dep.map [new file with mode: 0644]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a_dep.md5 [new file with mode: 0644]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a_dep.svg [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.js [deleted file]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.xhtml [deleted file]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.map [deleted file]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.md5 [deleted file]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.svg [deleted file]
documentation/dir_345bd7154d1542d1e03fd2836959a19d.js [deleted file]
documentation/dir_345bd7154d1542d1e03fd2836959a19d.xhtml [deleted file]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.map [deleted file]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.md5 [deleted file]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.svg [deleted file]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2.js [new file with mode: 0644]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2.xhtml [new file with mode: 0644]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2_dep.map [new file with mode: 0644]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2_dep.md5 [new file with mode: 0644]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2_dep.svg [new file with mode: 0644]
documentation/dir_39483a2d5df071945d2db412f3ea747c.js [new file with mode: 0644]
documentation/dir_39483a2d5df071945d2db412f3ea747c.xhtml [new file with mode: 0644]
documentation/dir_39483a2d5df071945d2db412f3ea747c_dep.map [new file with mode: 0644]
documentation/dir_39483a2d5df071945d2db412f3ea747c_dep.md5 [new file with mode: 0644]
documentation/dir_39483a2d5df071945d2db412f3ea747c_dep.svg [new file with mode: 0644]
documentation/dir_3b4cc335dce0408d77b688e575522aa5.js [new file with mode: 0644]
documentation/dir_3b4cc335dce0408d77b688e575522aa5.xhtml [new file with mode: 0644]
documentation/dir_3b4cc335dce0408d77b688e575522aa5_dep.map [new file with mode: 0644]
documentation/dir_3b4cc335dce0408d77b688e575522aa5_dep.md5 [new file with mode: 0644]
documentation/dir_3b4cc335dce0408d77b688e575522aa5_dep.svg [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0.js [deleted file]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0.xhtml [deleted file]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.map [deleted file]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.md5 [deleted file]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.svg [deleted file]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c.js [new file with mode: 0644]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c.xhtml [new file with mode: 0644]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c_dep.map [new file with mode: 0644]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c_dep.md5 [new file with mode: 0644]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c_dep.svg [new file with mode: 0644]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5.js [new file with mode: 0644]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5.xhtml [new file with mode: 0644]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5_dep.map [new file with mode: 0644]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5_dep.md5 [new file with mode: 0644]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5_dep.svg [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1.js [deleted file]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1.xhtml [deleted file]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.map [deleted file]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.md5 [deleted file]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.svg [deleted file]
documentation/dir_4ed310e4362bed366d89846820e9a88b.js [new file with mode: 0644]
documentation/dir_4ed310e4362bed366d89846820e9a88b.xhtml [new file with mode: 0644]
documentation/dir_4ed310e4362bed366d89846820e9a88b_dep.map [new file with mode: 0644]
documentation/dir_4ed310e4362bed366d89846820e9a88b_dep.md5 [new file with mode: 0644]
documentation/dir_4ed310e4362bed366d89846820e9a88b_dep.svg [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc.js [deleted file]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc.xhtml [deleted file]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.map [deleted file]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.md5 [deleted file]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.svg [deleted file]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768.js [new file with mode: 0644]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768.xhtml [new file with mode: 0644]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768_dep.map [new file with mode: 0644]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768_dep.md5 [new file with mode: 0644]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768_dep.svg [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf.js [deleted file]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml [deleted file]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.map [deleted file]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.md5 [deleted file]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.svg [deleted file]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e.js [new file with mode: 0644]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e.xhtml [new file with mode: 0644]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e_dep.map [new file with mode: 0644]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e_dep.md5 [new file with mode: 0644]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e_dep.svg [new file with mode: 0644]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9.js [deleted file]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9.xhtml [deleted file]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9_dep.map [deleted file]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9_dep.md5 [deleted file]
documentation/dir_5df60b4dac2e83e111e155bc5ea540f9_dep.svg [deleted file]
documentation/dir_6070566ba86be711fc3124a9d0f32e12.js [new file with mode: 0644]
documentation/dir_6070566ba86be711fc3124a9d0f32e12.xhtml [new file with mode: 0644]
documentation/dir_6070566ba86be711fc3124a9d0f32e12_dep.map [new file with mode: 0644]
documentation/dir_6070566ba86be711fc3124a9d0f32e12_dep.md5 [new file with mode: 0644]
documentation/dir_6070566ba86be711fc3124a9d0f32e12_dep.svg [new file with mode: 0644]
documentation/dir_62e76289bb143101bef0ade0babfd908.js [new file with mode: 0644]
documentation/dir_62e76289bb143101bef0ade0babfd908.xhtml [new file with mode: 0644]
documentation/dir_62e76289bb143101bef0ade0babfd908_dep.map [new file with mode: 0644]
documentation/dir_62e76289bb143101bef0ade0babfd908_dep.md5 [new file with mode: 0644]
documentation/dir_62e76289bb143101bef0ade0babfd908_dep.svg [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c.js [deleted file]
documentation/dir_65e289039e1347f87d412b0a1b1a312c.xhtml [deleted file]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.map [deleted file]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.md5 [deleted file]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.svg [deleted file]
documentation/dir_68267d1309a1af8e8297ef4c3efbcdba.js [deleted file]
documentation/dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml [deleted file]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d.js [new file with mode: 0644]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d.xhtml [new file with mode: 0644]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d_dep.map [new file with mode: 0644]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d_dep.md5 [new file with mode: 0644]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d_dep.svg [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230.js [deleted file]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230.xhtml [deleted file]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.map [deleted file]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.md5 [deleted file]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.svg [deleted file]
documentation/dir_7834b57f5ab446dc82e2741d277142e5.js [new file with mode: 0644]
documentation/dir_7834b57f5ab446dc82e2741d277142e5.xhtml [new file with mode: 0644]
documentation/dir_7834b57f5ab446dc82e2741d277142e5_dep.map [new file with mode: 0644]
documentation/dir_7834b57f5ab446dc82e2741d277142e5_dep.md5 [new file with mode: 0644]
documentation/dir_7834b57f5ab446dc82e2741d277142e5_dep.svg [new file with mode: 0644]
documentation/dir_79d09df0887a328940219a134fe02657.js [new file with mode: 0644]
documentation/dir_79d09df0887a328940219a134fe02657.xhtml [new file with mode: 0644]
documentation/dir_79d09df0887a328940219a134fe02657_dep.map [new file with mode: 0644]
documentation/dir_79d09df0887a328940219a134fe02657_dep.md5 [new file with mode: 0644]
documentation/dir_79d09df0887a328940219a134fe02657_dep.svg [new file with mode: 0644]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb.js [new file with mode: 0644]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb.xhtml [new file with mode: 0644]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb_dep.map [new file with mode: 0644]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb_dep.md5 [new file with mode: 0644]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb_dep.svg [new file with mode: 0644]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e.js [new file with mode: 0644]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e.xhtml [new file with mode: 0644]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e_dep.map [new file with mode: 0644]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e_dep.md5 [new file with mode: 0644]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e_dep.svg [new file with mode: 0644]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2.js [new file with mode: 0644]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2.xhtml [new file with mode: 0644]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2_dep.map [new file with mode: 0644]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2_dep.md5 [new file with mode: 0644]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2_dep.svg [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd.js [deleted file]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd.xhtml [deleted file]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.map [deleted file]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.md5 [deleted file]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.svg [deleted file]
documentation/dir_8aca1a9390bf88312e2d4f293b910877.js [new file with mode: 0644]
documentation/dir_8aca1a9390bf88312e2d4f293b910877.xhtml [new file with mode: 0644]
documentation/dir_8aca1a9390bf88312e2d4f293b910877_dep.map [new file with mode: 0644]
documentation/dir_8aca1a9390bf88312e2d4f293b910877_dep.md5 [new file with mode: 0644]
documentation/dir_8aca1a9390bf88312e2d4f293b910877_dep.svg [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.js [deleted file]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.xhtml [deleted file]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.map [deleted file]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.md5 [deleted file]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.svg [deleted file]
documentation/dir_8c278f79c760e5c5fbd911f9870614c1.js [deleted file]
documentation/dir_8c278f79c760e5c5fbd911f9870614c1.xhtml [deleted file]
documentation/dir_909072db83d80ad56b874dd8e621a3b2.js [new file with mode: 0644]
documentation/dir_909072db83d80ad56b874dd8e621a3b2.xhtml [new file with mode: 0644]
documentation/dir_909072db83d80ad56b874dd8e621a3b2_dep.map [new file with mode: 0644]
documentation/dir_909072db83d80ad56b874dd8e621a3b2_dep.md5 [new file with mode: 0644]
documentation/dir_909072db83d80ad56b874dd8e621a3b2_dep.svg [new file with mode: 0644]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f.js [new file with mode: 0644]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f.xhtml [new file with mode: 0644]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f_dep.map [new file with mode: 0644]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f_dep.md5 [new file with mode: 0644]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f_dep.svg [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8.js [deleted file]
documentation/dir_9b109a3838d873f4037ee21889a49db8.xhtml [deleted file]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.map [deleted file]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.md5 [deleted file]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.svg [deleted file]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b.js [new file with mode: 0644]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b.xhtml [new file with mode: 0644]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b_dep.map [new file with mode: 0644]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b_dep.md5 [new file with mode: 0644]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b_dep.svg [new file with mode: 0644]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf.js [new file with mode: 0644]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf.xhtml [new file with mode: 0644]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf_dep.map [new file with mode: 0644]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf_dep.md5 [new file with mode: 0644]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf_dep.svg [new file with mode: 0644]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33.js [deleted file]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33.xhtml [deleted file]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33_dep.map [deleted file]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33_dep.md5 [deleted file]
documentation/dir_a133c6c93c82e8721b2f0a6d208afd33_dep.svg [deleted file]
documentation/dir_a4c6697defa6674c80d081044d63b70a.js [new file with mode: 0644]
documentation/dir_a4c6697defa6674c80d081044d63b70a.xhtml [new file with mode: 0644]
documentation/dir_a4c6697defa6674c80d081044d63b70a_dep.map [new file with mode: 0644]
documentation/dir_a4c6697defa6674c80d081044d63b70a_dep.md5 [new file with mode: 0644]
documentation/dir_a4c6697defa6674c80d081044d63b70a_dep.svg [new file with mode: 0644]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216.js [new file with mode: 0644]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216.xhtml [new file with mode: 0644]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216_dep.map [new file with mode: 0644]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216_dep.md5 [new file with mode: 0644]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216_dep.svg [new file with mode: 0644]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27.js [new file with mode: 0644]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27.xhtml [new file with mode: 0644]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27_dep.map [new file with mode: 0644]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27_dep.md5 [new file with mode: 0644]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27_dep.svg [new file with mode: 0644]
documentation/dir_aebb8dcc11953d78e620bbef0b9e2183.js [deleted file]
documentation/dir_aebb8dcc11953d78e620bbef0b9e2183.xhtml [deleted file]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172.js [new file with mode: 0644]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172.xhtml [new file with mode: 0644]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172_dep.map [new file with mode: 0644]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172_dep.md5 [new file with mode: 0644]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172_dep.svg [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a.js [deleted file]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a.xhtml [deleted file]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.map [deleted file]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.md5 [deleted file]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.svg [deleted file]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12.js [new file with mode: 0644]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12.xhtml [new file with mode: 0644]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12_dep.map [new file with mode: 0644]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12_dep.md5 [new file with mode: 0644]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12_dep.svg [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057.js [deleted file]
documentation/dir_b88a6d23833cc7e200916be8af5e3057.xhtml [deleted file]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.map [deleted file]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.md5 [deleted file]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.svg [deleted file]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.js [deleted file]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.xhtml [deleted file]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.map [deleted file]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.md5 [deleted file]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.svg [deleted file]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d.js [new file with mode: 0644]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d.xhtml [new file with mode: 0644]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d_dep.map [new file with mode: 0644]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d_dep.md5 [new file with mode: 0644]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d_dep.svg [new file with mode: 0644]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0.js [deleted file]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0.xhtml [deleted file]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0_dep.map [deleted file]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0_dep.md5 [deleted file]
documentation/dir_ba1dc693ed461bc4c6534d3b34c816d0_dep.svg [deleted file]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1.js [new file with mode: 0644]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1.xhtml [new file with mode: 0644]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1_dep.map [new file with mode: 0644]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1_dep.md5 [new file with mode: 0644]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1_dep.svg [new file with mode: 0644]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01.js [new file with mode: 0644]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01.xhtml [new file with mode: 0644]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01_dep.map [new file with mode: 0644]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01_dep.md5 [new file with mode: 0644]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01_dep.svg [new file with mode: 0644]
documentation/dir_cb46ed42275bf053bc487c8ce92df255.js [new file with mode: 0644]
documentation/dir_cb46ed42275bf053bc487c8ce92df255.xhtml [new file with mode: 0644]
documentation/dir_cb46ed42275bf053bc487c8ce92df255_dep.map [new file with mode: 0644]
documentation/dir_cb46ed42275bf053bc487c8ce92df255_dep.md5 [new file with mode: 0644]
documentation/dir_cb46ed42275bf053bc487c8ce92df255_dep.svg [new file with mode: 0644]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd.js [deleted file]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd.xhtml [deleted file]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.map [deleted file]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.md5 [deleted file]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.svg [deleted file]
documentation/dir_d01487573ca59d0a224e6f631a1169e6.js [new file with mode: 0644]
documentation/dir_d01487573ca59d0a224e6f631a1169e6.xhtml [new file with mode: 0644]
documentation/dir_d01487573ca59d0a224e6f631a1169e6_dep.map [new file with mode: 0644]
documentation/dir_d01487573ca59d0a224e6f631a1169e6_dep.md5 [new file with mode: 0644]
documentation/dir_d01487573ca59d0a224e6f631a1169e6_dep.svg [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.js [deleted file]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.xhtml [deleted file]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map [deleted file]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5 [deleted file]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.svg [deleted file]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668.js [new file with mode: 0644]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668.xhtml [new file with mode: 0644]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668_dep.map [new file with mode: 0644]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668_dep.md5 [new file with mode: 0644]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668_dep.svg [new file with mode: 0644]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81.js [new file with mode: 0644]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81.xhtml [new file with mode: 0644]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81_dep.map [new file with mode: 0644]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81_dep.md5 [new file with mode: 0644]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81_dep.svg [new file with mode: 0644]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914.js [new file with mode: 0644]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914.xhtml [new file with mode: 0644]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914_dep.map [new file with mode: 0644]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914_dep.md5 [new file with mode: 0644]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914_dep.svg [new file with mode: 0644]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d.js [new file with mode: 0644]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d.xhtml [new file with mode: 0644]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d_dep.map [new file with mode: 0644]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d_dep.md5 [new file with mode: 0644]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d_dep.svg [new file with mode: 0644]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671.js [new file with mode: 0644]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671.xhtml [new file with mode: 0644]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671_dep.map [new file with mode: 0644]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671_dep.md5 [new file with mode: 0644]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671_dep.svg [new file with mode: 0644]
documentation/dir_e17706656d37de5e2934fe2032b4cf92.js [new file with mode: 0644]
documentation/dir_e17706656d37de5e2934fe2032b4cf92.xhtml [new file with mode: 0644]
documentation/dir_e17706656d37de5e2934fe2032b4cf92_dep.map [new file with mode: 0644]
documentation/dir_e17706656d37de5e2934fe2032b4cf92_dep.md5 [new file with mode: 0644]
documentation/dir_e17706656d37de5e2934fe2032b4cf92_dep.svg [new file with mode: 0644]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65.js [deleted file]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65.xhtml [deleted file]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65_dep.map [deleted file]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65_dep.md5 [deleted file]
documentation/dir_e384de53230b0fb8812f7ca98fdb0e65_dep.svg [deleted file]
documentation/dir_e4b294d18f7de649303f0c59799a597e.js [new file with mode: 0644]
documentation/dir_e4b294d18f7de649303f0c59799a597e.xhtml [new file with mode: 0644]
documentation/dir_e4b294d18f7de649303f0c59799a597e_dep.map [new file with mode: 0644]
documentation/dir_e4b294d18f7de649303f0c59799a597e_dep.md5 [new file with mode: 0644]
documentation/dir_e4b294d18f7de649303f0c59799a597e_dep.svg [new file with mode: 0644]
documentation/dir_e571e0a75a914d9ca225651fe8decf09.js [new file with mode: 0644]
documentation/dir_e571e0a75a914d9ca225651fe8decf09.xhtml [new file with mode: 0644]
documentation/dir_e571e0a75a914d9ca225651fe8decf09_dep.map [new file with mode: 0644]
documentation/dir_e571e0a75a914d9ca225651fe8decf09_dep.md5 [new file with mode: 0644]
documentation/dir_e571e0a75a914d9ca225651fe8decf09_dep.svg [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604.js [deleted file]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604.xhtml [deleted file]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.map [deleted file]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.md5 [deleted file]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.svg [deleted file]
documentation/dir_e92efd873d292d9829f03334575b107c.js [deleted file]
documentation/dir_e92efd873d292d9829f03334575b107c.xhtml [deleted file]
documentation/dir_e92efd873d292d9829f03334575b107c_dep.map [deleted file]
documentation/dir_e92efd873d292d9829f03334575b107c_dep.md5 [deleted file]
documentation/dir_e92efd873d292d9829f03334575b107c_dep.svg [deleted file]
documentation/dir_ec05701f68bea22653d08da5856c9ffc.js [deleted file]
documentation/dir_ec05701f68bea22653d08da5856c9ffc.xhtml [deleted file]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.map [deleted file]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.md5 [deleted file]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.svg [deleted file]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b.js [new file with mode: 0644]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b.xhtml [new file with mode: 0644]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b_dep.map [new file with mode: 0644]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b_dep.md5 [new file with mode: 0644]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b_dep.svg [new file with mode: 0644]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263.js [new file with mode: 0644]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263.xhtml [new file with mode: 0644]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263_dep.map [new file with mode: 0644]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263_dep.md5 [new file with mode: 0644]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263_dep.svg [new file with mode: 0644]
documentation/dir_f482a42326943e614a2ec303fd116962.js [deleted file]
documentation/dir_f482a42326943e614a2ec303fd116962.xhtml [deleted file]
documentation/dir_f482a42326943e614a2ec303fd116962_dep.map [deleted file]
documentation/dir_f482a42326943e614a2ec303fd116962_dep.md5 [deleted file]
documentation/dir_f482a42326943e614a2ec303fd116962_dep.svg [deleted file]
documentation/dir_f59154c15a840b363296e1e2fea7aded.js [new file with mode: 0644]
documentation/dir_f59154c15a840b363296e1e2fea7aded.xhtml [new file with mode: 0644]
documentation/dir_f59154c15a840b363296e1e2fea7aded_dep.map [new file with mode: 0644]
documentation/dir_f59154c15a840b363296e1e2fea7aded_dep.md5 [new file with mode: 0644]
documentation/dir_f59154c15a840b363296e1e2fea7aded_dep.svg [new file with mode: 0644]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000.js [new file with mode: 0644]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000.xhtml [new file with mode: 0644]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000_dep.map [new file with mode: 0644]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000_dep.md5 [new file with mode: 0644]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000_dep.svg [new file with mode: 0644]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb.js [new file with mode: 0644]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb.xhtml [new file with mode: 0644]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb_dep.map [new file with mode: 0644]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb_dep.md5 [new file with mode: 0644]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb_dep.svg [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce.js [deleted file]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce.xhtml [deleted file]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.map [deleted file]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.md5 [deleted file]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.svg [deleted file]
documentation/dir_f852ece8d9043d6c74295061b544ab5d.js [new file with mode: 0644]
documentation/dir_f852ece8d9043d6c74295061b544ab5d.xhtml [new file with mode: 0644]
documentation/dir_f852ece8d9043d6c74295061b544ab5d_dep.map [new file with mode: 0644]
documentation/dir_f852ece8d9043d6c74295061b544ab5d_dep.md5 [new file with mode: 0644]
documentation/dir_f852ece8d9043d6c74295061b544ab5d_dep.svg [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595.js [deleted file]
documentation/dir_f906bbebc596bc606d589ccb705e6595.xhtml [deleted file]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.map [deleted file]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.md5 [deleted file]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.svg [deleted file]
documentation/dir_fe359af270243e26066d9edb7147ece2.js [new file with mode: 0644]
documentation/dir_fe359af270243e26066d9edb7147ece2.xhtml [new file with mode: 0644]
documentation/dir_fe359af270243e26066d9edb7147ece2_dep.map [new file with mode: 0644]
documentation/dir_fe359af270243e26066d9edb7147ece2_dep.md5 [new file with mode: 0644]
documentation/dir_fe359af270243e26066d9edb7147ece2_dep.svg [new file with mode: 0644]
documentation/direct__convolution1x1_8cl.js [new file with mode: 0644]
documentation/direct__convolution1x1_8cl.xhtml [new file with mode: 0644]
documentation/direct__convolution1x1_8cl_source.xhtml [new file with mode: 0644]
documentation/direct__convolution3x3_8cl.js [new file with mode: 0644]
documentation/direct__convolution3x3_8cl.xhtml [new file with mode: 0644]
documentation/direct__convolution3x3_8cl_source.xhtml [new file with mode: 0644]
documentation/direct__convolution5x5_8cl.xhtml [new file with mode: 0644]
documentation/direct__convolution5x5_8cl_source.xhtml [new file with mode: 0644]
documentation/doxygen.css
documentation/dynsections.js
documentation/erode_8cl.xhtml
documentation/erode_8cl_source.xhtml
documentation/fast__corners_8cl.xhtml
documentation/fast__corners_8cl_source.xhtml
documentation/files.js
documentation/files.xhtml
documentation/fill__border_8cl.js
documentation/fill__border_8cl.xhtml
documentation/fill__border_8cl_source.xhtml
documentation/fixed__point_8h.js [new file with mode: 0644]
documentation/fixed__point_8h.xhtml [new file with mode: 0644]
documentation/fixed__point_8h_source.xhtml [new file with mode: 0644]
documentation/floor_8cl.js [new file with mode: 0644]
documentation/floor_8cl.xhtml [new file with mode: 0644]
documentation/floor_8cl_source.xhtml [new file with mode: 0644]
documentation/ftv2blank.png [new file with mode: 0644]
documentation/ftv2cl.png [new file with mode: 0644]
documentation/ftv2doc.png [moved from documentation/doc.png with 100% similarity]
documentation/ftv2folderclosed.png [moved from documentation/folderclosed.png with 100% similarity]
documentation/ftv2folderopen.png [moved from documentation/folderopen.png with 100% similarity]
documentation/ftv2lastnode.png [new file with mode: 0644]
documentation/ftv2link.png [new file with mode: 0644]
documentation/ftv2mlastnode.png [moved from documentation/arrowdown.png with 100% similarity]
documentation/ftv2mnode.png [new file with mode: 0644]
documentation/ftv2mo.png [new file with mode: 0644]
documentation/ftv2node.png [new file with mode: 0644]
documentation/ftv2ns.png [new file with mode: 0644]
documentation/ftv2plastnode.png [moved from documentation/arrowright.png with 100% similarity]
documentation/ftv2pnode.png [new file with mode: 0644]
documentation/ftv2splitbar.png [moved from documentation/splitbar.png with 100% similarity]
documentation/ftv2vertline.png [new file with mode: 0644]
documentation/functions.xhtml
documentation/functions_0x7e.xhtml [deleted file]
documentation/functions_a.xhtml
documentation/functions_b.xhtml
documentation/functions_c.xhtml
documentation/functions_d.xhtml
documentation/functions_dup.js
documentation/functions_e.xhtml
documentation/functions_enum.xhtml
documentation/functions_eval.xhtml
documentation/functions_f.xhtml
documentation/functions_func.js
documentation/functions_func.xhtml
documentation/functions_func_0x7e.xhtml [deleted file]
documentation/functions_func_b.xhtml
documentation/functions_func_c.xhtml
documentation/functions_func_d.xhtml
documentation/functions_func_e.xhtml
documentation/functions_func_f.xhtml
documentation/functions_func_g.xhtml
documentation/functions_func_h.xhtml
documentation/functions_func_i.xhtml
documentation/functions_func_j.xhtml [new file with mode: 0644]
documentation/functions_func_k.xhtml
documentation/functions_func_l.xhtml
documentation/functions_func_m.xhtml
documentation/functions_func_n.xhtml
documentation/functions_func_o.xhtml
documentation/functions_func_p.xhtml
documentation/functions_func_q.xhtml
documentation/functions_func_r.xhtml
documentation/functions_func_s.xhtml
documentation/functions_func_t.xhtml
documentation/functions_func_u.xhtml
documentation/functions_func_v.xhtml
documentation/functions_func_w.xhtml
documentation/functions_func_x.xhtml
documentation/functions_func_y.xhtml
documentation/functions_func_z.xhtml
documentation/functions_func_~.xhtml [new file with mode: 0644]
documentation/functions_g.xhtml
documentation/functions_h.xhtml
documentation/functions_i.xhtml
documentation/functions_j.xhtml [new file with mode: 0644]
documentation/functions_k.xhtml
documentation/functions_l.xhtml
documentation/functions_m.xhtml
documentation/functions_n.xhtml
documentation/functions_o.xhtml
documentation/functions_p.xhtml
documentation/functions_q.xhtml
documentation/functions_r.xhtml
documentation/functions_rela.xhtml
documentation/functions_s.xhtml
documentation/functions_t.xhtml
documentation/functions_type.xhtml
documentation/functions_u.xhtml
documentation/functions_v.xhtml
documentation/functions_vars.js [new file with mode: 0644]
documentation/functions_vars.xhtml
documentation/functions_vars_a.xhtml [new file with mode: 0644]
documentation/functions_vars_b.xhtml [new file with mode: 0644]
documentation/functions_vars_c.xhtml [new file with mode: 0644]
documentation/functions_vars_d.xhtml [new file with mode: 0644]
documentation/functions_vars_e.xhtml [new file with mode: 0644]
documentation/functions_vars_g.xhtml [new file with mode: 0644]
documentation/functions_vars_h.xhtml [new file with mode: 0644]
documentation/functions_vars_i.xhtml [new file with mode: 0644]
documentation/functions_vars_j.xhtml [new file with mode: 0644]
documentation/functions_vars_l.xhtml [new file with mode: 0644]
documentation/functions_vars_m.xhtml [new file with mode: 0644]
documentation/functions_vars_n.xhtml [new file with mode: 0644]
documentation/functions_vars_o.xhtml [new file with mode: 0644]
documentation/functions_vars_p.xhtml [new file with mode: 0644]
documentation/functions_vars_r.xhtml [new file with mode: 0644]
documentation/functions_vars_s.xhtml [new file with mode: 0644]
documentation/functions_vars_t.xhtml [new file with mode: 0644]
documentation/functions_vars_u.xhtml [new file with mode: 0644]
documentation/functions_vars_v.xhtml [new file with mode: 0644]
documentation/functions_vars_w.xhtml [new file with mode: 0644]
documentation/functions_vars_x.xhtml [new file with mode: 0644]
documentation/functions_vars_y.xhtml [new file with mode: 0644]
documentation/functions_vars_z.xhtml [new file with mode: 0644]
documentation/functions_w.xhtml
documentation/functions_x.xhtml
documentation/functions_y.xhtml
documentation/functions_z.xhtml
documentation/functions_~.xhtml [new file with mode: 0644]
documentation/gaussian__pyramid_8cl.xhtml
documentation/gaussian__pyramid_8cl_source.xhtml
documentation/gemm_8cl.js
documentation/gemm_8cl.xhtml
documentation/gemm_8cl_source.xhtml
documentation/gemm__common_8hpp.xhtml [new file with mode: 0644]
documentation/gemm__common_8hpp_source.xhtml [new file with mode: 0644]
documentation/gemm__interleaved_8hpp.js [new file with mode: 0644]
documentation/gemm__interleaved_8hpp.xhtml [new file with mode: 0644]
documentation/gemm__interleaved_8hpp_source.xhtml [new file with mode: 0644]
documentation/gemv_8cl.js [new file with mode: 0644]
documentation/gemv_8cl.xhtml [new file with mode: 0644]
documentation/gemv_8cl_source.xhtml [new file with mode: 0644]
documentation/globals.xhtml
documentation/globals_a.xhtml [deleted file]
documentation/globals_b.xhtml
documentation/globals_c.xhtml
documentation/globals_d.xhtml
documentation/globals_defs.js [new file with mode: 0644]
documentation/globals_defs.xhtml
documentation/globals_defs_b.xhtml [new file with mode: 0644]
documentation/globals_defs_c.xhtml [new file with mode: 0644]
documentation/globals_defs_d.xhtml [new file with mode: 0644]
documentation/globals_defs_e.xhtml [new file with mode: 0644]
documentation/globals_defs_f.xhtml [new file with mode: 0644]
documentation/globals_defs_g.xhtml [new file with mode: 0644]
documentation/globals_defs_h.xhtml [new file with mode: 0644]
documentation/globals_defs_i.xhtml [new file with mode: 0644]
documentation/globals_defs_j.xhtml [new file with mode: 0644]
documentation/globals_defs_k.xhtml [new file with mode: 0644]
documentation/globals_defs_l.xhtml [new file with mode: 0644]
documentation/globals_defs_m.xhtml [new file with mode: 0644]
documentation/globals_defs_p.xhtml [new file with mode: 0644]
documentation/globals_defs_q.xhtml [new file with mode: 0644]
documentation/globals_defs_r.xhtml [new file with mode: 0644]
documentation/globals_defs_s.xhtml [new file with mode: 0644]
documentation/globals_defs_t.xhtml [new file with mode: 0644]
documentation/globals_defs_v.xhtml [new file with mode: 0644]
documentation/globals_defs_w.xhtml [new file with mode: 0644]
documentation/globals_defs_x.xhtml [new file with mode: 0644]
documentation/globals_defs_y.xhtml [new file with mode: 0644]
documentation/globals_dup.js
documentation/globals_e.xhtml
documentation/globals_f.xhtml
documentation/globals_func.js
documentation/globals_func.xhtml
documentation/globals_func_b.xhtml
documentation/globals_func_c.xhtml
documentation/globals_func_d.xhtml
documentation/globals_func_e.xhtml
documentation/globals_func_f.xhtml
documentation/globals_func_g.xhtml
documentation/globals_func_h.xhtml
documentation/globals_func_i.xhtml
documentation/globals_func_l.xhtml
documentation/globals_func_m.xhtml
documentation/globals_func_n.xhtml
documentation/globals_func_o.xhtml
documentation/globals_func_p.xhtml
documentation/globals_func_q.xhtml [new file with mode: 0644]
documentation/globals_func_r.xhtml
documentation/globals_func_s.xhtml
documentation/globals_func_t.xhtml
documentation/globals_func_u.xhtml
documentation/globals_func_v.xhtml
documentation/globals_func_w.xhtml
documentation/globals_func_y.xhtml
documentation/globals_g.xhtml
documentation/globals_h.xhtml
documentation/globals_i.xhtml
documentation/globals_j.xhtml [new file with mode: 0644]
documentation/globals_k.xhtml
documentation/globals_l.xhtml
documentation/globals_m.xhtml
documentation/globals_n.xhtml
documentation/globals_o.xhtml
documentation/globals_p.xhtml
documentation/globals_q.xhtml [new file with mode: 0644]
documentation/globals_r.xhtml
documentation/globals_s.xhtml
documentation/globals_t.xhtml
documentation/globals_type.xhtml
documentation/globals_u.xhtml
documentation/globals_v.xhtml
documentation/globals_vars.xhtml
documentation/globals_w.xhtml
documentation/globals_x.xhtml
documentation/globals_y.xhtml
documentation/graph_2_tensor_8h.xhtml [new file with mode: 0644]
documentation/graph_2_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/graph__lenet_8cpp.js [new file with mode: 0644]
documentation/graph__lenet_8cpp.xhtml [new file with mode: 0644]
documentation/graph__lenet_8cpp_source.xhtml [new file with mode: 0644]
documentation/graph_legend.svg
documentation/graph_legend.xhtml
documentation/harris__corners_8cl.xhtml
documentation/harris__corners_8cl_source.xhtml
documentation/helpers_8h.js
documentation/helpers_8h.xhtml
documentation/helpers_8h_source.xhtml
documentation/hierarchy.js
documentation/hierarchy.xhtml
documentation/histogram_8cl.xhtml
documentation/histogram_8cl_source.xhtml
documentation/hog_8cl.xhtml
documentation/hog_8cl_source.xhtml
documentation/hwc_8hpp.js [new file with mode: 0644]
documentation/hwc_8hpp.xhtml [new file with mode: 0644]
documentation/hwc_8hpp_source.xhtml [new file with mode: 0644]
documentation/hwc__names_8hpp.js [new file with mode: 0644]
documentation/hwc__names_8hpp.xhtml [new file with mode: 0644]
documentation/hwc__names_8hpp_source.xhtml [new file with mode: 0644]
documentation/index.xhtml
documentation/inherit_graph_0.map
documentation/inherit_graph_0.md5
documentation/inherit_graph_0.svg
documentation/inherit_graph_1.map
documentation/inherit_graph_1.md5
documentation/inherit_graph_1.svg
documentation/inherit_graph_10.map
documentation/inherit_graph_10.md5
documentation/inherit_graph_10.svg
documentation/inherit_graph_100.map
documentation/inherit_graph_100.md5
documentation/inherit_graph_100.svg
documentation/inherit_graph_101.map
documentation/inherit_graph_101.md5
documentation/inherit_graph_101.svg
documentation/inherit_graph_102.map
documentation/inherit_graph_102.md5
documentation/inherit_graph_102.svg
documentation/inherit_graph_103.map
documentation/inherit_graph_103.md5
documentation/inherit_graph_103.svg
documentation/inherit_graph_104.map
documentation/inherit_graph_104.md5
documentation/inherit_graph_104.svg
documentation/inherit_graph_105.map
documentation/inherit_graph_105.md5
documentation/inherit_graph_105.svg
documentation/inherit_graph_106.map
documentation/inherit_graph_106.md5
documentation/inherit_graph_106.svg
documentation/inherit_graph_107.map
documentation/inherit_graph_107.md5
documentation/inherit_graph_107.svg
documentation/inherit_graph_108.map
documentation/inherit_graph_108.md5
documentation/inherit_graph_108.svg
documentation/inherit_graph_109.map
documentation/inherit_graph_109.md5
documentation/inherit_graph_109.svg
documentation/inherit_graph_11.map
documentation/inherit_graph_11.md5
documentation/inherit_graph_11.svg
documentation/inherit_graph_110.map
documentation/inherit_graph_110.md5
documentation/inherit_graph_110.svg
documentation/inherit_graph_111.map
documentation/inherit_graph_111.md5
documentation/inherit_graph_111.svg
documentation/inherit_graph_112.map
documentation/inherit_graph_112.md5
documentation/inherit_graph_112.svg
documentation/inherit_graph_113.map
documentation/inherit_graph_113.md5
documentation/inherit_graph_113.svg
documentation/inherit_graph_114.map
documentation/inherit_graph_114.md5
documentation/inherit_graph_114.svg
documentation/inherit_graph_115.map
documentation/inherit_graph_115.md5
documentation/inherit_graph_115.svg
documentation/inherit_graph_116.map
documentation/inherit_graph_116.md5
documentation/inherit_graph_116.svg
documentation/inherit_graph_117.map
documentation/inherit_graph_117.md5
documentation/inherit_graph_117.svg
documentation/inherit_graph_118.map
documentation/inherit_graph_118.md5
documentation/inherit_graph_118.svg
documentation/inherit_graph_119.map
documentation/inherit_graph_119.md5
documentation/inherit_graph_119.svg
documentation/inherit_graph_12.map
documentation/inherit_graph_12.md5
documentation/inherit_graph_12.svg
documentation/inherit_graph_120.map
documentation/inherit_graph_120.md5
documentation/inherit_graph_120.svg
documentation/inherit_graph_121.map
documentation/inherit_graph_121.md5
documentation/inherit_graph_121.svg
documentation/inherit_graph_122.map
documentation/inherit_graph_122.md5
documentation/inherit_graph_122.svg
documentation/inherit_graph_123.map
documentation/inherit_graph_123.md5
documentation/inherit_graph_123.svg
documentation/inherit_graph_124.map
documentation/inherit_graph_124.md5
documentation/inherit_graph_124.svg
documentation/inherit_graph_125.map
documentation/inherit_graph_125.md5
documentation/inherit_graph_125.svg
documentation/inherit_graph_126.map
documentation/inherit_graph_126.md5
documentation/inherit_graph_126.svg
documentation/inherit_graph_127.map
documentation/inherit_graph_127.md5
documentation/inherit_graph_127.svg
documentation/inherit_graph_128.map
documentation/inherit_graph_128.md5
documentation/inherit_graph_128.svg
documentation/inherit_graph_129.map
documentation/inherit_graph_129.md5
documentation/inherit_graph_129.svg
documentation/inherit_graph_13.map
documentation/inherit_graph_13.md5
documentation/inherit_graph_13.svg
documentation/inherit_graph_130.map
documentation/inherit_graph_130.md5
documentation/inherit_graph_130.svg
documentation/inherit_graph_131.map
documentation/inherit_graph_131.md5
documentation/inherit_graph_131.svg
documentation/inherit_graph_132.map
documentation/inherit_graph_132.md5
documentation/inherit_graph_132.svg
documentation/inherit_graph_133.map
documentation/inherit_graph_133.md5
documentation/inherit_graph_133.svg
documentation/inherit_graph_134.map
documentation/inherit_graph_134.md5
documentation/inherit_graph_134.svg
documentation/inherit_graph_135.map
documentation/inherit_graph_135.md5
documentation/inherit_graph_135.svg
documentation/inherit_graph_136.map
documentation/inherit_graph_136.md5
documentation/inherit_graph_136.svg
documentation/inherit_graph_137.map
documentation/inherit_graph_137.md5
documentation/inherit_graph_137.svg
documentation/inherit_graph_138.map
documentation/inherit_graph_138.md5
documentation/inherit_graph_138.svg
documentation/inherit_graph_139.map
documentation/inherit_graph_139.md5
documentation/inherit_graph_139.svg
documentation/inherit_graph_14.map
documentation/inherit_graph_14.md5
documentation/inherit_graph_14.svg
documentation/inherit_graph_140.map
documentation/inherit_graph_140.md5
documentation/inherit_graph_140.svg
documentation/inherit_graph_141.map
documentation/inherit_graph_141.md5
documentation/inherit_graph_141.svg
documentation/inherit_graph_142.map [new file with mode: 0644]
documentation/inherit_graph_142.md5 [new file with mode: 0644]
documentation/inherit_graph_142.svg [new file with mode: 0644]
documentation/inherit_graph_143.map [new file with mode: 0644]
documentation/inherit_graph_143.md5 [new file with mode: 0644]
documentation/inherit_graph_143.svg [new file with mode: 0644]
documentation/inherit_graph_144.map [new file with mode: 0644]
documentation/inherit_graph_144.md5 [new file with mode: 0644]
documentation/inherit_graph_144.svg [new file with mode: 0644]
documentation/inherit_graph_145.map [new file with mode: 0644]
documentation/inherit_graph_145.md5 [new file with mode: 0644]
documentation/inherit_graph_145.svg [new file with mode: 0644]
documentation/inherit_graph_146.map [new file with mode: 0644]
documentation/inherit_graph_146.md5 [new file with mode: 0644]
documentation/inherit_graph_146.svg [new file with mode: 0644]
documentation/inherit_graph_147.map [new file with mode: 0644]
documentation/inherit_graph_147.md5 [new file with mode: 0644]
documentation/inherit_graph_147.svg [new file with mode: 0644]
documentation/inherit_graph_148.map [new file with mode: 0644]
documentation/inherit_graph_148.md5 [new file with mode: 0644]
documentation/inherit_graph_148.svg [new file with mode: 0644]
documentation/inherit_graph_149.map [new file with mode: 0644]
documentation/inherit_graph_149.md5 [new file with mode: 0644]
documentation/inherit_graph_149.svg [new file with mode: 0644]
documentation/inherit_graph_15.map
documentation/inherit_graph_15.md5
documentation/inherit_graph_15.svg
documentation/inherit_graph_150.map [new file with mode: 0644]
documentation/inherit_graph_150.md5 [new file with mode: 0644]
documentation/inherit_graph_150.svg [new file with mode: 0644]
documentation/inherit_graph_151.map [new file with mode: 0644]
documentation/inherit_graph_151.md5 [new file with mode: 0644]
documentation/inherit_graph_151.svg [new file with mode: 0644]
documentation/inherit_graph_152.map [new file with mode: 0644]
documentation/inherit_graph_152.md5 [new file with mode: 0644]
documentation/inherit_graph_152.svg [new file with mode: 0644]
documentation/inherit_graph_153.map [new file with mode: 0644]
documentation/inherit_graph_153.md5 [new file with mode: 0644]
documentation/inherit_graph_153.svg [new file with mode: 0644]
documentation/inherit_graph_154.map [new file with mode: 0644]
documentation/inherit_graph_154.md5 [new file with mode: 0644]
documentation/inherit_graph_154.svg [new file with mode: 0644]
documentation/inherit_graph_155.map [new file with mode: 0644]
documentation/inherit_graph_155.md5 [new file with mode: 0644]
documentation/inherit_graph_155.svg [new file with mode: 0644]
documentation/inherit_graph_156.map [new file with mode: 0644]
documentation/inherit_graph_156.md5 [new file with mode: 0644]
documentation/inherit_graph_156.svg [new file with mode: 0644]
documentation/inherit_graph_157.map [new file with mode: 0644]
documentation/inherit_graph_157.md5 [new file with mode: 0644]
documentation/inherit_graph_157.svg [new file with mode: 0644]
documentation/inherit_graph_158.map [new file with mode: 0644]
documentation/inherit_graph_158.md5 [new file with mode: 0644]
documentation/inherit_graph_158.svg [new file with mode: 0644]
documentation/inherit_graph_159.map [new file with mode: 0644]
documentation/inherit_graph_159.md5 [new file with mode: 0644]
documentation/inherit_graph_159.svg [new file with mode: 0644]
documentation/inherit_graph_16.map
documentation/inherit_graph_16.md5
documentation/inherit_graph_16.svg
documentation/inherit_graph_160.map [new file with mode: 0644]
documentation/inherit_graph_160.md5 [new file with mode: 0644]
documentation/inherit_graph_160.svg [new file with mode: 0644]
documentation/inherit_graph_161.map [new file with mode: 0644]
documentation/inherit_graph_161.md5 [new file with mode: 0644]
documentation/inherit_graph_161.svg [new file with mode: 0644]
documentation/inherit_graph_162.map [new file with mode: 0644]
documentation/inherit_graph_162.md5 [new file with mode: 0644]
documentation/inherit_graph_162.svg [new file with mode: 0644]
documentation/inherit_graph_163.map [new file with mode: 0644]
documentation/inherit_graph_163.md5 [new file with mode: 0644]
documentation/inherit_graph_163.svg [new file with mode: 0644]
documentation/inherit_graph_164.map [new file with mode: 0644]
documentation/inherit_graph_164.md5 [new file with mode: 0644]
documentation/inherit_graph_164.svg [new file with mode: 0644]
documentation/inherit_graph_165.map [new file with mode: 0644]
documentation/inherit_graph_165.md5 [new file with mode: 0644]
documentation/inherit_graph_165.svg [new file with mode: 0644]
documentation/inherit_graph_166.map [new file with mode: 0644]
documentation/inherit_graph_166.md5 [new file with mode: 0644]
documentation/inherit_graph_166.svg [new file with mode: 0644]
documentation/inherit_graph_167.map [new file with mode: 0644]
documentation/inherit_graph_167.md5 [new file with mode: 0644]
documentation/inherit_graph_167.svg [new file with mode: 0644]
documentation/inherit_graph_168.map [new file with mode: 0644]
documentation/inherit_graph_168.md5 [new file with mode: 0644]
documentation/inherit_graph_168.svg [new file with mode: 0644]
documentation/inherit_graph_169.map [new file with mode: 0644]
documentation/inherit_graph_169.md5 [new file with mode: 0644]
documentation/inherit_graph_169.svg [new file with mode: 0644]
documentation/inherit_graph_17.map
documentation/inherit_graph_17.md5
documentation/inherit_graph_17.svg
documentation/inherit_graph_170.map [new file with mode: 0644]
documentation/inherit_graph_170.md5 [new file with mode: 0644]
documentation/inherit_graph_170.svg [new file with mode: 0644]
documentation/inherit_graph_171.map [new file with mode: 0644]
documentation/inherit_graph_171.md5 [new file with mode: 0644]
documentation/inherit_graph_171.svg [new file with mode: 0644]
documentation/inherit_graph_172.map [new file with mode: 0644]
documentation/inherit_graph_172.md5 [new file with mode: 0644]
documentation/inherit_graph_172.svg [new file with mode: 0644]
documentation/inherit_graph_173.map [new file with mode: 0644]
documentation/inherit_graph_173.md5 [new file with mode: 0644]
documentation/inherit_graph_173.svg [new file with mode: 0644]
documentation/inherit_graph_174.map [new file with mode: 0644]
documentation/inherit_graph_174.md5 [new file with mode: 0644]
documentation/inherit_graph_174.svg [new file with mode: 0644]
documentation/inherit_graph_175.map [new file with mode: 0644]
documentation/inherit_graph_175.md5 [new file with mode: 0644]
documentation/inherit_graph_175.svg [new file with mode: 0644]
documentation/inherit_graph_176.map [new file with mode: 0644]
documentation/inherit_graph_176.md5 [new file with mode: 0644]
documentation/inherit_graph_176.svg [new file with mode: 0644]
documentation/inherit_graph_177.map [new file with mode: 0644]
documentation/inherit_graph_177.md5 [new file with mode: 0644]
documentation/inherit_graph_177.svg [new file with mode: 0644]
documentation/inherit_graph_178.map [new file with mode: 0644]
documentation/inherit_graph_178.md5 [new file with mode: 0644]
documentation/inherit_graph_178.svg [new file with mode: 0644]
documentation/inherit_graph_179.map [new file with mode: 0644]
documentation/inherit_graph_179.md5 [new file with mode: 0644]
documentation/inherit_graph_179.svg [new file with mode: 0644]
documentation/inherit_graph_18.map
documentation/inherit_graph_18.md5
documentation/inherit_graph_18.svg
documentation/inherit_graph_180.map [new file with mode: 0644]
documentation/inherit_graph_180.md5 [new file with mode: 0644]
documentation/inherit_graph_180.svg [new file with mode: 0644]
documentation/inherit_graph_181.map [new file with mode: 0644]
documentation/inherit_graph_181.md5 [new file with mode: 0644]
documentation/inherit_graph_181.svg [new file with mode: 0644]
documentation/inherit_graph_182.map [new file with mode: 0644]
documentation/inherit_graph_182.md5 [new file with mode: 0644]
documentation/inherit_graph_182.svg [new file with mode: 0644]
documentation/inherit_graph_183.map [new file with mode: 0644]
documentation/inherit_graph_183.md5 [new file with mode: 0644]
documentation/inherit_graph_183.svg [new file with mode: 0644]
documentation/inherit_graph_184.map [new file with mode: 0644]
documentation/inherit_graph_184.md5 [new file with mode: 0644]
documentation/inherit_graph_184.svg [new file with mode: 0644]
documentation/inherit_graph_185.map [new file with mode: 0644]
documentation/inherit_graph_185.md5 [new file with mode: 0644]
documentation/inherit_graph_185.svg [new file with mode: 0644]
documentation/inherit_graph_186.map [new file with mode: 0644]
documentation/inherit_graph_186.md5 [new file with mode: 0644]
documentation/inherit_graph_186.svg [new file with mode: 0644]
documentation/inherit_graph_187.map [new file with mode: 0644]
documentation/inherit_graph_187.md5 [new file with mode: 0644]
documentation/inherit_graph_187.svg [new file with mode: 0644]
documentation/inherit_graph_188.map [new file with mode: 0644]
documentation/inherit_graph_188.md5 [new file with mode: 0644]
documentation/inherit_graph_188.svg [new file with mode: 0644]
documentation/inherit_graph_189.map [new file with mode: 0644]
documentation/inherit_graph_189.md5 [new file with mode: 0644]
documentation/inherit_graph_189.svg [new file with mode: 0644]
documentation/inherit_graph_19.map
documentation/inherit_graph_19.md5
documentation/inherit_graph_19.svg
documentation/inherit_graph_190.map [new file with mode: 0644]
documentation/inherit_graph_190.md5 [new file with mode: 0644]
documentation/inherit_graph_190.svg [new file with mode: 0644]
documentation/inherit_graph_191.map [new file with mode: 0644]
documentation/inherit_graph_191.md5 [new file with mode: 0644]
documentation/inherit_graph_191.svg [new file with mode: 0644]
documentation/inherit_graph_192.map [new file with mode: 0644]
documentation/inherit_graph_192.md5 [new file with mode: 0644]
documentation/inherit_graph_192.svg [new file with mode: 0644]
documentation/inherit_graph_2.map
documentation/inherit_graph_2.md5
documentation/inherit_graph_2.svg
documentation/inherit_graph_20.map
documentation/inherit_graph_20.md5
documentation/inherit_graph_20.svg
documentation/inherit_graph_21.map
documentation/inherit_graph_21.md5
documentation/inherit_graph_21.svg
documentation/inherit_graph_22.map
documentation/inherit_graph_22.md5
documentation/inherit_graph_22.svg
documentation/inherit_graph_23.map
documentation/inherit_graph_23.md5
documentation/inherit_graph_23.svg
documentation/inherit_graph_24.map
documentation/inherit_graph_24.md5
documentation/inherit_graph_24.svg
documentation/inherit_graph_25.map
documentation/inherit_graph_25.md5
documentation/inherit_graph_25.svg
documentation/inherit_graph_26.map
documentation/inherit_graph_26.md5
documentation/inherit_graph_26.svg
documentation/inherit_graph_27.map
documentation/inherit_graph_27.md5
documentation/inherit_graph_27.svg
documentation/inherit_graph_28.map
documentation/inherit_graph_28.md5
documentation/inherit_graph_28.svg
documentation/inherit_graph_29.map
documentation/inherit_graph_29.md5
documentation/inherit_graph_29.svg
documentation/inherit_graph_3.map
documentation/inherit_graph_3.md5
documentation/inherit_graph_3.svg
documentation/inherit_graph_30.map
documentation/inherit_graph_30.md5
documentation/inherit_graph_30.svg
documentation/inherit_graph_31.map
documentation/inherit_graph_31.md5
documentation/inherit_graph_31.svg
documentation/inherit_graph_32.map
documentation/inherit_graph_32.md5
documentation/inherit_graph_32.svg
documentation/inherit_graph_33.map
documentation/inherit_graph_33.md5
documentation/inherit_graph_33.svg
documentation/inherit_graph_34.map
documentation/inherit_graph_34.md5
documentation/inherit_graph_34.svg
documentation/inherit_graph_35.map
documentation/inherit_graph_35.md5
documentation/inherit_graph_35.svg
documentation/inherit_graph_36.map
documentation/inherit_graph_36.md5
documentation/inherit_graph_36.svg
documentation/inherit_graph_37.map
documentation/inherit_graph_37.md5
documentation/inherit_graph_37.svg
documentation/inherit_graph_38.map
documentation/inherit_graph_38.md5
documentation/inherit_graph_38.svg
documentation/inherit_graph_39.map
documentation/inherit_graph_39.md5
documentation/inherit_graph_39.svg
documentation/inherit_graph_4.map
documentation/inherit_graph_4.md5
documentation/inherit_graph_4.svg
documentation/inherit_graph_40.map
documentation/inherit_graph_40.md5
documentation/inherit_graph_40.svg
documentation/inherit_graph_41.map
documentation/inherit_graph_41.md5
documentation/inherit_graph_41.svg
documentation/inherit_graph_42.map
documentation/inherit_graph_42.md5
documentation/inherit_graph_42.svg
documentation/inherit_graph_43.map
documentation/inherit_graph_43.md5
documentation/inherit_graph_43.svg
documentation/inherit_graph_44.map
documentation/inherit_graph_44.md5
documentation/inherit_graph_44.svg
documentation/inherit_graph_45.map
documentation/inherit_graph_45.md5
documentation/inherit_graph_45.svg
documentation/inherit_graph_46.map
documentation/inherit_graph_46.md5
documentation/inherit_graph_46.svg
documentation/inherit_graph_47.map
documentation/inherit_graph_47.md5
documentation/inherit_graph_47.svg
documentation/inherit_graph_48.map
documentation/inherit_graph_48.md5
documentation/inherit_graph_48.svg
documentation/inherit_graph_49.map
documentation/inherit_graph_49.md5
documentation/inherit_graph_49.svg
documentation/inherit_graph_5.map
documentation/inherit_graph_5.md5
documentation/inherit_graph_5.svg
documentation/inherit_graph_50.map
documentation/inherit_graph_50.md5
documentation/inherit_graph_50.svg
documentation/inherit_graph_51.map
documentation/inherit_graph_51.md5
documentation/inherit_graph_51.svg
documentation/inherit_graph_52.map
documentation/inherit_graph_52.md5
documentation/inherit_graph_52.svg
documentation/inherit_graph_53.map
documentation/inherit_graph_53.md5
documentation/inherit_graph_53.svg
documentation/inherit_graph_54.map
documentation/inherit_graph_54.md5
documentation/inherit_graph_54.svg
documentation/inherit_graph_55.map
documentation/inherit_graph_55.md5
documentation/inherit_graph_55.svg
documentation/inherit_graph_56.map
documentation/inherit_graph_56.md5
documentation/inherit_graph_56.svg
documentation/inherit_graph_57.map
documentation/inherit_graph_57.md5
documentation/inherit_graph_57.svg
documentation/inherit_graph_58.map
documentation/inherit_graph_58.md5
documentation/inherit_graph_58.svg
documentation/inherit_graph_59.map
documentation/inherit_graph_59.md5
documentation/inherit_graph_59.svg
documentation/inherit_graph_6.map
documentation/inherit_graph_6.md5
documentation/inherit_graph_6.svg
documentation/inherit_graph_60.map
documentation/inherit_graph_60.md5
documentation/inherit_graph_60.svg
documentation/inherit_graph_61.map
documentation/inherit_graph_61.md5
documentation/inherit_graph_61.svg
documentation/inherit_graph_62.map
documentation/inherit_graph_62.md5
documentation/inherit_graph_62.svg
documentation/inherit_graph_63.map
documentation/inherit_graph_63.md5
documentation/inherit_graph_63.svg
documentation/inherit_graph_64.map
documentation/inherit_graph_64.md5
documentation/inherit_graph_64.svg
documentation/inherit_graph_65.map
documentation/inherit_graph_65.md5
documentation/inherit_graph_65.svg
documentation/inherit_graph_66.map
documentation/inherit_graph_66.md5
documentation/inherit_graph_66.svg
documentation/inherit_graph_67.map
documentation/inherit_graph_67.md5
documentation/inherit_graph_67.svg
documentation/inherit_graph_68.map
documentation/inherit_graph_68.md5
documentation/inherit_graph_68.svg
documentation/inherit_graph_69.map
documentation/inherit_graph_69.md5
documentation/inherit_graph_69.svg
documentation/inherit_graph_7.map
documentation/inherit_graph_7.md5
documentation/inherit_graph_7.svg
documentation/inherit_graph_70.map
documentation/inherit_graph_70.md5
documentation/inherit_graph_70.svg
documentation/inherit_graph_71.map
documentation/inherit_graph_71.md5
documentation/inherit_graph_71.svg
documentation/inherit_graph_72.map
documentation/inherit_graph_72.md5
documentation/inherit_graph_72.svg
documentation/inherit_graph_73.map
documentation/inherit_graph_73.md5
documentation/inherit_graph_73.svg
documentation/inherit_graph_74.map
documentation/inherit_graph_74.md5
documentation/inherit_graph_74.svg
documentation/inherit_graph_75.map
documentation/inherit_graph_75.md5
documentation/inherit_graph_75.svg
documentation/inherit_graph_76.map
documentation/inherit_graph_76.md5
documentation/inherit_graph_76.svg
documentation/inherit_graph_77.map
documentation/inherit_graph_77.md5
documentation/inherit_graph_77.svg
documentation/inherit_graph_78.map
documentation/inherit_graph_78.md5
documentation/inherit_graph_78.svg
documentation/inherit_graph_79.map
documentation/inherit_graph_79.md5
documentation/inherit_graph_79.svg
documentation/inherit_graph_8.map
documentation/inherit_graph_8.md5
documentation/inherit_graph_8.svg
documentation/inherit_graph_80.map
documentation/inherit_graph_80.md5
documentation/inherit_graph_80.svg
documentation/inherit_graph_81.map
documentation/inherit_graph_81.md5
documentation/inherit_graph_81.svg
documentation/inherit_graph_82.map
documentation/inherit_graph_82.md5
documentation/inherit_graph_82.svg
documentation/inherit_graph_83.map
documentation/inherit_graph_83.md5
documentation/inherit_graph_83.svg
documentation/inherit_graph_84.map
documentation/inherit_graph_84.md5
documentation/inherit_graph_84.svg
documentation/inherit_graph_85.map
documentation/inherit_graph_85.md5
documentation/inherit_graph_85.svg
documentation/inherit_graph_86.map
documentation/inherit_graph_86.md5
documentation/inherit_graph_86.svg
documentation/inherit_graph_87.map
documentation/inherit_graph_87.md5
documentation/inherit_graph_87.svg
documentation/inherit_graph_88.map
documentation/inherit_graph_88.md5
documentation/inherit_graph_88.svg
documentation/inherit_graph_89.map
documentation/inherit_graph_89.md5
documentation/inherit_graph_89.svg
documentation/inherit_graph_9.map
documentation/inherit_graph_9.md5
documentation/inherit_graph_9.svg
documentation/inherit_graph_90.map
documentation/inherit_graph_90.md5
documentation/inherit_graph_90.svg
documentation/inherit_graph_91.map
documentation/inherit_graph_91.md5
documentation/inherit_graph_91.svg
documentation/inherit_graph_92.map
documentation/inherit_graph_92.md5
documentation/inherit_graph_92.svg
documentation/inherit_graph_93.map
documentation/inherit_graph_93.md5
documentation/inherit_graph_93.svg
documentation/inherit_graph_94.map
documentation/inherit_graph_94.md5
documentation/inherit_graph_94.svg
documentation/inherit_graph_95.map
documentation/inherit_graph_95.md5
documentation/inherit_graph_95.svg
documentation/inherit_graph_96.map
documentation/inherit_graph_96.md5
documentation/inherit_graph_96.svg
documentation/inherit_graph_97.map
documentation/inherit_graph_97.md5
documentation/inherit_graph_97.svg
documentation/inherit_graph_98.map
documentation/inherit_graph_98.md5
documentation/inherit_graph_98.svg
documentation/inherit_graph_99.map
documentation/inherit_graph_99.md5
documentation/inherit_graph_99.svg
documentation/inherits.xhtml
documentation/integral__image_8cl.xhtml
documentation/integral__image_8cl_source.xhtml
documentation/jquery.js
documentation/l2__normalize_8cl.js [new file with mode: 0644]
documentation/l2__normalize_8cl.xhtml [new file with mode: 0644]
documentation/l2__normalize_8cl_source.xhtml [new file with mode: 0644]
documentation/magnitude__phase_8cl.xhtml
documentation/magnitude__phase_8cl_source.xhtml
documentation/main_8cpp.js [new file with mode: 0644]
documentation/main_8cpp.xhtml [new file with mode: 0644]
documentation/main_8cpp_source.xhtml [new file with mode: 0644]
documentation/mean__stddev_8cl.xhtml
documentation/mean__stddev_8cl_source.xhtml
documentation/mergeresults_8hpp.js [new file with mode: 0644]
documentation/mergeresults_8hpp.xhtml [new file with mode: 0644]
documentation/mergeresults_8hpp_source.xhtml [new file with mode: 0644]
documentation/merges_2list_8hpp.xhtml [new file with mode: 0644]
documentation/merges_2list_8hpp_source.xhtml [new file with mode: 0644]
documentation/minmax__layer_8cl.xhtml [new file with mode: 0644]
documentation/minmax__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/minmaxloc_8cl.js
documentation/minmaxloc_8cl.xhtml
documentation/minmaxloc_8cl_source.xhtml
documentation/model__objects_2_alex_net_8h.xhtml [deleted file]
documentation/model__objects_2_alex_net_8h_source.xhtml [deleted file]
documentation/model__objects_2_le_net5_8h.xhtml [deleted file]
documentation/model__objects_2_le_net5_8h_source.xhtml [deleted file]
documentation/namespacearm__compute.js
documentation/namespacearm__compute.xhtml
documentation/namespacearm__compute_1_1cpp14.js [deleted file]
documentation/namespacearm__compute_1_1cpp14.xhtml [deleted file]
documentation/namespacearm__compute_1_1detail.xhtml
documentation/namespacearm__compute_1_1graph.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1graph.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1graph__utils.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1graph__utils.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1support.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1support.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1support_1_1cpp11.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1support_1_1cpp14.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1support_1_1cpp14.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test.js
documentation/namespacearm__compute_1_1test.xhtml
documentation/namespacearm__compute_1_1test_1_1_c_l_suite.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1_c_l_suite.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1_c_l_suite_1_1_n_i_g_h_t_l_y_suite.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1benchmark.js [deleted file]
documentation/namespacearm__compute_1_1test_1_1benchmark.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1cl.js [deleted file]
documentation/namespacearm__compute_1_1test_1_1cl.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1cpp11.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1cpp14.js [deleted file]
documentation/namespacearm__compute_1_1test_1_1cpp14.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1datasets.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1datasets.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic.xhtml
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail.xhtml
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits.js
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits.xhtml
documentation/namespacearm__compute_1_1test_1_1framework.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1framework.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1framework_1_1dataset.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1framework_1_1dataset.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1framework_1_1detail.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1framework_1_1detail.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1model__objects.js [deleted file]
documentation/namespacearm__compute_1_1test_1_1model__objects.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1neon.js [deleted file]
documentation/namespacearm__compute_1_1test_1_1neon.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1networks.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1networks.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1performance.js [deleted file]
documentation/namespacearm__compute_1_1test_1_1performance.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1traits.js
documentation/namespacearm__compute_1_1test_1_1traits.xhtml
documentation/namespacearm__compute_1_1test_1_1validation.js
documentation/namespacearm__compute_1_1test_1_1validation.xhtml
documentation/namespacearm__compute_1_1test_1_1validation_1_1cl.js [deleted file]
documentation/namespacearm__compute_1_1test_1_1validation_1_1cl.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1validation_1_1reference.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1validation_1_1tensor__operations.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1validation_1_1tensor__visitors.js [deleted file]
documentation/namespacearm__compute_1_1test_1_1validation_1_1tensor__visitors.xhtml [deleted file]
documentation/namespacearm__compute_1_1test_1_1validation_1_1vx.xhtml [deleted file]
documentation/namespacearm__compute_1_1traits.js
documentation/namespacearm__compute_1_1traits.xhtml
documentation/namespacearm__compute_1_1utils.xhtml
documentation/namespaceboost.js [deleted file]
documentation/namespaceboost.xhtml [deleted file]
documentation/namespaceboost_1_1unit__test.js [deleted file]
documentation/namespaceboost_1_1unit__test.xhtml [deleted file]
documentation/namespaceboost_1_1unit__test_1_1data.js [deleted file]
documentation/namespaceboost_1_1unit__test_1_1data.xhtml [deleted file]
documentation/namespaceboost_1_1unit__test_1_1data_1_1monomorphic.js [deleted file]
documentation/namespaceboost_1_1unit__test_1_1data_1_1monomorphic.xhtml [deleted file]
documentation/namespacecaffe__data__extractor.xhtml [new file with mode: 0644]
documentation/namespacecl.xhtml
documentation/namespacemali__userspace.js [new file with mode: 0644]
documentation/namespacemali__userspace.xhtml [new file with mode: 0644]
documentation/namespacemembers.xhtml
documentation/namespacemembers_a.xhtml [new file with mode: 0644]
documentation/namespacemembers_b.xhtml
documentation/namespacemembers_c.xhtml
documentation/namespacemembers_d.xhtml
documentation/namespacemembers_dup.js
documentation/namespacemembers_e.xhtml
documentation/namespacemembers_enum.xhtml
documentation/namespacemembers_eval.xhtml [new file with mode: 0644]
documentation/namespacemembers_f.xhtml
documentation/namespacemembers_func.js
documentation/namespacemembers_func.xhtml
documentation/namespacemembers_func_b.xhtml
documentation/namespacemembers_func_c.xhtml
documentation/namespacemembers_func_d.xhtml
documentation/namespacemembers_func_e.xhtml
documentation/namespacemembers_func_f.xhtml
documentation/namespacemembers_func_g.xhtml
documentation/namespacemembers_func_h.xhtml
documentation/namespacemembers_func_i.xhtml
documentation/namespacemembers_func_j.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_l.xhtml
documentation/namespacemembers_func_m.xhtml
documentation/namespacemembers_func_n.xhtml
documentation/namespacemembers_func_o.xhtml
documentation/namespacemembers_func_p.xhtml
documentation/namespacemembers_func_q.xhtml [new file with mode: 0644]
documentation/namespacemembers_func_r.xhtml
documentation/namespacemembers_func_s.xhtml
documentation/namespacemembers_func_t.xhtml
documentation/namespacemembers_func_u.xhtml
documentation/namespacemembers_func_v.xhtml
documentation/namespacemembers_func_z.xhtml [new file with mode: 0644]
documentation/namespacemembers_g.xhtml
documentation/namespacemembers_h.xhtml
documentation/namespacemembers_i.xhtml
documentation/namespacemembers_j.xhtml [new file with mode: 0644]
documentation/namespacemembers_k.xhtml
documentation/namespacemembers_l.xhtml
documentation/namespacemembers_m.xhtml
documentation/namespacemembers_n.xhtml
documentation/namespacemembers_o.xhtml
documentation/namespacemembers_p.xhtml
documentation/namespacemembers_q.xhtml
documentation/namespacemembers_r.xhtml
documentation/namespacemembers_s.xhtml
documentation/namespacemembers_t.xhtml
documentation/namespacemembers_type.js [new file with mode: 0644]
documentation/namespacemembers_type.xhtml
documentation/namespacemembers_type_d.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_e.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_f.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_g.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_h.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_i.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_k.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_l.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_m.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_n.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_p.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_q.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_s.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_t.xhtml [new file with mode: 0644]
documentation/namespacemembers_type_u.xhtml [new file with mode: 0644]
documentation/namespacemembers_u.xhtml
documentation/namespacemembers_v.xhtml
documentation/namespacemembers_vars.xhtml
documentation/namespacemembers_w.xhtml [new file with mode: 0644]
documentation/namespacemembers_y.xhtml [new file with mode: 0644]
documentation/namespacemembers_z.xhtml [new file with mode: 0644]
documentation/namespaces.js
documentation/namespaces.xhtml
documentation/namespacetensorflow__data__extractor.xhtml [new file with mode: 0644]
documentation/navtree.css
documentation/navtree.js
documentation/navtreedata.js [deleted file]
documentation/navtreeindex0.js
documentation/navtreeindex1.js
documentation/navtreeindex10.js
documentation/navtreeindex11.js
documentation/navtreeindex12.js
documentation/navtreeindex13.js
documentation/navtreeindex14.js
documentation/navtreeindex15.js
documentation/navtreeindex16.js
documentation/navtreeindex17.js
documentation/navtreeindex18.js
documentation/navtreeindex19.js
documentation/navtreeindex2.js
documentation/navtreeindex20.js
documentation/navtreeindex21.js
documentation/navtreeindex22.js
documentation/navtreeindex23.js
documentation/navtreeindex24.js [new file with mode: 0644]
documentation/navtreeindex25.js [new file with mode: 0644]
documentation/navtreeindex26.js [new file with mode: 0644]
documentation/navtreeindex27.js [new file with mode: 0644]
documentation/navtreeindex28.js [new file with mode: 0644]
documentation/navtreeindex29.js [new file with mode: 0644]
documentation/navtreeindex3.js
documentation/navtreeindex30.js [new file with mode: 0644]
documentation/navtreeindex31.js [new file with mode: 0644]
documentation/navtreeindex32.js [new file with mode: 0644]
documentation/navtreeindex33.js [new file with mode: 0644]
documentation/navtreeindex34.js [new file with mode: 0644]
documentation/navtreeindex35.js [new file with mode: 0644]
documentation/navtreeindex36.js [new file with mode: 0644]
documentation/navtreeindex37.js [new file with mode: 0644]
documentation/navtreeindex4.js
documentation/navtreeindex5.js
documentation/navtreeindex6.js
documentation/navtreeindex7.js
documentation/navtreeindex8.js
documentation/navtreeindex9.js
documentation/neon__cnn_8cpp.xhtml
documentation/neon__cnn_8cpp_source.xhtml
documentation/neon__convolution_8cpp.xhtml
documentation/neon__convolution_8cpp_source.xhtml
documentation/neon__copy__objects_8cpp.xhtml
documentation/neon__copy__objects_8cpp_source.xhtml
documentation/neon__scale_8cpp.xhtml
documentation/neon__scale_8cpp_source.xhtml
documentation/neoncl__scale__median__gaussian_8cpp.js
documentation/neoncl__scale__median__gaussian_8cpp.xhtml
documentation/neoncl__scale__median__gaussian_8cpp_source.xhtml
documentation/non__linear__filter3x3_8cl.xhtml
documentation/non__linear__filter3x3_8cl_source.xhtml
documentation/non__linear__filter5x5_8cl.xhtml
documentation/non__linear__filter5x5_8cl_source.xhtml
documentation/non__linear__filter__helpers_8h.xhtml
documentation/non__linear__filter__helpers_8h_source.xhtml
documentation/nonmax_8cl.xhtml
documentation/nonmax_8cl_source.xhtml
documentation/normalization__layer_8cl.js
documentation/normalization__layer_8cl.xhtml
documentation/normalization__layer_8cl_source.xhtml
documentation/optical__flow__pyramid__lk_8cl.xhtml
documentation/optical__flow__pyramid__lk_8cl_source.xhtml
documentation/pages.xhtml
documentation/pixelwise__mul__float_8cl.js
documentation/pixelwise__mul__float_8cl.xhtml
documentation/pixelwise__mul__float_8cl_source.xhtml
documentation/pixelwise__mul__int_8cl.js
documentation/pixelwise__mul__int_8cl.xhtml
documentation/pixelwise__mul__int_8cl_source.xhtml
documentation/pooling__layer_8cl.js
documentation/pooling__layer_8cl.xhtml
documentation/pooling__layer_8cl_source.xhtml
documentation/profiler_8hpp.js [new file with mode: 0644]
documentation/profiler_8hpp.xhtml [new file with mode: 0644]
documentation/profiler_8hpp_source.xhtml [new file with mode: 0644]
documentation/quantization__layer_8cl.js [new file with mode: 0644]
documentation/quantization__layer_8cl.xhtml [new file with mode: 0644]
documentation/quantization__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/reduction__operation_8cl.js [new file with mode: 0644]
documentation/reduction__operation_8cl.xhtml [new file with mode: 0644]
documentation/reduction__operation_8cl_source.xhtml [new file with mode: 0644]
documentation/remap_8cl.xhtml
documentation/remap_8cl_source.xhtml
documentation/reshape__layer_8cl.js [new file with mode: 0644]
documentation/reshape__layer_8cl.xhtml [new file with mode: 0644]
documentation/reshape__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/resize.js
documentation/roi__pooling__layer_8cl.js [new file with mode: 0644]
documentation/roi__pooling__layer_8cl.xhtml [new file with mode: 0644]
documentation/roi__pooling__layer_8cl_source.xhtml [new file with mode: 0644]
documentation/runtime_2_tensor_8h.js [new file with mode: 0644]
documentation/runtime_2_tensor_8h.xhtml [new file with mode: 0644]
documentation/runtime_2_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/scale_8cl.js
documentation/scale_8cl.xhtml
documentation/scale_8cl_source.xhtml
documentation/scharr__filter_8cl.xhtml
documentation/scharr__filter_8cl_source.xhtml
documentation/search/all_0.html
documentation/search/all_0.js
documentation/search/all_1.html
documentation/search/all_1.js
documentation/search/all_10.html
documentation/search/all_10.js
documentation/search/all_11.html
documentation/search/all_11.js
documentation/search/all_12.html
documentation/search/all_12.js
documentation/search/all_13.html
documentation/search/all_13.js
documentation/search/all_14.html
documentation/search/all_14.js
documentation/search/all_15.html
documentation/search/all_15.js
documentation/search/all_16.html
documentation/search/all_16.js
documentation/search/all_17.html
documentation/search/all_17.js
documentation/search/all_18.html
documentation/search/all_18.js
documentation/search/all_19.html
documentation/search/all_19.js
documentation/search/all_1a.html
documentation/search/all_1a.js
documentation/search/all_1b.html
documentation/search/all_1b.js
documentation/search/all_1c.html [new file with mode: 0644]
documentation/search/all_1c.js [new file with mode: 0644]
documentation/search/all_2.html
documentation/search/all_2.js
documentation/search/all_3.html
documentation/search/all_3.js
documentation/search/all_4.html
documentation/search/all_4.js
documentation/search/all_5.html
documentation/search/all_5.js
documentation/search/all_6.html
documentation/search/all_6.js
documentation/search/all_7.html
documentation/search/all_7.js
documentation/search/all_8.html
documentation/search/all_8.js
documentation/search/all_9.html
documentation/search/all_9.js
documentation/search/all_a.html
documentation/search/all_a.js
documentation/search/all_b.html
documentation/search/all_b.js
documentation/search/all_c.html
documentation/search/all_c.js
documentation/search/all_d.html
documentation/search/all_d.js
documentation/search/all_e.html
documentation/search/all_e.js
documentation/search/all_f.html
documentation/search/all_f.js
documentation/search/classes_0.html
documentation/search/classes_0.js
documentation/search/classes_1.html
documentation/search/classes_1.js
documentation/search/classes_10.html
documentation/search/classes_10.js
documentation/search/classes_11.html
documentation/search/classes_11.js
documentation/search/classes_12.html
documentation/search/classes_12.js
documentation/search/classes_13.html
documentation/search/classes_13.js
documentation/search/classes_14.html
documentation/search/classes_14.js
documentation/search/classes_15.html
documentation/search/classes_15.js
documentation/search/classes_16.html [new file with mode: 0644]
documentation/search/classes_16.js [new file with mode: 0644]
documentation/search/classes_17.html [new file with mode: 0644]
documentation/search/classes_17.js [new file with mode: 0644]
documentation/search/classes_18.html [new file with mode: 0644]
documentation/search/classes_18.js [new file with mode: 0644]
documentation/search/classes_19.html [new file with mode: 0644]
documentation/search/classes_19.js [new file with mode: 0644]
documentation/search/classes_2.html
documentation/search/classes_2.js
documentation/search/classes_3.html
documentation/search/classes_3.js
documentation/search/classes_4.html
documentation/search/classes_4.js
documentation/search/classes_5.html
documentation/search/classes_5.js
documentation/search/classes_6.html
documentation/search/classes_6.js
documentation/search/classes_7.html
documentation/search/classes_7.js
documentation/search/classes_8.html
documentation/search/classes_8.js
documentation/search/classes_9.html
documentation/search/classes_9.js
documentation/search/classes_a.html
documentation/search/classes_a.js
documentation/search/classes_b.html
documentation/search/classes_b.js
documentation/search/classes_c.html
documentation/search/classes_c.js
documentation/search/classes_d.html
documentation/search/classes_d.js
documentation/search/classes_e.html
documentation/search/classes_e.js
documentation/search/classes_f.html
documentation/search/classes_f.js
documentation/search/defines_0.html
documentation/search/defines_0.js
documentation/search/defines_1.html
documentation/search/defines_1.js
documentation/search/defines_10.html
documentation/search/defines_10.js
documentation/search/defines_11.html
documentation/search/defines_11.js
documentation/search/defines_12.html [new file with mode: 0644]
documentation/search/defines_12.js [new file with mode: 0644]
documentation/search/defines_13.html [new file with mode: 0644]
documentation/search/defines_13.js [new file with mode: 0644]
documentation/search/defines_14.html [new file with mode: 0644]
documentation/search/defines_14.js [new file with mode: 0644]
documentation/search/defines_15.html [new file with mode: 0644]
documentation/search/defines_15.js [new file with mode: 0644]
documentation/search/defines_2.html
documentation/search/defines_2.js
documentation/search/defines_3.html
documentation/search/defines_3.js
documentation/search/defines_4.html
documentation/search/defines_4.js
documentation/search/defines_5.html
documentation/search/defines_5.js
documentation/search/defines_6.html
documentation/search/defines_6.js
documentation/search/defines_7.html
documentation/search/defines_7.js
documentation/search/defines_8.html
documentation/search/defines_8.js
documentation/search/defines_9.html
documentation/search/defines_9.js
documentation/search/defines_a.html
documentation/search/defines_a.js
documentation/search/defines_b.html
documentation/search/defines_b.js
documentation/search/defines_c.html
documentation/search/defines_c.js
documentation/search/defines_d.html
documentation/search/defines_d.js
documentation/search/defines_e.html
documentation/search/defines_e.js
documentation/search/defines_f.html
documentation/search/defines_f.js
documentation/search/enums_0.html
documentation/search/enums_1.html
documentation/search/enums_2.html
documentation/search/enums_2.js
documentation/search/enums_3.html
documentation/search/enums_3.js
documentation/search/enums_4.html
documentation/search/enums_5.html
documentation/search/enums_6.html
documentation/search/enums_6.js
documentation/search/enums_7.html
documentation/search/enums_7.js
documentation/search/enums_8.html
documentation/search/enums_8.js
documentation/search/enums_9.html
documentation/search/enums_9.js
documentation/search/enums_a.html
documentation/search/enums_a.js
documentation/search/enums_b.html
documentation/search/enums_b.js
documentation/search/enums_c.html
documentation/search/enums_c.js
documentation/search/enums_d.html
documentation/search/enums_d.js
documentation/search/enums_e.html [new file with mode: 0644]
documentation/search/enums_e.js [new file with mode: 0644]
documentation/search/enums_f.html [new file with mode: 0644]
documentation/search/enums_f.js [new file with mode: 0644]
documentation/search/enumvalues_0.html
documentation/search/enumvalues_0.js
documentation/search/enumvalues_1.html
documentation/search/enumvalues_1.js
documentation/search/enumvalues_10.html
documentation/search/enumvalues_10.js
documentation/search/enumvalues_11.html
documentation/search/enumvalues_11.js
documentation/search/enumvalues_12.html
documentation/search/enumvalues_12.js
documentation/search/enumvalues_13.html
documentation/search/enumvalues_13.js
documentation/search/enumvalues_14.html [new file with mode: 0644]
documentation/search/enumvalues_14.js [new file with mode: 0644]
documentation/search/enumvalues_15.html [new file with mode: 0644]
documentation/search/enumvalues_15.js [new file with mode: 0644]
documentation/search/enumvalues_2.html
documentation/search/enumvalues_2.js
documentation/search/enumvalues_3.html
documentation/search/enumvalues_3.js
documentation/search/enumvalues_4.html
documentation/search/enumvalues_4.js
documentation/search/enumvalues_5.html
documentation/search/enumvalues_5.js
documentation/search/enumvalues_6.html
documentation/search/enumvalues_7.html
documentation/search/enumvalues_7.js
documentation/search/enumvalues_8.html
documentation/search/enumvalues_8.js
documentation/search/enumvalues_9.html
documentation/search/enumvalues_9.js
documentation/search/enumvalues_a.html
documentation/search/enumvalues_a.js
documentation/search/enumvalues_b.html
documentation/search/enumvalues_b.js
documentation/search/enumvalues_c.html
documentation/search/enumvalues_c.js
documentation/search/enumvalues_d.html
documentation/search/enumvalues_d.js
documentation/search/enumvalues_e.html
documentation/search/enumvalues_e.js
documentation/search/enumvalues_f.html
documentation/search/enumvalues_f.js
documentation/search/files_0.html
documentation/search/files_0.js
documentation/search/files_1.html
documentation/search/files_1.js
documentation/search/files_10.html
documentation/search/files_10.js
documentation/search/files_11.html
documentation/search/files_11.js
documentation/search/files_12.html
documentation/search/files_12.js
documentation/search/files_13.html
documentation/search/files_13.js
documentation/search/files_14.html
documentation/search/files_14.js
documentation/search/files_15.html [new file with mode: 0644]
documentation/search/files_15.js [new file with mode: 0644]
documentation/search/files_16.html [new file with mode: 0644]
documentation/search/files_16.js [new file with mode: 0644]
documentation/search/files_17.html [new file with mode: 0644]
documentation/search/files_17.js [new file with mode: 0644]
documentation/search/files_18.html [new file with mode: 0644]
documentation/search/files_18.js [new file with mode: 0644]
documentation/search/files_2.html
documentation/search/files_2.js
documentation/search/files_3.html
documentation/search/files_3.js
documentation/search/files_4.html
documentation/search/files_4.js
documentation/search/files_5.html
documentation/search/files_5.js
documentation/search/files_6.html
documentation/search/files_6.js
documentation/search/files_7.html
documentation/search/files_7.js
documentation/search/files_8.html
documentation/search/files_8.js
documentation/search/files_9.html
documentation/search/files_9.js
documentation/search/files_a.html
documentation/search/files_a.js
documentation/search/files_b.html
documentation/search/files_b.js
documentation/search/files_c.html
documentation/search/files_c.js
documentation/search/files_d.html
documentation/search/files_d.js
documentation/search/files_e.html
documentation/search/files_e.js
documentation/search/files_f.html
documentation/search/files_f.js
documentation/search/functions_0.html
documentation/search/functions_0.js
documentation/search/functions_1.html
documentation/search/functions_1.js
documentation/search/functions_10.html
documentation/search/functions_10.js
documentation/search/functions_11.html
documentation/search/functions_11.js
documentation/search/functions_12.html
documentation/search/functions_12.js
documentation/search/functions_13.html
documentation/search/functions_13.js
documentation/search/functions_14.html
documentation/search/functions_14.js
documentation/search/functions_15.html
documentation/search/functions_15.js
documentation/search/functions_16.html
documentation/search/functions_16.js
documentation/search/functions_17.html
documentation/search/functions_17.js
documentation/search/functions_18.html
documentation/search/functions_18.js
documentation/search/functions_19.html
documentation/search/functions_19.js
documentation/search/functions_1a.html [new file with mode: 0644]
documentation/search/functions_1a.js [new file with mode: 0644]
documentation/search/functions_2.html
documentation/search/functions_2.js
documentation/search/functions_3.html
documentation/search/functions_3.js
documentation/search/functions_4.html
documentation/search/functions_4.js
documentation/search/functions_5.html
documentation/search/functions_5.js
documentation/search/functions_6.html
documentation/search/functions_6.js
documentation/search/functions_7.html
documentation/search/functions_7.js
documentation/search/functions_8.html
documentation/search/functions_8.js
documentation/search/functions_9.html
documentation/search/functions_9.js
documentation/search/functions_a.html
documentation/search/functions_a.js
documentation/search/functions_b.html
documentation/search/functions_b.js
documentation/search/functions_c.html
documentation/search/functions_c.js
documentation/search/functions_d.html
documentation/search/functions_d.js
documentation/search/functions_e.html
documentation/search/functions_e.js
documentation/search/functions_f.html
documentation/search/functions_f.js
documentation/search/namespaces_0.html
documentation/search/namespaces_0.js
documentation/search/namespaces_1.html
documentation/search/namespaces_1.js
documentation/search/namespaces_2.html
documentation/search/namespaces_2.js
documentation/search/namespaces_3.html [new file with mode: 0644]
documentation/search/namespaces_3.js [new file with mode: 0644]
documentation/search/pages_0.html
documentation/search/pages_0.js
documentation/search/pages_1.html
documentation/search/pages_2.html
documentation/search/related_0.html
documentation/search/related_0.js
documentation/search/related_1.html
documentation/search/related_1.js
documentation/search/related_2.html
documentation/search/related_2.js
documentation/search/search.js
documentation/search/searchdata.js [deleted file]
documentation/search/typedefs_0.html
documentation/search/typedefs_0.js
documentation/search/typedefs_1.html
documentation/search/typedefs_1.js
documentation/search/typedefs_10.html
documentation/search/typedefs_10.js
documentation/search/typedefs_11.html
documentation/search/typedefs_11.js
documentation/search/typedefs_12.html [new file with mode: 0644]
documentation/search/typedefs_12.js [new file with mode: 0644]
documentation/search/typedefs_2.html
documentation/search/typedefs_2.js
documentation/search/typedefs_3.html
documentation/search/typedefs_3.js
documentation/search/typedefs_4.html
documentation/search/typedefs_4.js
documentation/search/typedefs_5.html
documentation/search/typedefs_5.js
documentation/search/typedefs_6.html
documentation/search/typedefs_6.js
documentation/search/typedefs_7.html
documentation/search/typedefs_7.js
documentation/search/typedefs_8.html
documentation/search/typedefs_8.js
documentation/search/typedefs_9.html
documentation/search/typedefs_9.js
documentation/search/typedefs_a.html
documentation/search/typedefs_a.js
documentation/search/typedefs_b.html
documentation/search/typedefs_b.js
documentation/search/typedefs_c.html
documentation/search/typedefs_c.js
documentation/search/typedefs_d.html
documentation/search/typedefs_d.js
documentation/search/typedefs_e.html
documentation/search/typedefs_e.js
documentation/search/typedefs_f.html
documentation/search/typedefs_f.js
documentation/search/variables_0.html
documentation/search/variables_0.js
documentation/search/variables_1.html
documentation/search/variables_1.js
documentation/search/variables_10.html
documentation/search/variables_10.js
documentation/search/variables_11.html
documentation/search/variables_11.js
documentation/search/variables_12.html
documentation/search/variables_12.js
documentation/search/variables_13.html
documentation/search/variables_13.js
documentation/search/variables_14.html
documentation/search/variables_14.js
documentation/search/variables_15.html
documentation/search/variables_15.js
documentation/search/variables_16.html
documentation/search/variables_16.js
documentation/search/variables_17.html
documentation/search/variables_17.js
documentation/search/variables_18.html [new file with mode: 0644]
documentation/search/variables_18.js [new file with mode: 0644]
documentation/search/variables_2.html
documentation/search/variables_2.js
documentation/search/variables_3.html
documentation/search/variables_3.js
documentation/search/variables_4.html
documentation/search/variables_4.js
documentation/search/variables_5.html
documentation/search/variables_5.js
documentation/search/variables_6.html
documentation/search/variables_6.js
documentation/search/variables_7.html
documentation/search/variables_7.js
documentation/search/variables_8.html
documentation/search/variables_8.js
documentation/search/variables_9.html
documentation/search/variables_9.js
documentation/search/variables_a.html
documentation/search/variables_a.js
documentation/search/variables_b.html
documentation/search/variables_b.js
documentation/search/variables_c.html
documentation/search/variables_c.js
documentation/search/variables_d.html
documentation/search/variables_d.js
documentation/search/variables_e.html
documentation/search/variables_e.js
documentation/search/variables_f.html
documentation/search/variables_f.js
documentation/sobel__filter_8cl.xhtml
documentation/sobel__filter_8cl_source.xhtml
documentation/softmax__layer_8cl.js
documentation/softmax__layer_8cl.xhtml
documentation/softmax__layer_8cl_source.xhtml
documentation/struct_coordinates2_d.xhtml
documentation/struct_detection_window.xhtml
documentation/struct_image.xhtml
documentation/struct_internal_keypoint.xhtml
documentation/struct_keypoint.xhtml
documentation/struct_tensor3_d.xhtml
documentation/struct_tensor4_d.js [new file with mode: 0644]
documentation/struct_tensor4_d.xhtml [new file with mode: 0644]
documentation/struct_transform_impl.xhtml [new file with mode: 0644]
documentation/struct_transpose_interleave_common.xhtml [new file with mode: 0644]
documentation/struct_vector.xhtml
documentation/structarm__compute_1_1_border_size.xhtml
documentation/structarm__compute_1_1_c_l_coefficient_table.xhtml
documentation/structarm__compute_1_1_c_l_l_k_internal_keypoint.xhtml
documentation/structarm__compute_1_1_c_l_old_value.xhtml
documentation/structarm__compute_1_1_c_p_u_info.js [new file with mode: 0644]
documentation/structarm__compute_1_1_c_p_u_info.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_coordinates2_d.xhtml
documentation/structarm__compute_1_1_coordinates3_d.xhtml
documentation/structarm__compute_1_1_detection_window.xhtml
documentation/structarm__compute_1_1_i_o_format_info.xhtml
documentation/structarm__compute_1_1_key_point.xhtml
documentation/structarm__compute_1_1_min_max_location_values.js [new file with mode: 0644]
documentation/structarm__compute_1_1_min_max_location_values.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_min_max_location_values__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1_min_max_location_values__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1_min_max_location_values__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1_n_e_l_k_internal_keypoint.xhtml
documentation/structarm__compute_1_1_r_o_i.js [new file with mode: 0644]
documentation/structarm__compute_1_1_r_o_i.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_r_o_i__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1_r_o_i__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1_r_o_i__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1_rectangle.xhtml
documentation/structarm__compute_1_1_thread_info.js [new file with mode: 0644]
documentation/structarm__compute_1_1_thread_info.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_thread_info__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1_thread_info__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1_thread_info__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1_valid_region.xhtml
documentation/structarm__compute_1_1_valid_region__coll__graph.md5
documentation/structarm__compute_1_1_valid_region__coll__graph.svg
documentation/structarm__compute_1_1cpp14_1_1___unique__if.js [deleted file]
documentation/structarm__compute_1_1cpp14_1_1___unique__if.xhtml [deleted file]
documentation/structarm__compute_1_1cpp14_1_1___unique__if_3_01_t[]_4.js [deleted file]
documentation/structarm__compute_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml [deleted file]
documentation/structarm__compute_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.js [deleted file]
documentation/structarm__compute_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml [deleted file]
documentation/structarm__compute_1_1enable__bitwise__ops.xhtml
documentation/structarm__compute_1_1enable__bitwise__ops_3_01arm__compute_1_1_g_p_u_target_01_4.xhtml
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if.js [new file with mode: 0644]
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[]_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1_user_configuration.js [deleted file]
documentation/structarm__compute_1_1test_1_1_user_configuration.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1_user_configuration__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1_user_configuration__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1_user_configuration__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1common__promoted__signed__type.xhtml
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if.js [deleted file]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if_3_01_t[]_4.js [deleted file]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.js [deleted file]
documentation/structarm__compute_1_1test_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_threshold_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_threshold_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1constant__expr.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int16__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int32__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int64__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int8__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint64__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1_i_measurement.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_i_measurement.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_test_info.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_test_info.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_test_result.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container_3_01std_1_1vector_3_01_v_00_01_a_01_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container_3_01std_1_1vector_3_01_v_00_01_a_01_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container_3_01std_1_1vector_3_01_v_00_01_a_01_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container_3_01std_1_1vector_3_01_v_00_01_a_01_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration.js [deleted file]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1performance_1_1_performance_user_configuration__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1traits_1_1promote.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01float_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01half_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01half_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int16__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int32__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int8__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1_harris_corners_parameters.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1_harris_corners_parameters.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1cl_1_1_c_l_fixture.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1cl_1_1_c_l_fixture.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1compare.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1validation_1_1match__const.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1match__const.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1absolute__difference__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1activation__layer__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__addition__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1arithmetic__subtraction__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1batch__normalization__layer__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1convolution__layer__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1depth__convert__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__operation__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fixed__point__pixel__wise__multiplication__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1fully__connected__layer__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1gemm__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1normalization__layer__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pixel__wise__multiplication__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1pooling__layer__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1print__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor.js [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1validation_1_1tensor__visitors_1_1softmax__layer__visitor__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained.xhtml
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4.xhtml [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.map [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4.xhtml [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.map [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4.xhtml
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4__coll__graph.md5
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4__coll__graph.svg
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_actc083718f2a45800f245b4789496ba62a.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_actc083718f2a45800f245b4789496ba62a.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_actc083718f2a45800f245b4789496ba62a.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_activation_functions_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale08494eac301fe59801c94a1e49323f42.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale1c097a9fbdfd984a6c1fe1b85dace92a.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale1c097a9fbdfd984a6c1fe1b85dace92a.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale1c097a9fbdfd984a6c1fe1b85dace92a.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale353bc52507aa43f06dbf95e757937ea3.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale3666c604179e8c5e7b449c9783241da0.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale3666c604179e8c5e7b449c9783241da0.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ale3666c604179e8c5e7b449c9783241da0.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_all_data_types_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_all_data_types_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_all_data_types_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_all_data_types_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_border_modes_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_border_modes_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_border_modes_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_border_modes_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n654a9ddc0be25ce9f53741a765f23cfb.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n654a9ddc0be25ce9f53741a765f23cfb.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n654a9ddc0be25ce9f53741a765f23cfb.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_data_types_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_data_types_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_data_types_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_data_types_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_fixed_point_data_types_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_n_n_float_data_types_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_nacf05d9e09b2edcfed642c23987f92f6.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_nacf05d9e09b2edcfed642c23987f92f6.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_c_nacf05d9e09b2edcfed642c23987f92f6.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_convert_policies_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_convert_policies_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_convert_policies_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_convert_policies_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_dir618d2b8632fb2a14b2b8ad932f29c702.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_dir618d2b8632fb2a14b2b8ad932f29c702.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_dir618d2b8632fb2a14b2b8ad932f29c702.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_direct_convolution_shapes_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_fix894a7ec222bfe52ff9657f209e49bbb3.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_fix894a7ec222bfe52ff9657f209e49bbb3.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_fix894a7ec222bfe52ff9657f209e49bbb3.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_fixed_point_data_types_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_float_data_types_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_float_data_types_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_float_data_types_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_float_data_types_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_intc1c44e2478649e95c09e2cce657a0700.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_intc1c44e2478649e95c09e2cce657a0700.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_intc1c44e2478649e95c09e2cce657a0700.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_interpolation_policies_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar3e88d2c425acaee0299fc505fb789c24.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar3e88d2c425acaee0299fc505fb789c24.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar3e88d2c425acaee0299fc505fb789c24.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar54e71ecc3aab9d0a8e146092477da42b.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar54e71ecc3aab9d0a8e146092477da42b.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_lar54e71ecc3aab9d0a8e146092477da42b.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_larb321d1e758b5a8ba2357d45c9fb79214.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_g_e_m_m_dataset_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_images_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_images_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_images_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_images_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_shapes_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_shapes_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_shapes_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_large_shapes_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_nor40ab218f8dce317d6fb9026633e97dfb.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_nor40ab218f8dce317d6fb9026633e97dfb.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_nor40ab218f8dce317d6fb9026633e97dfb.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_normalization_types_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ran0c09af4ee7a64edb9be5e86462d7cfee.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ran7977c2cddcca626085649dfc89fd0d79.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ran7977c2cddcca626085649dfc89fd0d79.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ran7977c2cddcca626085649dfc89fd0d79.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ranacdaaefe63ce7ff5e3c1fbdb3c2d1461.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ranacdaaefe63ce7ff5e3c1fbdb3c2d1461.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_ranacdaaefe63ce7ff5e3c1fbdb3c2d1461.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_random_pooling_layer_dataset_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_rou6d6a54280c694766b800dca4a14ecd03.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_rou6d6a54280c694766b800dca4a14ecd03.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_rou6d6a54280c694766b800dca4a14ecd03.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_rounding_policies_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sige8903bc485cfa5e8edbf1f41e67f7e95.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sige8903bc485cfa5e8edbf1f41e67f7e95.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sige8903bc485cfa5e8edbf1f41e67f7e95.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_signed_data_types_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma37aa36c611469959a5228d982ba942dd.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma62b3eab748b476484e57e35656c730cf.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma62b3eab748b476484e57e35656c730cf.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma62b3eab748b476484e57e35656c730cf.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma68a6ec428c610323abd025da83fb53f1.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma68a6ec428c610323abd025da83fb53f1.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma68a6ec428c610323abd025da83fb53f1.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_sma7e005b651d0eb6b1236ae8f2d63b33e2.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_smafcd58fcc57b0091cc3ea3edcccbccf01.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_smafcd58fcc57b0091cc3ea3edcccbccf01.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_smafcd58fcc57b0091cc3ea3edcccbccf01.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small1_d_shape_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small1_d_shape_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small1_d_shape_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small1_d_shape_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_g_e_m_m_dataset_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_images_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_images_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_images_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_images_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_shapes_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_shapes_01_4__coll__graph.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_shapes_01_4__coll__graph.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_small_shapes_01_4__coll__graph.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_thr20a06b6ec29decfcd86dcbb31db5a7cc.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_thr20a06b6ec29decfcd86dcbb31db5a7cc.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_thr20a06b6ec29decfcd86dcbb31db5a7cc.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_threshold_dataset_01_4.xhtml [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_uns857987c56fcf4ace7a0307984bdb5675.map [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_uns857987c56fcf4ace7a0307984bdb5675.md5 [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_uns857987c56fcf4ace7a0307984bdb5675.svg [deleted file]
documentation/structboost_1_1unit__test_1_1data_1_1monomorphic_1_1is__dataset_3_01arm__compute_1_1test_1_1_unsigned_data_types_01_4.xhtml [deleted file]
documentation/structmali__userspace_1_1_counter_mapping.js [new file with mode: 0644]
documentation/structmali__userspace_1_1_counter_mapping.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1gpu__props.js [new file with mode: 0644]
documentation/structmali__userspace_1_1gpu__props.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1gpu__raw__gpu__props.js [new file with mode: 0644]
documentation/structmali__userspace_1_1gpu__raw__gpu__props.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1kbase__hwcnt__reader__metadata.js [new file with mode: 0644]
documentation/structmali__userspace_1_1kbase__hwcnt__reader__metadata.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1kbase__uk__gpuprops.js [new file with mode: 0644]
documentation/structmali__userspace_1_1kbase__uk__gpuprops.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1kbase__uk__gpuprops__coll__graph.map [new file with mode: 0644]
documentation/structmali__userspace_1_1kbase__uk__gpuprops__coll__graph.md5 [new file with mode: 0644]
documentation/structmali__userspace_1_1kbase__uk__gpuprops__coll__graph.svg [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group.js [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info.js [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info__coll__graph.map [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info__coll__graph.md5 [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info__coll__graph.svg [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__core__props.js [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__core__props.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__l2__cache__props.js [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__l2__cache__props.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__props.js [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__props.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__props__coll__graph.map [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__props__coll__graph.md5 [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__props__coll__graph.svg [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__thread__props.js [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__thread__props.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__tiler__props.js [new file with mode: 0644]
documentation/structmali__userspace_1_1mali__base__gpu__tiler__props.xhtml [new file with mode: 0644]
documentation/tablelookup_8cl.xhtml
documentation/tablelookup_8cl_source.xhtml
documentation/tensorflow__data__extractor_8py.js [new file with mode: 0644]
documentation/tensorflow__data__extractor_8py.xhtml [new file with mode: 0644]
documentation/tensorflow__data__extractor_8py_source.xhtml [new file with mode: 0644]
documentation/tests.xhtml
documentation/tests_2_types_8h.js
documentation/tests_2_types_8h.xhtml
documentation/tests_2_types_8h_source.xhtml
documentation/tests_2_utils_8h.js
documentation/tests_2_utils_8h.xhtml
documentation/tests_2_utils_8h_source.xhtml
documentation/tests_2framework_2_utils_8h.js [new file with mode: 0644]
documentation/tests_2framework_2_utils_8h.xhtml [new file with mode: 0644]
documentation/tests_2framework_2_utils_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_activation_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_activation_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_activation_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_convolution_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_fully_connected_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_fully_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_fully_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_pooling_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_softmax_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_softmax_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_softmax_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_utils_8cpp.js [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_utils_8cpp.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_utils_8cpp_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_utils_8h.js [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_utils_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_utils_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_fixed_point_8h.js
documentation/tests_2validation_2_fixed_point_8h.xhtml
documentation/tests_2validation_2_fixed_point_8h_source.xhtml
documentation/tests_2validation_2_helpers_8h.js
documentation/tests_2validation_2_helpers_8h.xhtml
documentation/tests_2validation_2_helpers_8h_source.xhtml
documentation/tests_2validation_2_tensor_8h.xhtml [deleted file]
documentation/tests_2validation_2_tensor_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_u_n_i_t_2_utils_8cpp.xhtml [deleted file]
documentation/tests_2validation_2_u_n_i_t_2_utils_8cpp_source.xhtml [deleted file]
documentation/threshold_8cl.xhtml
documentation/threshold_8cl_source.xhtml
documentation/transform_8hpp.js [new file with mode: 0644]
documentation/transform_8hpp.xhtml [new file with mode: 0644]
documentation/transform_8hpp_source.xhtml [new file with mode: 0644]
documentation/transforms_2list_8hpp.xhtml [new file with mode: 0644]
documentation/transforms_2list_8hpp_source.xhtml [new file with mode: 0644]
documentation/transpose_8cl.xhtml
documentation/transpose_8cl_source.xhtml
documentation/transpose__interleave__common_8hpp.xhtml [new file with mode: 0644]
documentation/transpose__interleave__common_8hpp_source.xhtml [new file with mode: 0644]
documentation/types_8h.xhtml
documentation/types_8h_source.xhtml
documentation/unionmali__userspace_1_1uk__header.js [new file with mode: 0644]
documentation/unionmali__userspace_1_1uk__header.xhtml [new file with mode: 0644]
documentation/utils_2_utils_8cpp.xhtml
documentation/utils_2_utils_8cpp_source.xhtml
documentation/utils_2_utils_8h.js
documentation/utils_2_utils_8h.xhtml
documentation/utils_2_utils_8h_source.xhtml
documentation/validation_2_c_l_2_activation_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_activation_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_activation_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_bitwise_and_8cpp.xhtml [deleted file]
documentation/validation_2_c_l_2_bitwise_and_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_l_2_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_convolution_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_convolution_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_convolution_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_direct_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_direct_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_direct_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_floor_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_floor_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_floor_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_fully_connected_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_fully_connected_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_fully_connected_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_g_e_m_m_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_g_e_m_m_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_g_e_m_m_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_activation_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_activation_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_activation_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_batch_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_depthwise_convolution_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_depthwise_convolution_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_depthwise_convolution_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_depthwise_separable_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_depthwise_separable_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_depthwise_separable_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_floor_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_floor_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_floor_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_fully_connected_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_fully_connected_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_fully_connected_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_g_e_m_m_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_g_e_m_m_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_g_e_m_m_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_p_p_2_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_datasets_8h.xhtml [deleted file]
documentation/validation_2_datasets_8h_source.xhtml [deleted file]
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_batch_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_bitwise_and_8cpp.xhtml [deleted file]
documentation/validation_2_n_e_o_n_2_bitwise_and_8cpp_source.xhtml [deleted file]
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_convolution_layer_direct_8cpp.xhtml [deleted file]
documentation/validation_2_n_e_o_n_2_convolution_layer_direct_8cpp_source.xhtml [deleted file]
documentation/validation_2_n_e_o_n_2_direct_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_direct_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_floor_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_floor_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_floor_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_g_e_m_m_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_pooling_2_pooling_layer_8cpp.xhtml [deleted file]
documentation/validation_2_n_e_o_n_2_pooling_2_pooling_layer_8cpp_source.xhtml [deleted file]
documentation/validation_2_n_e_o_n_2_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_activation_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_activation_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_batch_normalization_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_batch_normalization_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_convolution_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_convolution_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_depthwise_convolution_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_depthwise_convolution_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_floor_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_floor_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_fully_connected_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_fully_connected_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_g_e_m_m_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_g_e_m_m_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_normalization_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_normalization_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_pooling_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_pooling_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2main_8cpp.js [deleted file]
documentation/validation_2main_8cpp.xhtml [deleted file]
documentation/validation_2main_8cpp_source.xhtml [deleted file]
documentation/warp__affine_8cl.xhtml
documentation/warp__affine_8cl_source.xhtml
documentation/warp__helpers_8h.xhtml
documentation/warp__helpers_8h_source.xhtml
documentation/warp__perspective_8cl.xhtml
documentation/warp__perspective_8cl_source.xhtml
examples/SConscript
examples/cl_convolution.cpp
examples/cl_events.cpp
examples/graph_lenet.cpp [new file with mode: 0644]
examples/neon_cnn.cpp
examples/neon_copy_objects.cpp
examples/neoncl_scale_median_gaussian.cpp
include/half/ChangeLog.txt [new file with mode: 0644]
include/half/LICENSE.txt [new file with mode: 0644]
include/half/README.txt [new file with mode: 0644]
include/half/half.hpp [new file with mode: 0644]
include/libnpy/npy.hpp [new file with mode: 0644]
scripts/caffe_data_extractor.py [new file with mode: 0755]
scripts/tensorflow_data_extractor.py [new file with mode: 0755]
src/core/AccessWindowStatic.cpp
src/core/AccessWindowTranspose.cpp
src/core/CL/CLHelpers.cpp
src/core/CL/CLKernelLibrary.cpp
src/core/CL/ICLKernel.cpp
src/core/CL/OpenCL.cpp
src/core/CL/cl_kernels/activation_layer.cl
src/core/CL/cl_kernels/arithmetic_op.cl
src/core/CL/cl_kernels/batchnormalization_layer.cl
src/core/CL/cl_kernels/channel_combine.cl
src/core/CL/cl_kernels/channel_extract.cl
src/core/CL/cl_kernels/concatenate.cl
src/core/CL/cl_kernels/convolution3x3.cl
src/core/CL/cl_kernels/convolution5x5.cl
src/core/CL/cl_kernels/convolution7x7.cl
src/core/CL/cl_kernels/convolution9x9.cl
src/core/CL/cl_kernels/convolution_layer.cl
src/core/CL/cl_kernels/convolution_rectangle.cl
src/core/CL/cl_kernels/depth_convert.cl
src/core/CL/cl_kernels/depthwise_convolution.cl [new file with mode: 0644]
src/core/CL/cl_kernels/dequantization_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/derivative.cl
src/core/CL/cl_kernels/direct_convolution1x1.cl [new file with mode: 0644]
src/core/CL/cl_kernels/direct_convolution3x3.cl [new file with mode: 0644]
src/core/CL/cl_kernels/direct_convolution5x5.cl [new file with mode: 0644]
src/core/CL/cl_kernels/fast_corners.cl
src/core/CL/cl_kernels/fill_border.cl
src/core/CL/cl_kernels/fixed_point.h [new file with mode: 0644]
src/core/CL/cl_kernels/floor.cl [new file with mode: 0644]
src/core/CL/cl_kernels/gemm.cl
src/core/CL/cl_kernels/gemv.cl [new file with mode: 0644]
src/core/CL/cl_kernels/helpers.h
src/core/CL/cl_kernels/hog.cl
src/core/CL/cl_kernels/l2_normalize.cl [new file with mode: 0644]
src/core/CL/cl_kernels/magnitude_phase.cl
src/core/CL/cl_kernels/mean_stddev.cl
src/core/CL/cl_kernels/minmax_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/minmaxloc.cl
src/core/CL/cl_kernels/non_linear_filter3x3.cl
src/core/CL/cl_kernels/non_linear_filter5x5.cl
src/core/CL/cl_kernels/normalization_layer.cl
src/core/CL/cl_kernels/pixelwise_mul_float.cl
src/core/CL/cl_kernels/pixelwise_mul_int.cl
src/core/CL/cl_kernels/pooling_layer.cl
src/core/CL/cl_kernels/quantization_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/reduction_operation.cl [new file with mode: 0644]
src/core/CL/cl_kernels/reshape_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/roi_pooling_layer.cl [new file with mode: 0644]
src/core/CL/cl_kernels/scale.cl
src/core/CL/cl_kernels/scharr_filter.cl
src/core/CL/cl_kernels/sobel_filter.cl
src/core/CL/cl_kernels/softmax_layer.cl
src/core/CL/cl_kernels/transpose.cl
src/core/CL/cl_kernels/warp_perspective.cl
src/core/CL/kernels/CLActivationLayerKernel.cpp
src/core/CL/kernels/CLArithmeticAdditionKernel.cpp
src/core/CL/kernels/CLArithmeticSubtractionKernel.cpp
src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp
src/core/CL/kernels/CLBox3x3Kernel.cpp
src/core/CL/kernels/CLChannelExtractKernel.cpp
src/core/CL/kernels/CLCol2ImKernel.cpp
src/core/CL/kernels/CLConvolutionKernel.cpp
src/core/CL/kernels/CLDepthConcatenateKernel.cpp
src/core/CL/kernels/CLDepthConvertKernel.cpp
src/core/CL/kernels/CLDepthwiseConvolution3x3Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseVectorToTensorKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDequantizationLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDirectConvolutionLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLFillBorderKernel.cpp
src/core/CL/kernels/CLFloorKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMInterleave4x4Kernel.cpp
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.cpp
src/core/CL/kernels/CLGEMMMatrixAdditionKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMTranspose1xWKernel.cpp
src/core/CL/kernels/CLHarrisCornersKernel.cpp
src/core/CL/kernels/CLIm2ColKernel.cpp
src/core/CL/kernels/CLL2NormalizeKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLLocallyConnectedMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLMeanStdDevKernel.cpp
src/core/CL/kernels/CLMinMaxLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLMinMaxLocationKernel.cpp
src/core/CL/kernels/CLNormalizationLayerKernel.cpp
src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp
src/core/CL/kernels/CLPoolingLayerKernel.cpp
src/core/CL/kernels/CLQuantizationLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLROIPoolingLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLReductionOperationKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLReshapeLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLScaleKernel.cpp
src/core/CL/kernels/CLSoftmaxLayerKernel.cpp
src/core/CL/kernels/CLTransposeKernel.cpp
src/core/CL/kernels/CLWarpPerspectiveKernel.cpp
src/core/CL/kernels/CLWeightsReshapeKernel.cpp
src/core/CPP/kernels/CPPCornerCandidatesKernel.cpp
src/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.cpp
src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp
src/core/Helpers.cpp
src/core/IAccessWindow.cpp
src/core/ITensor.cpp
src/core/NEON/kernels/NEAbsoluteDifferenceKernel.cpp
src/core/NEON/kernels/NEAccumulateKernel.cpp
src/core/NEON/kernels/NEActivationLayerKernel.cpp
src/core/NEON/kernels/NEArithmeticAdditionKernel.cpp
src/core/NEON/kernels/NEArithmeticSubtractionKernel.cpp
src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp
src/core/NEON/kernels/NEBitwiseAndKernel.cpp
src/core/NEON/kernels/NEBitwiseNotKernel.cpp
src/core/NEON/kernels/NEBitwiseOrKernel.cpp
src/core/NEON/kernels/NEBitwiseXorKernel.cpp
src/core/NEON/kernels/NEBox3x3Kernel.cpp
src/core/NEON/kernels/NECannyEdgeKernel.cpp
src/core/NEON/kernels/NEChannelCombineKernel.cpp
src/core/NEON/kernels/NEChannelExtractKernel.cpp
src/core/NEON/kernels/NECol2ImKernel.cpp
src/core/NEON/kernels/NEColorConvertKernel.cpp
src/core/NEON/kernels/NEConvolutionKernel.cpp
src/core/NEON/kernels/NECumulativeDistributionKernel.cpp
src/core/NEON/kernels/NEDepthConcatenateKernel.cpp
src/core/NEON/kernels/NEDepthConvertKernel.cpp
src/core/NEON/kernels/NEDequantizationLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDerivativeKernel.cpp
src/core/NEON/kernels/NEDilateKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerBiasAccumulateKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerKernel.cpp
src/core/NEON/kernels/NEErodeKernel.cpp
src/core/NEON/kernels/NEFastCornersKernel.cpp
src/core/NEON/kernels/NEFillArrayKernel.cpp
src/core/NEON/kernels/NEFillBorderKernel.cpp
src/core/NEON/kernels/NEFillInnerBorderKernel.cpp
src/core/NEON/kernels/NEFloorKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMInterleave4x4Kernel.cpp
src/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixAdditionKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEGEMMTranspose1xWKernel.cpp
src/core/NEON/kernels/NEGaussian3x3Kernel.cpp
src/core/NEON/kernels/NEGaussian5x5Kernel.cpp
src/core/NEON/kernels/NEGaussianPyramidKernel.cpp
src/core/NEON/kernels/NEHOGDescriptorKernel.cpp
src/core/NEON/kernels/NEHOGDetectorKernel.cpp
src/core/NEON/kernels/NEHarrisCornersKernel.cpp
src/core/NEON/kernels/NEHistogramKernel.cpp
src/core/NEON/kernels/NEIm2ColKernel.cpp
src/core/NEON/kernels/NEIntegralImageKernel.cpp
src/core/NEON/kernels/NEL2NormalizeKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NELKTrackerKernel.cpp
src/core/NEON/kernels/NELocallyConnectedMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEMagnitudePhaseKernel.cpp
src/core/NEON/kernels/NEMeanStdDevKernel.cpp
src/core/NEON/kernels/NEMedian3x3Kernel.cpp
src/core/NEON/kernels/NEMinMaxLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEMinMaxLocationKernel.cpp
src/core/NEON/kernels/NENonLinearFilterKernel.cpp
src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.cpp
src/core/NEON/kernels/NENormalizationLayerKernel.cpp
src/core/NEON/kernels/NEPixelWiseMultiplicationKernel.cpp
src/core/NEON/kernels/NEPoolingLayerKernel.cpp
src/core/NEON/kernels/NEQuantizationLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEROIPoolingLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEReductionOperationKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NERemapKernel.cpp
src/core/NEON/kernels/NEReshapeLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEScaleKernel.cpp
src/core/NEON/kernels/NEScharr3x3Kernel.cpp
src/core/NEON/kernels/NESobel3x3Kernel.cpp
src/core/NEON/kernels/NESobel5x5Kernel.cpp
src/core/NEON/kernels/NESobel7x7Kernel.cpp
src/core/NEON/kernels/NESoftmaxLayerKernel.cpp
src/core/NEON/kernels/NETableLookupKernel.cpp
src/core/NEON/kernels/NEThresholdKernel.cpp
src/core/NEON/kernels/NETransposeKernel.cpp
src/core/NEON/kernels/NEWarpKernel.cpp
src/core/NEON/kernels/NEWeightsReshapeKernel.cpp
src/core/NEON/kernels/arm32/NEGEMMAArch32Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/arm64/NEGEMMAArch64Kernel.cpp [new file with mode: 0644]
src/core/TensorInfo.cpp
src/core/Utils.cpp
src/core/Validate.cpp
src/graph/CL/CLMap.cpp [new file with mode: 0644]
src/graph/CL/CLUnmap.cpp [new file with mode: 0644]
src/graph/Graph.cpp [new file with mode: 0644]
src/graph/INode.cpp [new file with mode: 0644]
src/graph/Tensor.cpp [new file with mode: 0644]
src/graph/nodes/ActivationLayer.cpp [new file with mode: 0644]
src/graph/nodes/ConvolutionLayer.cpp [new file with mode: 0644]
src/graph/nodes/FullyConnectedLayer.cpp [new file with mode: 0644]
src/graph/nodes/PoolingLayer.cpp [new file with mode: 0644]
src/graph/nodes/SoftmaxLayer.cpp [new file with mode: 0644]
src/runtime/Allocator.cpp [new file with mode: 0644]
src/runtime/BlobLifetimeManager.cpp [new file with mode: 0644]
src/runtime/BlobMemoryPool.cpp [new file with mode: 0644]
src/runtime/CL/CLBufferAllocator.cpp [new file with mode: 0644]
src/runtime/CL/CLMultiHOG.cpp
src/runtime/CL/CLPyramid.cpp
src/runtime/CL/CLScheduler.cpp
src/runtime/CL/CLTensor.cpp
src/runtime/CL/CLTensorAllocator.cpp
src/runtime/CL/CLTuner.cpp [new file with mode: 0644]
src/runtime/CL/ICLSimpleFunction.cpp
src/runtime/CL/functions/CLAbsoluteDifference.cpp
src/runtime/CL/functions/CLAccumulate.cpp
src/runtime/CL/functions/CLActivationLayer.cpp
src/runtime/CL/functions/CLArithmeticAddition.cpp
src/runtime/CL/functions/CLArithmeticSubtraction.cpp
src/runtime/CL/functions/CLBatchNormalizationLayer.cpp
src/runtime/CL/functions/CLBitwiseAnd.cpp
src/runtime/CL/functions/CLBitwiseNot.cpp
src/runtime/CL/functions/CLBitwiseOr.cpp
src/runtime/CL/functions/CLBitwiseXor.cpp
src/runtime/CL/functions/CLBox3x3.cpp
src/runtime/CL/functions/CLCannyEdge.cpp
src/runtime/CL/functions/CLChannelCombine.cpp
src/runtime/CL/functions/CLChannelExtract.cpp
src/runtime/CL/functions/CLColorConvert.cpp
src/runtime/CL/functions/CLConvolution.cpp
src/runtime/CL/functions/CLConvolutionLayer.cpp
src/runtime/CL/functions/CLDepthConcatenate.cpp
src/runtime/CL/functions/CLDepthConvert.cpp
src/runtime/CL/functions/CLDepthwiseConvolution.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDequantizationLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDerivative.cpp
src/runtime/CL/functions/CLDilate.cpp
src/runtime/CL/functions/CLDirectConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLErode.cpp
src/runtime/CL/functions/CLFastCorners.cpp
src/runtime/CL/functions/CLFillBorder.cpp
src/runtime/CL/functions/CLFlattenLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLFloor.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLFullyConnectedLayer.cpp
src/runtime/CL/functions/CLGEMM.cpp
src/runtime/CL/functions/CLGEMMInterleave4x4.cpp
src/runtime/CL/functions/CLGEMMLowp.cpp
src/runtime/CL/functions/CLGEMMTranspose1xW.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGaussian3x3.cpp
src/runtime/CL/functions/CLGaussian5x5.cpp
src/runtime/CL/functions/CLGaussianPyramid.cpp
src/runtime/CL/functions/CLHOGDescriptor.cpp
src/runtime/CL/functions/CLHOGGradient.cpp
src/runtime/CL/functions/CLHOGMultiDetection.cpp
src/runtime/CL/functions/CLHarrisCorners.cpp
src/runtime/CL/functions/CLL2Normalize.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLLaplacianPyramid.cpp
src/runtime/CL/functions/CLLaplacianReconstruct.cpp
src/runtime/CL/functions/CLLocallyConnectedLayer.cpp
src/runtime/CL/functions/CLMagnitude.cpp
src/runtime/CL/functions/CLMeanStdDev.cpp
src/runtime/CL/functions/CLMedian3x3.cpp
src/runtime/CL/functions/CLMinMaxLocation.cpp
src/runtime/CL/functions/CLNonLinearFilter.cpp
src/runtime/CL/functions/CLNonMaximaSuppression3x3.cpp
src/runtime/CL/functions/CLNormalizationLayer.cpp
src/runtime/CL/functions/CLOpticalFlow.cpp
src/runtime/CL/functions/CLPhase.cpp
src/runtime/CL/functions/CLPixelWiseMultiplication.cpp
src/runtime/CL/functions/CLPoolingLayer.cpp
src/runtime/CL/functions/CLQuantizationLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLROIPoolingLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLReductionOperation.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLRemap.cpp
src/runtime/CL/functions/CLReshapeLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLScale.cpp
src/runtime/CL/functions/CLScharr3x3.cpp
src/runtime/CL/functions/CLSobel3x3.cpp
src/runtime/CL/functions/CLSobel5x5.cpp
src/runtime/CL/functions/CLSobel7x7.cpp
src/runtime/CL/functions/CLSoftmaxLayer.cpp
src/runtime/CL/functions/CLTableLookup.cpp
src/runtime/CL/functions/CLThreshold.cpp
src/runtime/CL/functions/CLTranspose.cpp
src/runtime/CL/functions/CLWarpAffine.cpp
src/runtime/CL/functions/CLWarpPerspective.cpp
src/runtime/CPP/CPPScheduler.cpp
src/runtime/CPP/SingleThreadScheduler.cpp
src/runtime/Distribution1D.cpp
src/runtime/HOG.cpp
src/runtime/IScheduler.cpp [new file with mode: 0644]
src/runtime/LutAllocator.cpp
src/runtime/MemoryManagerOnDemand.cpp [new file with mode: 0644]
src/runtime/MultiHOG.cpp
src/runtime/NEON/INESimpleFunction.cpp
src/runtime/NEON/functions/NEAbsoluteDifference.cpp
src/runtime/NEON/functions/NEAccumulate.cpp
src/runtime/NEON/functions/NEActivationLayer.cpp
src/runtime/NEON/functions/NEArithmeticAddition.cpp
src/runtime/NEON/functions/NEArithmeticSubtraction.cpp
src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp
src/runtime/NEON/functions/NEBitwiseAnd.cpp
src/runtime/NEON/functions/NEBitwiseNot.cpp
src/runtime/NEON/functions/NEBitwiseOr.cpp
src/runtime/NEON/functions/NEBitwiseXor.cpp
src/runtime/NEON/functions/NEBox3x3.cpp
src/runtime/NEON/functions/NECannyEdge.cpp
src/runtime/NEON/functions/NEChannelCombine.cpp
src/runtime/NEON/functions/NEChannelExtract.cpp
src/runtime/NEON/functions/NEColorConvert.cpp
src/runtime/NEON/functions/NEConvolution.cpp
src/runtime/NEON/functions/NEConvolutionLayer.cpp
src/runtime/NEON/functions/NEDepthConcatenate.cpp
src/runtime/NEON/functions/NEDepthConvert.cpp
src/runtime/NEON/functions/NEDequantizationLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDerivative.cpp
src/runtime/NEON/functions/NEDilate.cpp
src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp
src/runtime/NEON/functions/NEEqualizeHistogram.cpp
src/runtime/NEON/functions/NEErode.cpp
src/runtime/NEON/functions/NEFastCorners.cpp
src/runtime/NEON/functions/NEFillBorder.cpp
src/runtime/NEON/functions/NEFloor.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEFullyConnectedLayer.cpp
src/runtime/NEON/functions/NEGEMM.cpp
src/runtime/NEON/functions/NEGEMMInterleave4x4.cpp
src/runtime/NEON/functions/NEGEMMLowp.cpp
src/runtime/NEON/functions/NEGEMMTranspose1xW.cpp
src/runtime/NEON/functions/NEGaussian3x3.cpp
src/runtime/NEON/functions/NEGaussian5x5.cpp
src/runtime/NEON/functions/NEGaussianPyramid.cpp
src/runtime/NEON/functions/NEHOGDescriptor.cpp
src/runtime/NEON/functions/NEHOGDetector.cpp
src/runtime/NEON/functions/NEHOGGradient.cpp
src/runtime/NEON/functions/NEHOGMultiDetection.cpp
src/runtime/NEON/functions/NEHarrisCorners.cpp
src/runtime/NEON/functions/NEHistogram.cpp
src/runtime/NEON/functions/NEIntegralImage.cpp
src/runtime/NEON/functions/NEL2Normalize.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NELaplacianPyramid.cpp
src/runtime/NEON/functions/NELaplacianReconstruct.cpp
src/runtime/NEON/functions/NELocallyConnectedLayer.cpp
src/runtime/NEON/functions/NEMagnitude.cpp
src/runtime/NEON/functions/NEMeanStdDev.cpp
src/runtime/NEON/functions/NEMedian3x3.cpp
src/runtime/NEON/functions/NEMinMaxLocation.cpp
src/runtime/NEON/functions/NENonLinearFilter.cpp
src/runtime/NEON/functions/NENonMaximaSuppression3x3.cpp
src/runtime/NEON/functions/NENormalizationLayer.cpp
src/runtime/NEON/functions/NEOpticalFlow.cpp
src/runtime/NEON/functions/NEPhase.cpp
src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp
src/runtime/NEON/functions/NEPoolingLayer.cpp
src/runtime/NEON/functions/NEQuantizationLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEROIPoolingLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEReductionOperation.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NERemap.cpp
src/runtime/NEON/functions/NEReshapeLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEScale.cpp
src/runtime/NEON/functions/NEScharr3x3.cpp
src/runtime/NEON/functions/NESobel3x3.cpp
src/runtime/NEON/functions/NESobel5x5.cpp
src/runtime/NEON/functions/NESobel7x7.cpp
src/runtime/NEON/functions/NESoftmaxLayer.cpp
src/runtime/NEON/functions/NETableLookup.cpp
src/runtime/NEON/functions/NEThreshold.cpp
src/runtime/NEON/functions/NETranspose.cpp
src/runtime/NEON/functions/NEWarpAffine.cpp
src/runtime/NEON/functions/NEWarpPerspective.cpp
src/runtime/OMP/OMPScheduler.cpp
src/runtime/PoolManager.cpp [new file with mode: 0644]
src/runtime/Pyramid.cpp
src/runtime/Scheduler.cpp
src/runtime/Tensor.cpp
src/runtime/TensorAllocator.cpp
support/Half.h [new file with mode: 0644]
support/Mutex.h [new file with mode: 0644]
support/Semaphore.h [new file with mode: 0644]
support/ToolchainSupport.h [new file with mode: 0644]
tests/AssetsLibrary.cpp [new file with mode: 0644]
tests/AssetsLibrary.h [new file with mode: 0644]
tests/CL/CLAccessor.h
tests/CL/CLArrayAccessor.h [new file with mode: 0644]
tests/CL/CLLutAccessor.h [new file with mode: 0644]
tests/CL/Helper.h [deleted file]
tests/Globals.h
tests/IAccessor.h
tests/IArrayAccessor.h [new file with mode: 0644]
tests/ILutAccessor.h [new file with mode: 0644]
tests/NEON/Accessor.h [new file with mode: 0644]
tests/NEON/ArrayAccessor.h [new file with mode: 0644]
tests/NEON/Helper.h
tests/NEON/LutAccessor.h [new file with mode: 0644]
tests/NEON/NEAccessor.h [deleted file]
tests/PaddingCalculator.h [new file with mode: 0644]
tests/ProgramOptions.cpp [deleted file]
tests/ProgramOptions.h [deleted file]
tests/RawLutAccessor.h [new file with mode: 0644]
tests/RawTensor.cpp
tests/RawTensor.h
tests/SConscript
tests/SConscript.orig [deleted file]
tests/SimpleTensor.h [new file with mode: 0644]
tests/TensorCache.h
tests/TensorLibrary.cpp [deleted file]
tests/TensorLibrary.h [deleted file]
tests/TypePrinter.h [deleted file]
tests/TypeReader.h
tests/Types.h
tests/UserConfiguration.cpp [deleted file]
tests/UserConfiguration.h [deleted file]
tests/Utils.h
tests/benchmark/CL/ActivationLayer.cpp
tests/benchmark/CL/BatchNormalizationLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/BitwiseAnd.cpp [deleted file]
tests/benchmark/CL/ConvolutionLayer.cpp
tests/benchmark/CL/DepthwiseConvolution.cpp [new file with mode: 0644]
tests/benchmark/CL/DepthwiseSeparableConvolutionLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/DirectConvolutionLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/Floor.cpp [new file with mode: 0644]
tests/benchmark/CL/FullyConnectedLayer.cpp
tests/benchmark/CL/GEMM.cpp
tests/benchmark/CL/GEMM.h [deleted file]
tests/benchmark/CL/NormalizationLayer.cpp
tests/benchmark/CL/PoolingLayer.cpp
tests/benchmark/CL/ROIPoolingLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/SYSTEM/AlexNet.cpp [new file with mode: 0644]
tests/benchmark/CL/SYSTEM/LeNet5.cpp [new file with mode: 0644]
tests/benchmark/Datasets.h [deleted file]
tests/benchmark/Instrument.h [deleted file]
tests/benchmark/NEON/ActivationLayer.cpp
tests/benchmark/NEON/BatchNormalizationLayer.cpp [new file with mode: 0644]
tests/benchmark/NEON/BitwiseAnd.cpp [deleted file]
tests/benchmark/NEON/ConvolutionLayer.cpp
tests/benchmark/NEON/ConvolutionLayerDirect.cpp [deleted file]
tests/benchmark/NEON/DirectConvolutionLayer.cpp [new file with mode: 0644]
tests/benchmark/NEON/Floor.cpp [new file with mode: 0644]
tests/benchmark/NEON/FullyConnectedLayer.cpp
tests/benchmark/NEON/GEMM.cpp
tests/benchmark/NEON/GEMM.h [deleted file]
tests/benchmark/NEON/NormalizationLayer.cpp
tests/benchmark/NEON/PoolingLayer.cpp
tests/benchmark/NEON/ROIPoolingLayer.cpp [new file with mode: 0644]
tests/benchmark/NEON/SYSTEM/AlexNet.cpp [new file with mode: 0644]
tests/benchmark/NEON/SYSTEM/LeNet5.cpp [new file with mode: 0644]
tests/benchmark/PMUCounter.cpp [deleted file]
tests/benchmark/PMUCounter.h [deleted file]
tests/benchmark/PerformanceProgramOptions.cpp [deleted file]
tests/benchmark/PerformanceProgramOptions.h [deleted file]
tests/benchmark/PerformanceUserConfiguration.cpp [deleted file]
tests/benchmark/PerformanceUserConfiguration.h [deleted file]
tests/benchmark/Profiler.cpp [deleted file]
tests/benchmark/Profiler.h [deleted file]
tests/benchmark/WallClockTimer.cpp [deleted file]
tests/benchmark/WallClockTimer.h [deleted file]
tests/benchmark/common/ActivationLayer.h [deleted file]
tests/benchmark/common/ConvolutionLayer.h [deleted file]
tests/benchmark/common/FullyConnectedLayer.h [deleted file]
tests/benchmark/common/NormalizationLayer.h [deleted file]
tests/benchmark/common/PoolingLayer.h [deleted file]
tests/benchmark/fixtures/ActivationLayerFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/AlexNetFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/BatchNormalizationLayerFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/ConvolutionLayerFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/DepthwiseConvolutionFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/FloorFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/FullyConnectedLayerFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/GEMMFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/LeNet5Fixture.h [new file with mode: 0644]
tests/benchmark/fixtures/NormalizationLayerFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/PoolingLayerFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/ROIPoolingLayerFixture.h [new file with mode: 0644]
tests/benchmark/main.cpp [deleted file]
tests/benchmark/system_tests/CL/AlexNet.cpp [deleted file]
tests/benchmark/system_tests/CL/LeNet5.cpp [deleted file]
tests/benchmark/system_tests/NEON/AlexNet.cpp [deleted file]
tests/benchmark/system_tests/NEON/LeNet5.cpp [deleted file]
tests/benchmark/system_tests/common/AlexNet.h [deleted file]
tests/benchmark/system_tests/common/LeNet5.h [deleted file]
tests/boost_wrapper.h [deleted file]
tests/dataset/ActivationFunctionDataset.h [deleted file]
tests/dataset/ActivationLayerDataset.h [deleted file]
tests/dataset/BatchNormalizationLayerDataset.h [deleted file]
tests/dataset/BorderModeDataset.h [deleted file]
tests/dataset/ConvertPolicyDataset.h [deleted file]
tests/dataset/ConvolutionLayerDataset.h [deleted file]
tests/dataset/DataTypeDatasets.h [deleted file]
tests/dataset/FullyConnectedLayerDataset.h [deleted file]
tests/dataset/GEMMDataset.h [deleted file]
tests/dataset/GenericDataset.h [deleted file]
tests/dataset/ImageDatasets.h [deleted file]
tests/dataset/InterpolationPolicyDataset.h [deleted file]
tests/dataset/NormalizationLayerDataset.h [deleted file]
tests/dataset/NormalizationTypeDataset.h [deleted file]
tests/dataset/PoolingLayerDataset.h [deleted file]
tests/dataset/RoundingPolicyDataset.h [deleted file]
tests/dataset/ShapeDatasets.h [deleted file]
tests/dataset/ThresholdDataset.h [deleted file]
tests/datasets/ActivationFunctionsDataset.h [new file with mode: 0644]
tests/datasets/BatchNormalizationLayerDataset.h [new file with mode: 0644]
tests/datasets/BorderModeDataset.h [new file with mode: 0644]
tests/datasets/ConvertPolicyDataset.h [new file with mode: 0644]
tests/datasets/ConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/DepthwiseConvolutionDataset.h [new file with mode: 0644]
tests/datasets/DepthwiseSeparableConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/DirectConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/FullyConnectedLayerDataset.h [new file with mode: 0644]
tests/datasets/GEMMDataset.h [new file with mode: 0644]
tests/datasets/GoogleNetGEMMDataset.h [new file with mode: 0644]
tests/datasets/InterpolationPolicyDataset.h [new file with mode: 0644]
tests/datasets/LargeConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/LargeGEMMDataset.h [new file with mode: 0644]
tests/datasets/MatrixMultiplyGEMMDataset.h [new file with mode: 0644]
tests/datasets/MatrixPatternDataset.h [new file with mode: 0644]
tests/datasets/MobileNetDepthwiseConvolutionDataset.h [new file with mode: 0644]
tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/NonLinearFilterFunctionDataset.h [new file with mode: 0644]
tests/datasets/NormalizationTypesDataset.h [new file with mode: 0644]
tests/datasets/PoolingLayerDataset.h [new file with mode: 0644]
tests/datasets/PoolingTypesDataset.h [new file with mode: 0644]
tests/datasets/ROIPoolingLayerDataset.h [new file with mode: 0644]
tests/datasets/RandomBatchNormalizationLayerDataset.h [new file with mode: 0644]
tests/datasets/ReductionOperationDataset.h [new file with mode: 0644]
tests/datasets/ReshapeLayerDataset.h [new file with mode: 0644]
tests/datasets/ShapeDatasets.h [new file with mode: 0644]
tests/datasets/SmallConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/SmallGEMMDataset.h [new file with mode: 0644]
tests/datasets/ThresholdDataset.h [new file with mode: 0644]
tests/datasets/system_tests/alexnet/AlexNetActivationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/alexnet/AlexNetConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/alexnet/AlexNetFullyConnectedLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/alexnet/AlexNetNormalizationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/alexnet/AlexNetPoolingLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1ActivationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1ConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1FullyConnectedLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1GEMMDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1NormalizationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1PoolingLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4ActivationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4BatchNormalizationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4ConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4FullyConnectedLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4PoolingLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/lenet5/LeNet5ActivationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/lenet5/LeNet5ConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/lenet5/LeNet5FullyConnectedLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/lenet5/LeNet5PoolingLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/squeezenet/SqueezeNetActivationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/squeezenet/SqueezeNetConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/squeezenet/SqueezeNetPoolingLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/vgg/vgg16/VGG16ActivationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/vgg/vgg16/VGG16ConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/vgg/vgg16/VGG16FullyConnectedLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/vgg/vgg16/VGG16PoolingLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/yolo/v2/YOLOV2ActivationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/yolo/v2/YOLOV2BatchNormalizationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/yolo/v2/YOLOV2ConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/yolo/v2/YOLOV2PoolingLayerDataset.h [new file with mode: 0644]
tests/framework/Asserts.h [new file with mode: 0644]
tests/framework/DatasetModes.cpp [new file with mode: 0644]
tests/framework/DatasetModes.h [new file with mode: 0644]
tests/framework/Exceptions.cpp [new file with mode: 0644]
tests/framework/Exceptions.h [new file with mode: 0644]
tests/framework/Fixture.h [new file with mode: 0644]
tests/framework/Framework.cpp [new file with mode: 0644]
tests/framework/Framework.h [new file with mode: 0644]
tests/framework/Macros.h [new file with mode: 0644]
tests/framework/Profiler.cpp [new file with mode: 0644]
tests/framework/Profiler.h [new file with mode: 0644]
tests/framework/Registrars.h [new file with mode: 0644]
tests/framework/SConscript [new file with mode: 0644]
tests/framework/TestCase.h [new file with mode: 0644]
tests/framework/TestCaseFactory.h [new file with mode: 0644]
tests/framework/TestFilter.cpp [new file with mode: 0644]
tests/framework/TestFilter.h [new file with mode: 0644]
tests/framework/TestResult.h [new file with mode: 0644]
tests/framework/Utils.h [new file with mode: 0644]
tests/framework/command_line/CommandLineOptions.h [new file with mode: 0644]
tests/framework/command_line/CommandLineParser.cpp [new file with mode: 0644]
tests/framework/command_line/CommandLineParser.h [new file with mode: 0644]
tests/framework/command_line/EnumListOption.h [new file with mode: 0644]
tests/framework/command_line/EnumOption.h [new file with mode: 0644]
tests/framework/command_line/ListOption.h [new file with mode: 0644]
tests/framework/command_line/Option.cpp [new file with mode: 0644]
tests/framework/command_line/Option.h [new file with mode: 0644]
tests/framework/command_line/SimpleOption.h [new file with mode: 0644]
tests/framework/command_line/ToggleOption.cpp [new file with mode: 0644]
tests/framework/command_line/ToggleOption.h [new file with mode: 0644]
tests/framework/datasets/CartesianProductDataset.h [new file with mode: 0644]
tests/framework/datasets/ContainerDataset.h [new file with mode: 0644]
tests/framework/datasets/Dataset.h [new file with mode: 0644]
tests/framework/datasets/Datasets.h [new file with mode: 0644]
tests/framework/datasets/InitializerListDataset.h [new file with mode: 0644]
tests/framework/datasets/JoinDataset.h [new file with mode: 0644]
tests/framework/datasets/RangeDataset.h [new file with mode: 0644]
tests/framework/datasets/SingletonDataset.h [new file with mode: 0644]
tests/framework/datasets/ZipDataset.h [new file with mode: 0644]
tests/framework/instruments/Instrument.h [new file with mode: 0644]
tests/framework/instruments/Instruments.cpp [new file with mode: 0644]
tests/framework/instruments/Instruments.h [new file with mode: 0644]
tests/framework/instruments/MaliCounter.cpp [new file with mode: 0644]
tests/framework/instruments/MaliCounter.h [new file with mode: 0644]
tests/framework/instruments/Measurement.h [new file with mode: 0644]
tests/framework/instruments/PMU.cpp [new file with mode: 0644]
tests/framework/instruments/PMU.h [new file with mode: 0644]
tests/framework/instruments/PMUCounter.cpp [new file with mode: 0644]
tests/framework/instruments/PMUCounter.h [new file with mode: 0644]
tests/framework/instruments/WallClockTimer.cpp [new file with mode: 0644]
tests/framework/instruments/WallClockTimer.h [new file with mode: 0644]
tests/framework/instruments/hwc.hpp [new file with mode: 0644]
tests/framework/instruments/hwc_names.hpp [new file with mode: 0644]
tests/framework/printers/JSONPrinter.cpp [new file with mode: 0644]
tests/framework/printers/JSONPrinter.h [new file with mode: 0644]
tests/framework/printers/PrettyPrinter.cpp [new file with mode: 0644]
tests/framework/printers/PrettyPrinter.h [new file with mode: 0644]
tests/framework/printers/Printer.cpp [new file with mode: 0644]
tests/framework/printers/Printer.h [new file with mode: 0644]
tests/framework/printers/Printers.cpp [new file with mode: 0644]
tests/framework/printers/Printers.h [new file with mode: 0644]
tests/main.cpp [new file with mode: 0644]
tests/model_objects/AlexNet.h [deleted file]
tests/model_objects/LeNet5.h [deleted file]
tests/networks/AlexNetNetwork.h [new file with mode: 0644]
tests/networks/LeNet5Network.h [new file with mode: 0644]
tests/validation/CL/ActivationLayer.cpp [new file with mode: 0644]
tests/validation/CL/ArithmeticAddition.cpp [new file with mode: 0644]
tests/validation/CL/ArithmeticSubtraction.cpp [new file with mode: 0644]
tests/validation/CL/BatchNormalizationLayer.cpp [new file with mode: 0644]
tests/validation/CL/BitwiseAnd.cpp
tests/validation/CL/BitwiseNot.cpp [new file with mode: 0644]
tests/validation/CL/BitwiseOr.cpp [new file with mode: 0644]
tests/validation/CL/BitwiseXor.cpp [new file with mode: 0644]
tests/validation/CL/Box3x3.cpp [new file with mode: 0644]
tests/validation/CL/CLFixture.cpp [deleted file]
tests/validation/CL/CLFixture.h [deleted file]
tests/validation/CL/ConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/CL/DepthConcatenateLayer.cpp [new file with mode: 0644]
tests/validation/CL/DepthConvert.cpp
tests/validation/CL/DepthwiseConvolution.cpp [new file with mode: 0644]
tests/validation/CL/DepthwiseSeparableConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/CL/DequantizationLayer.cpp [new file with mode: 0644]
tests/validation/CL/DirectConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/CL/FillBorder.cpp [deleted file]
tests/validation/CL/Flatten.cpp [new file with mode: 0644]
tests/validation/CL/Floor.cpp [new file with mode: 0644]
tests/validation/CL/FullyConnectedLayer.cpp [new file with mode: 0644]
tests/validation/CL/GEMM.cpp [new file with mode: 0644]
tests/validation/CL/Gaussian3x3.cpp [new file with mode: 0644]
tests/validation/CL/Gaussian5x5.cpp [new file with mode: 0644]
tests/validation/CL/GlobalPooling.cpp [new file with mode: 0644]
tests/validation/CL/HarrisCorners.cpp [new file with mode: 0644]
tests/validation/CL/IntegralImage.cpp [new file with mode: 0644]
tests/validation/CL/L2Normalize.cpp [new file with mode: 0644]
tests/validation/CL/MeanStdDev.cpp [new file with mode: 0644]
tests/validation/CL/MinMaxLocation.cpp [new file with mode: 0644]
tests/validation/CL/NonLinearFilter.cpp [new file with mode: 0644]
tests/validation/CL/NormalizationLayer.cpp [new file with mode: 0644]
tests/validation/CL/PoolingLayer.cpp [new file with mode: 0644]
tests/validation/CL/QuantizationLayer.cpp [new file with mode: 0644]
tests/validation/CL/ReductionOperation.cpp [new file with mode: 0644]
tests/validation/CL/ReshapeLayer.cpp [new file with mode: 0644]
tests/validation/CL/SYSTEM/AlexNet.cpp [new file with mode: 0644]
tests/validation/CL/SYSTEM/LeNet5.cpp [new file with mode: 0644]
tests/validation/CL/Scale.cpp [new file with mode: 0644]
tests/validation/CL/Sobel.cpp [new file with mode: 0644]
tests/validation/CL/SoftmaxLayer.cpp [new file with mode: 0644]
tests/validation/CL/TableLookup.cpp [new file with mode: 0644]
tests/validation/CL/Threshold.cpp
tests/validation/CPP/ActivationLayer.cpp [new file with mode: 0644]
tests/validation/CPP/ActivationLayer.h [new file with mode: 0644]
tests/validation/CPP/ArithmeticAddition.cpp [new file with mode: 0644]
tests/validation/CPP/ArithmeticAddition.h [new file with mode: 0644]
tests/validation/CPP/ArithmeticSubtraction.cpp [new file with mode: 0644]
tests/validation/CPP/ArithmeticSubtraction.h [new file with mode: 0644]
tests/validation/CPP/BatchNormalizationLayer.cpp [new file with mode: 0644]
tests/validation/CPP/BatchNormalizationLayer.h [new file with mode: 0644]
tests/validation/CPP/BitwiseAnd.cpp [new file with mode: 0644]
tests/validation/CPP/BitwiseAnd.h [new file with mode: 0644]
tests/validation/CPP/BitwiseNot.cpp [new file with mode: 0644]
tests/validation/CPP/BitwiseNot.h [new file with mode: 0644]
tests/validation/CPP/BitwiseOr.cpp [new file with mode: 0644]
tests/validation/CPP/BitwiseOr.h [new file with mode: 0644]
tests/validation/CPP/BitwiseXor.cpp [new file with mode: 0644]
tests/validation/CPP/BitwiseXor.h [new file with mode: 0644]
tests/validation/CPP/Box3x3.cpp [new file with mode: 0644]
tests/validation/CPP/Box3x3.h [new file with mode: 0644]
tests/validation/CPP/ConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/CPP/ConvolutionLayer.h [new file with mode: 0644]
tests/validation/CPP/DepthConcatenateLayer.cpp [new file with mode: 0644]
tests/validation/CPP/DepthConcatenateLayer.h [new file with mode: 0644]
tests/validation/CPP/DepthConvert.cpp [new file with mode: 0644]
tests/validation/CPP/DepthConvert.h [new file with mode: 0644]
tests/validation/CPP/DepthwiseConvolution.cpp [new file with mode: 0644]
tests/validation/CPP/DepthwiseConvolution.h [new file with mode: 0644]
tests/validation/CPP/DepthwiseSeparableConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/CPP/DepthwiseSeparableConvolutionLayer.h [new file with mode: 0644]
tests/validation/CPP/DequantizationLayer.cpp [new file with mode: 0644]
tests/validation/CPP/DequantizationLayer.h [new file with mode: 0644]
tests/validation/CPP/FlattenLayer.cpp [new file with mode: 0644]
tests/validation/CPP/FlattenLayer.h [new file with mode: 0644]
tests/validation/CPP/Floor.cpp [new file with mode: 0644]
tests/validation/CPP/Floor.h [new file with mode: 0644]
tests/validation/CPP/FullyConnectedLayer.cpp [new file with mode: 0644]
tests/validation/CPP/FullyConnectedLayer.h [new file with mode: 0644]
tests/validation/CPP/GEMM.cpp [new file with mode: 0644]
tests/validation/CPP/GEMM.h [new file with mode: 0644]
tests/validation/CPP/Gaussian3x3.cpp [new file with mode: 0644]
tests/validation/CPP/Gaussian3x3.h [new file with mode: 0644]
tests/validation/CPP/Gaussian5x5.cpp [new file with mode: 0644]
tests/validation/CPP/Gaussian5x5.h [new file with mode: 0644]
tests/validation/CPP/HarrisCornerDetector.cpp [new file with mode: 0644]
tests/validation/CPP/HarrisCornerDetector.h [new file with mode: 0644]
tests/validation/CPP/IntegralImage.cpp [new file with mode: 0644]
tests/validation/CPP/IntegralImage.h [new file with mode: 0644]
tests/validation/CPP/L2Normalize.cpp [new file with mode: 0644]
tests/validation/CPP/L2Normalize.h [new file with mode: 0644]
tests/validation/CPP/MeanStdDev.cpp [new file with mode: 0644]
tests/validation/CPP/MeanStdDev.h [new file with mode: 0644]
tests/validation/CPP/MinMaxLocation.cpp [new file with mode: 0644]
tests/validation/CPP/MinMaxLocation.h [new file with mode: 0644]
tests/validation/CPP/NonLinearFilter.cpp [new file with mode: 0644]
tests/validation/CPP/NonLinearFilter.h [new file with mode: 0644]
tests/validation/CPP/NonMaximaSuppression.cpp [new file with mode: 0644]
tests/validation/CPP/NonMaximaSuppression.h [new file with mode: 0644]
tests/validation/CPP/NormalizationLayer.cpp [new file with mode: 0644]
tests/validation/CPP/NormalizationLayer.h [new file with mode: 0644]
tests/validation/CPP/PoolingLayer.cpp [new file with mode: 0644]
tests/validation/CPP/PoolingLayer.h [new file with mode: 0644]
tests/validation/CPP/QuantizationLayer.cpp [new file with mode: 0644]
tests/validation/CPP/QuantizationLayer.h [new file with mode: 0644]
tests/validation/CPP/ReductionOperation.cpp [new file with mode: 0644]
tests/validation/CPP/ReductionOperation.h [new file with mode: 0644]
tests/validation/CPP/ReshapeLayer.cpp [new file with mode: 0644]
tests/validation/CPP/ReshapeLayer.h [new file with mode: 0644]
tests/validation/CPP/Scale.cpp [new file with mode: 0644]
tests/validation/CPP/Scale.h [new file with mode: 0644]
tests/validation/CPP/Sobel.cpp [new file with mode: 0644]
tests/validation/CPP/Sobel.h [new file with mode: 0644]
tests/validation/CPP/SoftmaxLayer.cpp [new file with mode: 0644]
tests/validation/CPP/SoftmaxLayer.h [new file with mode: 0644]
tests/validation/CPP/TableLookup.cpp [new file with mode: 0644]
tests/validation/CPP/TableLookup.h [new file with mode: 0644]
tests/validation/CPP/Threshold.cpp [new file with mode: 0644]
tests/validation/CPP/Threshold.h [new file with mode: 0644]
tests/validation/CPP/Utils.cpp [new file with mode: 0644]
tests/validation/CPP/Utils.h [new file with mode: 0644]
tests/validation/Datasets.h [deleted file]
tests/validation/FixedPoint.h
tests/validation/Helpers.cpp [new file with mode: 0644]
tests/validation/Helpers.h
tests/validation/NEON/AbsoluteDifference.cpp [deleted file]
tests/validation/NEON/Accumulate.cpp [deleted file]
tests/validation/NEON/AccumulateSquared.cpp [deleted file]
tests/validation/NEON/AccumulateWeighted.cpp [deleted file]
tests/validation/NEON/ActivationLayer.cpp
tests/validation/NEON/ArithmeticAddition.cpp
tests/validation/NEON/ArithmeticSubtraction.cpp
tests/validation/NEON/BatchNormalizationLayer.cpp
tests/validation/NEON/BitwiseAnd.cpp
tests/validation/NEON/BitwiseNot.cpp
tests/validation/NEON/BitwiseOr.cpp
tests/validation/NEON/BitwiseXor.cpp
tests/validation/NEON/Box3x3.cpp
tests/validation/NEON/ConvolutionLayer.cpp
tests/validation/NEON/ConvolutionLayerDirect.cpp [deleted file]
tests/validation/NEON/DepthConcatenateLayer.cpp [new file with mode: 0644]
tests/validation/NEON/DepthConvert.cpp
tests/validation/NEON/DequantizationLayer.cpp [new file with mode: 0644]
tests/validation/NEON/DirectConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/NEON/FillBorder.cpp [deleted file]
tests/validation/NEON/Fixedpoint/Exp_QS8.cpp [deleted file]
tests/validation/NEON/Fixedpoint/Invsqrt_QS8.cpp [deleted file]
tests/validation/NEON/Fixedpoint/Log_QS8.cpp [deleted file]
tests/validation/NEON/Fixedpoint/Reciprocal_QS8.cpp [deleted file]
tests/validation/NEON/Floor.cpp [new file with mode: 0644]
tests/validation/NEON/FullyConnectedLayer.cpp
tests/validation/NEON/GEMM.cpp
tests/validation/NEON/Gaussian3x3.cpp [new file with mode: 0644]
tests/validation/NEON/Gaussian5x5.cpp [new file with mode: 0644]
tests/validation/NEON/HarrisCorners.cpp [new file with mode: 0644]
tests/validation/NEON/IntegralImage.cpp
tests/validation/NEON/L2Normalize.cpp [new file with mode: 0644]
tests/validation/NEON/MeanStdDev.cpp [new file with mode: 0644]
tests/validation/NEON/MinMaxLocation.cpp [new file with mode: 0644]
tests/validation/NEON/NonLinearFilter.cpp [new file with mode: 0644]
tests/validation/NEON/NormalizationLayer.cpp
tests/validation/NEON/PixelWiseMultiplication.cpp [deleted file]
tests/validation/NEON/Pooling/PoolingLayer.cpp [deleted file]
tests/validation/NEON/PoolingLayer.cpp [new file with mode: 0644]
tests/validation/NEON/QuantizationLayer.cpp [new file with mode: 0644]
tests/validation/NEON/ReductionOperation.cpp [new file with mode: 0644]
tests/validation/NEON/ReshapeLayer.cpp [new file with mode: 0644]
tests/validation/NEON/SYSTEM/AlexNet.cpp [new file with mode: 0644]
tests/validation/NEON/SYSTEM/LeNet5.cpp [new file with mode: 0644]
tests/validation/NEON/Scale.cpp [new file with mode: 0644]
tests/validation/NEON/Sobel.cpp [new file with mode: 0644]
tests/validation/NEON/SoftmaxLayer.cpp
tests/validation/NEON/TableLookup.cpp [new file with mode: 0644]
tests/validation/NEON/Threshold.cpp
tests/validation/Reference.cpp [deleted file]
tests/validation/Reference.h [deleted file]
tests/validation/ReferenceCPP.cpp [deleted file]
tests/validation/ReferenceCPP.h [deleted file]
tests/validation/Tensor.h [deleted file]
tests/validation/TensorFactory.h [deleted file]
tests/validation/TensorOperations.h [deleted file]
tests/validation/TensorVisitors.h [deleted file]
tests/validation/UNIT/FixedPoint.cpp [deleted file]
tests/validation/UNIT/TensorInfo.cpp [deleted file]
tests/validation/UNIT/TensorShape.cpp [deleted file]
tests/validation/UNIT/Utils.cpp [deleted file]
tests/validation/VX/DepthConvert.cpp [deleted file]
tests/validation/VX/VXHelpers.h [deleted file]
tests/validation/Validation.cpp
tests/validation/Validation.h
tests/validation/ValidationProgramOptions.cpp [deleted file]
tests/validation/ValidationProgramOptions.h [deleted file]
tests/validation/ValidationUserConfiguration.h [deleted file]
tests/validation/fixtures/ActivationLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/ArithmeticAdditionFixture.h [new file with mode: 0644]
tests/validation/fixtures/ArithmeticSubtractionFixture.h [new file with mode: 0644]
tests/validation/fixtures/BatchNormalizationLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/BitwiseAndFixture.h [new file with mode: 0644]
tests/validation/fixtures/BitwiseNotFixture.h [new file with mode: 0644]
tests/validation/fixtures/BitwiseOrFixture.h [new file with mode: 0644]
tests/validation/fixtures/BitwiseXorFixture.h [new file with mode: 0644]
tests/validation/fixtures/Box3x3Fixture.h [new file with mode: 0644]
tests/validation/fixtures/ConvolutionLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/DepthConcatenateLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/DepthConvertFixture.h [new file with mode: 0644]
tests/validation/fixtures/DepthwiseConvolutionFixture.h [new file with mode: 0644]
tests/validation/fixtures/DepthwiseSeparableConvolutionLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/DequantizationLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/DirectConvolutionLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/FlattenLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/FloorFixture.h [new file with mode: 0644]
tests/validation/fixtures/FullyConnectedLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/GEMMFixture.h [new file with mode: 0644]
tests/validation/fixtures/Gaussian3x3Fixture.h [new file with mode: 0644]
tests/validation/fixtures/Gaussian5x5Fixture.h [new file with mode: 0644]
tests/validation/fixtures/HarrisCornersFixture.h [new file with mode: 0644]
tests/validation/fixtures/IntegralImageFixture.h [new file with mode: 0644]
tests/validation/fixtures/L2NormalizeFixture.h [new file with mode: 0644]
tests/validation/fixtures/MeanStdDevFixture.h [new file with mode: 0644]
tests/validation/fixtures/MinMaxLocationFixture.h [new file with mode: 0644]
tests/validation/fixtures/NonLinearFilterFixture.h [new file with mode: 0644]
tests/validation/fixtures/NormalizationLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/PoolingLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/QuantizationLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/ReductionOperationFixture.h [new file with mode: 0644]
tests/validation/fixtures/ReshapeLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/ScaleFixture.h [new file with mode: 0644]
tests/validation/fixtures/SobelFixture.h [new file with mode: 0644]
tests/validation/fixtures/SoftmaxLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/TableLookupFixture.h [new file with mode: 0644]
tests/validation/fixtures/ThresholdFixture.h [new file with mode: 0644]
tests/validation/main.cpp [deleted file]
utils/GraphUtils.cpp [new file with mode: 0644]
utils/GraphUtils.h [new file with mode: 0644]
utils/TypePrinter.h [new file with mode: 0644]
utils/Utils.h