arm_compute v17.12
authorAnthony Barbier <Anthony.barbier@arm.com>
Thu, 14 Dec 2017 23:48:46 +0000 (23:48 +0000)
committerAnthony Barbier <anthony.barbier@arm.com>
Wed, 24 Jan 2018 10:01:21 +0000 (10:01 +0000)
commit8140e1e155d3430992fa46e04ef8938ff09ffd2d
tree9bcf86d01635bfc73e8debd1bda75e6f75b8b406
parent8a3da6f91f90c566b844d568f4ec43b946915af8
arm_compute v17.12
10821 files changed:
LICENSE [new file with mode: 0644]
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/ICLKernel.h
arm_compute/core/CL/ICLMultiHOG.h
arm_compute/core/CL/ICLMultiImage.h
arm_compute/core/CL/OpenCL.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/CLChannelExtractKernel.h
arm_compute/core/CL/kernels/CLCol2ImKernel.h
arm_compute/core/CL/kernels/CLColorConvertKernel.h
arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthConcatenateLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDepthConvertKernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDepthwiseConvolution3x3Kernel.h [deleted file]
arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3Kernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLDepthwiseIm2ColKernel.h
arm_compute/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.h
arm_compute/core/CL/kernels/CLDirectConvolutionLayerKernel.h
arm_compute/core/CL/kernels/CLGEMMInterleave4x4Kernel.h
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.h
arm_compute/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMLowpReductionKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMTranspose1xWKernel.h
arm_compute/core/CL/kernels/CLIm2ColKernel.h
arm_compute/core/CL/kernels/CLL2NormalizeKernel.h [deleted file]
arm_compute/core/CL/kernels/CLL2NormalizeLayerKernel.h [new file with mode: 0644]
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/CLReshapeLayerKernel.h
arm_compute/core/CL/kernels/CLScaleKernel.h
arm_compute/core/CL/kernels/CLSoftmaxLayerKernel.h
arm_compute/core/CL/kernels/CLTransposeKernel.h
arm_compute/core/CL/kernels/CLWeightsReshapeKernel.h
arm_compute/core/CPP/CPPKernels.h
arm_compute/core/CPP/kernels/CPPPermuteKernel.h [new file with mode: 0644]
arm_compute/core/Dimensions.h
arm_compute/core/Error.h
arm_compute/core/FixedPoint.h
arm_compute/core/GLES_COMPUTE/GCHelpers.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/GCKernels.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/IGCKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/IGCSimple2DKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/IGCSimple3DKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/IGCSimpleKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/IGCTensor.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/OpenGLES.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCAbsoluteDifferenceKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCActivationLayerKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCBatchNormalizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCCol2ImKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCDepthConcatenateLayerKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCDirectConvolutionLayerKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCDropoutLayerKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCFillBorderKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCGEMMInterleave4x4Kernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCGEMMMatrixAccumulateBiasesKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCGEMMMatrixAdditionKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCGEMMMatrixMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCGEMMTranspose1xWKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCIm2ColKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCNormalizationLayerKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCPixelWiseMultiplicationKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCPoolingLayerKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCSoftmaxLayerKernel.h [new file with mode: 0644]
arm_compute/core/GLES_COMPUTE/kernels/GCTransposeKernel.h [new file with mode: 0644]
arm_compute/core/Helpers.h
arm_compute/core/Helpers.inl
arm_compute/core/IArray.h
arm_compute/core/IMultiHOG.h
arm_compute/core/IMultiImage.h
arm_compute/core/ITensorInfo.h
arm_compute/core/Log.h [new file with mode: 0644]
arm_compute/core/Logger.h [deleted file]
arm_compute/core/NEON/NEAsymm.h [new file with mode: 0644]
arm_compute/core/NEON/NEAsymm.inl [new file with mode: 0644]
arm_compute/core/NEON/NEFixedPoint.h
arm_compute/core/NEON/NEKernels.h
arm_compute/core/NEON/NEMath.h
arm_compute/core/NEON/NEMath.inl
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/NEBox3x3Kernel.h
arm_compute/core/NEON/kernels/NECannyEdgeKernel.h
arm_compute/core/NEON/kernels/NECol2ImKernel.h
arm_compute/core/NEON/kernels/NEDeconvolutionLayerUpsampleKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDepthConcatenateKernel.h [deleted file]
arm_compute/core/NEON/kernels/NEDepthConcatenateLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDepthConvertKernel.h [deleted file]
arm_compute/core/NEON/kernels/NEDepthConvertLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDepthwiseConvolutionLayer3x3Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDepthwiseIm2ColKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDepthwiseVectorToTensorKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDepthwiseWeightsReshapeKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEDerivativeKernel.h
arm_compute/core/NEON/kernels/NEDirectConvolutionLayerBiasAccumulateKernel.h
arm_compute/core/NEON/kernels/NEDirectConvolutionLayerKernel.h
arm_compute/core/NEON/kernels/NEGEMMAssemblyBaseKernel.h
arm_compute/core/NEON/kernels/NEGEMMInterleave4x4Kernel.h
arm_compute/core/NEON/kernels/NEGEMMInterleaveBlockedKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.h
arm_compute/core/NEON/kernels/NEGEMMLowpOffsetContributionKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMLowpReductionKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMMatrixVectorMultiplyKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEGEMMTranspose1xWKernel.h
arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.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/NEL2NormalizeKernel.h [deleted file]
arm_compute/core/NEON/kernels/NEL2NormalizeLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEMagnitudePhaseKernel.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/NERemapKernel.h
arm_compute/core/NEON/kernels/NEScaleKernel.h
arm_compute/core/NEON/kernels/NESoftmaxLayerKernel.h
arm_compute/core/NEON/kernels/NETransposeKernel.h
arm_compute/core/NEON/kernels/NEWarpKernel.h
arm_compute/core/NEON/kernels/NEWinogradLayerKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/arm64/NEGEMMLowpAArch64A53Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/arm64/NEGEMMLowpAArch64Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/arm64/NEGEMMLowpAArch64V8P4Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/gemm_common.hpp
arm_compute/core/NEON/kernels/assembly/gemm_interleaved.hpp
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_s16_12x8.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_s16_12x8/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_s8_12x8.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_s8_12x8/a55r1.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_s8_12x8/dot_toolchain_support.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_s8_12x8/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_s8_4x4.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_s8_4x4/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u16_12x8.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u16_12x8/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u8_12x8.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u8_12x8/a55r1.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u8_12x8/dot_toolchain_support.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u8_12x8/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u8_4x4.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u8_4x4/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_hgemm_24x8.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_hgemm_24x8/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemm_12x8.hpp
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemm_12x8/a53.hpp
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemm_12x8/a55.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemm_12x8/a55r1.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemm_12x8/generic.hpp
arm_compute/core/NEON/kernels/assembly/merges/a64_merge_float_12x8.hpp
arm_compute/core/NEON/kernels/assembly/profiler.hpp
arm_compute/core/NEON/kernels/assembly/transforms/a64_interleave_8way_16bit.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a64_transpose_interleave_24way_16bit.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/list.hpp
arm_compute/core/NEON/kernels/convolution/NEDirectConvolution3x3.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/NEDirectConvolutionDetail.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/winograd/alloc.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/winograd/tensor.hpp [new file with mode: 0644]
arm_compute/core/QAsymm8.h [new file with mode: 0644]
arm_compute/core/QAsymm8.inl [new file with mode: 0644]
arm_compute/core/Rounding.h [new file with mode: 0644]
arm_compute/core/Strides.h
arm_compute/core/SubTensorInfo.h
arm_compute/core/TensorInfo.h
arm_compute/core/TensorShape.h
arm_compute/core/Types.h
arm_compute/core/Utils.h
arm_compute/core/Validate.h
arm_compute/core/utils/io/FileHandler.h [new file with mode: 0644]
arm_compute/core/utils/logging/FilePrinter.h [new file with mode: 0644]
arm_compute/core/utils/logging/Helpers.h [new file with mode: 0644]
arm_compute/core/utils/logging/IPrinter.h [new file with mode: 0644]
arm_compute/core/utils/logging/LogMsgDecorators.h [new file with mode: 0644]
arm_compute/core/utils/logging/Logger.h [new file with mode: 0644]
arm_compute/core/utils/logging/LoggerRegistry.h [new file with mode: 0644]
arm_compute/core/utils/logging/Macros.h [new file with mode: 0644]
arm_compute/core/utils/logging/Printers.h [new file with mode: 0644]
arm_compute/core/utils/logging/StdPrinter.h [new file with mode: 0644]
arm_compute/core/utils/logging/Types.h [new file with mode: 0644]
arm_compute/core/utils/misc/ICloneable.h [new file with mode: 0644]
arm_compute/core/utils/misc/utility.h [new file with mode: 0644]
arm_compute/core/utils/quantization/AsymmHelpers.h [new file with mode: 0644]
arm_compute/graph/CL/CLMap.h
arm_compute/graph/CL/CLUnmap.h
arm_compute/graph/Error.h [new file with mode: 0644]
arm_compute/graph/Graph.h
arm_compute/graph/INode.h
arm_compute/graph/IOperation.h [new file with mode: 0644]
arm_compute/graph/ITensorObject.h [new file with mode: 0644]
arm_compute/graph/NodeContext.h [new file with mode: 0644]
arm_compute/graph/NodeParameter.h [new file with mode: 0644]
arm_compute/graph/Nodes.h
arm_compute/graph/OperationRegistrar.h [new file with mode: 0644]
arm_compute/graph/OperationRegistry.h [new file with mode: 0644]
arm_compute/graph/SubGraph.h [new file with mode: 0644]
arm_compute/graph/SubTensor.h
arm_compute/graph/Tensor.h
arm_compute/graph/Types.h
arm_compute/graph/nodes/ActivationLayer.h
arm_compute/graph/nodes/BatchNormalizationLayer.h
arm_compute/graph/nodes/BranchLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/ConvolutionLayer.h
arm_compute/graph/nodes/DepthConvertLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/DepthwiseConvolutionLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/DequantizationLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/FlattenLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/FloorLayer.h
arm_compute/graph/nodes/FullyConnectedLayer.h
arm_compute/graph/nodes/L2NormalizeLayer.h
arm_compute/graph/nodes/NormalizationLayer.h
arm_compute/graph/nodes/PoolingLayer.h
arm_compute/graph/nodes/QuantizationLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/ReshapeLayer.h [new file with mode: 0644]
arm_compute/graph/nodes/SoftmaxLayer.h
arm_compute/runtime/BlobLifetimeManager.h
arm_compute/runtime/BlobMemoryPool.h
arm_compute/runtime/CL/CLFunctions.h
arm_compute/runtime/CL/CLMultiImage.h
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/CLChannelExtract.h
arm_compute/runtime/CL/functions/CLColorConvert.h
arm_compute/runtime/CL/functions/CLConvolutionLayer.h
arm_compute/runtime/CL/functions/CLDepthConcatenate.h [deleted file]
arm_compute/runtime/CL/functions/CLDepthConcatenateLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDepthConvert.h [deleted file]
arm_compute/runtime/CL/functions/CLDepthConvertLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDepthwiseConvolution.h [deleted file]
arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h
arm_compute/runtime/CL/functions/CLDilate.h
arm_compute/runtime/CL/functions/CLDirectConvolutionLayer.h
arm_compute/runtime/CL/functions/CLErode.h
arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h
arm_compute/runtime/CL/functions/CLGEMMInterleave4x4.h
arm_compute/runtime/CL/functions/CLGEMMLowp.h [deleted file]
arm_compute/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLGEMMTranspose1xW.h
arm_compute/runtime/CL/functions/CLHOGDetector.h
arm_compute/runtime/CL/functions/CLIntegralImage.h
arm_compute/runtime/CL/functions/CLL2Normalize.h [deleted file]
arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLLaplacianPyramid.h
arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h
arm_compute/runtime/CL/functions/CLMagnitude.h
arm_compute/runtime/CL/functions/CLNormalizationLayer.h
arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h
arm_compute/runtime/CL/functions/CLPoolingLayer.h
arm_compute/runtime/CL/functions/CLReshapeLayer.h
arm_compute/runtime/CL/functions/CLScale.h
arm_compute/runtime/CL/functions/CLSoftmaxLayer.h
arm_compute/runtime/CL/functions/CLTranspose.h
arm_compute/runtime/CPP/CPPFunctions.h [new file with mode: 0644]
arm_compute/runtime/CPP/ICPPSimpleFunction.h [new file with mode: 0644]
arm_compute/runtime/CPP/functions/CPPPermute.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/GCFunctions.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/GCScheduler.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/GCTensor.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/GCTensorAllocator.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/IGCSimpleFunction.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCAbsoluteDifference.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCDepthConcatenateLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCDirectConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCDropoutLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCFillBorder.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCFullyConnectedLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCGEMM.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCGEMMInterleave4x4.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCGEMMTranspose1xW.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCPixelWiseMultiplication.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCPoolingLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCSoftmaxLayer.h [new file with mode: 0644]
arm_compute/runtime/GLES_COMPUTE/functions/GCTranspose.h [new file with mode: 0644]
arm_compute/runtime/ILifetimeManager.h
arm_compute/runtime/ISimpleLifetimeManager.h [new file with mode: 0644]
arm_compute/runtime/Memory.h [new file with mode: 0644]
arm_compute/runtime/MemoryGroupBase.h
arm_compute/runtime/MultiImage.h
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/NEChannelExtract.h
arm_compute/runtime/NEON/functions/NECol2Im.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEColorConvert.h
arm_compute/runtime/NEON/functions/NEDeconvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDeconvolutionLayerUpsample.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDepthConcatenate.h [deleted file]
arm_compute/runtime/NEON/functions/NEDepthConcatenateLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDepthConvert.h [deleted file]
arm_compute/runtime/NEON/functions/NEDepthConvertLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEDilate.h
arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEErode.h
arm_compute/runtime/NEON/functions/NEGEMMLowp.h [deleted file]
arm_compute/runtime/NEON/functions/NEGEMMLowpAssemblyMatrixMultiplyCore.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGEMMLowpOutputStage.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
arm_compute/runtime/NEON/functions/NEIm2Col.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEIntegralImage.h
arm_compute/runtime/NEON/functions/NEL2Normalize.h [deleted file]
arm_compute/runtime/NEON/functions/NEL2NormalizeLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NELaplacianPyramid.h
arm_compute/runtime/NEON/functions/NELaplacianReconstruct.h
arm_compute/runtime/NEON/functions/NEMagnitude.h
arm_compute/runtime/NEON/functions/NENormalizationLayer.h
arm_compute/runtime/NEON/functions/NEPhase.h
arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h
arm_compute/runtime/NEON/functions/NEPoolingLayer.h
arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h
arm_compute/runtime/NEON/functions/NEScale.h
arm_compute/runtime/NEON/functions/NESoftmaxLayer.h
arm_compute/runtime/NEON/functions/NETranspose.h
arm_compute/runtime/NEON/functions/NEWinogradLayer.h [new file with mode: 0644]
arm_compute/runtime/OffsetLifetimeManager.h [new file with mode: 0644]
arm_compute/runtime/OffsetMemoryPool.h [new file with mode: 0644]
arm_compute/runtime/TensorAllocator.h
docs/00_introduction.dox
docs/01_library.dox
docs/02_tests.dox
docs/Doxyfile
documentation/00__introduction_8dox.xhtml
documentation/01__library_8dox.xhtml
documentation/02__tests_8dox.xhtml
documentation/03__scripts_8dox.xhtml
documentation/_absolute_difference_8h.js [new file with mode: 0644]
documentation/_absolute_difference_8h.xhtml [new file with mode: 0644]
documentation/_absolute_difference_8h_source.xhtml [new file with mode: 0644]
documentation/_absolute_difference_fixture_8h.xhtml [new file with mode: 0644]
documentation/_absolute_difference_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_access_window_auto_padding_8h.xhtml
documentation/_access_window_auto_padding_8h_source.xhtml
documentation/_access_window_static_8h.xhtml
documentation/_access_window_static_8h_source.xhtml
documentation/_access_window_transpose_8h.xhtml
documentation/_access_window_transpose_8h_source.xhtml
documentation/_accessor_8h.xhtml
documentation/_accessor_8h_source.xhtml
documentation/_accumulate_8h.js [new file with mode: 0644]
documentation/_accumulate_8h.xhtml [new file with mode: 0644]
documentation/_accumulate_8h_source.xhtml [new file with mode: 0644]
documentation/_accumulate_fixture_8h.xhtml [new file with mode: 0644]
documentation/_accumulate_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_activation_functions_dataset_8h.xhtml
documentation/_activation_functions_dataset_8h_source.xhtml
documentation/_alex_net_activation_layer_dataset_8h.xhtml
documentation/_alex_net_activation_layer_dataset_8h_source.xhtml
documentation/_alex_net_convolution_layer_dataset_8h.xhtml
documentation/_alex_net_convolution_layer_dataset_8h_source.xhtml
documentation/_alex_net_fixture_8h.xhtml
documentation/_alex_net_fixture_8h_source.xhtml
documentation/_alex_net_fully_connected_layer_dataset_8h.xhtml
documentation/_alex_net_fully_connected_layer_dataset_8h_source.xhtml
documentation/_alex_net_network_8h.xhtml
documentation/_alex_net_network_8h_source.xhtml
documentation/_alex_net_normalization_layer_dataset_8h.xhtml
documentation/_alex_net_normalization_layer_dataset_8h_source.xhtml
documentation/_alex_net_pooling_layer_dataset_8h.xhtml
documentation/_alex_net_pooling_layer_dataset_8h_source.xhtml
documentation/_allocator_8h.xhtml
documentation/_allocator_8h_source.xhtml
documentation/_arithmetic_addition_8h.xhtml
documentation/_arithmetic_addition_8h_source.xhtml
documentation/_arithmetic_addition_fixture_8h.xhtml
documentation/_arithmetic_addition_fixture_8h_source.xhtml
documentation/_arithmetic_subtraction_8h.js
documentation/_arithmetic_subtraction_8h.xhtml
documentation/_arithmetic_subtraction_8h_source.xhtml
documentation/_arithmetic_subtraction_fixture_8h.xhtml
documentation/_arithmetic_subtraction_fixture_8h_source.xhtml
documentation/_array_8h.xhtml
documentation/_array_8h_source.xhtml
documentation/_array_accessor_8h.xhtml
documentation/_array_accessor_8h_source.xhtml
documentation/_asserts_8h.xhtml
documentation/_asserts_8h_source.xhtml
documentation/_assets_library_8cpp.xhtml
documentation/_assets_library_8cpp_source.xhtml
documentation/_assets_library_8h.xhtml
documentation/_assets_library_8h_source.xhtml
documentation/_asymm_helpers_8h.js [new file with mode: 0644]
documentation/_asymm_helpers_8h.xhtml [new file with mode: 0644]
documentation/_asymm_helpers_8h_source.xhtml [new file with mode: 0644]
documentation/_batch_normalization_layer_dataset_8h.xhtml
documentation/_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_bitwise_and_8h.xhtml
documentation/_bitwise_and_8h_source.xhtml
documentation/_bitwise_and_fixture_8h.xhtml
documentation/_bitwise_and_fixture_8h_source.xhtml
documentation/_bitwise_not_8h.xhtml
documentation/_bitwise_not_8h_source.xhtml
documentation/_bitwise_not_fixture_8h.xhtml
documentation/_bitwise_not_fixture_8h_source.xhtml
documentation/_bitwise_or_8h.xhtml
documentation/_bitwise_or_8h_source.xhtml
documentation/_bitwise_or_fixture_8h.xhtml
documentation/_bitwise_or_fixture_8h_source.xhtml
documentation/_bitwise_xor_8h.xhtml
documentation/_bitwise_xor_8h_source.xhtml
documentation/_bitwise_xor_fixture_8h.xhtml
documentation/_bitwise_xor_fixture_8h_source.xhtml
documentation/_blob_lifetime_manager_8h.xhtml
documentation/_blob_lifetime_manager_8h_source.xhtml
documentation/_blob_memory_pool_8h.xhtml
documentation/_blob_memory_pool_8h_source.xhtml
documentation/_border_mode_dataset_8h.xhtml
documentation/_border_mode_dataset_8h_source.xhtml
documentation/_box3x3_8h.xhtml
documentation/_box3x3_8h_source.xhtml
documentation/_box3x3_fixture_8h.xhtml
documentation/_box3x3_fixture_8h_source.xhtml
documentation/_branch_layer_8h.xhtml [new file with mode: 0644]
documentation/_branch_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_absolute_difference_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_absolute_difference_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_absolute_difference_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_accumulate_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_accumulate_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_accumulate_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_arithmetic_addition_8cpp.js
documentation/_c_l_2_arithmetic_addition_8cpp.xhtml
documentation/_c_l_2_arithmetic_addition_8cpp_source.xhtml
documentation/_c_l_2_arithmetic_subtraction_8cpp.js
documentation/_c_l_2_arithmetic_subtraction_8cpp.xhtml
documentation/_c_l_2_arithmetic_subtraction_8cpp_source.xhtml
documentation/_c_l_2_bitwise_and_8cpp.xhtml
documentation/_c_l_2_bitwise_and_8cpp_source.xhtml
documentation/_c_l_2_bitwise_not_8cpp.xhtml
documentation/_c_l_2_bitwise_not_8cpp_source.xhtml
documentation/_c_l_2_bitwise_or_8cpp.xhtml
documentation/_c_l_2_bitwise_or_8cpp_source.xhtml
documentation/_c_l_2_bitwise_xor_8cpp.xhtml
documentation/_c_l_2_bitwise_xor_8cpp_source.xhtml
documentation/_c_l_2_box3x3_8cpp.xhtml
documentation/_c_l_2_box3x3_8cpp_source.xhtml
documentation/_c_l_2_depth_concatenate_layer_8cpp.js
documentation/_c_l_2_depth_concatenate_layer_8cpp.xhtml
documentation/_c_l_2_depth_concatenate_layer_8cpp_source.xhtml
documentation/_c_l_2_depth_convert_8cpp.js [deleted file]
documentation/_c_l_2_depth_convert_8cpp.xhtml [deleted file]
documentation/_c_l_2_depth_convert_8cpp_source.xhtml [deleted file]
documentation/_c_l_2_depth_convert_layer_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_depth_convert_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_depth_convert_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_dequantization_layer_8cpp.xhtml
documentation/_c_l_2_dequantization_layer_8cpp_source.xhtml
documentation/_c_l_2_dilate_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_dilate_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_dilate_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_erode_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_erode_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_erode_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_fill_border_8cpp.xhtml
documentation/_c_l_2_fill_border_8cpp_source.xhtml
documentation/_c_l_2_fixed_point_2_fixed_point_target_8h.xhtml
documentation/_c_l_2_fixed_point_2_fixed_point_target_8h_source.xhtml
documentation/_c_l_2_flatten_8cpp.xhtml
documentation/_c_l_2_flatten_8cpp_source.xhtml
documentation/_c_l_2_gaussian3x3_8cpp.xhtml
documentation/_c_l_2_gaussian3x3_8cpp_source.xhtml
documentation/_c_l_2_gaussian5x5_8cpp.xhtml
documentation/_c_l_2_gaussian5x5_8cpp_source.xhtml
documentation/_c_l_2_global_pooling_layer_8cpp.xhtml
documentation/_c_l_2_global_pooling_layer_8cpp_source.xhtml
documentation/_c_l_2_harris_corners_8cpp.xhtml
documentation/_c_l_2_harris_corners_8cpp_source.xhtml
documentation/_c_l_2_histogram_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_histogram_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_histogram_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_integral_image_8cpp.xhtml
documentation/_c_l_2_integral_image_8cpp_source.xhtml
documentation/_c_l_2_l2_normalize_8cpp.js [deleted file]
documentation/_c_l_2_l2_normalize_8cpp.xhtml [deleted file]
documentation/_c_l_2_l2_normalize_8cpp_source.xhtml [deleted file]
documentation/_c_l_2_l2_normalize_layer_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_l2_normalize_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_l2_normalize_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_magnitude_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_magnitude_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_magnitude_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_mean_std_dev_8cpp.xhtml
documentation/_c_l_2_mean_std_dev_8cpp_source.xhtml
documentation/_c_l_2_median3x3_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_median3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_median3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_min_max_location_8cpp.js
documentation/_c_l_2_min_max_location_8cpp.xhtml
documentation/_c_l_2_min_max_location_8cpp_source.xhtml
documentation/_c_l_2_non_linear_filter_8cpp.xhtml
documentation/_c_l_2_non_linear_filter_8cpp_source.xhtml
documentation/_c_l_2_phase_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_phase_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_phase_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_pixel_wise_multiplication_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_pixel_wise_multiplication_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_pixel_wise_multiplication_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_quantization_layer_8cpp.xhtml
documentation/_c_l_2_quantization_layer_8cpp_source.xhtml
documentation/_c_l_2_r_o_i_pooling_layer_8cpp.xhtml
documentation/_c_l_2_r_o_i_pooling_layer_8cpp_source.xhtml
documentation/_c_l_2_reduction_operation_8cpp.xhtml
documentation/_c_l_2_reduction_operation_8cpp_source.xhtml
documentation/_c_l_2_remap_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_remap_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_remap_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_reshape_layer_8cpp.js
documentation/_c_l_2_reshape_layer_8cpp.xhtml
documentation/_c_l_2_reshape_layer_8cpp_source.xhtml
documentation/_c_l_2_scale_8cpp.js
documentation/_c_l_2_scale_8cpp.xhtml
documentation/_c_l_2_scale_8cpp_source.xhtml
documentation/_c_l_2_scharr_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_scharr_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_scharr_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_sobel_8cpp.js
documentation/_c_l_2_sobel_8cpp.xhtml
documentation/_c_l_2_sobel_8cpp_source.xhtml
documentation/_c_l_2_softmax_layer_8cpp.js [deleted file]
documentation/_c_l_2_softmax_layer_8cpp.xhtml [deleted file]
documentation/_c_l_2_softmax_layer_8cpp_source.xhtml [deleted file]
documentation/_c_l_2_table_lookup_8cpp.xhtml
documentation/_c_l_2_table_lookup_8cpp_source.xhtml
documentation/_c_l_2_threshold_8cpp.xhtml
documentation/_c_l_2_threshold_8cpp_source.xhtml
documentation/_c_l_2_transpose_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_transpose_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_transpose_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_warp_affine_8cpp.xhtml
documentation/_c_l_2_warp_affine_8cpp_source.xhtml
documentation/_c_l_2_warp_perspective_8cpp.xhtml
documentation/_c_l_2_warp_perspective_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.xhtml
documentation/_c_l_array_8h_source.xhtml
documentation/_c_l_array_accessor_8h.xhtml
documentation/_c_l_array_accessor_8h_source.xhtml
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
documentation/_c_l_buffer_allocator_8h_source.xhtml
documentation/_c_l_canny_edge_8h.xhtml
documentation/_c_l_canny_edge_8h_source.xhtml
documentation/_c_l_canny_edge_kernel_8h.xhtml
documentation/_c_l_canny_edge_kernel_8h_source.xhtml
documentation/_c_l_channel_combine_8h.xhtml
documentation/_c_l_channel_combine_8h_source.xhtml
documentation/_c_l_channel_combine_kernel_8h.xhtml
documentation/_c_l_channel_combine_kernel_8h_source.xhtml
documentation/_c_l_channel_extract_8h.xhtml
documentation/_c_l_channel_extract_8h_source.xhtml
documentation/_c_l_channel_extract_kernel_8h.xhtml
documentation/_c_l_channel_extract_kernel_8h_source.xhtml
documentation/_c_l_col2_im_kernel_8h.xhtml
documentation/_c_l_col2_im_kernel_8h_source.xhtml
documentation/_c_l_color_convert_8h.xhtml
documentation/_c_l_color_convert_8h_source.xhtml
documentation/_c_l_color_convert_kernel_8h.xhtml
documentation/_c_l_color_convert_kernel_8h_source.xhtml
documentation/_c_l_convolution_8h.xhtml
documentation/_c_l_convolution_8h_source.xhtml
documentation/_c_l_convolution_kernel_8h.xhtml
documentation/_c_l_convolution_kernel_8h_source.xhtml
documentation/_c_l_convolution_layer_8h.xhtml
documentation/_c_l_convolution_layer_8h_source.xhtml
documentation/_c_l_depth_concatenate_8h.xhtml [deleted file]
documentation/_c_l_depth_concatenate_8h_source.xhtml [deleted file]
documentation/_c_l_depth_concatenate_kernel_8h.xhtml [deleted file]
documentation/_c_l_depth_concatenate_kernel_8h_source.xhtml [deleted file]
documentation/_c_l_depth_concatenate_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depth_concatenate_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depth_concatenate_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depth_concatenate_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_8h.xhtml [deleted file]
documentation/_c_l_depth_convert_8h_source.xhtml [deleted file]
documentation/_c_l_depth_convert_kernel_8h.xhtml [deleted file]
documentation/_c_l_depth_convert_kernel_8h_source.xhtml [deleted file]
documentation/_c_l_depth_convert_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depth_convert_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_convolution3x3_kernel_8h.xhtml [deleted file]
documentation/_c_l_depthwise_convolution3x3_kernel_8h_source.xhtml [deleted file]
documentation/_c_l_depthwise_convolution_8h.xhtml [deleted file]
documentation/_c_l_depthwise_convolution_8h_source.xhtml [deleted file]
documentation/_c_l_depthwise_convolution_layer3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_convolution_layer3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_depthwise_im2_col_kernel_8h.xhtml
documentation/_c_l_depthwise_im2_col_kernel_8h_source.xhtml
documentation/_c_l_depthwise_separable_convolution_layer_8h.xhtml
documentation/_c_l_depthwise_separable_convolution_layer_8h_source.xhtml
documentation/_c_l_depthwise_vector_to_tensor_kernel_8h.xhtml
documentation/_c_l_depthwise_vector_to_tensor_kernel_8h_source.xhtml
documentation/_c_l_depthwise_weights_reshape_kernel_8h.xhtml
documentation/_c_l_depthwise_weights_reshape_kernel_8h_source.xhtml
documentation/_c_l_dequantization_layer_8h.xhtml
documentation/_c_l_dequantization_layer_8h_source.xhtml
documentation/_c_l_dequantization_layer_kernel_8h.xhtml
documentation/_c_l_dequantization_layer_kernel_8h_source.xhtml
documentation/_c_l_derivative_8h.xhtml
documentation/_c_l_derivative_8h_source.xhtml
documentation/_c_l_derivative_kernel_8h.xhtml
documentation/_c_l_derivative_kernel_8h_source.xhtml
documentation/_c_l_dilate_8h.xhtml
documentation/_c_l_dilate_8h_source.xhtml
documentation/_c_l_dilate_kernel_8h.xhtml
documentation/_c_l_dilate_kernel_8h_source.xhtml
documentation/_c_l_direct_convolution_layer_8h.xhtml
documentation/_c_l_direct_convolution_layer_8h_source.xhtml
documentation/_c_l_direct_convolution_layer_kernel_8h.xhtml
documentation/_c_l_direct_convolution_layer_kernel_8h_source.xhtml
documentation/_c_l_distribution1_d_8h.xhtml
documentation/_c_l_distribution1_d_8h_source.xhtml
documentation/_c_l_equalize_histogram_8h.xhtml
documentation/_c_l_equalize_histogram_8h_source.xhtml
documentation/_c_l_erode_8h.xhtml
documentation/_c_l_erode_8h_source.xhtml
documentation/_c_l_erode_kernel_8h.xhtml
documentation/_c_l_erode_kernel_8h_source.xhtml
documentation/_c_l_fast_corners_8h.xhtml
documentation/_c_l_fast_corners_8h_source.xhtml
documentation/_c_l_fast_corners_kernel_8h.xhtml
documentation/_c_l_fast_corners_kernel_8h_source.xhtml
documentation/_c_l_fill_border_8h.xhtml
documentation/_c_l_fill_border_8h_source.xhtml
documentation/_c_l_fill_border_kernel_8h.xhtml
documentation/_c_l_fill_border_kernel_8h_source.xhtml
documentation/_c_l_flatten_layer_8h.xhtml
documentation/_c_l_flatten_layer_8h_source.xhtml
documentation/_c_l_floor_8h.xhtml
documentation/_c_l_floor_8h_source.xhtml
documentation/_c_l_floor_kernel_8h.xhtml
documentation/_c_l_floor_kernel_8h_source.xhtml
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 [deleted file]
documentation/_c_l_g_e_m_m_lowp_8h_source.xhtml [deleted file]
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_core_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_core_8h_source.xhtml [new file with mode: 0644]
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_lowp_offset_contribution_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_offset_contribution_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_output_stage_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_output_stage_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_reduction_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_lowp_reduction_kernel_8h_source.xhtml [new file with mode: 0644]
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
documentation/_c_l_g_e_m_m_matrix_vector_multiply_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_8h.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_8h_source.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml
documentation/_c_l_gaussian3x3_8h.xhtml
documentation/_c_l_gaussian3x3_8h_source.xhtml
documentation/_c_l_gaussian3x3_kernel_8h.xhtml
documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml
documentation/_c_l_gaussian5x5_8h.xhtml
documentation/_c_l_gaussian5x5_8h_source.xhtml
documentation/_c_l_gaussian5x5_kernel_8h.xhtml
documentation/_c_l_gaussian5x5_kernel_8h_source.xhtml
documentation/_c_l_gaussian_pyramid_8h.xhtml
documentation/_c_l_gaussian_pyramid_8h_source.xhtml
documentation/_c_l_gaussian_pyramid_kernel_8h.xhtml
documentation/_c_l_gaussian_pyramid_kernel_8h_source.xhtml
documentation/_c_l_h_o_g_8h.xhtml
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 [deleted file]
documentation/_c_l_l2_normalize_8h_source.xhtml [deleted file]
documentation/_c_l_l2_normalize_kernel_8h.xhtml [deleted file]
documentation/_c_l_l2_normalize_kernel_8h_source.xhtml [deleted file]
documentation/_c_l_l2_normalize_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_l2_normalize_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_l2_normalize_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_l2_normalize_layer_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
documentation/_c_l_lut_accessor_8h_source.xhtml
documentation/_c_l_lut_allocator_8h.xhtml
documentation/_c_l_lut_allocator_8h_source.xhtml
documentation/_c_l_magnitude_8h.xhtml
documentation/_c_l_magnitude_8h_source.xhtml
documentation/_c_l_magnitude_phase_kernel_8h.xhtml
documentation/_c_l_magnitude_phase_kernel_8h_source.xhtml
documentation/_c_l_map_8h.xhtml
documentation/_c_l_map_8h_source.xhtml
documentation/_c_l_mean_std_dev_8h.xhtml
documentation/_c_l_mean_std_dev_8h_source.xhtml
documentation/_c_l_mean_std_dev_kernel_8h.xhtml
documentation/_c_l_mean_std_dev_kernel_8h_source.xhtml
documentation/_c_l_median3x3_8h.xhtml
documentation/_c_l_median3x3_8h_source.xhtml
documentation/_c_l_median3x3_kernel_8h.xhtml
documentation/_c_l_median3x3_kernel_8h_source.xhtml
documentation/_c_l_memory_group_8h.xhtml
documentation/_c_l_memory_group_8h_source.xhtml
documentation/_c_l_min_max_layer_kernel_8h.xhtml
documentation/_c_l_min_max_layer_kernel_8h_source.xhtml
documentation/_c_l_min_max_location_8h.xhtml
documentation/_c_l_min_max_location_8h_source.xhtml
documentation/_c_l_min_max_location_kernel_8h.xhtml
documentation/_c_l_min_max_location_kernel_8h_source.xhtml
documentation/_c_l_multi_h_o_g_8h.xhtml
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
documentation/_c_l_quantization_layer_8h_source.xhtml
documentation/_c_l_quantization_layer_kernel_8h.xhtml
documentation/_c_l_quantization_layer_kernel_8h_source.xhtml
documentation/_c_l_r_o_i_pooling_layer_8h.xhtml
documentation/_c_l_r_o_i_pooling_layer_8h_source.xhtml
documentation/_c_l_r_o_i_pooling_layer_kernel_8h.xhtml
documentation/_c_l_r_o_i_pooling_layer_kernel_8h_source.xhtml
documentation/_c_l_reduction_operation_8h.xhtml
documentation/_c_l_reduction_operation_8h_source.xhtml
documentation/_c_l_reduction_operation_kernel_8h.xhtml
documentation/_c_l_reduction_operation_kernel_8h_source.xhtml
documentation/_c_l_remap_8h.xhtml
documentation/_c_l_remap_8h_source.xhtml
documentation/_c_l_remap_kernel_8h.xhtml
documentation/_c_l_remap_kernel_8h_source.xhtml
documentation/_c_l_reshape_layer_8h.xhtml
documentation/_c_l_reshape_layer_8h_source.xhtml
documentation/_c_l_reshape_layer_kernel_8h.xhtml
documentation/_c_l_reshape_layer_kernel_8h_source.xhtml
documentation/_c_l_scale_8h.xhtml
documentation/_c_l_scale_8h_source.xhtml
documentation/_c_l_scale_kernel_8h.xhtml
documentation/_c_l_scale_kernel_8h_source.xhtml
documentation/_c_l_scharr3x3_8h.xhtml
documentation/_c_l_scharr3x3_8h_source.xhtml
documentation/_c_l_scharr3x3_kernel_8h.xhtml
documentation/_c_l_scharr3x3_kernel_8h_source.xhtml
documentation/_c_l_scheduler_8h.xhtml
documentation/_c_l_scheduler_8h_source.xhtml
documentation/_c_l_sobel3x3_8h.xhtml
documentation/_c_l_sobel3x3_8h_source.xhtml
documentation/_c_l_sobel3x3_kernel_8h.xhtml
documentation/_c_l_sobel3x3_kernel_8h_source.xhtml
documentation/_c_l_sobel5x5_8h.xhtml
documentation/_c_l_sobel5x5_8h_source.xhtml
documentation/_c_l_sobel5x5_kernel_8h.xhtml
documentation/_c_l_sobel5x5_kernel_8h_source.xhtml
documentation/_c_l_sobel7x7_8h.xhtml
documentation/_c_l_sobel7x7_8h_source.xhtml
documentation/_c_l_sobel7x7_kernel_8h.xhtml
documentation/_c_l_sobel7x7_kernel_8h_source.xhtml
documentation/_c_l_softmax_layer_8h.xhtml
documentation/_c_l_softmax_layer_8h_source.xhtml
documentation/_c_l_softmax_layer_kernel_8h.xhtml
documentation/_c_l_softmax_layer_kernel_8h_source.xhtml
documentation/_c_l_sub_tensor_8h.xhtml
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
documentation/_c_l_tuner_8h_source.xhtml
documentation/_c_l_types_8h.xhtml
documentation/_c_l_types_8h_source.xhtml
documentation/_c_l_unmap_8h.xhtml
documentation/_c_l_unmap_8h_source.xhtml
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 [deleted file]
documentation/_c_p_p_2_arithmetic_addition_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_arithmetic_addition_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_arithmetic_subtraction_8cpp.js [deleted file]
documentation/_c_p_p_2_arithmetic_subtraction_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_arithmetic_subtraction_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_bitwise_and_8cpp.js [deleted file]
documentation/_c_p_p_2_bitwise_and_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_bitwise_and_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_bitwise_not_8cpp.js [deleted file]
documentation/_c_p_p_2_bitwise_not_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_bitwise_not_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_bitwise_or_8cpp.js [deleted file]
documentation/_c_p_p_2_bitwise_or_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_bitwise_or_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_bitwise_xor_8cpp.js [deleted file]
documentation/_c_p_p_2_bitwise_xor_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_bitwise_xor_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_box3x3_8cpp.js [deleted file]
documentation/_c_p_p_2_box3x3_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_box3x3_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_depth_concatenate_layer_8cpp.js [deleted file]
documentation/_c_p_p_2_depth_concatenate_layer_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_depth_concatenate_layer_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_depth_convert_8cpp.js [deleted file]
documentation/_c_p_p_2_depth_convert_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_depth_convert_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_dequantization_layer_8cpp.js [deleted file]
documentation/_c_p_p_2_dequantization_layer_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_dequantization_layer_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_fixed_point_8cpp.js [deleted file]
documentation/_c_p_p_2_fixed_point_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_fixed_point_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_g_e_m_m_lowp_8cpp.js [deleted file]
documentation/_c_p_p_2_g_e_m_m_lowp_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_g_e_m_m_lowp_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_gaussian3x3_8cpp.js [deleted file]
documentation/_c_p_p_2_gaussian3x3_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_gaussian3x3_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_gaussian5x5_8cpp.js [deleted file]
documentation/_c_p_p_2_gaussian5x5_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_gaussian5x5_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_integral_image_8cpp.js [deleted file]
documentation/_c_p_p_2_integral_image_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_integral_image_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_l2_normalize_8cpp.js [deleted file]
documentation/_c_p_p_2_l2_normalize_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_l2_normalize_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_mean_std_dev_8cpp.js [deleted file]
documentation/_c_p_p_2_mean_std_dev_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_mean_std_dev_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_min_max_location_8cpp.js [deleted file]
documentation/_c_p_p_2_min_max_location_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_min_max_location_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_non_linear_filter_8cpp.js [deleted file]
documentation/_c_p_p_2_non_linear_filter_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_non_linear_filter_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_permute_8cpp.js [new file with mode: 0644]
documentation/_c_p_p_2_permute_8cpp.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_permute_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_2_quantization_layer_8cpp.js [deleted file]
documentation/_c_p_p_2_quantization_layer_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_quantization_layer_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_reduction_operation_8cpp.js [deleted file]
documentation/_c_p_p_2_reduction_operation_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_reduction_operation_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_reshape_layer_8cpp.js [deleted file]
documentation/_c_p_p_2_reshape_layer_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_reshape_layer_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_scale_8cpp.js [deleted file]
documentation/_c_p_p_2_scale_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_scale_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_sobel_8cpp.js [deleted file]
documentation/_c_p_p_2_sobel_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_sobel_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_softmax_layer_8cpp.js [deleted file]
documentation/_c_p_p_2_softmax_layer_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_softmax_layer_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_table_lookup_8cpp.js [deleted file]
documentation/_c_p_p_2_table_lookup_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_table_lookup_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_threshold_8cpp.js [deleted file]
documentation/_c_p_p_2_threshold_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_threshold_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_warp_affine_8cpp.js [deleted file]
documentation/_c_p_p_2_warp_affine_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_warp_affine_8cpp_source.xhtml [deleted file]
documentation/_c_p_p_2_warp_perspective_8cpp.js [deleted file]
documentation/_c_p_p_2_warp_perspective_8cpp.xhtml [deleted file]
documentation/_c_p_p_2_warp_perspective_8cpp_source.xhtml [deleted file]
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_functions_8h.xhtml [new file with mode: 0644]
documentation/_c_p_p_functions_8h_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_kernels_8h.xhtml
documentation/_c_p_p_kernels_8h_source.xhtml
documentation/_c_p_p_permute_8h.xhtml [new file with mode: 0644]
documentation/_c_p_p_permute_8h_source.xhtml [new file with mode: 0644]
documentation/_c_p_p_permute_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_p_p_permute_kernel_8h_source.xhtml [new file with mode: 0644]
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.xhtml
documentation/_c_p_p_types_8h_source.xhtml
documentation/_cartesian_product_dataset_8h.xhtml
documentation/_cartesian_product_dataset_8h_source.xhtml
documentation/_col2_im_8cpp.js [new file with mode: 0644]
documentation/_col2_im_8cpp.xhtml [new file with mode: 0644]
documentation/_col2_im_8cpp_source.xhtml [new file with mode: 0644]
documentation/_command_line_options_8h.xhtml
documentation/_command_line_options_8h_source.xhtml
documentation/_command_line_parser_8cpp.xhtml
documentation/_command_line_parser_8cpp_source.xhtml
documentation/_command_line_parser_8h.xhtml
documentation/_command_line_parser_8h_source.xhtml
documentation/_container_dataset_8h.xhtml
documentation/_container_dataset_8h_source.xhtml
documentation/_convert_policy_dataset_8h.xhtml
documentation/_convert_policy_dataset_8h_source.xhtml
documentation/_convolution_layer_dataset_8h.xhtml
documentation/_convolution_layer_dataset_8h_source.xhtml
documentation/_coordinates_8h.xhtml
documentation/_coordinates_8h_source.xhtml
documentation/_dataset_8h.xhtml
documentation/_dataset_8h_source.xhtml
documentation/_dataset_modes_8cpp.xhtml
documentation/_dataset_modes_8cpp_source.xhtml
documentation/_dataset_modes_8h.xhtml
documentation/_dataset_modes_8h_source.xhtml
documentation/_datasets_8h.xhtml
documentation/_datasets_8h_source.xhtml
documentation/_deconvolution_layer_8h.js [new file with mode: 0644]
documentation/_deconvolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_deconvolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_deconvolution_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_deconvolution_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_depth_concatenate_layer_8h.xhtml
documentation/_depth_concatenate_layer_8h_source.xhtml
documentation/_depth_concatenate_layer_fixture_8h.xhtml
documentation/_depth_concatenate_layer_fixture_8h_source.xhtml
documentation/_depth_convert_8h.js [deleted file]
documentation/_depth_convert_8h.xhtml [deleted file]
documentation/_depth_convert_8h_source.xhtml [deleted file]
documentation/_depth_convert_fixture_8h.xhtml [deleted file]
documentation/_depth_convert_fixture_8h_source.xhtml [deleted file]
documentation/_depth_convert_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_depth_convert_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_depthwise_convolution_8h.js [deleted file]
documentation/_depthwise_convolution_8h.xhtml [deleted file]
documentation/_depthwise_convolution_8h_source.xhtml [deleted file]
documentation/_depthwise_convolution_dataset_8h.xhtml [deleted file]
documentation/_depthwise_convolution_dataset_8h_source.xhtml [deleted file]
documentation/_depthwise_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_depthwise_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_depthwise_separable_convolution_layer_8h.js
documentation/_depthwise_separable_convolution_layer_8h.xhtml
documentation/_depthwise_separable_convolution_layer_8h_source.xhtml
documentation/_depthwise_separable_convolution_layer_dataset_8h.xhtml
documentation/_depthwise_separable_convolution_layer_dataset_8h_source.xhtml
documentation/_dequantization_layer_8h.js [deleted file]
documentation/_dequantization_layer_8h.xhtml [deleted file]
documentation/_dequantization_layer_8h_source.xhtml [deleted file]
documentation/_dequantization_layer_fixture_8h.xhtml
documentation/_dequantization_layer_fixture_8h_source.xhtml
documentation/_dilate_8h.js [new file with mode: 0644]
documentation/_dilate_8h.xhtml [new file with mode: 0644]
documentation/_dilate_8h_source.xhtml [new file with mode: 0644]
documentation/_dilate_fixture_8h.xhtml [new file with mode: 0644]
documentation/_dilate_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_dimensions_8h.js
documentation/_dimensions_8h.xhtml
documentation/_dimensions_8h_source.xhtml
documentation/_direct_convolution_layer_dataset_8h.xhtml
documentation/_direct_convolution_layer_dataset_8h_source.xhtml
documentation/_direct_convolution_layer_fixture_8h.xhtml
documentation/_direct_convolution_layer_fixture_8h_source.xhtml
documentation/_distribution1_d_8h.xhtml
documentation/_distribution1_d_8h_source.xhtml
documentation/_dropout_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_dropout_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_enum_list_option_8h.xhtml
documentation/_enum_list_option_8h_source.xhtml
documentation/_enum_option_8h.xhtml
documentation/_enum_option_8h_source.xhtml
documentation/_erode_8h.js [new file with mode: 0644]
documentation/_erode_8h.xhtml [new file with mode: 0644]
documentation/_erode_8h_source.xhtml [new file with mode: 0644]
documentation/_erode_fixture_8h.xhtml [new file with mode: 0644]
documentation/_erode_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_error_8h.js [deleted file]
documentation/_error_8h.xhtml [deleted file]
documentation/_error_8h_source.xhtml [deleted file]
documentation/_exceptions_8cpp.xhtml
documentation/_exceptions_8cpp_source.xhtml
documentation/_exceptions_8h.xhtml
documentation/_exceptions_8h_source.xhtml
documentation/_file_handler_8h.xhtml [new file with mode: 0644]
documentation/_file_handler_8h_source.xhtml [new file with mode: 0644]
documentation/_file_printer_8h.xhtml [new file with mode: 0644]
documentation/_file_printer_8h_source.xhtml [new file with mode: 0644]
documentation/_fixed_point_8inl.xhtml
documentation/_fixed_point_8inl_source.xhtml
documentation/_fixed_point___q_s8_8cpp.js
documentation/_fixed_point___q_s8_8cpp.xhtml
documentation/_fixed_point___q_s8_8cpp_source.xhtml
documentation/_fixed_point_fixture_8h.xhtml
documentation/_fixed_point_fixture_8h_source.xhtml
documentation/_fixed_point_pixel_wise_multiplication_8h.js [new file with mode: 0644]
documentation/_fixed_point_pixel_wise_multiplication_8h.xhtml [new file with mode: 0644]
documentation/_fixed_point_pixel_wise_multiplication_8h_source.xhtml [new file with mode: 0644]
documentation/_fixed_point_pixel_wise_multiplication_fixture_8h.xhtml [new file with mode: 0644]
documentation/_fixed_point_pixel_wise_multiplication_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_fixture_8h.xhtml
documentation/_fixture_8h_source.xhtml
documentation/_flatten_layer_8cpp.xhtml
documentation/_flatten_layer_8cpp_source.xhtml
documentation/_flatten_layer_8h.js [deleted file]
documentation/_flatten_layer_8h.xhtml [deleted file]
documentation/_flatten_layer_8h_source.xhtml [deleted file]
documentation/_flatten_layer_fixture_8h.xhtml
documentation/_flatten_layer_fixture_8h_source.xhtml
documentation/_floor_8h.xhtml
documentation/_floor_8h_source.xhtml
documentation/_floor_layer_8h.xhtml
documentation/_floor_layer_8h_source.xhtml
documentation/_framework_8cpp.xhtml
documentation/_framework_8cpp_source.xhtml
documentation/_framework_8h.xhtml
documentation/_framework_8h_source.xhtml
documentation/_fully_connected_layer_dataset_8h.xhtml
documentation/_fully_connected_layer_dataset_8h_source.xhtml
documentation/_g_c_absolute_difference_8h.xhtml [new file with mode: 0644]
documentation/_g_c_absolute_difference_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_absolute_difference_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_absolute_difference_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_accessor_8h.xhtml [new file with mode: 0644]
documentation/_g_c_accessor_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_activation_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_activation_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_activation_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_activation_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_batch_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_batch_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_batch_normalization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_batch_normalization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_col2_im_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_col2_im_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_depth_concatenate_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_depth_concatenate_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_depth_concatenate_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_depth_concatenate_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_direct_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_direct_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_direct_convolution_layer_kernel_8h.js [new file with mode: 0644]
documentation/_g_c_direct_convolution_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_direct_convolution_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_dropout_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_dropout_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_dropout_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_dropout_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_fill_border_8h.xhtml [new file with mode: 0644]
documentation/_g_c_fill_border_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_fill_border_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_fill_border_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_fully_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_fully_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_functions_8h.xhtml [new file with mode: 0644]
documentation/_g_c_functions_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_8h.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_interleave4x4_8h.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_interleave4x4_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_interleave4x4_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_interleave4x4_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_matrix_addition_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_matrix_addition_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_matrix_multiply_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_transpose1x_w_8h.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_transpose1x_w_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_transpose1x_w_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_helpers_8h.js [new file with mode: 0644]
documentation/_g_c_helpers_8h.xhtml [new file with mode: 0644]
documentation/_g_c_helpers_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_im2_col_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_im2_col_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_kernel_library_8h.xhtml [new file with mode: 0644]
documentation/_g_c_kernel_library_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_kernels_8h.xhtml [new file with mode: 0644]
documentation/_g_c_kernels_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_normalization_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_normalization_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_pixel_wise_multiplication_8h.xhtml [new file with mode: 0644]
documentation/_g_c_pixel_wise_multiplication_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_pixel_wise_multiplication_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_pixel_wise_multiplication_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_pooling_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_pooling_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_scheduler_8h.xhtml [new file with mode: 0644]
documentation/_g_c_scheduler_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_softmax_layer_8h.xhtml [new file with mode: 0644]
documentation/_g_c_softmax_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_softmax_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_softmax_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_tensor_8h.js [new file with mode: 0644]
documentation/_g_c_tensor_8h.xhtml [new file with mode: 0644]
documentation/_g_c_tensor_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_tensor_allocator_8h.xhtml [new file with mode: 0644]
documentation/_g_c_tensor_allocator_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_transpose_8h.xhtml [new file with mode: 0644]
documentation/_g_c_transpose_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_transpose_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_transpose_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_8h.xhtml
documentation/_g_e_m_m_8h_source.xhtml
documentation/_g_e_m_m_dataset_8h.xhtml
documentation/_g_e_m_m_dataset_8h_source.xhtml
documentation/_g_e_m_m_interleave4x4_8h.js [new file with mode: 0644]
documentation/_g_e_m_m_interleave4x4_8h.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_interleave4x4_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_interleave4x4_fixture_8h.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_interleave4x4_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_interleave_blocked_8h.js [new file with mode: 0644]
documentation/_g_e_m_m_interleave_blocked_8h.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_interleave_blocked_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_interleave_blocked_fixture_8h.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_interleave_blocked_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_lowp_8h.js
documentation/_g_e_m_m_lowp_8h.xhtml
documentation/_g_e_m_m_lowp_8h_source.xhtml
documentation/_g_e_m_m_lowp_assembly_fixture_8h.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_lowp_assembly_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_lowp_dataset_8h.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_lowp_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_g_e_m_m_lowp_fixture_8h.xhtml [deleted file]
documentation/_g_e_m_m_lowp_fixture_8h_source.xhtml [deleted file]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_depth_concatenate_layer_8cpp.js [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_depth_concatenate_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_depth_concatenate_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_global_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_global_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_global_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_helper_8h.js [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_helper_8h.xhtml [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_helper_8h_source.xhtml [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp.js [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp.xhtml [new file with mode: 0644]
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp_source.xhtml [new file with mode: 0644]
documentation/_gaussian3x3_8h.xhtml
documentation/_gaussian3x3_8h_source.xhtml
documentation/_gaussian3x3_fixture_8h.xhtml
documentation/_gaussian3x3_fixture_8h_source.xhtml
documentation/_gaussian5x5_8h.xhtml
documentation/_gaussian5x5_8h_source.xhtml
documentation/_gaussian5x5_fixture_8h.xhtml
documentation/_gaussian5x5_fixture_8h_source.xhtml
documentation/_gaussian_pyramid_8cpp.js [new file with mode: 0644]
documentation/_gaussian_pyramid_8cpp.xhtml [new file with mode: 0644]
documentation/_gaussian_pyramid_8cpp_source.xhtml [new file with mode: 0644]
documentation/_gaussian_pyramid_half_8cpp.js [new file with mode: 0644]
documentation/_gaussian_pyramid_half_8cpp.xhtml [new file with mode: 0644]
documentation/_gaussian_pyramid_half_8cpp_source.xhtml [new file with mode: 0644]
documentation/_gaussian_pyramid_half_8h.js [new file with mode: 0644]
documentation/_gaussian_pyramid_half_8h.xhtml [new file with mode: 0644]
documentation/_gaussian_pyramid_half_8h_source.xhtml [new file with mode: 0644]
documentation/_gaussian_pyramid_half_fixture_8h.xhtml [new file with mode: 0644]
documentation/_gaussian_pyramid_half_fixture_8h_source.xhtml [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
documentation/_goog_le_net_inception_v1_activation_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_convolution_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_convolution_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_fully_connected_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_fully_connected_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_g_e_m_m_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_g_e_m_m_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_normalization_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_normalization_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_pooling_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_pooling_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_activation_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_activation_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_batch_normalization_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_convolution_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_convolution_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_fully_connected_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_fully_connected_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_pooling_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_pooling_layer_dataset_8h_source.xhtml
documentation/_google_net_g_e_m_m_dataset_8h.xhtml
documentation/_google_net_g_e_m_m_dataset_8h_source.xhtml
documentation/_gradient_dimension_dataset_8h.xhtml [new file with mode: 0644]
documentation/_gradient_dimension_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_graph_8h.js
documentation/_graph_8h.xhtml
documentation/_graph_8h_source.xhtml
documentation/_graph_context_8h.xhtml
documentation/_graph_context_8h_source.xhtml
documentation/_graph_type_printer_8h.js
documentation/_graph_type_printer_8h.xhtml
documentation/_graph_type_printer_8h_source.xhtml
documentation/_graph_utils_8cpp.xhtml
documentation/_graph_utils_8cpp_source.xhtml
documentation/_graph_utils_8h.js [new file with mode: 0644]
documentation/_graph_utils_8h.xhtml
documentation/_graph_utils_8h_source.xhtml
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.xhtml
documentation/_half_8h_source.xhtml
documentation/_harris_corner_detector_8cpp.xhtml
documentation/_harris_corner_detector_8cpp_source.xhtml
documentation/_harris_corner_detector_8h.xhtml
documentation/_harris_corner_detector_8h_source.xhtml
documentation/_harris_corners_fixture_8h.xhtml
documentation/_harris_corners_fixture_8h_source.xhtml
documentation/_helper_8h.js [deleted file]
documentation/_helper_8h.xhtml [deleted file]
documentation/_helper_8h_source.xhtml [deleted file]
documentation/_helpers_8cpp.js
documentation/_helpers_8cpp.xhtml
documentation/_helpers_8cpp_source.xhtml
documentation/_helpers_8inl.js
documentation/_helpers_8inl.xhtml
documentation/_helpers_8inl_source.xhtml
documentation/_histogram_8h.js [new file with mode: 0644]
documentation/_histogram_8h.xhtml [new file with mode: 0644]
documentation/_histogram_8h_source.xhtml [new file with mode: 0644]
documentation/_histogram_fixture_8h.xhtml [new file with mode: 0644]
documentation/_histogram_fixture_8h_source.xhtml [new file with mode: 0644]
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
documentation/_i_allocator_8h_source.xhtml
documentation/_i_array_8h.xhtml
documentation/_i_array_8h_source.xhtml
documentation/_i_array_accessor_8h.xhtml
documentation/_i_array_accessor_8h_source.xhtml
documentation/_i_c_l_array_8h.xhtml
documentation/_i_c_l_array_8h_source.xhtml
documentation/_i_c_l_distribution1_d_8h.xhtml
documentation/_i_c_l_distribution1_d_8h_source.xhtml
documentation/_i_c_l_h_o_g_8h.xhtml
documentation/_i_c_l_h_o_g_8h_source.xhtml
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
documentation/_i_c_l_tuner_8h_source.xhtml
documentation/_i_c_p_p_kernel_8h.xhtml
documentation/_i_c_p_p_kernel_8h_source.xhtml
documentation/_i_c_p_p_simple_function_8h.xhtml [new file with mode: 0644]
documentation/_i_c_p_p_simple_function_8h_source.xhtml [new file with mode: 0644]
documentation/_i_c_p_p_simple_kernel_8h.xhtml
documentation/_i_c_p_p_simple_kernel_8h_source.xhtml
documentation/_i_cloneable_8h.xhtml [new file with mode: 0644]
documentation/_i_cloneable_8h_source.xhtml [new file with mode: 0644]
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_g_c_kernel_8h.js [new file with mode: 0644]
documentation/_i_g_c_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_g_c_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_g_c_simple2_d_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_g_c_simple2_d_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_g_c_simple3_d_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_g_c_simple3_d_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_g_c_simple_function_8h.xhtml [new file with mode: 0644]
documentation/_i_g_c_simple_function_8h_source.xhtml [new file with mode: 0644]
documentation/_i_g_c_simple_kernel_8h.xhtml [new file with mode: 0644]
documentation/_i_g_c_simple_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_i_g_c_tensor_8h.js [new file with mode: 0644]
documentation/_i_g_c_tensor_8h.xhtml [new file with mode: 0644]
documentation/_i_g_c_tensor_8h_source.xhtml [new file with mode: 0644]
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
documentation/_i_lifetime_manager_8h_source.xhtml
documentation/_i_lut_8h.xhtml
documentation/_i_lut_8h_source.xhtml
documentation/_i_lut_accessor_8h.xhtml
documentation/_i_lut_accessor_8h_source.xhtml
documentation/_i_lut_allocator_8h.xhtml
documentation/_i_lut_allocator_8h_source.xhtml
documentation/_i_memory_group_8h.xhtml
documentation/_i_memory_group_8h_source.xhtml
documentation/_i_memory_manager_8h.xhtml
documentation/_i_memory_manager_8h_source.xhtml
documentation/_i_memory_pool_8h.xhtml
documentation/_i_memory_pool_8h_source.xhtml
documentation/_i_multi_h_o_g_8h.xhtml
documentation/_i_multi_h_o_g_8h_source.xhtml
documentation/_i_multi_image_8h.xhtml
documentation/_i_multi_image_8h_source.xhtml
documentation/_i_n_e_kernel_8h.xhtml
documentation/_i_n_e_kernel_8h_source.xhtml
documentation/_i_n_e_simple_function_8h.xhtml
documentation/_i_n_e_simple_function_8h_source.xhtml
documentation/_i_n_e_simple_kernel_8h.xhtml
documentation/_i_n_e_simple_kernel_8h_source.xhtml
documentation/_i_node_8h.xhtml
documentation/_i_node_8h_source.xhtml
documentation/_i_operation_8h.js [new file with mode: 0644]
documentation/_i_operation_8h.xhtml [new file with mode: 0644]
documentation/_i_operation_8h_source.xhtml [new file with mode: 0644]
documentation/_i_pool_manager_8h.xhtml
documentation/_i_pool_manager_8h_source.xhtml
documentation/_i_printer_8h.xhtml [new file with mode: 0644]
documentation/_i_printer_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_simple_lifetime_manager_8h.xhtml [new file with mode: 0644]
documentation/_i_simple_lifetime_manager_8h_source.xhtml [new file with mode: 0644]
documentation/_i_tensor_8h.xhtml
documentation/_i_tensor_8h_source.xhtml
documentation/_i_tensor_accessor_8h.xhtml
documentation/_i_tensor_accessor_8h_source.xhtml
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/_i_tensor_object_8h.xhtml [new file with mode: 0644]
documentation/_i_tensor_object_8h_source.xhtml [new file with mode: 0644]
documentation/_im2_col_8cpp.js [new file with mode: 0644]
documentation/_im2_col_8cpp.xhtml [new file with mode: 0644]
documentation/_im2_col_8cpp_source.xhtml [new file with mode: 0644]
documentation/_initializer_list_dataset_8h.xhtml
documentation/_initializer_list_dataset_8h_source.xhtml
documentation/_instrument_8h.js [new file with mode: 0644]
documentation/_instrument_8h.xhtml
documentation/_instrument_8h_source.xhtml
documentation/_instruments_8cpp.js
documentation/_instruments_8cpp.xhtml
documentation/_instruments_8cpp_source.xhtml
documentation/_instruments_8h.js
documentation/_instruments_8h.xhtml
documentation/_instruments_8h_source.xhtml
documentation/_integral_image_8h.xhtml
documentation/_integral_image_8h_source.xhtml
documentation/_integral_image_fixture_8h.xhtml
documentation/_integral_image_fixture_8h_source.xhtml
documentation/_interpolation_policy_dataset_8h.xhtml
documentation/_interpolation_policy_dataset_8h_source.xhtml
documentation/_j_s_o_n_printer_8cpp.xhtml
documentation/_j_s_o_n_printer_8cpp_source.xhtml
documentation/_j_s_o_n_printer_8h.xhtml
documentation/_j_s_o_n_printer_8h_source.xhtml
documentation/_join_dataset_8h.xhtml
documentation/_join_dataset_8h_source.xhtml
documentation/_l2_normalize_8h.js [deleted file]
documentation/_l2_normalize_8h.xhtml [deleted file]
documentation/_l2_normalize_8h_source.xhtml [deleted file]
documentation/_l2_normalize_fixture_8h.xhtml [deleted file]
documentation/_l2_normalize_fixture_8h_source.xhtml [deleted file]
documentation/_l2_normalize_layer_8h.xhtml [deleted file]
documentation/_l2_normalize_layer_8h_source.xhtml [deleted file]
documentation/_l2_normalize_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_l2_normalize_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_large_convolution_layer_dataset_8h.xhtml
documentation/_large_convolution_layer_dataset_8h_source.xhtml
documentation/_large_g_e_m_m_dataset_8h.xhtml
documentation/_large_g_e_m_m_dataset_8h_source.xhtml
documentation/_large_g_e_m_m_lowp_dataset_8h.xhtml [new file with mode: 0644]
documentation/_large_g_e_m_m_lowp_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_le_net5_activation_layer_dataset_8h.xhtml
documentation/_le_net5_activation_layer_dataset_8h_source.xhtml
documentation/_le_net5_convolution_layer_dataset_8h.xhtml
documentation/_le_net5_convolution_layer_dataset_8h_source.xhtml
documentation/_le_net5_fixture_8h.xhtml
documentation/_le_net5_fixture_8h_source.xhtml
documentation/_le_net5_fully_connected_layer_dataset_8h.xhtml
documentation/_le_net5_fully_connected_layer_dataset_8h_source.xhtml
documentation/_le_net5_network_8h.xhtml
documentation/_le_net5_network_8h_source.xhtml
documentation/_le_net5_pooling_layer_dataset_8h.xhtml
documentation/_le_net5_pooling_layer_dataset_8h_source.xhtml
documentation/_list_option_8h.xhtml
documentation/_list_option_8h_source.xhtml
documentation/_log_8h.js [new file with mode: 0644]
documentation/_log_8h.xhtml [new file with mode: 0644]
documentation/_log_8h_source.xhtml [new file with mode: 0644]
documentation/_log_msg_decorators_8h.xhtml [new file with mode: 0644]
documentation/_log_msg_decorators_8h_source.xhtml [new file with mode: 0644]
documentation/_logger_8h.js [deleted file]
documentation/_logger_8h.xhtml
documentation/_logger_8h_source.xhtml
documentation/_logger_registry_8h.xhtml [new file with mode: 0644]
documentation/_logger_registry_8h_source.xhtml [new file with mode: 0644]
documentation/_lut_8h.xhtml
documentation/_lut_8h_source.xhtml
documentation/_lut_accessor_8h.xhtml
documentation/_lut_accessor_8h_source.xhtml
documentation/_lut_allocator_8h.xhtml
documentation/_lut_allocator_8h_source.xhtml
documentation/_macros_8h.js [deleted file]
documentation/_macros_8h.xhtml [deleted file]
documentation/_macros_8h_source.xhtml [deleted file]
documentation/_magnitude_8h.js [new file with mode: 0644]
documentation/_magnitude_8h.xhtml [new file with mode: 0644]
documentation/_magnitude_8h_source.xhtml [new file with mode: 0644]
documentation/_magnitude_fixture_8h.xhtml [new file with mode: 0644]
documentation/_magnitude_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_mali_counter_8cpp.xhtml
documentation/_mali_counter_8cpp_source.xhtml
documentation/_mali_counter_8h.xhtml
documentation/_mali_counter_8h_source.xhtml
documentation/_matrix_multiply_g_e_m_m_dataset_8h.xhtml
documentation/_matrix_multiply_g_e_m_m_dataset_8h_source.xhtml
documentation/_matrix_pattern_dataset_8h.xhtml
documentation/_matrix_pattern_dataset_8h_source.xhtml
documentation/_mean_std_dev_8h.xhtml
documentation/_mean_std_dev_8h_source.xhtml
documentation/_mean_std_dev_fixture_8h.xhtml
documentation/_mean_std_dev_fixture_8h_source.xhtml
documentation/_measurement_8h.js [deleted file]
documentation/_measurement_8h.xhtml
documentation/_measurement_8h_source.xhtml
documentation/_median3x3_8h.js [new file with mode: 0644]
documentation/_median3x3_8h.xhtml [new file with mode: 0644]
documentation/_median3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_median3x3_fixture_8h.xhtml [new file with mode: 0644]
documentation/_median3x3_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_memory_8h.xhtml [new file with mode: 0644]
documentation/_memory_8h_source.xhtml [new file with mode: 0644]
documentation/_memory_group_8h.xhtml
documentation/_memory_group_8h_source.xhtml
documentation/_memory_group_base_8h.xhtml
documentation/_memory_group_base_8h_source.xhtml
documentation/_memory_manager_8cpp.js [new file with mode: 0644]
documentation/_memory_manager_8cpp.xhtml [new file with mode: 0644]
documentation/_memory_manager_8cpp_source.xhtml [new file with mode: 0644]
documentation/_memory_manager_on_demand_8h.xhtml
documentation/_memory_manager_on_demand_8h_source.xhtml
documentation/_min_max_location_8h.xhtml
documentation/_min_max_location_8h_source.xhtml
documentation/_min_max_location_fixture_8h.xhtml
documentation/_min_max_location_fixture_8h_source.xhtml
documentation/_mobile_net_8cpp.js [new file with mode: 0644]
documentation/_mobile_net_8cpp.xhtml [new file with mode: 0644]
documentation/_mobile_net_8cpp_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_depthwise_convolution_dataset_8h.xhtml [deleted file]
documentation/_mobile_net_depthwise_convolution_dataset_8h_source.xhtml [deleted file]
documentation/_mobile_net_depthwise_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_mobile_net_depthwise_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_depthwise_separable_convolution_layer_dataset_8h.xhtml
documentation/_mobile_net_depthwise_separable_convolution_layer_dataset_8h_source.xhtml
documentation/_mobile_net_fixture_8h.xhtml [new file with mode: 0644]
documentation/_mobile_net_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_network_8h.xhtml [new file with mode: 0644]
documentation/_mobile_net_network_8h_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_v1_8cpp.js [new file with mode: 0644]
documentation/_mobile_net_v1_8cpp.xhtml [new file with mode: 0644]
documentation/_mobile_net_v1_8cpp_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_v1_fixture_8h.xhtml [new file with mode: 0644]
documentation/_mobile_net_v1_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_v1_network_8h.xhtml [new file with mode: 0644]
documentation/_mobile_net_v1_network_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.xhtml
documentation/_mutex_8h_source.xhtml
documentation/_n_e_absolute_difference_8h.xhtml
documentation/_n_e_absolute_difference_8h_source.xhtml
documentation/_n_e_absolute_difference_kernel_8h.xhtml
documentation/_n_e_absolute_difference_kernel_8h_source.xhtml
documentation/_n_e_accumulate_8h.xhtml
documentation/_n_e_accumulate_8h_source.xhtml
documentation/_n_e_accumulate_kernel_8h.js [new file with mode: 0644]
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_asymm_8h.js [new file with mode: 0644]
documentation/_n_e_asymm_8h.xhtml [new file with mode: 0644]
documentation/_n_e_asymm_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_asymm_8inl.js [new file with mode: 0644]
documentation/_n_e_asymm_8inl.xhtml [new file with mode: 0644]
documentation/_n_e_asymm_8inl_source.xhtml [new file with mode: 0644]
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.js [new file with mode: 0644]
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.js [new file with mode: 0644]
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_8h.xhtml [new file with mode: 0644]
documentation/_n_e_col2_im_8h_source.xhtml [new file with mode: 0644]
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_deconvolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_deconvolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_deconvolution_layer_upsample_8h.xhtml [new file with mode: 0644]
documentation/_n_e_deconvolution_layer_upsample_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_deconvolution_layer_upsample_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_deconvolution_layer_upsample_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depth_concatenate_8h.xhtml [deleted file]
documentation/_n_e_depth_concatenate_8h_source.xhtml [deleted file]
documentation/_n_e_depth_concatenate_kernel_8h.xhtml [deleted file]
documentation/_n_e_depth_concatenate_kernel_8h_source.xhtml [deleted file]
documentation/_n_e_depth_concatenate_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depth_concatenate_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depth_concatenate_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depth_concatenate_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_8h.xhtml [deleted file]
documentation/_n_e_depth_convert_8h_source.xhtml [deleted file]
documentation/_n_e_depth_convert_kernel_8h.xhtml [deleted file]
documentation/_n_e_depth_convert_kernel_8h_source.xhtml [deleted file]
documentation/_n_e_depth_convert_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depth_convert_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_convolution_layer3x3_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_convolution_layer3x3_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_im2_col_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_im2_col_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_separable_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_separable_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_vector_to_tensor_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_vector_to_tensor_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_weights_reshape_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_depthwise_weights_reshape_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_dequantization_layer_8h.xhtml
documentation/_n_e_dequantization_layer_8h_source.xhtml
documentation/_n_e_dequantization_layer_kernel_8h.xhtml
documentation/_n_e_dequantization_layer_kernel_8h_source.xhtml
documentation/_n_e_derivative_8h.xhtml
documentation/_n_e_derivative_8h_source.xhtml
documentation/_n_e_derivative_kernel_8h.xhtml
documentation/_n_e_derivative_kernel_8h_source.xhtml
documentation/_n_e_dilate_8h.xhtml
documentation/_n_e_dilate_8h_source.xhtml
documentation/_n_e_dilate_kernel_8h.xhtml
documentation/_n_e_dilate_kernel_8h_source.xhtml
documentation/_n_e_direct_convolution3x3_8h.js [new file with mode: 0644]
documentation/_n_e_direct_convolution3x3_8h.xhtml [new file with mode: 0644]
documentation/_n_e_direct_convolution3x3_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_direct_convolution_detail_8h.js [new file with mode: 0644]
documentation/_n_e_direct_convolution_detail_8h.xhtml [new file with mode: 0644]
documentation/_n_e_direct_convolution_detail_8h_source.xhtml [new file with mode: 0644]
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.xhtml
documentation/_n_e_fixed_point_8h_source.xhtml
documentation/_n_e_fixed_point_8inl.xhtml
documentation/_n_e_fixed_point_8inl_source.xhtml
documentation/_n_e_flatten_layer_8h.xhtml
documentation/_n_e_flatten_layer_8h_source.xhtml
documentation/_n_e_floor_8h.xhtml
documentation/_n_e_floor_8h_source.xhtml
documentation/_n_e_floor_kernel_8h.xhtml
documentation/_n_e_floor_kernel_8h_source.xhtml
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
documentation/_n_e_g_e_m_m_a_arch32_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_a_arch64_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_a_arch64_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_assembly_base_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_assembly_base_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_8h.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_interleave_blocked_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_interleave_blocked_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_8h.xhtml [deleted file]
documentation/_n_e_g_e_m_m_lowp_8h_source.xhtml [deleted file]
documentation/_n_e_g_e_m_m_lowp_a_arch64_a53_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_a_arch64_a53_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_a_arch64_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_a_arch64_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_core_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_core_8h_source.xhtml [new file with mode: 0644]
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_lowp_offset_contribution_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_offset_contribution_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_output_stage_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_output_stage_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_reduction_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_lowp_reduction_kernel_8h_source.xhtml [new file with mode: 0644]
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_matrix_vector_multiply_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_matrix_vector_multiply_kernel_8h_source.xhtml [new file with mode: 0644]
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_g_e_m_m_a_arch64_f_p16_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_h_g_e_m_m_a_arch64_f_p16_kernel_8h_source.xhtml [new file with mode: 0644]
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.js [new file with mode: 0644]
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_8h.xhtml [new file with mode: 0644]
documentation/_n_e_im2_col_8h_source.xhtml [new file with mode: 0644]
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 [deleted file]
documentation/_n_e_l2_normalize_8h_source.xhtml [deleted file]
documentation/_n_e_l2_normalize_kernel_8h.xhtml [deleted file]
documentation/_n_e_l2_normalize_kernel_8h_source.xhtml [deleted file]
documentation/_n_e_l2_normalize_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_l2_normalize_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_l2_normalize_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_l2_normalize_layer_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.js [new file with mode: 0644]
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
documentation/_n_e_min_max_layer_kernel_8h_source.xhtml
documentation/_n_e_min_max_location_8h.xhtml
documentation/_n_e_min_max_location_8h_source.xhtml
documentation/_n_e_min_max_location_kernel_8h.xhtml
documentation/_n_e_min_max_location_kernel_8h_source.xhtml
documentation/_n_e_non_linear_filter_8h.xhtml
documentation/_n_e_non_linear_filter_8h_source.xhtml
documentation/_n_e_non_linear_filter_kernel_8h.xhtml
documentation/_n_e_non_linear_filter_kernel_8h_source.xhtml
documentation/_n_e_non_maxima_suppression3x3_8h.xhtml
documentation/_n_e_non_maxima_suppression3x3_8h_source.xhtml
documentation/_n_e_non_maxima_suppression3x3_kernel_8h.js [new file with mode: 0644]
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_absolute_difference_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_absolute_difference_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_absolute_difference_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_accumulate_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_accumulate_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_accumulate_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_arithmetic_addition_8cpp.js
documentation/_n_e_o_n_2_arithmetic_addition_8cpp.xhtml
documentation/_n_e_o_n_2_arithmetic_addition_8cpp_source.xhtml
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp.js
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp.xhtml
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp_source.xhtml
documentation/_n_e_o_n_2_bitwise_and_8cpp.xhtml
documentation/_n_e_o_n_2_bitwise_and_8cpp_source.xhtml
documentation/_n_e_o_n_2_bitwise_not_8cpp.xhtml
documentation/_n_e_o_n_2_bitwise_not_8cpp_source.xhtml
documentation/_n_e_o_n_2_bitwise_or_8cpp.xhtml
documentation/_n_e_o_n_2_bitwise_or_8cpp_source.xhtml
documentation/_n_e_o_n_2_bitwise_xor_8cpp.xhtml
documentation/_n_e_o_n_2_bitwise_xor_8cpp_source.xhtml
documentation/_n_e_o_n_2_box3x3_8cpp.xhtml
documentation/_n_e_o_n_2_box3x3_8cpp_source.xhtml
documentation/_n_e_o_n_2_deconvolution_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_deconvolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_deconvolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_concatenate_layer_8cpp.js
documentation/_n_e_o_n_2_depth_concatenate_layer_8cpp.xhtml
documentation/_n_e_o_n_2_depth_concatenate_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_depth_convert_8cpp.js [deleted file]
documentation/_n_e_o_n_2_depth_convert_8cpp.xhtml [deleted file]
documentation/_n_e_o_n_2_depth_convert_8cpp_source.xhtml [deleted file]
documentation/_n_e_o_n_2_depth_convert_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_convert_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_depth_convert_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_dequantization_layer_8cpp.xhtml
documentation/_n_e_o_n_2_dequantization_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_dilate_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_dilate_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_dilate_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_erode_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_erode_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_erode_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_fill_border_8cpp.xhtml
documentation/_n_e_o_n_2_fill_border_8cpp_source.xhtml
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_8cpp.js
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_8cpp.xhtml
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_8cpp_source.xhtml
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_target_8h.xhtml
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_target_8h_source.xhtml
documentation/_n_e_o_n_2_fixed_point_pixel_wise_multiplication_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_fixed_point_pixel_wise_multiplication_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_fixed_point_pixel_wise_multiplication_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_flatten_8cpp.js
documentation/_n_e_o_n_2_flatten_8cpp.xhtml
documentation/_n_e_o_n_2_flatten_8cpp_source.xhtml
documentation/_n_e_o_n_2_g_e_m_m_lowp_8cpp.js [deleted file]
documentation/_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml [deleted file]
documentation/_n_e_o_n_2_g_e_m_m_lowp_8cpp_source.xhtml [deleted file]
documentation/_n_e_o_n_2_gaussian3x3_8cpp.xhtml
documentation/_n_e_o_n_2_gaussian3x3_8cpp_source.xhtml
documentation/_n_e_o_n_2_gaussian5x5_8cpp.xhtml
documentation/_n_e_o_n_2_gaussian5x5_8cpp_source.xhtml
documentation/_n_e_o_n_2_global_pooling_layer_8cpp.xhtml
documentation/_n_e_o_n_2_global_pooling_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_harris_corners_8cpp.xhtml
documentation/_n_e_o_n_2_harris_corners_8cpp_source.xhtml
documentation/_n_e_o_n_2_helper_8h.js [new file with mode: 0644]
documentation/_n_e_o_n_2_helper_8h.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_helper_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_histogram_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_histogram_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_histogram_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_integral_image_8cpp.xhtml
documentation/_n_e_o_n_2_integral_image_8cpp_source.xhtml
documentation/_n_e_o_n_2_l2_normalize_8cpp.js [deleted file]
documentation/_n_e_o_n_2_l2_normalize_8cpp.xhtml [deleted file]
documentation/_n_e_o_n_2_l2_normalize_8cpp_source.xhtml [deleted file]
documentation/_n_e_o_n_2_l2_normalize_layer_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_l2_normalize_layer_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_l2_normalize_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_magnitude_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_magnitude_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_magnitude_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_mean_std_dev_8cpp.xhtml
documentation/_n_e_o_n_2_mean_std_dev_8cpp_source.xhtml
documentation/_n_e_o_n_2_median3x3_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_median3x3_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_median3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_min_max_location_8cpp.js
documentation/_n_e_o_n_2_min_max_location_8cpp.xhtml
documentation/_n_e_o_n_2_min_max_location_8cpp_source.xhtml
documentation/_n_e_o_n_2_non_linear_filter_8cpp.xhtml
documentation/_n_e_o_n_2_non_linear_filter_8cpp_source.xhtml
documentation/_n_e_o_n_2_phase_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_phase_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_phase_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_pixel_wise_multiplication_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_pixel_wise_multiplication_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_pixel_wise_multiplication_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_quantization_layer_8cpp.xhtml
documentation/_n_e_o_n_2_quantization_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_r_o_i_pooling_layer_8cpp.xhtml
documentation/_n_e_o_n_2_r_o_i_pooling_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_reduction_operation_8cpp.xhtml
documentation/_n_e_o_n_2_reduction_operation_8cpp_source.xhtml
documentation/_n_e_o_n_2_remap_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_remap_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_remap_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_reshape_layer_8cpp.xhtml
documentation/_n_e_o_n_2_reshape_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_scale_8cpp.js
documentation/_n_e_o_n_2_scale_8cpp.xhtml
documentation/_n_e_o_n_2_scale_8cpp_source.xhtml
documentation/_n_e_o_n_2_sobel_8cpp.js
documentation/_n_e_o_n_2_sobel_8cpp.xhtml
documentation/_n_e_o_n_2_sobel_8cpp_source.xhtml
documentation/_n_e_o_n_2_softmax_layer_8cpp.js [deleted file]
documentation/_n_e_o_n_2_softmax_layer_8cpp.xhtml [deleted file]
documentation/_n_e_o_n_2_softmax_layer_8cpp_source.xhtml [deleted file]
documentation/_n_e_o_n_2_table_lookup_8cpp.xhtml
documentation/_n_e_o_n_2_table_lookup_8cpp_source.xhtml
documentation/_n_e_o_n_2_threshold_8cpp.xhtml
documentation/_n_e_o_n_2_threshold_8cpp_source.xhtml
documentation/_n_e_o_n_2_transpose_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_transpose_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_transpose_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_warp_affine_8cpp.xhtml
documentation/_n_e_o_n_2_warp_affine_8cpp_source.xhtml
documentation/_n_e_o_n_2_warp_perspective_8cpp.xhtml
documentation/_n_e_o_n_2_warp_perspective_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
documentation/_n_e_quantization_layer_8h_source.xhtml
documentation/_n_e_quantization_layer_kernel_8h.xhtml
documentation/_n_e_quantization_layer_kernel_8h_source.xhtml
documentation/_n_e_r_o_i_pooling_layer_8h.xhtml
documentation/_n_e_r_o_i_pooling_layer_8h_source.xhtml
documentation/_n_e_r_o_i_pooling_layer_kernel_8h.xhtml
documentation/_n_e_r_o_i_pooling_layer_kernel_8h_source.xhtml
documentation/_n_e_reduction_operation_8h.xhtml
documentation/_n_e_reduction_operation_8h_source.xhtml
documentation/_n_e_reduction_operation_kernel_8h.xhtml
documentation/_n_e_reduction_operation_kernel_8h_source.xhtml
documentation/_n_e_remap_8h.xhtml
documentation/_n_e_remap_8h_source.xhtml
documentation/_n_e_remap_kernel_8h.xhtml
documentation/_n_e_remap_kernel_8h_source.xhtml
documentation/_n_e_reshape_layer_8h.xhtml
documentation/_n_e_reshape_layer_8h_source.xhtml
documentation/_n_e_reshape_layer_kernel_8h.xhtml
documentation/_n_e_reshape_layer_kernel_8h_source.xhtml
documentation/_n_e_scale_8h.xhtml
documentation/_n_e_scale_8h_source.xhtml
documentation/_n_e_scale_kernel_8h.xhtml
documentation/_n_e_scale_kernel_8h_source.xhtml
documentation/_n_e_scharr3x3_8h.xhtml
documentation/_n_e_scharr3x3_8h_source.xhtml
documentation/_n_e_scharr3x3_kernel_8h.xhtml
documentation/_n_e_scharr3x3_kernel_8h_source.xhtml
documentation/_n_e_scheduler_8h.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/_n_e_winograd_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_winograd_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_winograd_layer_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_winograd_layer_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_node_context_8h.xhtml [new file with mode: 0644]
documentation/_node_context_8h_source.xhtml [new file with mode: 0644]
documentation/_node_parameter_8h.xhtml [new file with mode: 0644]
documentation/_node_parameter_8h_source.xhtml [new file with mode: 0644]
documentation/_nodes_8h.xhtml
documentation/_nodes_8h_source.xhtml
documentation/_non_linear_filter_8h.xhtml
documentation/_non_linear_filter_8h_source.xhtml
documentation/_non_linear_filter_fixture_8h.xhtml
documentation/_non_linear_filter_fixture_8h_source.xhtml
documentation/_non_linear_filter_function_dataset_8h.xhtml
documentation/_non_linear_filter_function_dataset_8h_source.xhtml
documentation/_non_maxima_suppression_8cpp.xhtml
documentation/_non_maxima_suppression_8cpp_source.xhtml
documentation/_non_maxima_suppression_8h.xhtml
documentation/_non_maxima_suppression_8h_source.xhtml
documentation/_normalization_types_dataset_8h.xhtml
documentation/_normalization_types_dataset_8h_source.xhtml
documentation/_o_m_p_scheduler_8h.xhtml
documentation/_o_m_p_scheduler_8h_source.xhtml
documentation/_offset_lifetime_manager_8h.xhtml [new file with mode: 0644]
documentation/_offset_lifetime_manager_8h_source.xhtml [new file with mode: 0644]
documentation/_offset_memory_pool_8h.xhtml [new file with mode: 0644]
documentation/_offset_memory_pool_8h_source.xhtml [new file with mode: 0644]
documentation/_open_c_l_8h.js
documentation/_open_c_l_8h.xhtml
documentation/_open_c_l_8h_source.xhtml
documentation/_open_c_l_timer_8cpp.xhtml [new file with mode: 0644]
documentation/_open_c_l_timer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_open_c_l_timer_8h.xhtml [new file with mode: 0644]
documentation/_open_c_l_timer_8h_source.xhtml [new file with mode: 0644]
documentation/_open_g_l_e_s_8h.js [new file with mode: 0644]
documentation/_open_g_l_e_s_8h.xhtml [new file with mode: 0644]
documentation/_open_g_l_e_s_8h_source.xhtml [new file with mode: 0644]
documentation/_operation_registrar_8h.xhtml [new file with mode: 0644]
documentation/_operation_registrar_8h_source.xhtml [new file with mode: 0644]
documentation/_operation_registry_8h.xhtml [new file with mode: 0644]
documentation/_operation_registry_8h_source.xhtml [new file with mode: 0644]
documentation/_option_8cpp.xhtml
documentation/_option_8cpp_source.xhtml
documentation/_option_8h.xhtml
documentation/_option_8h_source.xhtml
documentation/_p_m_u_8cpp.xhtml
documentation/_p_m_u_8cpp_source.xhtml
documentation/_p_m_u_8h.xhtml
documentation/_p_m_u_8h_source.xhtml
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
documentation/_padding_calculator_8h_source.xhtml
documentation/_permute_8h.js [new file with mode: 0644]
documentation/_permute_8h.xhtml [new file with mode: 0644]
documentation/_permute_8h_source.xhtml [new file with mode: 0644]
documentation/_permute_fixture_8h.xhtml [new file with mode: 0644]
documentation/_permute_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_phase_8h.js [new file with mode: 0644]
documentation/_phase_8h.xhtml [new file with mode: 0644]
documentation/_phase_8h_source.xhtml [new file with mode: 0644]
documentation/_phase_fixture_8h.xhtml [new file with mode: 0644]
documentation/_phase_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_pixel_value_8h.xhtml
documentation/_pixel_value_8h_source.xhtml
documentation/_pixel_wise_multiplication_8h.js [new file with mode: 0644]
documentation/_pixel_wise_multiplication_8h.xhtml [new file with mode: 0644]
documentation/_pixel_wise_multiplication_8h_source.xhtml [new file with mode: 0644]
documentation/_pixel_wise_multiplication_fixture_8h.xhtml [new file with mode: 0644]
documentation/_pixel_wise_multiplication_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_pool_manager_8h.xhtml
documentation/_pool_manager_8h_source.xhtml
documentation/_pooling_layer_dataset_8h.xhtml
documentation/_pooling_layer_dataset_8h_source.xhtml
documentation/_pooling_types_dataset_8h.xhtml
documentation/_pooling_types_dataset_8h_source.xhtml
documentation/_pretty_printer_8cpp.xhtml
documentation/_pretty_printer_8cpp_source.xhtml
documentation/_pretty_printer_8h.xhtml
documentation/_pretty_printer_8h_source.xhtml
documentation/_printer_8cpp.xhtml
documentation/_printer_8cpp_source.xhtml
documentation/_printer_8h.xhtml
documentation/_printer_8h_source.xhtml
documentation/_printers_8cpp.xhtml
documentation/_printers_8cpp_source.xhtml
documentation/_printers_8h.js [deleted file]
documentation/_printers_8h.xhtml [deleted file]
documentation/_printers_8h_source.xhtml [deleted file]
documentation/_profiler_8cpp.xhtml
documentation/_profiler_8cpp_source.xhtml
documentation/_profiler_8h.xhtml
documentation/_profiler_8h_source.xhtml
documentation/_pyramid_8h.xhtml
documentation/_pyramid_8h_source.xhtml
documentation/_pyramid_info_8h.xhtml
documentation/_pyramid_info_8h_source.xhtml
documentation/_q_asymm8_8h.js [new file with mode: 0644]
documentation/_q_asymm8_8h.xhtml [new file with mode: 0644]
documentation/_q_asymm8_8h_source.xhtml [new file with mode: 0644]
documentation/_q_asymm8_8inl.js [new file with mode: 0644]
documentation/_q_asymm8_8inl.xhtml [new file with mode: 0644]
documentation/_q_asymm8_8inl_source.xhtml [new file with mode: 0644]
documentation/_quantization_layer_8h.js [deleted file]
documentation/_quantization_layer_8h.xhtml [deleted file]
documentation/_quantization_layer_8h_source.xhtml [deleted file]
documentation/_quantization_layer_fixture_8h.xhtml
documentation/_quantization_layer_fixture_8h_source.xhtml
documentation/_r_o_i_pooling_layer_dataset_8h.xhtml
documentation/_r_o_i_pooling_layer_dataset_8h_source.xhtml
documentation/_r_o_i_pooling_layer_fixture_8h.xhtml
documentation/_r_o_i_pooling_layer_fixture_8h_source.xhtml
documentation/_random_batch_normalization_layer_dataset_8h.xhtml
documentation/_random_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_range_dataset_8h.xhtml
documentation/_range_dataset_8h_source.xhtml
documentation/_raw_lut_accessor_8h.xhtml
documentation/_raw_lut_accessor_8h_source.xhtml
documentation/_raw_tensor_8cpp.xhtml
documentation/_raw_tensor_8cpp_source.xhtml
documentation/_raw_tensor_8h.xhtml
documentation/_raw_tensor_8h_source.xhtml
documentation/_reduction_operation_8h.xhtml
documentation/_reduction_operation_8h_source.xhtml
documentation/_reduction_operation_dataset_8h.xhtml
documentation/_reduction_operation_dataset_8h_source.xhtml
documentation/_reduction_operation_fixture_8h.xhtml
documentation/_reduction_operation_fixture_8h_source.xhtml
documentation/_registrars_8h.xhtml
documentation/_registrars_8h_source.xhtml
documentation/_remap_8h.js [new file with mode: 0644]
documentation/_remap_8h.xhtml [new file with mode: 0644]
documentation/_remap_8h_source.xhtml [new file with mode: 0644]
documentation/_remap_fixture_8h.xhtml [new file with mode: 0644]
documentation/_remap_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_reshape_layer_8h.js [deleted file]
documentation/_reshape_layer_8h.xhtml [deleted file]
documentation/_reshape_layer_8h_source.xhtml [deleted file]
documentation/_reshape_layer_dataset_8h.xhtml
documentation/_reshape_layer_dataset_8h_source.xhtml
documentation/_reshape_layer_fixture_8h.xhtml
documentation/_reshape_layer_fixture_8h_source.xhtml
documentation/_rounding_8h.js [new file with mode: 0644]
documentation/_rounding_8h.xhtml [new file with mode: 0644]
documentation/_rounding_8h_source.xhtml [new file with mode: 0644]
documentation/_sampling_policy_dataset_8h.xhtml [new file with mode: 0644]
documentation/_sampling_policy_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_scale_8h.js
documentation/_scale_8h.xhtml
documentation/_scale_8h_source.xhtml
documentation/_scale_fixture_8h.xhtml
documentation/_scale_fixture_8h_source.xhtml
documentation/_schaar_8cpp.js [new file with mode: 0644]
documentation/_schaar_8cpp.xhtml [new file with mode: 0644]
documentation/_schaar_8cpp_source.xhtml [new file with mode: 0644]
documentation/_scharr_8h.js [new file with mode: 0644]
documentation/_scharr_8h.xhtml [new file with mode: 0644]
documentation/_scharr_8h_source.xhtml [new file with mode: 0644]
documentation/_scharr_fixture_8h.js [new file with mode: 0644]
documentation/_scharr_fixture_8h.xhtml [new file with mode: 0644]
documentation/_scharr_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_scheduler_8h.xhtml
documentation/_scheduler_8h_source.xhtml
documentation/_semaphore_8h.xhtml
documentation/_semaphore_8h_source.xhtml
documentation/_shape_datasets_8h.js
documentation/_shape_datasets_8h.xhtml
documentation/_shape_datasets_8h_source.xhtml
documentation/_simple_option_8h.xhtml
documentation/_simple_option_8h_source.xhtml
documentation/_simple_tensor_8h.xhtml
documentation/_simple_tensor_8h_source.xhtml
documentation/_single_thread_scheduler_8h.xhtml
documentation/_single_thread_scheduler_8h_source.xhtml
documentation/_singleton_dataset_8h.xhtml
documentation/_singleton_dataset_8h_source.xhtml
documentation/_size2_d_8h.xhtml
documentation/_size2_d_8h_source.xhtml
documentation/_small_convolution_layer_dataset_8h.xhtml
documentation/_small_convolution_layer_dataset_8h_source.xhtml
documentation/_small_g_e_m_m_dataset_8h.xhtml
documentation/_small_g_e_m_m_dataset_8h_source.xhtml
documentation/_small_g_e_m_m_lowp_dataset_8h.xhtml [new file with mode: 0644]
documentation/_small_g_e_m_m_lowp_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_sobel_8h.js
documentation/_sobel_8h.xhtml
documentation/_sobel_8h_source.xhtml
documentation/_sobel_fixture_8h.xhtml
documentation/_sobel_fixture_8h_source.xhtml
documentation/_softmax_layer_fixture_8h.xhtml [deleted file]
documentation/_softmax_layer_fixture_8h_source.xhtml [deleted file]
documentation/_squeeze_net_activation_layer_dataset_8h.xhtml
documentation/_squeeze_net_activation_layer_dataset_8h_source.xhtml
documentation/_squeeze_net_convolution_layer_dataset_8h.xhtml
documentation/_squeeze_net_convolution_layer_dataset_8h_source.xhtml
documentation/_squeeze_net_pooling_layer_dataset_8h.xhtml
documentation/_squeeze_net_pooling_layer_dataset_8h_source.xhtml
documentation/_std_printer_8h.xhtml [new file with mode: 0644]
documentation/_std_printer_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_graph_8h.js [new file with mode: 0644]
documentation/_sub_graph_8h.xhtml [new file with mode: 0644]
documentation/_sub_graph_8h_source.xhtml [new file with mode: 0644]
documentation/_sub_tensor_info_8h.xhtml
documentation/_sub_tensor_info_8h_source.xhtml
documentation/_table_lookup_8h.xhtml
documentation/_table_lookup_8h_source.xhtml
documentation/_table_lookup_fixture_8h.xhtml
documentation/_table_lookup_fixture_8h_source.xhtml
documentation/_tensor_allocator_8cpp.js [new file with mode: 0644]
documentation/_tensor_allocator_8cpp.xhtml [new file with mode: 0644]
documentation/_tensor_allocator_8cpp_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_info_8cpp.js
documentation/_tensor_info_8cpp.xhtml
documentation/_tensor_info_8cpp_source.xhtml
documentation/_tensor_info_8h.xhtml
documentation/_tensor_info_8h_source.xhtml
documentation/_tensor_shape_8cpp.xhtml
documentation/_tensor_shape_8cpp_source.xhtml
documentation/_tensor_shape_8h.xhtml
documentation/_tensor_shape_8h_source.xhtml
documentation/_test_case_8h.xhtml
documentation/_test_case_8h_source.xhtml
documentation/_test_case_factory_8h.xhtml
documentation/_test_case_factory_8h_source.xhtml
documentation/_test_filter_8cpp.xhtml
documentation/_test_filter_8cpp_source.xhtml
documentation/_test_filter_8h.xhtml
documentation/_test_filter_8h_source.xhtml
documentation/_test_result_8h.xhtml
documentation/_test_result_8h_source.xhtml
documentation/_threshold_8h.xhtml
documentation/_threshold_8h_source.xhtml
documentation/_threshold_dataset_8h.xhtml
documentation/_threshold_dataset_8h_source.xhtml
documentation/_threshold_fixture_8h.xhtml
documentation/_threshold_fixture_8h_source.xhtml
documentation/_toggle_option_8cpp.xhtml
documentation/_toggle_option_8cpp_source.xhtml
documentation/_toggle_option_8h.xhtml
documentation/_toggle_option_8h_source.xhtml
documentation/_toolchain_support_8h.js
documentation/_toolchain_support_8h.xhtml
documentation/_toolchain_support_8h_source.xhtml
documentation/_transpose_8h.js [new file with mode: 0644]
documentation/_transpose_8h.xhtml [new file with mode: 0644]
documentation/_transpose_8h_source.xhtml [new file with mode: 0644]
documentation/_transpose_fixture_8h.xhtml [new file with mode: 0644]
documentation/_transpose_fixture_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/_u_n_i_t_2_fixed_point_8cpp.xhtml
documentation/_u_n_i_t_2_fixed_point_8cpp_source.xhtml
documentation/_utils_quantized_asymm_8h.js [new file with mode: 0644]
documentation/_utils_quantized_asymm_8h.xhtml [new file with mode: 0644]
documentation/_utils_quantized_asymm_8h_source.xhtml [new file with mode: 0644]
documentation/_v_g_g16_activation_layer_dataset_8h.xhtml
documentation/_v_g_g16_activation_layer_dataset_8h_source.xhtml
documentation/_v_g_g16_convolution_layer_dataset_8h.xhtml
documentation/_v_g_g16_convolution_layer_dataset_8h_source.xhtml
documentation/_v_g_g16_fully_connected_layer_dataset_8h.xhtml
documentation/_v_g_g16_fully_connected_layer_dataset_8h_source.xhtml
documentation/_v_g_g16_pooling_layer_dataset_8h.xhtml
documentation/_v_g_g16_pooling_layer_dataset_8h_source.xhtml
documentation/_validate_8h.js
documentation/_validate_8h.xhtml
documentation/_validate_8h_source.xhtml
documentation/_validation_8cpp.xhtml
documentation/_validation_8cpp_source.xhtml
documentation/_validation_8h.js
documentation/_validation_8h.xhtml
documentation/_validation_8h_source.xhtml
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/_warp_affine_8h.xhtml
documentation/_warp_affine_8h_source.xhtml
documentation/_warp_affine_fixture_8h.xhtml
documentation/_warp_affine_fixture_8h_source.xhtml
documentation/_warp_perspective_8h.xhtml
documentation/_warp_perspective_8h_source.xhtml
documentation/_warp_perspective_fixture_8h.xhtml
documentation/_warp_perspective_fixture_8h_source.xhtml
documentation/_window_8h.xhtml
documentation/_window_8h_source.xhtml
documentation/_window_8inl.xhtml
documentation/_window_8inl_source.xhtml
documentation/_winograd_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/_winograd_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_y_o_l_o_v2_activation_layer_dataset_8h.xhtml
documentation/_y_o_l_o_v2_activation_layer_dataset_8h_source.xhtml
documentation/_y_o_l_o_v2_batch_normalization_layer_dataset_8h.xhtml
documentation/_y_o_l_o_v2_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_y_o_l_o_v2_convolution_layer_dataset_8h.xhtml
documentation/_y_o_l_o_v2_convolution_layer_dataset_8h_source.xhtml
documentation/_y_o_l_o_v2_pooling_layer_dataset_8h.xhtml
documentation/_y_o_l_o_v2_pooling_layer_dataset_8h_source.xhtml
documentation/_zip_dataset_8h.xhtml
documentation/_zip_dataset_8h_source.xhtml
documentation/a32__interleave__6way__32bit_8hpp.xhtml
documentation/a32__interleave__6way__32bit_8hpp_source.xhtml
documentation/a32__merge__float__8x6_8hpp.xhtml
documentation/a32__merge__float__8x6_8hpp_source.xhtml
documentation/a32__sgemm__8x6_2generic_8hpp.xhtml
documentation/a32__sgemm__8x6_2generic_8hpp_source.xhtml
documentation/a32__sgemm__8x6_8hpp.xhtml
documentation/a32__sgemm__8x6_8hpp_source.xhtml
documentation/a32__transpose__interleave__8way__32bit_8hpp.xhtml
documentation/a32__transpose__interleave__8way__32bit_8hpp_source.xhtml
documentation/a53_8hpp.xhtml
documentation/a53_8hpp_source.xhtml
documentation/a55_8hpp.js [new file with mode: 0644]
documentation/a55_8hpp.xhtml [new file with mode: 0644]
documentation/a55_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__s16__12x8_2generic_8hpp.js [new file with mode: 0644]
documentation/a64__gemm__s16__12x8_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__s16__12x8_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__s16__12x8_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__s16__12x8_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_2a55r1_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_2a55r1_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_2dot__toolchain__support_8h.js [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_2dot__toolchain__support_8h.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_2dot__toolchain__support_8h_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__12x8_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__4x4_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__4x4_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__4x4_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__s8__4x4_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__u16__12x8_2generic_8hpp.js [new file with mode: 0644]
documentation/a64__gemm__u16__12x8_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__u16__12x8_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__u16__12x8_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__u16__12x8_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_2a55r1_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_2a55r1_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_2dot__toolchain__support_8h.js [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_2dot__toolchain__support_8h.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_2dot__toolchain__support_8h_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__12x8_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__4x4_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__4x4_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__4x4_8hpp.xhtml [new file with mode: 0644]
documentation/a64__gemm__u8__4x4_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__hgemm__24x8_2generic_8hpp.js [new file with mode: 0644]
documentation/a64__hgemm__24x8_2generic_8hpp.xhtml [new file with mode: 0644]
documentation/a64__hgemm__24x8_2generic_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__hgemm__24x8_8hpp.xhtml [new file with mode: 0644]
documentation/a64__hgemm__24x8_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__interleave__8way__16bit_8hpp.xhtml [new file with mode: 0644]
documentation/a64__interleave__8way__16bit_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__interleave__8way__32bit_8hpp.xhtml
documentation/a64__interleave__8way__32bit_8hpp_source.xhtml
documentation/a64__merge__float__12x8_8hpp.xhtml
documentation/a64__merge__float__12x8_8hpp_source.xhtml
documentation/a64__sgemm__12x8_2a55r1_8hpp.js [new file with mode: 0644]
documentation/a64__sgemm__12x8_2a55r1_8hpp.xhtml [new file with mode: 0644]
documentation/a64__sgemm__12x8_2a55r1_8hpp_source.xhtml [new file with mode: 0644]
documentation/a64__sgemm__12x8_2generic_8hpp.xhtml
documentation/a64__sgemm__12x8_2generic_8hpp_source.xhtml
documentation/a64__sgemm__12x8_8hpp.xhtml
documentation/a64__sgemm__12x8_8hpp_source.xhtml
documentation/a64__transpose__interleave__24way__16bit_8hpp.xhtml [new file with mode: 0644]
documentation/a64__transpose__interleave__24way__16bit_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.xhtml
documentation/activation__layer_8cl_source.xhtml
documentation/activation__layer__qa8_8cl.js [new file with mode: 0644]
documentation/activation__layer__qa8_8cl.xhtml [new file with mode: 0644]
documentation/activation__layer__qa8_8cl_source.xhtml [new file with mode: 0644]
documentation/alloc_8hpp.js [new file with mode: 0644]
documentation/alloc_8hpp.xhtml [new file with mode: 0644]
documentation/alloc_8hpp_source.xhtml [new file with mode: 0644]
documentation/annotated.js [deleted file]
documentation/annotated.xhtml
documentation/annotated_dup.js [new file with mode: 0644]
documentation/architecture.xhtml
documentation/arithmetic__op_8cl.xhtml
documentation/arithmetic__op_8cl_source.xhtml
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_2core_2utils_2logging_2_helpers_8h.js [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_helpers_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_helpers_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_macros_8h.js [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_macros_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_macros_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_printers_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_printers_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_types_8h.js [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_types_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2core_2utils_2logging_2_types_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2_types_8h.js
documentation/arm__compute_2graph_2_types_8h.xhtml
documentation/arm__compute_2graph_2_types_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_activation_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_activation_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_batch_normalization_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_batch_normalization_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_convolution_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_convolution_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_depth_convert_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_depth_convert_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_depthwise_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_depthwise_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_dequantization_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_dequantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_flatten_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_flatten_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_fully_connected_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_fully_connected_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_l2_normalize_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_l2_normalize_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_normalization_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_normalization_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_pooling_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_pooling_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_quantization_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_quantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_reshape_layer_8h.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_reshape_layer_8h_source.xhtml [new file with mode: 0644]
documentation/arm__compute_2graph_2nodes_2_softmax_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_softmax_layer_8h_source.xhtml
documentation/arm__compute_2runtime_2_types_8h.xhtml
documentation/arm__compute_2runtime_2_types_8h_source.xhtml
documentation/arm__compute_2runtime_2_utils_8h.xhtml
documentation/arm__compute_2runtime_2_utils_8h_source.xhtml
documentation/arrowdown.png [moved from documentation/ftv2mnode.png with 100% similarity]
documentation/arrowright.png [moved from documentation/ftv2pnode.png with 100% similarity]
documentation/asmlib_8hpp.xhtml
documentation/asmlib_8hpp_source.xhtml
documentation/asymm__helper_8h.js [new file with mode: 0644]
documentation/asymm__helper_8h.xhtml [new file with mode: 0644]
documentation/asymm__helper_8h_source.xhtml [new file with mode: 0644]
documentation/batchnormalization__layer_8cl.xhtml
documentation/batchnormalization__layer_8cl_source.xhtml
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.xhtml
documentation/benchmark_2_c_l_2_batch_normalization_layer_8cpp_source.xhtml
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 [deleted file]
documentation/benchmark_2_c_l_2_depthwise_convolution_8cpp.xhtml [deleted file]
documentation/benchmark_2_c_l_2_depthwise_convolution_8cpp_source.xhtml [deleted file]
documentation/benchmark_2_c_l_2_depthwise_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_depthwise_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_depthwise_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_direct_convolution_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_direct_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_floor_8cpp.xhtml
documentation/benchmark_2_c_l_2_floor_8cpp_source.xhtml
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.xhtml
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_g_e_m_m_lowp_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_g_e_m_m_lowp_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_g_e_m_m_lowp_8cpp_source.xhtml [new file with mode: 0644]
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.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.xhtml
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_c_l_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_c_l_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
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.xhtml
documentation/benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml
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_direct_convolution_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_floor_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_floor_8cpp_source.xhtml
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.xhtml
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp_source.xhtml [new file with mode: 0644]
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.xhtml
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/benchmark_2_n_e_o_n_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_activation_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_activation_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_batch_normalization_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_batch_normalization_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_convolution_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_convolution_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_depthwise_convolution_fixture_8h.xhtml [deleted file]
documentation/benchmark_2fixtures_2_depthwise_convolution_fixture_8h_source.xhtml [deleted file]
documentation/benchmark_2fixtures_2_depthwise_convolution_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_depthwise_convolution_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_floor_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_floor_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_fully_connected_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_fully_connected_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_lowp_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_g_e_m_m_lowp_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_normalization_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_normalization_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_pooling_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_pooling_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_softmax_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/benchmark_2fixtures_2_softmax_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/bitwise__op_8cl.xhtml
documentation/bitwise__op_8cl_source.xhtml
documentation/caffe__data__extractor_8py.js
documentation/caffe__data__extractor_8py.xhtml
documentation/caffe__data__extractor_8py_source.xhtml
documentation/canny_8cl.xhtml
documentation/canny_8cl_source.xhtml
documentation/channel__combine_8cl.xhtml
documentation/channel__combine_8cl_source.xhtml
documentation/channel__extract_8cl.xhtml
documentation/channel__extract_8cl_source.xhtml
documentation/cl__convolution_8cpp.xhtml
documentation/cl__convolution_8cpp_source.xhtml
documentation/cl__events_8cpp.xhtml
documentation/cl__events_8cpp_source.xhtml
documentation/cl__sgemm_8cpp.js [new file with mode: 0644]
documentation/cl__sgemm_8cpp.xhtml [new file with mode: 0644]
documentation/cl__sgemm_8cpp_source.xhtml [new file with mode: 0644]
documentation/class_gemm_common.js
documentation/class_gemm_common.xhtml
documentation/class_gemm_interleaved.xhtml
documentation/class_gemm_interleaved__coll__graph.map
documentation/class_gemm_interleaved__coll__graph.md5
documentation/class_gemm_interleaved__coll__graph.svg
documentation/class_tensor4_d.js [new file with mode: 0644]
documentation/class_tensor4_d.xhtml [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.map
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.map
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.map
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.map
documentation/classarm__compute_1_1_access_window_static__coll__graph.md5
documentation/classarm__compute_1_1_access_window_static__coll__graph.svg
documentation/classarm__compute_1_1_access_window_transpose.xhtml
documentation/classarm__compute_1_1_access_window_transpose__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_allocator.xhtml
documentation/classarm__compute_1_1_allocator__coll__graph.map
documentation/classarm__compute_1_1_allocator__coll__graph.md5
documentation/classarm__compute_1_1_allocator__coll__graph.svg
documentation/classarm__compute_1_1_array.xhtml
documentation/classarm__compute_1_1_array__coll__graph.map
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
documentation/classarm__compute_1_1_blob_lifetime_manager.xhtml
documentation/classarm__compute_1_1_blob_lifetime_manager__coll__graph.map
documentation/classarm__compute_1_1_blob_lifetime_manager__coll__graph.md5
documentation/classarm__compute_1_1_blob_lifetime_manager__coll__graph.svg
documentation/classarm__compute_1_1_blob_memory_pool.xhtml
documentation/classarm__compute_1_1_blob_memory_pool__coll__graph.map
documentation/classarm__compute_1_1_blob_memory_pool__coll__graph.md5
documentation/classarm__compute_1_1_blob_memory_pool__coll__graph.svg
documentation/classarm__compute_1_1_c_l_absolute_difference.xhtml
documentation/classarm__compute_1_1_c_l_absolute_difference__coll__graph.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_activation_layer__coll__graph.map
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.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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_array__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_buffer_allocator__coll__graph.map
documentation/classarm__compute_1_1_c_l_buffer_allocator__coll__graph.md5
documentation/classarm__compute_1_1_c_l_buffer_allocator__coll__graph.svg
documentation/classarm__compute_1_1_c_l_build_options.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_build_options.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_canny_edge.xhtml
documentation/classarm__compute_1_1_c_l_canny_edge__coll__graph.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.map
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_rectangle.xhtml
documentation/classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_convolution_square__coll__graph.map
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.map
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.js [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel.js [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert.js [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel.js [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_depth_convert_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depth_convert_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution.js [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3.js [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel.js [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution3x3_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel.js
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.js
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.map
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.js
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_dequantization_layer.xhtml
documentation/classarm__compute_1_1_c_l_dequantization_layer__coll__graph.map
documentation/classarm__compute_1_1_c_l_dequantization_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_dequantization_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_derivative.xhtml
documentation/classarm__compute_1_1_c_l_derivative__coll__graph.map
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.map
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.js
documentation/classarm__compute_1_1_c_l_dilate.xhtml
documentation/classarm__compute_1_1_c_l_dilate__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.map
documentation/classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_distribution1_d.xhtml
documentation/classarm__compute_1_1_c_l_distribution1_d__coll__graph.map
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.map
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.map
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.map
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.js
documentation/classarm__compute_1_1_c_l_erode.xhtml
documentation/classarm__compute_1_1_c_l_erode__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_fast_corners__coll__graph.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_flatten_layer__coll__graph.map
documentation/classarm__compute_1_1_c_l_flatten_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_flatten_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_floor.xhtml
documentation/classarm__compute_1_1_c_l_floor__coll__graph.map
documentation/classarm__compute_1_1_c_l_floor__coll__graph.md5
documentation/classarm__compute_1_1_c_l_floor__coll__graph.svg
documentation/classarm__compute_1_1_c_l_floor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_floor_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_floor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_floor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.map
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.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.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m__coll__graph.map
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.map
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.map
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 [deleted file]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.js
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.map
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_lowp_offset_contribution_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.svg [new file with mode: 0644]
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w__coll__graph.map
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w__coll__graph.md5
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w__coll__graph.svg
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5__coll__graph.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_harris_corners__coll__graph.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_l2_normalize.js [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel.js [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_l2_normalize_layer_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.map
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.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.map
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_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.map
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_max_shift_exp_sum_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel.js
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.map
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.js
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.map
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.map
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.map
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.js
documentation/classarm__compute_1_1_c_l_magnitude.xhtml
documentation/classarm__compute_1_1_c_l_magnitude__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_mean_std_dev__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_min_max_location.xhtml
documentation/classarm__compute_1_1_c_l_min_max_location__coll__graph.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_l_optical_flow__coll__graph.map
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.map
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.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_quantization_layer__coll__graph.map
documentation/classarm__compute_1_1_c_l_quantization_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_quantization_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer.xhtml
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.map
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_reduction_operation.xhtml
documentation/classarm__compute_1_1_c_l_reduction_operation__coll__graph.map
documentation/classarm__compute_1_1_c_l_reduction_operation__coll__graph.md5
documentation/classarm__compute_1_1_c_l_reduction_operation__coll__graph.svg
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.svg
documentation/classarm__compute_1_1_c_l_remap.xhtml
documentation/classarm__compute_1_1_c_l_remap__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_reshape_layer__coll__graph.map
documentation/classarm__compute_1_1_c_l_reshape_layer__coll__graph.md5
documentation/classarm__compute_1_1_c_l_reshape_layer__coll__graph.svg
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.svg
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.map
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.js
documentation/classarm__compute_1_1_c_l_scale_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scale_kernel__coll__graph.map
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.map
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.map
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.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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5__coll__graph.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7__coll__graph.map
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.map
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.map
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.map
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.map
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
documentation/classarm__compute_1_1_c_l_symbols.xhtml
documentation/classarm__compute_1_1_c_l_table_lookup.xhtml
documentation/classarm__compute_1_1_c_l_table_lookup__coll__graph.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_tensor_allocator__coll__graph.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_tuner__coll__graph.map
documentation/classarm__compute_1_1_c_l_tuner__coll__graph.md5
documentation/classarm__compute_1_1_c_l_tuner__coll__graph.svg
documentation/classarm__compute_1_1_c_l_warp_affine.xhtml
documentation/classarm__compute_1_1_c_l_warp_affine__coll__graph.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.map
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_permute.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_permute_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_p_p_scheduler.xhtml
documentation/classarm__compute_1_1_c_p_p_scheduler__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.map
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.md5
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.svg
documentation/classarm__compute_1_1_coordinates.xhtml
documentation/classarm__compute_1_1_coordinates__coll__graph.map
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.map
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_g_c_absolute_difference.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_absolute_difference_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_activation_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_batch_normalization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_col2_im_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_col2_im_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_col2_im_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_col2_im_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_col2_im_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_direct_convolution_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_dropout_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fill_border_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_im2_col_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_im2_col_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_im2_col_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_im2_col_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_im2_col_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_kernel_library.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_kernel_library.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_max_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_max_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_max_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_max_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_max_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_norm_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_norm_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_norm_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_norm_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_norm_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_normalization_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_pooling_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_program.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_program.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_scheduler.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_scheduler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_softmax_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_softmax_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_softmax_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_softmax_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_softmax_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_allocator.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_allocator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_allocator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_allocator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_allocator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_e_m_m_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_e_m_m_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g.xhtml
documentation/classarm__compute_1_1_h_o_g__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_i_array.xhtml
documentation/classarm__compute_1_1_i_c_l_array.xhtml
documentation/classarm__compute_1_1_i_c_l_array__coll__graph.map
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.map
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_g_e_m_m_lowp_reduction_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel__coll__graph.svg [new file with mode: 0644]
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.map
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.xhtml
documentation/classarm__compute_1_1_i_c_l_kernel__coll__graph.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_i_c_p_p_kernel.xhtml
documentation/classarm__compute_1_1_i_c_p_p_kernel__coll__graph.map
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_function.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_function.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_function__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_function__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_c_p_p_simple_function__coll__graph.svg [new file with mode: 0644]
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.map
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.map
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_g_c_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_kernel_1_1_buffer_param.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_kernel_1_1_buffer_param.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple2_d_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple2_d_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple2_d_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple2_d_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple2_d_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple3_d_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple3_d_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple3_d_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple3_d_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple3_d_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_function.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_function.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_function__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_function__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_function__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_simple_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_tensor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_tensor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_g_c_tensor__coll__graph.svg [new file with mode: 0644]
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.xhtml
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.xhtml
documentation/classarm__compute_1_1_i_memory_manager.xhtml
documentation/classarm__compute_1_1_i_memory_pool.xhtml
documentation/classarm__compute_1_1_i_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_i_multi_image.xhtml
documentation/classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel__coll__graph.svg [new file with mode: 0644]
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_i_pyramid.xhtml
documentation/classarm__compute_1_1_i_scheduler.xhtml
documentation/classarm__compute_1_1_i_simple_lifetime_manager.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_simple_lifetime_manager.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_simple_lifetime_manager__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_simple_lifetime_manager__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_simple_lifetime_manager__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor.xhtml
documentation/classarm__compute_1_1_i_tensor_allocator.xhtml
documentation/classarm__compute_1_1_i_tensor_info.js
documentation/classarm__compute_1_1_i_tensor_info.xhtml
documentation/classarm__compute_1_1_i_tensor_info__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor_info__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_tensor_info__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_iterator.xhtml
documentation/classarm__compute_1_1_kernel.xhtml
documentation/classarm__compute_1_1_logger.js [deleted file]
documentation/classarm__compute_1_1_logger.xhtml [deleted file]
documentation/classarm__compute_1_1_lut.xhtml
documentation/classarm__compute_1_1_lut__coll__graph.map
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.map
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.js [new file with mode: 0644]
documentation/classarm__compute_1_1_memory.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_memory_group_base.xhtml
documentation/classarm__compute_1_1_memory_group_base__coll__graph.map
documentation/classarm__compute_1_1_memory_group_base__coll__graph.md5
documentation/classarm__compute_1_1_memory_group_base__coll__graph.svg
documentation/classarm__compute_1_1_memory_manager_on_demand.xhtml
documentation/classarm__compute_1_1_memory_manager_on_demand__coll__graph.map
documentation/classarm__compute_1_1_memory_manager_on_demand__coll__graph.md5
documentation/classarm__compute_1_1_memory_manager_on_demand__coll__graph.svg
documentation/classarm__compute_1_1_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_multi_h_o_g__coll__graph.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.map
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.map
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 [deleted file]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_f_p16_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_activation_layer__coll__graph.map
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.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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.map
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.map
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 [deleted file]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_box3x3_f_p16_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_box3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_canny_edge__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.map
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.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_col2_im__coll__graph.svg [new file with mode: 0644]
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_convolution_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_convolution_layer__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_convolution_square__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.map
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_deconvolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_deconvolution_layer_upsample_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate.js [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel.js [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert.js [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel.js [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_depth_convert_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depth_convert_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_im2_col_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_im2_col_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_im2_col_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_im2_col_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_im2_col_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_separable_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_separable_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_separable_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_separable_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_separable_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_dequantization_layer.xhtml
documentation/classarm__compute_1_1_n_e_dequantization_layer__coll__graph.map
documentation/classarm__compute_1_1_n_e_dequantization_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_dequantization_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_derivative.xhtml
documentation/classarm__compute_1_1_n_e_derivative__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_derivative_kernel__coll__graph.map
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.js
documentation/classarm__compute_1_1_n_e_dilate.xhtml
documentation/classarm__compute_1_1_n_e_dilate__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_dilate_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_bias_accumulate_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.map
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.map
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.js
documentation/classarm__compute_1_1_n_e_erode.xhtml
documentation/classarm__compute_1_1_n_e_erode__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_erode_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_fast_corners__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.map
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_flatten_layer.xhtml
documentation/classarm__compute_1_1_n_e_flatten_layer__coll__graph.map
documentation/classarm__compute_1_1_n_e_flatten_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_flatten_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_floor.xhtml
documentation/classarm__compute_1_1_n_e_floor__coll__graph.map
documentation/classarm__compute_1_1_n_e_floor__coll__graph.md5
documentation/classarm__compute_1_1_n_e_floor__coll__graph.svg
documentation/classarm__compute_1_1_n_e_floor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_floor_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_floor_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_floor_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.svg
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.map
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_interleave_blocked_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave_blocked_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave_blocked_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave_blocked_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave_blocked_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp.js [deleted file]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_a53_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_a53_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_a53_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_a53_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_a53_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core__coll__graph.svg [new file with mode: 0644]
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.map
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_lowp_offset_contribution_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.svg [new file with mode: 0644]
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.map
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_matrix_vector_multiply_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.svg [new file with mode: 0644]
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.map
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.map
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.map
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.map
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.map
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.map
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.js [deleted file]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_gradient_f_p16_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_gradient_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gradient_kernel__coll__graph.map
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_g_e_m_m_a_arch64_f_p16_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_g_e_m_m_a_arch64_f_p16_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_g_e_m_m_a_arch64_f_p16_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_g_e_m_m_a_arch64_f_p16_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_h_g_e_m_m_a_arch64_f_p16_kernel__coll__graph.svg [new file with mode: 0644]
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_harris_corners__coll__graph.map
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 [deleted file]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_harris_score_f_p16_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_histogram_kernel__coll__graph.map
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.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.map
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 [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel.js [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_l2_normalize_layer_kernel__coll__graph.svg [new file with mode: 0644]
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.map
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.map
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.js
documentation/classarm__compute_1_1_n_e_magnitude.xhtml
documentation/classarm__compute_1_1_n_e_magnitude__coll__graph.map
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 [deleted file]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_magnitude_phase_f_p16_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_mean_std_dev__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_min_max_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_min_max_location.xhtml
documentation/classarm__compute_1_1_n_e_min_max_location__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.map
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.map
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.js [deleted file]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_f_p16_kernel__coll__graph.svg [deleted file]
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_optical_flow__coll__graph.map
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.js
documentation/classarm__compute_1_1_n_e_phase.xhtml
documentation/classarm__compute_1_1_n_e_phase__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_quantization_layer__coll__graph.map
documentation/classarm__compute_1_1_n_e_quantization_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_quantization_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer.xhtml
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.map
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_reduction_operation.xhtml
documentation/classarm__compute_1_1_n_e_reduction_operation__coll__graph.map
documentation/classarm__compute_1_1_n_e_reduction_operation__coll__graph.md5
documentation/classarm__compute_1_1_n_e_reduction_operation__coll__graph.svg
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.svg
documentation/classarm__compute_1_1_n_e_remap.xhtml
documentation/classarm__compute_1_1_n_e_remap__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_reshape_layer__coll__graph.map
documentation/classarm__compute_1_1_n_e_reshape_layer__coll__graph.md5
documentation/classarm__compute_1_1_n_e_reshape_layer__coll__graph.svg
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.map
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.md5
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.svg
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_threshold_kernel__coll__graph.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_transpose_kernel__coll__graph.map
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.map
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.map
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.map
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.map
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.xhtml
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.map
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_n_e_winograd_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_normalization_layer_info.js
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.map
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_offset_lifetime_manager.js [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_lifetime_manager.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_lifetime_manager__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_lifetime_manager__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_lifetime_manager__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_memory_pool.js [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_memory_pool.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_memory_pool__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_memory_pool__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_offset_memory_pool__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_pad_stride_info.js
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.xhtml
documentation/classarm__compute_1_1_pool_manager__coll__graph.map
documentation/classarm__compute_1_1_pool_manager__coll__graph.md5
documentation/classarm__compute_1_1_pool_manager__coll__graph.svg
documentation/classarm__compute_1_1_pooling_layer_info.js
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.map
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.xhtml
documentation/classarm__compute_1_1_scheduler.xhtml
documentation/classarm__compute_1_1_semaphore.xhtml
documentation/classarm__compute_1_1_single_thread_scheduler.xhtml
documentation/classarm__compute_1_1_single_thread_scheduler__coll__graph.map
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_status.js [new file with mode: 0644]
documentation/classarm__compute_1_1_status.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_steps.xhtml
documentation/classarm__compute_1_1_steps__coll__graph.map
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.map
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.map
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.js
documentation/classarm__compute_1_1_sub_tensor_info.xhtml
documentation/classarm__compute_1_1_sub_tensor_info__coll__graph.map
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.map
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.js
documentation/classarm__compute_1_1_tensor_info.xhtml
documentation/classarm__compute_1_1_tensor_info__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_tensor_shape__coll__graph.map
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.xhtml
documentation/classarm__compute_1_1_window.xhtml
documentation/classarm__compute_1_1_window_1_1_dimension.xhtml
documentation/classarm__compute_1_1_winograd3x3_f32.js [new file with mode: 0644]
documentation/classarm__compute_1_1_winograd3x3_f32.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1detail_1_1compare__dimension.js
documentation/classarm__compute_1_1detail_1_1compare__dimension.xhtml
documentation/classarm__compute_1_1gles_1_1_n_d_range.js [new file with mode: 0644]
documentation/classarm__compute_1_1gles_1_1_n_d_range.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_activation_layer.js
documentation/classarm__compute_1_1graph_1_1_activation_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_activation_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_activation_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_activation_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_batch_normalization_layer.js
documentation/classarm__compute_1_1graph_1_1_batch_normalization_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_batch_normalization_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_batch_normalization_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_batch_normalization_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_branch_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_branch_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_branch_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_branch_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_branch_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_c_l_map.js
documentation/classarm__compute_1_1graph_1_1_c_l_map.xhtml
documentation/classarm__compute_1_1graph_1_1_c_l_map__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_c_l_map__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_c_l_map__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_c_l_unmap.js
documentation/classarm__compute_1_1graph_1_1_c_l_unmap.xhtml
documentation/classarm__compute_1_1graph_1_1_c_l_unmap__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_c_l_unmap__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_c_l_unmap__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_convolution_layer.js
documentation/classarm__compute_1_1graph_1_1_convolution_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_convolution_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_convolution_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_convolution_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_depth_convert_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depth_convert_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depth_convert_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depth_convert_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depth_convert_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depthwise_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depthwise_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depthwise_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depthwise_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_depthwise_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_dequantization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_dequantization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_dequantization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_dequantization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_dequantization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_flatten_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_flatten_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_flatten_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_flatten_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_flatten_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_floor_layer.js
documentation/classarm__compute_1_1graph_1_1_floor_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_floor_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_floor_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_floor_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer.js
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_graph.js
documentation/classarm__compute_1_1graph_1_1_graph.xhtml
documentation/classarm__compute_1_1graph_1_1_graph_context.xhtml
documentation/classarm__compute_1_1graph_1_1_graph_hints.xhtml
documentation/classarm__compute_1_1graph_1_1_i_node.js
documentation/classarm__compute_1_1graph_1_1_i_node.xhtml
documentation/classarm__compute_1_1graph_1_1_i_operation.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_i_operation.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_i_tensor_accessor.xhtml
documentation/classarm__compute_1_1graph_1_1_i_tensor_object.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_i_tensor_object.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_l2_normalize_layer.js
documentation/classarm__compute_1_1graph_1_1_l2_normalize_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_l2_normalize_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_l2_normalize_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_l2_normalize_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_node_context.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_node_context.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_node_parameter.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_node_parameter.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_node_parameter__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_node_parameter__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_node_parameter__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_node_parameter_base.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_normalization_layer.js
documentation/classarm__compute_1_1graph_1_1_normalization_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_normalization_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_normalization_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_normalization_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_operation_registry.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_operation_registry.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_pooling_layer.js
documentation/classarm__compute_1_1graph_1_1_pooling_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_pooling_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_pooling_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_pooling_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_quantization_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_quantization_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_quantization_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_quantization_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_quantization_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_reshape_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_reshape_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_reshape_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_reshape_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_reshape_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_softmax_layer.js
documentation/classarm__compute_1_1graph_1_1_softmax_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_softmax_layer__coll__graph.map
documentation/classarm__compute_1_1graph_1_1_softmax_layer__coll__graph.md5
documentation/classarm__compute_1_1graph_1_1_softmax_layer__coll__graph.svg
documentation/classarm__compute_1_1graph_1_1_sub_graph.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_sub_graph.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_sub_tensor.js
documentation/classarm__compute_1_1graph_1_1_sub_tensor.xhtml
documentation/classarm__compute_1_1graph_1_1_sub_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_sub_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_sub_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_tensor.js
documentation/classarm__compute_1_1graph_1_1_tensor.xhtml
documentation/classarm__compute_1_1graph_1_1_tensor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_tensor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_tensor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1detail_1_1_operation_registrar.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1detail_1_1_operation_registrar.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.map
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.md5
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.svg
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.map
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.md5
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.svg
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.map
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.md5
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.svg
documentation/classarm__compute_1_1graph__utils_1_1_random_accessor.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_random_accessor__coll__graph.map
documentation/classarm__compute_1_1graph__utils_1_1_random_accessor__coll__graph.md5
documentation/classarm__compute_1_1graph__utils_1_1_random_accessor__coll__graph.svg
documentation/classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1io_1_1_file_handler.js [new file with mode: 0644]
documentation/classarm__compute_1_1io_1_1_file_handler.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_date_decorator.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_date_decorator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_date_decorator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_date_decorator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_date_decorator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_file_printer.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_file_printer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_file_printer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_file_printer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_file_printer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_i_decorator.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_i_decorator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_log_level_decorator.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_log_level_decorator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_log_level_decorator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_log_level_decorator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_log_level_decorator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_logger.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_logger.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_logger_registry.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_logger_registry.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_printer.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_printer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_std_printer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_std_printer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_std_printer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_std_printer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_string_decorator.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_string_decorator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_string_decorator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_string_decorator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_string_decorator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_thread_id_decorator.js [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_thread_id_decorator.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_thread_id_decorator__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_thread_id_decorator__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1logging_1_1_thread_id_decorator__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1misc_1_1_i_cloneable.js [new file with mode: 0644]
documentation/classarm__compute_1_1misc_1_1_i_cloneable.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_accessor.js
documentation/classarm__compute_1_1test_1_1_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_accessor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_accessor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_accessor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_alex_net_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_alex_net_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_alex_net_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_alex_net_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_array_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_array_accessor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_array_accessor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_array_accessor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_assets_library.xhtml
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_c_l_accessor.js
documentation/classarm__compute_1_1test_1_1_c_l_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.js
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_floor_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_floor_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_floor_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_floor_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_g_c_accessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_c_accessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_c_accessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_c_accessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_c_accessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture__coll__graph.svg [new file with mode: 0644]
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.xhtml
documentation/classarm__compute_1_1test_1_1_i_lut_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_le_net5_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_le_net5_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_le_net5_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_le_net5_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_lut_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_lut_accessor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_lut_accessor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_lut_accessor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_mobile_net_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_v1_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_v1_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_v1_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_v1_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_mobile_net_v1_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_padding_calculator.xhtml
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_raw_tensor.xhtml
documentation/classarm__compute_1_1test_1_1_raw_tensor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_raw_tensor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_raw_tensor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_simple_tensor.js
documentation/classarm__compute_1_1test_1_1_simple_tensor.xhtml
documentation/classarm__compute_1_1test_1_1_simple_tensor__coll__graph.map
documentation/classarm__compute_1_1test_1_1_simple_tensor__coll__graph.md5
documentation/classarm__compute_1_1test_1_1_simple_tensor__coll__graph.svg
documentation/classarm__compute_1_1test_1_1_softmax_layer_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_softmax_layer_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_softmax_layer_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_softmax_layer_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_softmax_layer_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1_tensor_cache.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset.js
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset.js
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_winograd_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_winograd_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_winograd_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_winograd_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_winograd_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_layer_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_layer_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_layer_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_layer_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_layer_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes.js [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_shapes__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset.js
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_lowp_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_lowp_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset.js
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset.js
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_winograd_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_winograd_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_winograd_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_winograd_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_winograd_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
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_winograd_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_winograd_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_winograd_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_winograd_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_winograd_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.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_gradient_dimensions.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_gradient_dimensions.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_gradient_dimensions__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_gradient_dimensions__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_gradient_dimensions__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_large1_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large1_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large1_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large1_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large1_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3.js [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset3x3__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_lowp_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_lowp_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_lowp_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_lowp_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_lowp_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium2_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium2_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium2_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium2_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium2_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_layer_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.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_sampling_policies.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_sampling_policies.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_sampling_policies__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_sampling_policies__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_sampling_policies__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape.js [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shape__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_deconvolution_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_deconvolution_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_deconvolution_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_deconvolution_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_deconvolution_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset.js [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3.js [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset3x3__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_dataset__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_lowp_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_lowp_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_lowp_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_lowp_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_lowp_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.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_winograd_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_winograd_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_winograd_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_winograd_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_winograd_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_large_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_large_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_large_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_large_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_large_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_small_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_small_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_small_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_small_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_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
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_winograd_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_winograd_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_winograd_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_winograd_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_winograd_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_threshold_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset.js
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_l_i_n_e_a_r_dataset.js
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_l_i_n_e_a_r_dataset.xhtml
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
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
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
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset.js
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset__coll__graph.svg
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.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_framework.js
documentation/classarm__compute_1_1test_1_1framework_1_1_framework.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer.js
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter.js
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.js
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer.js
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_printer.js
documentation/classarm__compute_1_1test_1_1framework_1_1_printer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_test_filter.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.js
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.map
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.md5
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.svg
documentation/classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_case_registrar.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.xhtml
documentation/classarm__compute_1_1test_1_1networks_1_1_alex_net_network.xhtml
documentation/classarm__compute_1_1test_1_1networks_1_1_le_net5_network.xhtml
documentation/classarm__compute_1_1test_1_1networks_1_1_mobile_net_network.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1networks_1_1_mobile_net_network.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1networks_1_1_mobile_net_v1_network.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1networks_1_1_mobile_net_v1_network.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_difference_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_difference_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_difference_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_difference_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_difference_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_tolerance.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_base_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_base_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_base_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_base_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_base_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_squared_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_squared_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_squared_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_squared_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_squared_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_weighted_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_weighted_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_weighted_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_weighted_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_weighted_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_generic_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_generic_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_generic_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_generic_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_generic_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_quantized_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_quantized_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_quantized_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_quantized_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_quantized_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_generic_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_generic_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_generic_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_generic_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_generic_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_quantized_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_quantized_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_quantized_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_quantized_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_quantized_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_layer_fixture_base.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_layer_fixture_base.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_layer_fixture_base__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_layer_fixture_base__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_layer_fixture_base__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_validation_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fractional_bits_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fractional_bits_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fractional_bits_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fractional_bits_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fractional_bits_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 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixed_point_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_validation_fractional_bits_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_generic_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_generic_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_generic_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_generic_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_generic_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_quantized_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_quantized_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_quantized_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_quantized_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_quantized_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_validation_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_dilate_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dilate_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dilate_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dilate_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dilate_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.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dropout_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dropout_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dropout_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dropout_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dropout_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_erode_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_erode_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_erode_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_erode_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_erode_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_pixel_wise_multiplication_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_pixel_wise_multiplication_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_pixel_wise_multiplication_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_pixel_wise_multiplication_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_pixel_wise_multiplication_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_generic_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_generic_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_generic_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_generic_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_generic_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_quantized_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_quantized_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_quantized_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_quantized_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_quantized_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_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_interleave4x4_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_interleave4x4_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_interleave4x4_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave_blocked_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave_blocked_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave_blocked_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave_blocked_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave_blocked_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_assembly_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_assembly_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_assembly_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_assembly_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_assembly_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_matrix_multiply_core_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_matrix_multiply_core_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_matrix_multiply_core_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_matrix_multiply_core_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_matrix_multiply_core_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_offset_validation_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_offset_validation_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_offset_validation_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_offset_validation_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_offset_validation_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_f819b00363be036841dc323feac2d7e29.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_f819b00363be036841dc323feac2d7e29.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_f819b00363be036841dc323feac2d7e29.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_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.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian_pyramid_half_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian_pyramid_half_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian_pyramid_half_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian_pyramid_half_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian_pyramid_half_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_histogram_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_histogram_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_histogram_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_histogram_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_histogram_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture.js [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture.xhtml [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture__coll__graph.map [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_validation_fixture__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1test_1_1validation_1_1_magnitude_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_magnitude_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_magnitude_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_magnitude_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_magnitude_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_median3x3_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_median3x3_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_median3x3_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_median3x3_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_median3x3_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_permute_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_permute_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_permute_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_permute_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_permute_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_phase_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_phase_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_phase_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_phase_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_phase_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_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
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_generic_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_generic_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_generic_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_generic_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_generic_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_quantized_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_quantized_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_quantized_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_quantized_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_quantized_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_remap_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_remap_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_remap_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_remap_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_remap_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_scharr_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scharr_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scharr_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scharr_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_scharr_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_generic_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_generic_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_generic_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_generic_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_generic_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_quantized_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_quantized_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_quantized_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_quantized_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_quantized_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_transpose_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_transpose_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_transpose_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_transpose_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_transpose_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_affine_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_affine_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_affine_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_affine_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_perspective_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_perspective_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_perspective_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_perspective_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_winograd_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_winograd_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_winograd_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_winograd_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_winograd_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1utils_1_1_n_p_y_loader.js [new file with mode: 0644]
documentation/classarm__compute_1_1utils_1_1_n_p_y_loader.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1utils_1_1_p_p_m_loader.js
documentation/classarm__compute_1_1utils_1_1_p_p_m_loader.xhtml
documentation/classes.xhtml
documentation/classprofiler.js
documentation/classprofiler.xhtml
documentation/color__convert_8cl.xhtml
documentation/color__convert_8cl_source.xhtml
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.xhtml
documentation/convolution__layer_8cl_source.xhtml
documentation/convolution__rectangle_8cl.xhtml
documentation/convolution__rectangle_8cl_source.xhtml
documentation/core_2_error_8h.js [new file with mode: 0644]
documentation/core_2_error_8h.xhtml [new file with mode: 0644]
documentation/core_2_error_8h_source.xhtml [new file with mode: 0644]
documentation/data_import.xhtml
documentation/depth__convert_8cl.xhtml
documentation/depth__convert_8cl_source.xhtml
documentation/depthwise__convolution_8cl.xhtml
documentation/depthwise__convolution_8cl_source.xhtml
documentation/depthwise__convolution__quantized_8cl.xhtml [new file with mode: 0644]
documentation/depthwise__convolution__quantized_8cl_source.xhtml [new file with mode: 0644]
documentation/dequantization__layer_8cl.xhtml
documentation/dequantization__layer_8cl_source.xhtml
documentation/derivative_8cl.xhtml
documentation/derivative_8cl_source.xhtml
documentation/dilate_8cl.xhtml
documentation/dilate_8cl_source.xhtml
documentation/dir_000000_000037.xhtml [deleted file]
documentation/dir_000000_000057.xhtml [new file with mode: 0644]
documentation/dir_000001_000012.xhtml [new file with mode: 0644]
documentation/dir_000001_000037.xhtml [deleted file]
documentation/dir_000001_000057.xhtml [new file with mode: 0644]
documentation/dir_000002_000003.xhtml
documentation/dir_000002_000037.xhtml [deleted file]
documentation/dir_000002_000057.xhtml [new file with mode: 0644]
documentation/dir_000004_000005.xhtml
documentation/dir_000004_000009.xhtml [deleted file]
documentation/dir_000004_000014.xhtml [new file with mode: 0644]
documentation/dir_000004_000037.xhtml [deleted file]
documentation/dir_000004_000057.xhtml [new file with mode: 0644]
documentation/dir_000005_000009.xhtml [deleted file]
documentation/dir_000005_000014.xhtml [new file with mode: 0644]
documentation/dir_000005_000037.xhtml [deleted file]
documentation/dir_000005_000057.xhtml [new file with mode: 0644]
documentation/dir_000006_000000.xhtml [deleted file]
documentation/dir_000006_000001.xhtml [new file with mode: 0644]
documentation/dir_000006_000033.xhtml [new file with mode: 0644]
documentation/dir_000006_000037.xhtml [deleted file]
documentation/dir_000006_000041.xhtml [new file with mode: 0644]
documentation/dir_000006_000057.xhtml [new file with mode: 0644]
documentation/dir_000007_000000.xhtml
documentation/dir_000007_000021.xhtml [deleted file]
documentation/dir_000007_000022.xhtml [deleted file]
documentation/dir_000007_000037.xhtml [deleted file]
documentation/dir_000007_000049.xhtml [deleted file]
documentation/dir_000007_000050.xhtml [deleted file]
documentation/dir_000007_000057.xhtml [new file with mode: 0644]
documentation/dir_000007_000066.xhtml [deleted file]
documentation/dir_000007_000067.xhtml [deleted file]
documentation/dir_000008_000000.xhtml
documentation/dir_000008_000034.xhtml [new file with mode: 0644]
documentation/dir_000008_000035.xhtml [new file with mode: 0644]
documentation/dir_000008_000057.xhtml [new file with mode: 0644]
documentation/dir_000008_000071.xhtml [new file with mode: 0644]
documentation/dir_000008_000072.xhtml [new file with mode: 0644]
documentation/dir_000008_000087.xhtml [new file with mode: 0644]
documentation/dir_000008_000088.xhtml [new file with mode: 0644]
documentation/dir_000008_000089.xhtml [new file with mode: 0644]
documentation/dir_000009_000000.xhtml [new file with mode: 0644]
documentation/dir_000009_000004.xhtml [deleted file]
documentation/dir_000009_000005.xhtml [deleted file]
documentation/dir_000009_000034.xhtml [new file with mode: 0644]
documentation/dir_000009_000037.xhtml [deleted file]
documentation/dir_000009_000057.xhtml [new file with mode: 0644]
documentation/dir_000010_000004.xhtml [deleted file]
documentation/dir_000010_000011.xhtml [new file with mode: 0644]
documentation/dir_000010_000037.xhtml [deleted file]
documentation/dir_000010_000057.xhtml [new file with mode: 0644]
documentation/dir_000012_000057.xhtml [new file with mode: 0644]
documentation/dir_000013_000017.xhtml [deleted file]
documentation/dir_000013_000018.xhtml [deleted file]
documentation/dir_000013_000036.xhtml [new file with mode: 0644]
documentation/dir_000013_000057.xhtml [new file with mode: 0644]
documentation/dir_000014_000004.xhtml [new file with mode: 0644]
documentation/dir_000014_000005.xhtml [new file with mode: 0644]
documentation/dir_000014_000057.xhtml [new file with mode: 0644]
documentation/dir_000015_000004.xhtml [new file with mode: 0644]
documentation/dir_000015_000032.xhtml [new file with mode: 0644]
documentation/dir_000015_000057.xhtml [new file with mode: 0644]
documentation/dir_000018_000029.xhtml [new file with mode: 0644]
documentation/dir_000018_000030.xhtml [new file with mode: 0644]
documentation/dir_000019_000001.xhtml [deleted file]
documentation/dir_000019_000020.xhtml [deleted file]
documentation/dir_000019_000024.xhtml [deleted file]
documentation/dir_000019_000037.xhtml [deleted file]
documentation/dir_000020_000001.xhtml [deleted file]
documentation/dir_000020_000037.xhtml [deleted file]
documentation/dir_000021_000000.xhtml [deleted file]
documentation/dir_000021_000037.xhtml [deleted file]
documentation/dir_000021_000064.xhtml [deleted file]
documentation/dir_000021_000065.xhtml [deleted file]
documentation/dir_000022_000000.xhtml [deleted file]
documentation/dir_000022_000006.xhtml [deleted file]
documentation/dir_000022_000037.xhtml [deleted file]
documentation/dir_000023_000020.xhtml [deleted file]
documentation/dir_000024_000020.xhtml [deleted file]
documentation/dir_000025_000001.xhtml [deleted file]
documentation/dir_000025_000026.xhtml [deleted file]
documentation/dir_000026_000001.xhtml [deleted file]
documentation/dir_000028_000001.xhtml [deleted file]
documentation/dir_000028_000029.xhtml [deleted file]
documentation/dir_000029_000001.xhtml [deleted file]
documentation/dir_000031_000000.xhtml [deleted file]
documentation/dir_000031_000022.xhtml [deleted file]
documentation/dir_000031_000037.xhtml [deleted file]
documentation/dir_000033_000001.xhtml [new file with mode: 0644]
documentation/dir_000033_000057.xhtml [new file with mode: 0644]
documentation/dir_000034_000000.xhtml [new file with mode: 0644]
documentation/dir_000034_000037.xhtml [new file with mode: 0644]
documentation/dir_000034_000057.xhtml [new file with mode: 0644]
documentation/dir_000034_000086.xhtml [new file with mode: 0644]
documentation/dir_000035_000000.xhtml [new file with mode: 0644]
documentation/dir_000035_000007.xhtml [new file with mode: 0644]
documentation/dir_000035_000057.xhtml [new file with mode: 0644]
documentation/dir_000037_000086.xhtml [new file with mode: 0644]
documentation/dir_000038_000000.xhtml [deleted file]
documentation/dir_000038_000021.xhtml [deleted file]
documentation/dir_000038_000022.xhtml [deleted file]
documentation/dir_000038_000049.xhtml [deleted file]
documentation/dir_000038_000050.xhtml [deleted file]
documentation/dir_000038_000066.xhtml [deleted file]
documentation/dir_000038_000067.xhtml [deleted file]
documentation/dir_000039_000000.xhtml [deleted file]
documentation/dir_000039_000021.xhtml [deleted file]
documentation/dir_000039_000022.xhtml [deleted file]
documentation/dir_000039_000047.xhtml [deleted file]
documentation/dir_000039_000049.xhtml [deleted file]
documentation/dir_000039_000050.xhtml [deleted file]
documentation/dir_000040_000000.xhtml [deleted file]
documentation/dir_000040_000021.xhtml [deleted file]
documentation/dir_000040_000022.xhtml [deleted file]
documentation/dir_000040_000033.xhtml [new file with mode: 0644]
documentation/dir_000040_000047.xhtml [deleted file]
documentation/dir_000040_000050.xhtml [deleted file]
documentation/dir_000040_000066.xhtml [deleted file]
documentation/dir_000041_000000.xhtml [deleted file]
documentation/dir_000041_000001.xhtml [new file with mode: 0644]
documentation/dir_000041_000008.xhtml [deleted file]
documentation/dir_000041_000021.xhtml [deleted file]
documentation/dir_000041_000033.xhtml [new file with mode: 0644]
documentation/dir_000041_000048.xhtml [deleted file]
documentation/dir_000041_000049.xhtml [deleted file]
documentation/dir_000041_000050.xhtml [deleted file]
documentation/dir_000041_000067.xhtml [deleted file]
documentation/dir_000042_000000.xhtml [deleted file]
documentation/dir_000042_000001.xhtml [new file with mode: 0644]
documentation/dir_000042_000008.xhtml [deleted file]
documentation/dir_000042_000021.xhtml [deleted file]
documentation/dir_000042_000043.xhtml [new file with mode: 0644]
documentation/dir_000042_000048.xhtml [deleted file]
documentation/dir_000042_000050.xhtml [deleted file]
documentation/dir_000042_000066.xhtml [deleted file]
documentation/dir_000042_000067.xhtml [deleted file]
documentation/dir_000043_000000.xhtml [deleted file]
documentation/dir_000043_000001.xhtml [new file with mode: 0644]
documentation/dir_000043_000021.xhtml [deleted file]
documentation/dir_000043_000022.xhtml [deleted file]
documentation/dir_000043_000047.xhtml [deleted file]
documentation/dir_000043_000049.xhtml [deleted file]
documentation/dir_000044_000000.xhtml [deleted file]
documentation/dir_000044_000001.xhtml [new file with mode: 0644]
documentation/dir_000044_000021.xhtml [deleted file]
documentation/dir_000044_000022.xhtml [deleted file]
documentation/dir_000044_000045.xhtml [new file with mode: 0644]
documentation/dir_000044_000047.xhtml [deleted file]
documentation/dir_000044_000066.xhtml [deleted file]
documentation/dir_000045_000000.xhtml [deleted file]
documentation/dir_000045_000001.xhtml [new file with mode: 0644]
documentation/dir_000045_000021.xhtml [deleted file]
documentation/dir_000045_000049.xhtml [deleted file]
documentation/dir_000045_000067.xhtml [deleted file]
documentation/dir_000046_000000.xhtml [deleted file]
documentation/dir_000046_000001.xhtml [new file with mode: 0644]
documentation/dir_000046_000021.xhtml [deleted file]
documentation/dir_000046_000047.xhtml [new file with mode: 0644]
documentation/dir_000046_000066.xhtml [deleted file]
documentation/dir_000046_000067.xhtml [deleted file]
documentation/dir_000047_000000.xhtml [deleted file]
documentation/dir_000047_000001.xhtml [new file with mode: 0644]
documentation/dir_000047_000021.xhtml [deleted file]
documentation/dir_000047_000067.xhtml [deleted file]
documentation/dir_000048_000000.xhtml [deleted file]
documentation/dir_000048_000001.xhtml [new file with mode: 0644]
documentation/dir_000048_000008.xhtml [deleted file]
documentation/dir_000048_000021.xhtml [deleted file]
documentation/dir_000048_000037.xhtml [deleted file]
documentation/dir_000048_000049.xhtml [new file with mode: 0644]
documentation/dir_000049_000000.xhtml [deleted file]
documentation/dir_000049_000001.xhtml [new file with mode: 0644]
documentation/dir_000050_000000.xhtml [deleted file]
documentation/dir_000050_000021.xhtml [deleted file]
documentation/dir_000050_000022.xhtml [deleted file]
documentation/dir_000051_000000.xhtml
documentation/dir_000051_000021.xhtml [deleted file]
documentation/dir_000051_000022.xhtml [deleted file]
documentation/dir_000051_000035.xhtml [new file with mode: 0644]
documentation/dir_000051_000057.xhtml [new file with mode: 0644]
documentation/dir_000052_000000.xhtml [deleted file]
documentation/dir_000052_000021.xhtml [deleted file]
documentation/dir_000052_000022.xhtml [deleted file]
documentation/dir_000053_000000.xhtml [deleted file]
documentation/dir_000053_000021.xhtml [deleted file]
documentation/dir_000053_000022.xhtml [deleted file]
documentation/dir_000054_000000.xhtml [deleted file]
documentation/dir_000054_000021.xhtml [deleted file]
documentation/dir_000054_000022.xhtml [deleted file]
documentation/dir_000055_000000.xhtml [deleted file]
documentation/dir_000055_000021.xhtml [deleted file]
documentation/dir_000055_000022.xhtml [deleted file]
documentation/dir_000056_000000.xhtml [deleted file]
documentation/dir_000056_000021.xhtml [deleted file]
documentation/dir_000056_000022.xhtml [deleted file]
documentation/dir_000057_000000.xhtml [deleted file]
documentation/dir_000057_000021.xhtml [deleted file]
documentation/dir_000057_000022.xhtml [deleted file]
documentation/dir_000058_000000.xhtml
documentation/dir_000058_000021.xhtml [deleted file]
documentation/dir_000058_000022.xhtml [deleted file]
documentation/dir_000058_000034.xhtml [new file with mode: 0644]
documentation/dir_000058_000035.xhtml [new file with mode: 0644]
documentation/dir_000058_000071.xhtml [new file with mode: 0644]
documentation/dir_000058_000072.xhtml [new file with mode: 0644]
documentation/dir_000058_000087.xhtml [new file with mode: 0644]
documentation/dir_000058_000088.xhtml [new file with mode: 0644]
documentation/dir_000058_000089.xhtml [new file with mode: 0644]
documentation/dir_000059_000000.xhtml
documentation/dir_000059_000021.xhtml [deleted file]
documentation/dir_000059_000022.xhtml [deleted file]
documentation/dir_000059_000034.xhtml [new file with mode: 0644]
documentation/dir_000059_000035.xhtml [new file with mode: 0644]
documentation/dir_000059_000069.xhtml [new file with mode: 0644]
documentation/dir_000059_000071.xhtml [new file with mode: 0644]
documentation/dir_000059_000072.xhtml [new file with mode: 0644]
documentation/dir_000060_000000.xhtml
documentation/dir_000060_000021.xhtml [deleted file]
documentation/dir_000060_000022.xhtml [deleted file]
documentation/dir_000060_000034.xhtml [new file with mode: 0644]
documentation/dir_000060_000035.xhtml [new file with mode: 0644]
documentation/dir_000060_000069.xhtml [new file with mode: 0644]
documentation/dir_000060_000072.xhtml [new file with mode: 0644]
documentation/dir_000060_000088.xhtml [new file with mode: 0644]
documentation/dir_000061_000000.xhtml
documentation/dir_000061_000009.xhtml [new file with mode: 0644]
documentation/dir_000061_000021.xhtml [deleted file]
documentation/dir_000061_000022.xhtml [deleted file]
documentation/dir_000061_000034.xhtml [new file with mode: 0644]
documentation/dir_000061_000070.xhtml [new file with mode: 0644]
documentation/dir_000061_000071.xhtml [new file with mode: 0644]
documentation/dir_000061_000072.xhtml [new file with mode: 0644]
documentation/dir_000061_000089.xhtml [new file with mode: 0644]
documentation/dir_000062_000000.xhtml [new file with mode: 0644]
documentation/dir_000062_000034.xhtml [new file with mode: 0644]
documentation/dir_000062_000070.xhtml [new file with mode: 0644]
documentation/dir_000062_000072.xhtml [new file with mode: 0644]
documentation/dir_000062_000087.xhtml [new file with mode: 0644]
documentation/dir_000063_000000.xhtml [new file with mode: 0644]
documentation/dir_000063_000009.xhtml [new file with mode: 0644]
documentation/dir_000063_000034.xhtml [new file with mode: 0644]
documentation/dir_000063_000037.xhtml [deleted file]
documentation/dir_000063_000057.xhtml [new file with mode: 0644]
documentation/dir_000063_000070.xhtml [new file with mode: 0644]
documentation/dir_000063_000072.xhtml [new file with mode: 0644]
documentation/dir_000063_000088.xhtml [new file with mode: 0644]
documentation/dir_000063_000089.xhtml [new file with mode: 0644]
documentation/dir_000064_000000.xhtml
documentation/dir_000064_000034.xhtml [new file with mode: 0644]
documentation/dir_000064_000035.xhtml [new file with mode: 0644]
documentation/dir_000064_000069.xhtml [new file with mode: 0644]
documentation/dir_000064_000072.xhtml [new file with mode: 0644]
documentation/dir_000064_000087.xhtml [new file with mode: 0644]
documentation/dir_000065_000000.xhtml [new file with mode: 0644]
documentation/dir_000065_000034.xhtml [new file with mode: 0644]
documentation/dir_000065_000035.xhtml [new file with mode: 0644]
documentation/dir_000065_000064.xhtml [deleted file]
documentation/dir_000065_000069.xhtml [new file with mode: 0644]
documentation/dir_000065_000071.xhtml [new file with mode: 0644]
documentation/dir_000066_000000.xhtml
documentation/dir_000066_000034.xhtml [new file with mode: 0644]
documentation/dir_000066_000035.xhtml [new file with mode: 0644]
documentation/dir_000066_000069.xhtml [new file with mode: 0644]
documentation/dir_000066_000088.xhtml [new file with mode: 0644]
documentation/dir_000067_000000.xhtml
documentation/dir_000067_000034.xhtml [new file with mode: 0644]
documentation/dir_000067_000071.xhtml [new file with mode: 0644]
documentation/dir_000067_000089.xhtml [new file with mode: 0644]
documentation/dir_000068_000000.xhtml
documentation/dir_000068_000021.xhtml [deleted file]
documentation/dir_000068_000034.xhtml [new file with mode: 0644]
documentation/dir_000068_000048.xhtml [deleted file]
documentation/dir_000068_000049.xhtml [deleted file]
documentation/dir_000068_000050.xhtml [deleted file]
documentation/dir_000068_000088.xhtml [new file with mode: 0644]
documentation/dir_000068_000089.xhtml [new file with mode: 0644]
documentation/dir_000069_000000.xhtml
documentation/dir_000069_000021.xhtml [deleted file]
documentation/dir_000069_000034.xhtml [new file with mode: 0644]
documentation/dir_000069_000048.xhtml [deleted file]
documentation/dir_000069_000050.xhtml [deleted file]
documentation/dir_000069_000066.xhtml [deleted file]
documentation/dir_000069_000089.xhtml [new file with mode: 0644]
documentation/dir_000070_000000.xhtml
documentation/dir_000070_000009.xhtml [new file with mode: 0644]
documentation/dir_000070_000021.xhtml [deleted file]
documentation/dir_000070_000022.xhtml [deleted file]
documentation/dir_000070_000034.xhtml [new file with mode: 0644]
documentation/dir_000070_000035.xhtml [new file with mode: 0644]
documentation/dir_000070_000057.xhtml [new file with mode: 0644]
documentation/dir_000071_000000.xhtml [new file with mode: 0644]
documentation/dir_000072_000000.xhtml [new file with mode: 0644]
documentation/dir_000072_000034.xhtml [new file with mode: 0644]
documentation/dir_000072_000035.xhtml [new file with mode: 0644]
documentation/dir_000073_000000.xhtml [new file with mode: 0644]
documentation/dir_000073_000034.xhtml [new file with mode: 0644]
documentation/dir_000073_000035.xhtml [new file with mode: 0644]
documentation/dir_000074_000000.xhtml [new file with mode: 0644]
documentation/dir_000074_000034.xhtml [new file with mode: 0644]
documentation/dir_000074_000035.xhtml [new file with mode: 0644]
documentation/dir_000075_000000.xhtml [new file with mode: 0644]
documentation/dir_000075_000034.xhtml [new file with mode: 0644]
documentation/dir_000075_000035.xhtml [new file with mode: 0644]
documentation/dir_000076_000000.xhtml [new file with mode: 0644]
documentation/dir_000076_000034.xhtml [new file with mode: 0644]
documentation/dir_000076_000035.xhtml [new file with mode: 0644]
documentation/dir_000077_000000.xhtml [new file with mode: 0644]
documentation/dir_000077_000034.xhtml [new file with mode: 0644]
documentation/dir_000077_000035.xhtml [new file with mode: 0644]
documentation/dir_000078_000000.xhtml [new file with mode: 0644]
documentation/dir_000078_000034.xhtml [new file with mode: 0644]
documentation/dir_000078_000035.xhtml [new file with mode: 0644]
documentation/dir_000079_000000.xhtml [new file with mode: 0644]
documentation/dir_000079_000034.xhtml [new file with mode: 0644]
documentation/dir_000079_000035.xhtml [new file with mode: 0644]
documentation/dir_000080_000000.xhtml [new file with mode: 0644]
documentation/dir_000080_000034.xhtml [new file with mode: 0644]
documentation/dir_000080_000035.xhtml [new file with mode: 0644]
documentation/dir_000081_000000.xhtml [new file with mode: 0644]
documentation/dir_000081_000034.xhtml [new file with mode: 0644]
documentation/dir_000081_000035.xhtml [new file with mode: 0644]
documentation/dir_000082_000000.xhtml [new file with mode: 0644]
documentation/dir_000082_000034.xhtml [new file with mode: 0644]
documentation/dir_000082_000035.xhtml [new file with mode: 0644]
documentation/dir_000083_000000.xhtml [new file with mode: 0644]
documentation/dir_000083_000034.xhtml [new file with mode: 0644]
documentation/dir_000083_000035.xhtml [new file with mode: 0644]
documentation/dir_000085_000057.xhtml [new file with mode: 0644]
documentation/dir_000086_000000.xhtml [new file with mode: 0644]
documentation/dir_000087_000000.xhtml [new file with mode: 0644]
documentation/dir_000088_000000.xhtml [new file with mode: 0644]
documentation/dir_000088_000057.xhtml [new file with mode: 0644]
documentation/dir_000089_000000.xhtml [new file with mode: 0644]
documentation/dir_000089_000035.xhtml [new file with mode: 0644]
documentation/dir_000090_000000.xhtml [new file with mode: 0644]
documentation/dir_000090_000034.xhtml [new file with mode: 0644]
documentation/dir_000090_000070.xhtml [new file with mode: 0644]
documentation/dir_000090_000071.xhtml [new file with mode: 0644]
documentation/dir_000090_000072.xhtml [new file with mode: 0644]
documentation/dir_000091_000000.xhtml [new file with mode: 0644]
documentation/dir_000091_000034.xhtml [new file with mode: 0644]
documentation/dir_000091_000070.xhtml [new file with mode: 0644]
documentation/dir_000091_000072.xhtml [new file with mode: 0644]
documentation/dir_000091_000088.xhtml [new file with mode: 0644]
documentation/dir_000092_000000.xhtml [new file with mode: 0644]
documentation/dir_000092_000034.xhtml [new file with mode: 0644]
documentation/dir_000092_000070.xhtml [new file with mode: 0644]
documentation/dir_000092_000072.xhtml [new file with mode: 0644]
documentation/dir_000092_000088.xhtml [new file with mode: 0644]
documentation/dir_000093_000000.xhtml [new file with mode: 0644]
documentation/dir_000093_000034.xhtml [new file with mode: 0644]
documentation/dir_000093_000035.xhtml [new file with mode: 0644]
documentation/dir_000094_000000.xhtml [new file with mode: 0644]
documentation/dir_000094_000034.xhtml [new file with mode: 0644]
documentation/dir_000094_000057.xhtml [new file with mode: 0644]
documentation/dir_000094_000088.xhtml [new file with mode: 0644]
documentation/dir_031e7474a3958658679de83a080959d3.js [new file with mode: 0644]
documentation/dir_031e7474a3958658679de83a080959d3.xhtml [new file with mode: 0644]
documentation/dir_031e7474a3958658679de83a080959d3_dep.map [new file with mode: 0644]
documentation/dir_031e7474a3958658679de83a080959d3_dep.md5 [new file with mode: 0644]
documentation/dir_031e7474a3958658679de83a080959d3_dep.svg [new file with mode: 0644]
documentation/dir_03f3c81b7006d2ea95b3332b67d1fe9e.js [new file with mode: 0644]
documentation/dir_03f3c81b7006d2ea95b3332b67d1fe9e.xhtml [new file with mode: 0644]
documentation/dir_03f3c81b7006d2ea95b3332b67d1fe9e_dep.map [new file with mode: 0644]
documentation/dir_03f3c81b7006d2ea95b3332b67d1fe9e_dep.md5 [new file with mode: 0644]
documentation/dir_03f3c81b7006d2ea95b3332b67d1fe9e_dep.svg [new file with mode: 0644]
documentation/dir_043de5624456f8ee1a676650b1e35f53.js [new file with mode: 0644]
documentation/dir_043de5624456f8ee1a676650b1e35f53.xhtml [new file with mode: 0644]
documentation/dir_043de5624456f8ee1a676650b1e35f53_dep.map [new file with mode: 0644]
documentation/dir_043de5624456f8ee1a676650b1e35f53_dep.md5 [new file with mode: 0644]
documentation/dir_043de5624456f8ee1a676650b1e35f53_dep.svg [new file with mode: 0644]
documentation/dir_04b43db93c0dc415e938dbcb1086834e.js [deleted file]
documentation/dir_04b43db93c0dc415e938dbcb1086834e.xhtml [deleted file]
documentation/dir_04b43db93c0dc415e938dbcb1086834e_dep.map [deleted file]
documentation/dir_04b43db93c0dc415e938dbcb1086834e_dep.md5 [deleted file]
documentation/dir_04b43db93c0dc415e938dbcb1086834e_dep.svg [deleted file]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6.js [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6.xhtml [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.map [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.md5 [new file with mode: 0644]
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.svg [new file with mode: 0644]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59.js [deleted file]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59.xhtml [deleted file]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59_dep.map [deleted file]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59_dep.md5 [deleted file]
documentation/dir_05f0d9b6fc8ae7732f7cdd827386fe59_dep.svg [deleted file]
documentation/dir_071ac13ff77947752cddd41e5a72c798.js [deleted file]
documentation/dir_071ac13ff77947752cddd41e5a72c798.xhtml [deleted file]
documentation/dir_071ac13ff77947752cddd41e5a72c798_dep.map [deleted file]
documentation/dir_071ac13ff77947752cddd41e5a72c798_dep.md5 [deleted file]
documentation/dir_071ac13ff77947752cddd41e5a72c798_dep.svg [deleted file]
documentation/dir_0c108762cda89b68d4571cbbabdf46df.js [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df.xhtml [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.map [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.md5 [new file with mode: 0644]
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.svg [new file with mode: 0644]
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a.js [new file with mode: 0644]
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a.xhtml [new file with mode: 0644]
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a_dep.map [new file with mode: 0644]
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a_dep.md5 [new file with mode: 0644]
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a_dep.svg [new file with mode: 0644]
documentation/dir_0dd7887818bb8d90732685575a13f58a.js [new file with mode: 0644]
documentation/dir_0dd7887818bb8d90732685575a13f58a.xhtml [new file with mode: 0644]
documentation/dir_0dd7887818bb8d90732685575a13f58a_dep.map [new file with mode: 0644]
documentation/dir_0dd7887818bb8d90732685575a13f58a_dep.md5 [new file with mode: 0644]
documentation/dir_0dd7887818bb8d90732685575a13f58a_dep.svg [new file with mode: 0644]
documentation/dir_0df31d79686c90a11f48d3915528531f.js [deleted file]
documentation/dir_0df31d79686c90a11f48d3915528531f.xhtml [deleted file]
documentation/dir_0df31d79686c90a11f48d3915528531f_dep.map [deleted file]
documentation/dir_0df31d79686c90a11f48d3915528531f_dep.md5 [deleted file]
documentation/dir_0df31d79686c90a11f48d3915528531f_dep.svg [deleted file]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641.js [new file with mode: 0644]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641.xhtml [new file with mode: 0644]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641_dep.map [new file with mode: 0644]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641_dep.md5 [new file with mode: 0644]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641_dep.svg [new file with mode: 0644]
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4.js [new file with mode: 0644]
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4.xhtml [new file with mode: 0644]
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.map [new file with mode: 0644]
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.md5 [new file with mode: 0644]
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.svg [new file with mode: 0644]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76.js [deleted file]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76.xhtml [deleted file]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76_dep.map [deleted file]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76_dep.md5 [deleted file]
documentation/dir_0f2dea3964a047e6f45278d8395f9b76_dep.svg [deleted file]
documentation/dir_1022e1935ff5fee037796a8496d5153e.js [deleted file]
documentation/dir_1022e1935ff5fee037796a8496d5153e.xhtml [deleted file]
documentation/dir_1022e1935ff5fee037796a8496d5153e_dep.map [deleted file]
documentation/dir_1022e1935ff5fee037796a8496d5153e_dep.md5 [deleted file]
documentation/dir_1022e1935ff5fee037796a8496d5153e_dep.svg [deleted file]
documentation/dir_1253bad92dedae5edd993ead924afb7b.js [deleted file]
documentation/dir_1253bad92dedae5edd993ead924afb7b.xhtml [deleted file]
documentation/dir_1253bad92dedae5edd993ead924afb7b_dep.map [deleted file]
documentation/dir_1253bad92dedae5edd993ead924afb7b_dep.md5 [deleted file]
documentation/dir_1253bad92dedae5edd993ead924afb7b_dep.svg [deleted file]
documentation/dir_1303d8caafe45834fe107701db2b0040.js [deleted file]
documentation/dir_1303d8caafe45834fe107701db2b0040.xhtml [deleted file]
documentation/dir_1303d8caafe45834fe107701db2b0040_dep.map [deleted file]
documentation/dir_1303d8caafe45834fe107701db2b0040_dep.md5 [deleted file]
documentation/dir_1303d8caafe45834fe107701db2b0040_dep.svg [deleted file]
documentation/dir_1528feb24a69b98c734f0fefcf3a82e1.js [new file with mode: 0644]
documentation/dir_1528feb24a69b98c734f0fefcf3a82e1.xhtml [new file with mode: 0644]
documentation/dir_1528feb24a69b98c734f0fefcf3a82e1_dep.map [new file with mode: 0644]
documentation/dir_1528feb24a69b98c734f0fefcf3a82e1_dep.md5 [new file with mode: 0644]
documentation/dir_1528feb24a69b98c734f0fefcf3a82e1_dep.svg [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129.js [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129.xhtml [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129_dep.map [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129_dep.md5 [new file with mode: 0644]
documentation/dir_1633709b037eda5b8477677909f78129_dep.svg [new file with mode: 0644]
documentation/dir_16a724a40051239e0b9ee655796247fd.js [new file with mode: 0644]
documentation/dir_16a724a40051239e0b9ee655796247fd.xhtml [new file with mode: 0644]
documentation/dir_16a724a40051239e0b9ee655796247fd_dep.map [new file with mode: 0644]
documentation/dir_16a724a40051239e0b9ee655796247fd_dep.md5 [new file with mode: 0644]
documentation/dir_16a724a40051239e0b9ee655796247fd_dep.svg [new file with mode: 0644]
documentation/dir_17ec511df944df4afc72ffa6cc81db43.js [deleted file]
documentation/dir_17ec511df944df4afc72ffa6cc81db43.xhtml [deleted file]
documentation/dir_17ec511df944df4afc72ffa6cc81db43_dep.map [deleted file]
documentation/dir_17ec511df944df4afc72ffa6cc81db43_dep.md5 [deleted file]
documentation/dir_17ec511df944df4afc72ffa6cc81db43_dep.svg [deleted file]
documentation/dir_184f72a532a521c8d66e76d860c2010a.js [new file with mode: 0644]
documentation/dir_184f72a532a521c8d66e76d860c2010a.xhtml [new file with mode: 0644]
documentation/dir_184f72a532a521c8d66e76d860c2010a_dep.map [new file with mode: 0644]
documentation/dir_184f72a532a521c8d66e76d860c2010a_dep.md5 [new file with mode: 0644]
documentation/dir_184f72a532a521c8d66e76d860c2010a_dep.svg [new file with mode: 0644]
documentation/dir_19dd10388c828caf656635151589eeb5.js [deleted file]
documentation/dir_19dd10388c828caf656635151589eeb5.xhtml [deleted file]
documentation/dir_19dd10388c828caf656635151589eeb5_dep.map [deleted file]
documentation/dir_19dd10388c828caf656635151589eeb5_dep.md5 [deleted file]
documentation/dir_19dd10388c828caf656635151589eeb5_dep.svg [deleted file]
documentation/dir_1b7ae9123c88e650426d50d95c19d414.js [deleted file]
documentation/dir_1b7ae9123c88e650426d50d95c19d414.xhtml [deleted file]
documentation/dir_1b7ae9123c88e650426d50d95c19d414_dep.map [deleted file]
documentation/dir_1b7ae9123c88e650426d50d95c19d414_dep.md5 [deleted file]
documentation/dir_1b7ae9123c88e650426d50d95c19d414_dep.svg [deleted file]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081.js [deleted file]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081.xhtml [deleted file]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081_dep.map [deleted file]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081_dep.md5 [deleted file]
documentation/dir_1d5ecacc9c56f2eff6c69773cd9a7081_dep.svg [deleted file]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.js [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.map [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.md5 [new file with mode: 0644]
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.svg [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def.js [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.map [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.md5 [new file with mode: 0644]
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.svg [new file with mode: 0644]
documentation/dir_22e2fbcf471d650c7762137653760413.js [deleted file]
documentation/dir_22e2fbcf471d650c7762137653760413.xhtml [deleted file]
documentation/dir_22e2fbcf471d650c7762137653760413_dep.map [deleted file]
documentation/dir_22e2fbcf471d650c7762137653760413_dep.md5 [deleted file]
documentation/dir_22e2fbcf471d650c7762137653760413_dep.svg [deleted file]
documentation/dir_23221f641cabea68e0f604f0420281b4.js [new file with mode: 0644]
documentation/dir_23221f641cabea68e0f604f0420281b4.xhtml [new file with mode: 0644]
documentation/dir_23221f641cabea68e0f604f0420281b4_dep.map [new file with mode: 0644]
documentation/dir_23221f641cabea68e0f604f0420281b4_dep.md5 [new file with mode: 0644]
documentation/dir_23221f641cabea68e0f604f0420281b4_dep.svg [new file with mode: 0644]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3.js [deleted file]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3.xhtml [deleted file]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3_dep.map [deleted file]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3_dep.md5 [deleted file]
documentation/dir_245cff7a20508c5adf0eef06cf65e1c3_dep.svg [deleted file]
documentation/dir_246d8741fe000f90e23698d7e8443699.js [new file with mode: 0644]
documentation/dir_246d8741fe000f90e23698d7e8443699.xhtml [new file with mode: 0644]
documentation/dir_246d8741fe000f90e23698d7e8443699_dep.map [new file with mode: 0644]
documentation/dir_246d8741fe000f90e23698d7e8443699_dep.md5 [new file with mode: 0644]
documentation/dir_246d8741fe000f90e23698d7e8443699_dep.svg [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.js [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.xhtml [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.map [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.md5 [new file with mode: 0644]
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.svg [new file with mode: 0644]
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.js [new file with mode: 0644]
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.xhtml [new file with mode: 0644]
documentation/dir_26ec2cadac51de8a063270ae9ef845a8.js [new file with mode: 0644]
documentation/dir_26ec2cadac51de8a063270ae9ef845a8.xhtml [new file with mode: 0644]
documentation/dir_26ec2cadac51de8a063270ae9ef845a8_dep.map [new file with mode: 0644]
documentation/dir_26ec2cadac51de8a063270ae9ef845a8_dep.md5 [new file with mode: 0644]
documentation/dir_26ec2cadac51de8a063270ae9ef845a8_dep.svg [new file with mode: 0644]
documentation/dir_2733785450a194128d7967437c3ba73e.js [deleted file]
documentation/dir_2733785450a194128d7967437c3ba73e.xhtml [deleted file]
documentation/dir_2733785450a194128d7967437c3ba73e_dep.map [deleted file]
documentation/dir_2733785450a194128d7967437c3ba73e_dep.md5 [deleted file]
documentation/dir_2733785450a194128d7967437c3ba73e_dep.svg [deleted file]
documentation/dir_28785c01f2a29602dd8423da59ad010d.js [deleted file]
documentation/dir_28785c01f2a29602dd8423da59ad010d.xhtml [deleted file]
documentation/dir_28785c01f2a29602dd8423da59ad010d_dep.map [deleted file]
documentation/dir_28785c01f2a29602dd8423da59ad010d_dep.md5 [deleted file]
documentation/dir_28785c01f2a29602dd8423da59ad010d_dep.svg [deleted file]
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd.js [new file with mode: 0644]
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd.xhtml [new file with mode: 0644]
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd_dep.map [new file with mode: 0644]
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd_dep.md5 [new file with mode: 0644]
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd_dep.svg [new file with mode: 0644]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d.js [deleted file]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d.xhtml [deleted file]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d_dep.map [deleted file]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d_dep.md5 [deleted file]
documentation/dir_29327135a2a2ef098aeaaf2df19d2f1d_dep.svg [deleted file]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9.js [deleted file]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9.xhtml [deleted file]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9_dep.map [deleted file]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9_dep.md5 [deleted file]
documentation/dir_29c19a55c0cc4879540cd392ab5a6bf9_dep.svg [deleted file]
documentation/dir_2a71d41a0578a3ab28811897b4713112.js [deleted file]
documentation/dir_2a71d41a0578a3ab28811897b4713112.xhtml [deleted file]
documentation/dir_2a71d41a0578a3ab28811897b4713112_dep.map [deleted file]
documentation/dir_2a71d41a0578a3ab28811897b4713112_dep.md5 [deleted file]
documentation/dir_2a71d41a0578a3ab28811897b4713112_dep.svg [deleted file]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd.js [deleted file]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd.xhtml [deleted file]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd_dep.map [deleted file]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd_dep.md5 [deleted file]
documentation/dir_2bdd315ee2dbfd8cefe64730e37333fd_dep.svg [deleted file]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.js [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.xhtml [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.map [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.md5 [new file with mode: 0644]
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.svg [new file with mode: 0644]
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0.js [new file with mode: 0644]
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0.xhtml [new file with mode: 0644]
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0_dep.map [new file with mode: 0644]
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0_dep.md5 [new file with mode: 0644]
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0_dep.svg [new file with mode: 0644]
documentation/dir_2c7d6b75b4949414a550064c78df77e5.js [deleted file]
documentation/dir_2c7d6b75b4949414a550064c78df77e5.xhtml [deleted file]
documentation/dir_2c7d6b75b4949414a550064c78df77e5_dep.map [deleted file]
documentation/dir_2c7d6b75b4949414a550064c78df77e5_dep.md5 [deleted file]
documentation/dir_2c7d6b75b4949414a550064c78df77e5_dep.svg [deleted file]
documentation/dir_2ce15eaea275a277c2370049ea836e06.js [new file with mode: 0644]
documentation/dir_2ce15eaea275a277c2370049ea836e06.xhtml [new file with mode: 0644]
documentation/dir_2ce15eaea275a277c2370049ea836e06_dep.map [new file with mode: 0644]
documentation/dir_2ce15eaea275a277c2370049ea836e06_dep.md5 [new file with mode: 0644]
documentation/dir_2ce15eaea275a277c2370049ea836e06_dep.svg [new file with mode: 0644]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a.js [deleted file]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a.xhtml [deleted file]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a_dep.map [deleted file]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a_dep.md5 [deleted file]
documentation/dir_2dd0e1a78595595cf02ec0d9123d5f3a_dep.svg [deleted file]
documentation/dir_2dd9e494795a64401c73017ea7648ceb.js [new file with mode: 0644]
documentation/dir_2dd9e494795a64401c73017ea7648ceb.xhtml [new file with mode: 0644]
documentation/dir_2dd9e494795a64401c73017ea7648ceb_dep.map [new file with mode: 0644]
documentation/dir_2dd9e494795a64401c73017ea7648ceb_dep.md5 [new file with mode: 0644]
documentation/dir_2dd9e494795a64401c73017ea7648ceb_dep.svg [new file with mode: 0644]
documentation/dir_2dfba1021aeb15d8e1228add590b046a.js [new file with mode: 0644]
documentation/dir_2dfba1021aeb15d8e1228add590b046a.xhtml [new file with mode: 0644]
documentation/dir_2dfba1021aeb15d8e1228add590b046a_dep.map [new file with mode: 0644]
documentation/dir_2dfba1021aeb15d8e1228add590b046a_dep.md5 [new file with mode: 0644]
documentation/dir_2dfba1021aeb15d8e1228add590b046a_dep.svg [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.js [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.xhtml [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.map [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.md5 [new file with mode: 0644]
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.svg [new file with mode: 0644]
documentation/dir_332af88d8586a6deaae2c42d3a6c488b.js [new file with mode: 0644]
documentation/dir_332af88d8586a6deaae2c42d3a6c488b.xhtml [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d.js [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d.xhtml [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.map [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.md5 [new file with mode: 0644]
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.svg [new file with mode: 0644]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2.js [deleted file]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2.xhtml [deleted file]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2_dep.map [deleted file]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2_dep.md5 [deleted file]
documentation/dir_35f65bf11a4f103b6aa0588a205e65e2_dep.svg [deleted file]
documentation/dir_36fc908da539caaba46833e40038b859.js [new file with mode: 0644]
documentation/dir_36fc908da539caaba46833e40038b859.xhtml [new file with mode: 0644]
documentation/dir_36fc908da539caaba46833e40038b859_dep.map [new file with mode: 0644]
documentation/dir_36fc908da539caaba46833e40038b859_dep.md5 [new file with mode: 0644]
documentation/dir_36fc908da539caaba46833e40038b859_dep.svg [new file with mode: 0644]
documentation/dir_391478185aa463d54adcaf84d9b04aea.js [new file with mode: 0644]
documentation/dir_391478185aa463d54adcaf84d9b04aea.xhtml [new file with mode: 0644]
documentation/dir_39483a2d5df071945d2db412f3ea747c.js [deleted file]
documentation/dir_39483a2d5df071945d2db412f3ea747c.xhtml [deleted file]
documentation/dir_39483a2d5df071945d2db412f3ea747c_dep.map [deleted file]
documentation/dir_39483a2d5df071945d2db412f3ea747c_dep.md5 [deleted file]
documentation/dir_39483a2d5df071945d2db412f3ea747c_dep.svg [deleted file]
documentation/dir_399c4cabb5f782130aeec02f8ccbe367.js [new file with mode: 0644]
documentation/dir_399c4cabb5f782130aeec02f8ccbe367.xhtml [new file with mode: 0644]
documentation/dir_3b4cc335dce0408d77b688e575522aa5.js [deleted file]
documentation/dir_3b4cc335dce0408d77b688e575522aa5.xhtml [deleted file]
documentation/dir_3b4cc335dce0408d77b688e575522aa5_dep.map [deleted file]
documentation/dir_3b4cc335dce0408d77b688e575522aa5_dep.md5 [deleted file]
documentation/dir_3b4cc335dce0408d77b688e575522aa5_dep.svg [deleted file]
documentation/dir_3ba764bd71c93b2118567f1f1eec0263.js [new file with mode: 0644]
documentation/dir_3ba764bd71c93b2118567f1f1eec0263.xhtml [new file with mode: 0644]
documentation/dir_4165fcd8206cc52fde421ae1f1275b40.js [new file with mode: 0644]
documentation/dir_4165fcd8206cc52fde421ae1f1275b40.xhtml [new file with mode: 0644]
documentation/dir_420d2db1b9c99f59825a3985434c3703.js [new file with mode: 0644]
documentation/dir_420d2db1b9c99f59825a3985434c3703.xhtml [new file with mode: 0644]
documentation/dir_420d2db1b9c99f59825a3985434c3703_dep.map [new file with mode: 0644]
documentation/dir_420d2db1b9c99f59825a3985434c3703_dep.md5 [new file with mode: 0644]
documentation/dir_420d2db1b9c99f59825a3985434c3703_dep.svg [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0.js [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0.xhtml [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.map [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.md5 [new file with mode: 0644]
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.svg [new file with mode: 0644]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c.js [deleted file]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c.xhtml [deleted file]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c_dep.map [deleted file]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c_dep.md5 [deleted file]
documentation/dir_44b30e996f654eed35b3a72ffd5c8c5c_dep.svg [deleted file]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5.js [deleted file]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5.xhtml [deleted file]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5_dep.map [deleted file]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5_dep.md5 [deleted file]
documentation/dir_463ebbf2abb1a8cd3e39ae1d0da97cb5_dep.svg [deleted file]
documentation/dir_46fdb196cebdbffe77dac340cde62f29.js [new file with mode: 0644]
documentation/dir_46fdb196cebdbffe77dac340cde62f29.xhtml [new file with mode: 0644]
documentation/dir_46fdb196cebdbffe77dac340cde62f29_dep.map [new file with mode: 0644]
documentation/dir_46fdb196cebdbffe77dac340cde62f29_dep.md5 [new file with mode: 0644]
documentation/dir_46fdb196cebdbffe77dac340cde62f29_dep.svg [new file with mode: 0644]
documentation/dir_498593990fa400f1303714a684225f06.js [new file with mode: 0644]
documentation/dir_498593990fa400f1303714a684225f06.xhtml [new file with mode: 0644]
documentation/dir_498593990fa400f1303714a684225f06_dep.map [new file with mode: 0644]
documentation/dir_498593990fa400f1303714a684225f06_dep.md5 [new file with mode: 0644]
documentation/dir_498593990fa400f1303714a684225f06_dep.svg [new file with mode: 0644]
documentation/dir_499e0ec51338bf3a1207cb810feedfb2.js [new file with mode: 0644]
documentation/dir_499e0ec51338bf3a1207cb810feedfb2.xhtml [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1.js [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1.xhtml [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.map [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.md5 [new file with mode: 0644]
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.svg [new file with mode: 0644]
documentation/dir_4dbf711d3d3ef9d1292a532e836709c1.js [new file with mode: 0644]
documentation/dir_4dbf711d3d3ef9d1292a532e836709c1.xhtml [new file with mode: 0644]
documentation/dir_4dbf711d3d3ef9d1292a532e836709c1_dep.map [new file with mode: 0644]
documentation/dir_4dbf711d3d3ef9d1292a532e836709c1_dep.md5 [new file with mode: 0644]
documentation/dir_4dbf711d3d3ef9d1292a532e836709c1_dep.svg [new file with mode: 0644]
documentation/dir_4ed310e4362bed366d89846820e9a88b.js [deleted file]
documentation/dir_4ed310e4362bed366d89846820e9a88b.xhtml [deleted file]
documentation/dir_4ed310e4362bed366d89846820e9a88b_dep.map [deleted file]
documentation/dir_4ed310e4362bed366d89846820e9a88b_dep.md5 [deleted file]
documentation/dir_4ed310e4362bed366d89846820e9a88b_dep.svg [deleted file]
documentation/dir_4efd0ee2ecda32567e74991b08d544ea.js [new file with mode: 0644]
documentation/dir_4efd0ee2ecda32567e74991b08d544ea.xhtml [new file with mode: 0644]
documentation/dir_4efd0ee2ecda32567e74991b08d544ea_dep.map [new file with mode: 0644]
documentation/dir_4efd0ee2ecda32567e74991b08d544ea_dep.md5 [new file with mode: 0644]
documentation/dir_4efd0ee2ecda32567e74991b08d544ea_dep.svg [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc.js [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc.xhtml [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.map [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.md5 [new file with mode: 0644]
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.svg [new file with mode: 0644]
documentation/dir_53e6fa9553ac22a5646d2a2b2d7b97a1.js [new file with mode: 0644]
documentation/dir_53e6fa9553ac22a5646d2a2b2d7b97a1.xhtml [new file with mode: 0644]
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae.js [new file with mode: 0644]
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae.xhtml [new file with mode: 0644]
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae_dep.map [new file with mode: 0644]
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae_dep.md5 [new file with mode: 0644]
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae_dep.svg [new file with mode: 0644]
documentation/dir_541ebbb21ca179b54b469d645ff46bd9.js [new file with mode: 0644]
documentation/dir_541ebbb21ca179b54b469d645ff46bd9.xhtml [new file with mode: 0644]
documentation/dir_541ebbb21ca179b54b469d645ff46bd9_dep.map [new file with mode: 0644]
documentation/dir_541ebbb21ca179b54b469d645ff46bd9_dep.md5 [new file with mode: 0644]
documentation/dir_541ebbb21ca179b54b469d645ff46bd9_dep.svg [new file with mode: 0644]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768.js [deleted file]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768.xhtml [deleted file]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768_dep.map [deleted file]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768_dep.md5 [deleted file]
documentation/dir_55b5a5006e943fb664ff8cff3cfe7768_dep.svg [deleted file]
documentation/dir_5815af820a9cc9481f1d0990a0d60286.js [new file with mode: 0644]
documentation/dir_5815af820a9cc9481f1d0990a0d60286.xhtml [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf.js [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.map [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.md5 [new file with mode: 0644]
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.svg [new file with mode: 0644]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e.js [deleted file]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e.xhtml [deleted file]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e_dep.map [deleted file]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e_dep.md5 [deleted file]
documentation/dir_5c3e6f36232c22ff6b3dc2b17e9cf59e_dep.svg [deleted file]
documentation/dir_6070566ba86be711fc3124a9d0f32e12.js [deleted file]
documentation/dir_6070566ba86be711fc3124a9d0f32e12.xhtml [deleted file]
documentation/dir_6070566ba86be711fc3124a9d0f32e12_dep.map [deleted file]
documentation/dir_6070566ba86be711fc3124a9d0f32e12_dep.md5 [deleted file]
documentation/dir_6070566ba86be711fc3124a9d0f32e12_dep.svg [deleted file]
documentation/dir_62e76289bb143101bef0ade0babfd908.js [deleted file]
documentation/dir_62e76289bb143101bef0ade0babfd908.xhtml [deleted file]
documentation/dir_62e76289bb143101bef0ade0babfd908_dep.map [deleted file]
documentation/dir_62e76289bb143101bef0ade0babfd908_dep.md5 [deleted file]
documentation/dir_62e76289bb143101bef0ade0babfd908_dep.svg [deleted file]
documentation/dir_65e289039e1347f87d412b0a1b1a312c.js [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c.xhtml [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.map [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.md5 [new file with mode: 0644]
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.svg [new file with mode: 0644]
documentation/dir_68267d1309a1af8e8297ef4c3efbcdba.js [new file with mode: 0644]
documentation/dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml [new file with mode: 0644]
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482.js [new file with mode: 0644]
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482.xhtml [new file with mode: 0644]
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482_dep.map [new file with mode: 0644]
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482_dep.md5 [new file with mode: 0644]
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482_dep.svg [new file with mode: 0644]
documentation/dir_693dc0de93a0e564850e4c9a443d82b8.js [new file with mode: 0644]
documentation/dir_693dc0de93a0e564850e4c9a443d82b8.xhtml [new file with mode: 0644]
documentation/dir_69c697bf42756a8f749f966b74064d1d.js [new file with mode: 0644]
documentation/dir_69c697bf42756a8f749f966b74064d1d.xhtml [new file with mode: 0644]
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10.js [new file with mode: 0644]
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10.xhtml [new file with mode: 0644]
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10_dep.map [new file with mode: 0644]
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10_dep.md5 [new file with mode: 0644]
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10_dep.svg [new file with mode: 0644]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d.js [deleted file]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d.xhtml [deleted file]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d_dep.map [deleted file]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d_dep.md5 [deleted file]
documentation/dir_729eff02ba41fda5597c606ee2b9a02d_dep.svg [deleted file]
documentation/dir_7365e77196b52ca311bb83f181e59b8c.js [new file with mode: 0644]
documentation/dir_7365e77196b52ca311bb83f181e59b8c.xhtml [new file with mode: 0644]
documentation/dir_7365e77196b52ca311bb83f181e59b8c_dep.map [new file with mode: 0644]
documentation/dir_7365e77196b52ca311bb83f181e59b8c_dep.md5 [new file with mode: 0644]
documentation/dir_7365e77196b52ca311bb83f181e59b8c_dep.svg [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230.js [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230.xhtml [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.map [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.md5 [new file with mode: 0644]
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.svg [new file with mode: 0644]
documentation/dir_7834b57f5ab446dc82e2741d277142e5.js [deleted file]
documentation/dir_7834b57f5ab446dc82e2741d277142e5.xhtml [deleted file]
documentation/dir_7834b57f5ab446dc82e2741d277142e5_dep.map [deleted file]
documentation/dir_7834b57f5ab446dc82e2741d277142e5_dep.md5 [deleted file]
documentation/dir_7834b57f5ab446dc82e2741d277142e5_dep.svg [deleted file]
documentation/dir_79d09df0887a328940219a134fe02657.js [deleted file]
documentation/dir_79d09df0887a328940219a134fe02657.xhtml [deleted file]
documentation/dir_79d09df0887a328940219a134fe02657_dep.map [deleted file]
documentation/dir_79d09df0887a328940219a134fe02657_dep.md5 [deleted file]
documentation/dir_79d09df0887a328940219a134fe02657_dep.svg [deleted file]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb.js [deleted file]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb.xhtml [deleted file]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb_dep.map [deleted file]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb_dep.md5 [deleted file]
documentation/dir_7ae969cc1b25a2c1ff393c64cdf6ccdb_dep.svg [deleted file]
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d.js [new file with mode: 0644]
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d.xhtml [new file with mode: 0644]
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d_dep.map [new file with mode: 0644]
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d_dep.md5 [new file with mode: 0644]
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d_dep.svg [new file with mode: 0644]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e.js [deleted file]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e.xhtml [deleted file]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e_dep.map [deleted file]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e_dep.md5 [deleted file]
documentation/dir_7cb2ec05e853a55f01822b1c0d31065e_dep.svg [deleted file]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2.js [deleted file]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2.xhtml [deleted file]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2_dep.map [deleted file]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2_dep.md5 [deleted file]
documentation/dir_83b3ca84fe6fba38d77fbf928228b5d2_dep.svg [deleted file]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd.js [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd.xhtml [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.map [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.md5 [new file with mode: 0644]
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.svg [new file with mode: 0644]
documentation/dir_8aca1a9390bf88312e2d4f293b910877.js [deleted file]
documentation/dir_8aca1a9390bf88312e2d4f293b910877.xhtml [deleted file]
documentation/dir_8aca1a9390bf88312e2d4f293b910877_dep.map [deleted file]
documentation/dir_8aca1a9390bf88312e2d4f293b910877_dep.md5 [deleted file]
documentation/dir_8aca1a9390bf88312e2d4f293b910877_dep.svg [deleted file]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.js [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.xhtml [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.map [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.md5 [new file with mode: 0644]
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.svg [new file with mode: 0644]
documentation/dir_8c278f79c760e5c5fbd911f9870614c1.js [new file with mode: 0644]
documentation/dir_8c278f79c760e5c5fbd911f9870614c1.xhtml [new file with mode: 0644]
documentation/dir_909072db83d80ad56b874dd8e621a3b2.js [deleted file]
documentation/dir_909072db83d80ad56b874dd8e621a3b2.xhtml [deleted file]
documentation/dir_909072db83d80ad56b874dd8e621a3b2_dep.map [deleted file]
documentation/dir_909072db83d80ad56b874dd8e621a3b2_dep.md5 [deleted file]
documentation/dir_909072db83d80ad56b874dd8e621a3b2_dep.svg [deleted file]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f.js [deleted file]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f.xhtml [deleted file]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f_dep.map [deleted file]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f_dep.md5 [deleted file]
documentation/dir_9464f60aea3c9b524aea6b3ae09a377f_dep.svg [deleted file]
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba.js [new file with mode: 0644]
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba.xhtml [new file with mode: 0644]
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.map [new file with mode: 0644]
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.md5 [new file with mode: 0644]
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.svg [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8.js [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8.xhtml [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.map [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.md5 [new file with mode: 0644]
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.svg [new file with mode: 0644]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b.js [deleted file]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b.xhtml [deleted file]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b_dep.map [deleted file]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b_dep.md5 [deleted file]
documentation/dir_9d3bf8a180bfb905d82e680987b07f6b_dep.svg [deleted file]
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f.js [new file with mode: 0644]
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f.xhtml [new file with mode: 0644]
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.map [new file with mode: 0644]
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.md5 [new file with mode: 0644]
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.svg [new file with mode: 0644]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf.js [deleted file]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf.xhtml [deleted file]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf_dep.map [deleted file]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf_dep.md5 [deleted file]
documentation/dir_a0865fca29da8fda98c27396ec3c82cf_dep.svg [deleted file]
documentation/dir_a4c6697defa6674c80d081044d63b70a.js [deleted file]
documentation/dir_a4c6697defa6674c80d081044d63b70a.xhtml [deleted file]
documentation/dir_a4c6697defa6674c80d081044d63b70a_dep.map [deleted file]
documentation/dir_a4c6697defa6674c80d081044d63b70a_dep.md5 [deleted file]
documentation/dir_a4c6697defa6674c80d081044d63b70a_dep.svg [deleted file]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216.js [deleted file]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216.xhtml [deleted file]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216_dep.map [deleted file]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216_dep.md5 [deleted file]
documentation/dir_a54a3db5b521d39f12dbe18362fe1216_dep.svg [deleted file]
documentation/dir_a5eac751e00f78c24f70926fc6bcb86b.js [new file with mode: 0644]
documentation/dir_a5eac751e00f78c24f70926fc6bcb86b.xhtml [new file with mode: 0644]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27.js [deleted file]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27.xhtml [deleted file]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27_dep.map [deleted file]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27_dep.md5 [deleted file]
documentation/dir_ab9b6c35b410e86d27de6bef9bc73a27_dep.svg [deleted file]
documentation/dir_aebb8dcc11953d78e620bbef0b9e2183.js [new file with mode: 0644]
documentation/dir_aebb8dcc11953d78e620bbef0b9e2183.xhtml [new file with mode: 0644]
documentation/dir_b19d819d13c0f52aff9af701145a9252.js [new file with mode: 0644]
documentation/dir_b19d819d13c0f52aff9af701145a9252.xhtml [new file with mode: 0644]
documentation/dir_b19d819d13c0f52aff9af701145a9252_dep.map [new file with mode: 0644]
documentation/dir_b19d819d13c0f52aff9af701145a9252_dep.md5 [new file with mode: 0644]
documentation/dir_b19d819d13c0f52aff9af701145a9252_dep.svg [new file with mode: 0644]
documentation/dir_b2d75812ef27339cb07aa08923a4a042.js [new file with mode: 0644]
documentation/dir_b2d75812ef27339cb07aa08923a4a042.xhtml [new file with mode: 0644]
documentation/dir_b2d75812ef27339cb07aa08923a4a042_dep.map [new file with mode: 0644]
documentation/dir_b2d75812ef27339cb07aa08923a4a042_dep.md5 [new file with mode: 0644]
documentation/dir_b2d75812ef27339cb07aa08923a4a042_dep.svg [new file with mode: 0644]
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e.js [new file with mode: 0644]
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e.xhtml [new file with mode: 0644]
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e_dep.map [new file with mode: 0644]
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e_dep.md5 [new file with mode: 0644]
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e_dep.svg [new file with mode: 0644]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172.js [deleted file]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172.xhtml [deleted file]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172_dep.map [deleted file]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172_dep.md5 [deleted file]
documentation/dir_b34ff4bf0b006fa2058bebfe917ec172_dep.svg [deleted file]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a.js [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a.xhtml [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.map [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.md5 [new file with mode: 0644]
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.svg [new file with mode: 0644]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12.js [deleted file]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12.xhtml [deleted file]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12_dep.map [deleted file]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12_dep.md5 [deleted file]
documentation/dir_b7c3d80b0dadb2139bc73b7161751c12_dep.svg [deleted file]
documentation/dir_b88a6d23833cc7e200916be8af5e3057.js [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057.xhtml [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.map [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.md5 [new file with mode: 0644]
documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.svg [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.js [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.xhtml [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.map [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.md5 [new file with mode: 0644]
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.svg [new file with mode: 0644]
documentation/dir_b9d9235a60156b8459c49cdadbf301bd.js [new file with mode: 0644]
documentation/dir_b9d9235a60156b8459c49cdadbf301bd.xhtml [new file with mode: 0644]
documentation/dir_b9d9235a60156b8459c49cdadbf301bd_dep.map [new file with mode: 0644]
documentation/dir_b9d9235a60156b8459c49cdadbf301bd_dep.md5 [new file with mode: 0644]
documentation/dir_b9d9235a60156b8459c49cdadbf301bd_dep.svg [new file with mode: 0644]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d.js [deleted file]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d.xhtml [deleted file]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d_dep.map [deleted file]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d_dep.md5 [deleted file]
documentation/dir_b9fb8daeb083a5130f1d5fcf4bdfd80d_dep.svg [deleted file]
documentation/dir_bb99969360c329c14e8ab37848981e8a.js [new file with mode: 0644]
documentation/dir_bb99969360c329c14e8ab37848981e8a.xhtml [new file with mode: 0644]
documentation/dir_bb99969360c329c14e8ab37848981e8a_dep.map [new file with mode: 0644]
documentation/dir_bb99969360c329c14e8ab37848981e8a_dep.md5 [new file with mode: 0644]
documentation/dir_bb99969360c329c14e8ab37848981e8a_dep.svg [new file with mode: 0644]
documentation/dir_bef950b31caeb3f2b20d76df1f96cc6e.js [deleted file]
documentation/dir_bef950b31caeb3f2b20d76df1f96cc6e.xhtml [deleted file]
documentation/dir_bef950b31caeb3f2b20d76df1f96cc6e_dep.map [deleted file]
documentation/dir_bef950b31caeb3f2b20d76df1f96cc6e_dep.md5 [deleted file]
documentation/dir_bef950b31caeb3f2b20d76df1f96cc6e_dep.svg [deleted file]
documentation/dir_c26a7e526887430ce25a4d0cc5a3865b.js [new file with mode: 0644]
documentation/dir_c26a7e526887430ce25a4d0cc5a3865b.xhtml [new file with mode: 0644]
documentation/dir_c26a7e526887430ce25a4d0cc5a3865b_dep.map [new file with mode: 0644]
documentation/dir_c26a7e526887430ce25a4d0cc5a3865b_dep.md5 [new file with mode: 0644]
documentation/dir_c26a7e526887430ce25a4d0cc5a3865b_dep.svg [new file with mode: 0644]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1.js [deleted file]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1.xhtml [deleted file]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1_dep.map [deleted file]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1_dep.md5 [deleted file]
documentation/dir_c3228314dc6eea9a05bcb326b3bff4c1_dep.svg [deleted file]
documentation/dir_c71057a74ea67172e112f0f837c986c4.js [new file with mode: 0644]
documentation/dir_c71057a74ea67172e112f0f837c986c4.xhtml [new file with mode: 0644]
documentation/dir_c71057a74ea67172e112f0f837c986c4_dep.map [new file with mode: 0644]
documentation/dir_c71057a74ea67172e112f0f837c986c4_dep.md5 [new file with mode: 0644]
documentation/dir_c71057a74ea67172e112f0f837c986c4_dep.svg [new file with mode: 0644]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01.js [deleted file]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01.xhtml [deleted file]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01_dep.map [deleted file]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01_dep.md5 [deleted file]
documentation/dir_c90d7c00d3a00c09b676e1f3d10add01_dep.svg [deleted file]
documentation/dir_c99b4a303cfde599116bfef66dcbe457.js [new file with mode: 0644]
documentation/dir_c99b4a303cfde599116bfef66dcbe457.xhtml [new file with mode: 0644]
documentation/dir_c99b4a303cfde599116bfef66dcbe457_dep.map [new file with mode: 0644]
documentation/dir_c99b4a303cfde599116bfef66dcbe457_dep.md5 [new file with mode: 0644]
documentation/dir_c99b4a303cfde599116bfef66dcbe457_dep.svg [new file with mode: 0644]
documentation/dir_cab437ca4f6ec1fbc573ae83f91b2654.js [new file with mode: 0644]
documentation/dir_cab437ca4f6ec1fbc573ae83f91b2654.xhtml [new file with mode: 0644]
documentation/dir_cb46ed42275bf053bc487c8ce92df255.js [deleted file]
documentation/dir_cb46ed42275bf053bc487c8ce92df255.xhtml [deleted file]
documentation/dir_cb46ed42275bf053bc487c8ce92df255_dep.map [deleted file]
documentation/dir_cb46ed42275bf053bc487c8ce92df255_dep.md5 [deleted file]
documentation/dir_cb46ed42275bf053bc487c8ce92df255_dep.svg [deleted file]
documentation/dir_cb93632906745cbb48be16d67a56353e.js [deleted file]
documentation/dir_cb93632906745cbb48be16d67a56353e.xhtml [deleted file]
documentation/dir_cb93632906745cbb48be16d67a56353e_dep.map [deleted file]
documentation/dir_cb93632906745cbb48be16d67a56353e_dep.md5 [deleted file]
documentation/dir_cb93632906745cbb48be16d67a56353e_dep.svg [deleted file]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd.js [new file with mode: 0644]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd.xhtml [new file with mode: 0644]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.map [new file with mode: 0644]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.md5 [new file with mode: 0644]
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.svg [new file with mode: 0644]
documentation/dir_d01487573ca59d0a224e6f631a1169e6.js [deleted file]
documentation/dir_d01487573ca59d0a224e6f631a1169e6.xhtml [deleted file]
documentation/dir_d01487573ca59d0a224e6f631a1169e6_dep.map [deleted file]
documentation/dir_d01487573ca59d0a224e6f631a1169e6_dep.md5 [deleted file]
documentation/dir_d01487573ca59d0a224e6f631a1169e6_dep.svg [deleted file]
documentation/dir_d247c927d0dc22626cf668ab2bd7f080.js [new file with mode: 0644]
documentation/dir_d247c927d0dc22626cf668ab2bd7f080.xhtml [new file with mode: 0644]
documentation/dir_d247c927d0dc22626cf668ab2bd7f080_dep.map [new file with mode: 0644]
documentation/dir_d247c927d0dc22626cf668ab2bd7f080_dep.md5 [new file with mode: 0644]
documentation/dir_d247c927d0dc22626cf668ab2bd7f080_dep.svg [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.js [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.xhtml [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5 [new file with mode: 0644]
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.svg [new file with mode: 0644]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668.js [deleted file]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668.xhtml [deleted file]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668_dep.map [deleted file]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668_dep.md5 [deleted file]
documentation/dir_d4d363c0979c7ffda4833df3f93b5668_dep.svg [deleted file]
documentation/dir_d8acd175ca2282f0f531ede0f8293d94.js [new file with mode: 0644]
documentation/dir_d8acd175ca2282f0f531ede0f8293d94.xhtml [new file with mode: 0644]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81.js [deleted file]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81.xhtml [deleted file]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81_dep.map [deleted file]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81_dep.md5 [deleted file]
documentation/dir_d8c3c94d7afca7dbbf0a57378fc2eb81_dep.svg [deleted file]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914.js [deleted file]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914.xhtml [deleted file]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914_dep.map [deleted file]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914_dep.md5 [deleted file]
documentation/dir_d90cd6c6f1f4385b88fe2aee133f3914_dep.svg [deleted file]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d.js [deleted file]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d.xhtml [deleted file]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d_dep.map [deleted file]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d_dep.md5 [deleted file]
documentation/dir_db9e2079d58d733beb36406e9ab55e7d_dep.svg [deleted file]
documentation/dir_dd440edf1bf3b75864774c8acf5215ae.js [new file with mode: 0644]
documentation/dir_dd440edf1bf3b75864774c8acf5215ae.xhtml [new file with mode: 0644]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671.js [deleted file]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671.xhtml [deleted file]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671_dep.map [deleted file]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671_dep.md5 [deleted file]
documentation/dir_de5c25a0a26af4ac1cdfe0fae1db6671_dep.svg [deleted file]
documentation/dir_e13277e8d7d14f3f15e64267bfca6477.js [new file with mode: 0644]
documentation/dir_e13277e8d7d14f3f15e64267bfca6477.xhtml [new file with mode: 0644]
documentation/dir_e13277e8d7d14f3f15e64267bfca6477_dep.map [new file with mode: 0644]
documentation/dir_e13277e8d7d14f3f15e64267bfca6477_dep.md5 [new file with mode: 0644]
documentation/dir_e13277e8d7d14f3f15e64267bfca6477_dep.svg [new file with mode: 0644]
documentation/dir_e17706656d37de5e2934fe2032b4cf92.js [deleted file]
documentation/dir_e17706656d37de5e2934fe2032b4cf92.xhtml [deleted file]
documentation/dir_e17706656d37de5e2934fe2032b4cf92_dep.map [deleted file]
documentation/dir_e17706656d37de5e2934fe2032b4cf92_dep.md5 [deleted file]
documentation/dir_e17706656d37de5e2934fe2032b4cf92_dep.svg [deleted file]
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021.js [new file with mode: 0644]
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021.xhtml [new file with mode: 0644]
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021_dep.map [new file with mode: 0644]
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021_dep.md5 [new file with mode: 0644]
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021_dep.svg [new file with mode: 0644]
documentation/dir_e31c3eb8a08c20d742288af67200e09f.js [new file with mode: 0644]
documentation/dir_e31c3eb8a08c20d742288af67200e09f.xhtml [new file with mode: 0644]
documentation/dir_e31c3eb8a08c20d742288af67200e09f_dep.map [new file with mode: 0644]
documentation/dir_e31c3eb8a08c20d742288af67200e09f_dep.md5 [new file with mode: 0644]
documentation/dir_e31c3eb8a08c20d742288af67200e09f_dep.svg [new file with mode: 0644]
documentation/dir_e4b294d18f7de649303f0c59799a597e.js [deleted file]
documentation/dir_e4b294d18f7de649303f0c59799a597e.xhtml [deleted file]
documentation/dir_e4b294d18f7de649303f0c59799a597e_dep.map [deleted file]
documentation/dir_e4b294d18f7de649303f0c59799a597e_dep.md5 [deleted file]
documentation/dir_e4b294d18f7de649303f0c59799a597e_dep.svg [deleted file]
documentation/dir_e571e0a75a914d9ca225651fe8decf09.js [deleted file]
documentation/dir_e571e0a75a914d9ca225651fe8decf09.xhtml [deleted file]
documentation/dir_e571e0a75a914d9ca225651fe8decf09_dep.map [deleted file]
documentation/dir_e571e0a75a914d9ca225651fe8decf09_dep.md5 [deleted file]
documentation/dir_e571e0a75a914d9ca225651fe8decf09_dep.svg [deleted file]
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98.js [new file with mode: 0644]
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98.xhtml [new file with mode: 0644]
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.map [new file with mode: 0644]
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.md5 [new file with mode: 0644]
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.svg [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604.js [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604.xhtml [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.map [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.md5 [new file with mode: 0644]
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.svg [new file with mode: 0644]
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249.js [new file with mode: 0644]
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249.xhtml [new file with mode: 0644]
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.map [new file with mode: 0644]
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.md5 [new file with mode: 0644]
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.svg [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc.js [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc.xhtml [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.map [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.md5 [new file with mode: 0644]
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.svg [new file with mode: 0644]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b.js [deleted file]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b.xhtml [deleted file]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b_dep.map [deleted file]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b_dep.md5 [deleted file]
documentation/dir_ef83c2acf9836fd30ada7f5db41c188b_dep.svg [deleted file]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263.js [deleted file]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263.xhtml [deleted file]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263_dep.map [deleted file]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263_dep.md5 [deleted file]
documentation/dir_f174311ee6dfc6d6b8b3c124a1c03263_dep.svg [deleted file]
documentation/dir_f59154c15a840b363296e1e2fea7aded.js [deleted file]
documentation/dir_f59154c15a840b363296e1e2fea7aded.xhtml [deleted file]
documentation/dir_f59154c15a840b363296e1e2fea7aded_dep.map [deleted file]
documentation/dir_f59154c15a840b363296e1e2fea7aded_dep.md5 [deleted file]
documentation/dir_f59154c15a840b363296e1e2fea7aded_dep.svg [deleted file]
documentation/dir_f674e0460e5f1d2467b3c90061901b3d.js [deleted file]
documentation/dir_f674e0460e5f1d2467b3c90061901b3d.xhtml [deleted file]
documentation/dir_f674e0460e5f1d2467b3c90061901b3d_dep.map [deleted file]
documentation/dir_f674e0460e5f1d2467b3c90061901b3d_dep.md5 [deleted file]
documentation/dir_f674e0460e5f1d2467b3c90061901b3d_dep.svg [deleted file]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000.js [deleted file]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000.xhtml [deleted file]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000_dep.map [deleted file]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000_dep.md5 [deleted file]
documentation/dir_f6c3ae42d7e27145d0a3c3e38ca1c000_dep.svg [deleted file]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb.js [deleted file]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb.xhtml [deleted file]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb_dep.map [deleted file]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb_dep.md5 [deleted file]
documentation/dir_f6f8c5419486b5044a62bf7e8849acdb_dep.svg [deleted file]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce.js [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce.xhtml [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.map [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.md5 [new file with mode: 0644]
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.svg [new file with mode: 0644]
documentation/dir_f852ece8d9043d6c74295061b544ab5d.js [deleted file]
documentation/dir_f852ece8d9043d6c74295061b544ab5d.xhtml [deleted file]
documentation/dir_f852ece8d9043d6c74295061b544ab5d_dep.map [deleted file]
documentation/dir_f852ece8d9043d6c74295061b544ab5d_dep.md5 [deleted file]
documentation/dir_f852ece8d9043d6c74295061b544ab5d_dep.svg [deleted file]
documentation/dir_f86b0c0628a298b208d43bb54fb575f8.js [new file with mode: 0644]
documentation/dir_f86b0c0628a298b208d43bb54fb575f8.xhtml [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595.js [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595.xhtml [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.map [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.md5 [new file with mode: 0644]
documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.svg [new file with mode: 0644]
documentation/dir_fbdf7bf92663091dc4d5520df638c068.js [new file with mode: 0644]
documentation/dir_fbdf7bf92663091dc4d5520df638c068.xhtml [new file with mode: 0644]
documentation/dir_fbdf7bf92663091dc4d5520df638c068_dep.map [new file with mode: 0644]
documentation/dir_fbdf7bf92663091dc4d5520df638c068_dep.md5 [new file with mode: 0644]
documentation/dir_fbdf7bf92663091dc4d5520df638c068_dep.svg [new file with mode: 0644]
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c.js [new file with mode: 0644]
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c.xhtml [new file with mode: 0644]
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c_dep.map [new file with mode: 0644]
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c_dep.md5 [new file with mode: 0644]
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c_dep.svg [new file with mode: 0644]
documentation/dir_fe2ff4e257164425054f45a496f66ada.js [new file with mode: 0644]
documentation/dir_fe2ff4e257164425054f45a496f66ada.xhtml [new file with mode: 0644]
documentation/dir_fe2ff4e257164425054f45a496f66ada_dep.map [new file with mode: 0644]
documentation/dir_fe2ff4e257164425054f45a496f66ada_dep.md5 [new file with mode: 0644]
documentation/dir_fe2ff4e257164425054f45a496f66ada_dep.svg [new file with mode: 0644]
documentation/dir_fe359af270243e26066d9edb7147ece2.js [deleted file]
documentation/dir_fe359af270243e26066d9edb7147ece2.xhtml [deleted file]
documentation/dir_fe359af270243e26066d9edb7147ece2_dep.map [deleted file]
documentation/dir_fe359af270243e26066d9edb7147ece2_dep.md5 [deleted file]
documentation/dir_fe359af270243e26066d9edb7147ece2_dep.svg [deleted file]
documentation/direct__convolution1x1_8cl.xhtml
documentation/direct__convolution1x1_8cl_source.xhtml
documentation/direct__convolution3x3_8cl.xhtml
documentation/direct__convolution3x3_8cl_source.xhtml
documentation/direct__convolution5x5_8cl.xhtml
documentation/direct__convolution5x5_8cl_source.xhtml
documentation/direct__convolution__1x1__3x3__5x5__quantized_8cl.xhtml [new file with mode: 0644]
documentation/direct__convolution__1x1__3x3__5x5__quantized_8cl_source.xhtml [new file with mode: 0644]
documentation/doc.png [moved from documentation/ftv2link.png with 100% similarity]
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.xhtml
documentation/fill__border_8cl_source.xhtml
documentation/fixed__point_8h.js
documentation/fixed__point_8h.xhtml
documentation/fixed__point_8h_source.xhtml
documentation/floor_8cl.xhtml
documentation/floor_8cl_source.xhtml
documentation/folderclosed.png [moved from documentation/ftv2folderclosed.png with 100% similarity]
documentation/folderopen.png [moved from documentation/ftv2folderopen.png with 100% similarity]
documentation/ftv2blank.png [deleted file]
documentation/ftv2cl.png [deleted file]
documentation/ftv2doc.png [deleted file]
documentation/ftv2lastnode.png [deleted file]
documentation/ftv2mlastnode.png [deleted file]
documentation/ftv2mo.png [deleted file]
documentation/ftv2node.png [deleted file]
documentation/ftv2ns.png [deleted file]
documentation/ftv2plastnode.png [deleted file]
documentation/ftv2vertline.png [deleted file]
documentation/functions.xhtml
documentation/functions_0x7e.xhtml [new file with mode: 0644]
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 [deleted file]
documentation/functions_f.xhtml
documentation/functions_func.js
documentation/functions_func.xhtml
documentation/functions_func_0x7e.xhtml [new file with mode: 0644]
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
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 [deleted file]
documentation/functions_g.xhtml
documentation/functions_h.xhtml
documentation/functions_i.xhtml
documentation/functions_j.xhtml
documentation/functions_k.xhtml
documentation/functions_l.xhtml
documentation/functions_m.xhtml
documentation/functions_n.xhtml
documentation/functions_o.xhtml
documentation/functions_p.xhtml
documentation/functions_q.xhtml
documentation/functions_r.xhtml
documentation/functions_rela.xhtml
documentation/functions_s.xhtml
documentation/functions_t.xhtml
documentation/functions_type.xhtml
documentation/functions_u.xhtml
documentation/functions_v.xhtml
documentation/functions_vars.js
documentation/functions_vars.xhtml
documentation/functions_vars_a.xhtml
documentation/functions_vars_b.xhtml
documentation/functions_vars_c.xhtml
documentation/functions_vars_d.xhtml
documentation/functions_vars_e.xhtml
documentation/functions_vars_f.xhtml [new file with mode: 0644]
documentation/functions_vars_g.xhtml
documentation/functions_vars_h.xhtml
documentation/functions_vars_i.xhtml
documentation/functions_vars_j.xhtml
documentation/functions_vars_l.xhtml
documentation/functions_vars_m.xhtml
documentation/functions_vars_n.xhtml
documentation/functions_vars_o.xhtml
documentation/functions_vars_p.xhtml
documentation/functions_vars_r.xhtml
documentation/functions_vars_s.xhtml
documentation/functions_vars_t.xhtml
documentation/functions_vars_u.xhtml
documentation/functions_vars_v.xhtml
documentation/functions_vars_w.xhtml
documentation/functions_vars_x.xhtml
documentation/functions_vars_y.xhtml
documentation/functions_vars_z.xhtml
documentation/functions_w.xhtml
documentation/functions_x.xhtml
documentation/functions_y.xhtml
documentation/functions_z.xhtml
documentation/functions_~.xhtml [deleted file]
documentation/gaussian__pyramid_8cl.xhtml
documentation/gaussian__pyramid_8cl_source.xhtml
documentation/gc__absdiff_8cpp.js [new file with mode: 0644]
documentation/gc__absdiff_8cpp.xhtml [new file with mode: 0644]
documentation/gc__absdiff_8cpp_source.xhtml [new file with mode: 0644]
documentation/gemm_8cl.xhtml
documentation/gemm_8cl_source.xhtml
documentation/gemm__common_8hpp.xhtml
documentation/gemm__common_8hpp_source.xhtml
documentation/gemm__interleaved_8hpp.xhtml
documentation/gemm__interleaved_8hpp_source.xhtml
documentation/gemmlowp_8cl.xhtml [new file with mode: 0644]
documentation/gemmlowp_8cl_source.xhtml [new file with mode: 0644]
documentation/gemv_8cl.xhtml
documentation/gemv_8cl_source.xhtml
documentation/globals.xhtml
documentation/globals_a.xhtml [new file with mode: 0644]
documentation/globals_b.xhtml
documentation/globals_c.xhtml
documentation/globals_d.xhtml
documentation/globals_defs.js
documentation/globals_defs.xhtml
documentation/globals_defs_a.xhtml [new file with mode: 0644]
documentation/globals_defs_b.xhtml
documentation/globals_defs_c.xhtml
documentation/globals_defs_d.xhtml
documentation/globals_defs_e.xhtml
documentation/globals_defs_f.xhtml
documentation/globals_defs_g.xhtml
documentation/globals_defs_h.xhtml
documentation/globals_defs_i.xhtml
documentation/globals_defs_j.xhtml
documentation/globals_defs_k.xhtml
documentation/globals_defs_l.xhtml
documentation/globals_defs_m.xhtml
documentation/globals_defs_p.xhtml
documentation/globals_defs_q.xhtml
documentation/globals_defs_r.xhtml
documentation/globals_defs_s.xhtml
documentation/globals_defs_t.xhtml
documentation/globals_defs_v.xhtml
documentation/globals_defs_w.xhtml
documentation/globals_defs_x.xhtml
documentation/globals_defs_y.xhtml
documentation/globals_dup.js
documentation/globals_e.xhtml
documentation/globals_enum.xhtml [new file with mode: 0644]
documentation/globals_eval.xhtml [new file with mode: 0644]
documentation/globals_f.xhtml
documentation/globals_func.xhtml
documentation/globals_func_b.xhtml
documentation/globals_func_c.xhtml
documentation/globals_func_d.xhtml
documentation/globals_func_e.xhtml
documentation/globals_func_f.xhtml
documentation/globals_func_g.xhtml
documentation/globals_func_h.xhtml
documentation/globals_func_i.xhtml
documentation/globals_func_l.xhtml
documentation/globals_func_m.xhtml
documentation/globals_func_n.xhtml
documentation/globals_func_o.xhtml
documentation/globals_func_p.xhtml
documentation/globals_func_q.xhtml
documentation/globals_func_r.xhtml
documentation/globals_func_s.xhtml
documentation/globals_func_t.xhtml
documentation/globals_func_u.xhtml
documentation/globals_func_v.xhtml
documentation/globals_func_w.xhtml
documentation/globals_func_y.xhtml
documentation/globals_g.xhtml
documentation/globals_h.xhtml
documentation/globals_i.xhtml
documentation/globals_j.xhtml
documentation/globals_k.xhtml
documentation/globals_l.xhtml
documentation/globals_m.xhtml
documentation/globals_n.xhtml
documentation/globals_o.xhtml
documentation/globals_p.xhtml
documentation/globals_q.xhtml
documentation/globals_r.xhtml
documentation/globals_s.xhtml
documentation/globals_t.xhtml
documentation/globals_type.xhtml
documentation/globals_u.xhtml
documentation/globals_v.xhtml
documentation/globals_vars.xhtml
documentation/globals_w.xhtml
documentation/globals_x.xhtml
documentation/globals_y.xhtml
documentation/graph_2_error_8h.js [new file with mode: 0644]
documentation/graph_2_error_8h.xhtml [new file with mode: 0644]
documentation/graph_2_error_8h_source.xhtml [new file with mode: 0644]
documentation/graph_2_sub_tensor_8h.xhtml
documentation/graph_2_sub_tensor_8h_source.xhtml
documentation/graph_2_tensor_8h.xhtml
documentation/graph_2_tensor_8h_source.xhtml
documentation/graph__alexnet_8cpp.js
documentation/graph__alexnet_8cpp.xhtml
documentation/graph__alexnet_8cpp_source.xhtml
documentation/graph__googlenet_8cpp.js [new file with mode: 0644]
documentation/graph__googlenet_8cpp.xhtml [new file with mode: 0644]
documentation/graph__googlenet_8cpp_source.xhtml [new file with mode: 0644]
documentation/graph__lenet_8cpp.js
documentation/graph__lenet_8cpp.xhtml
documentation/graph__lenet_8cpp_source.xhtml
documentation/graph__mobilenet_8cpp.js [new file with mode: 0644]
documentation/graph__mobilenet_8cpp.xhtml [new file with mode: 0644]
documentation/graph__mobilenet_8cpp_source.xhtml [new file with mode: 0644]
documentation/graph__squeezenet_8cpp.js [new file with mode: 0644]
documentation/graph__squeezenet_8cpp.xhtml [new file with mode: 0644]
documentation/graph__squeezenet_8cpp_source.xhtml [new file with mode: 0644]
documentation/graph__vgg16_8cpp.js [new file with mode: 0644]
documentation/graph__vgg16_8cpp.xhtml [new file with mode: 0644]
documentation/graph__vgg16_8cpp_source.xhtml [new file with mode: 0644]
documentation/graph__vgg19_8cpp.js [new file with mode: 0644]
documentation/graph__vgg19_8cpp.xhtml [new file with mode: 0644]
documentation/graph__vgg19_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/helpers__asymm_8h.js [new file with mode: 0644]
documentation/helpers__asymm_8h.xhtml [new file with mode: 0644]
documentation/helpers__asymm_8h_source.xhtml [new file with mode: 0644]
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.xhtml
documentation/hwc_8hpp_source.xhtml
documentation/hwc__names_8hpp.js
documentation/hwc__names_8hpp.xhtml
documentation/hwc__names_8hpp_source.xhtml
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.svg
documentation/inherit_graph_10.map
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.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.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
documentation/inherit_graph_142.md5
documentation/inherit_graph_142.svg
documentation/inherit_graph_143.map
documentation/inherit_graph_143.md5
documentation/inherit_graph_143.svg
documentation/inherit_graph_144.map
documentation/inherit_graph_144.md5
documentation/inherit_graph_144.svg
documentation/inherit_graph_145.map
documentation/inherit_graph_145.md5
documentation/inherit_graph_145.svg
documentation/inherit_graph_146.map
documentation/inherit_graph_146.md5
documentation/inherit_graph_146.svg
documentation/inherit_graph_147.map
documentation/inherit_graph_147.md5
documentation/inherit_graph_147.svg
documentation/inherit_graph_148.map
documentation/inherit_graph_148.md5
documentation/inherit_graph_148.svg
documentation/inherit_graph_149.map
documentation/inherit_graph_149.md5
documentation/inherit_graph_149.svg
documentation/inherit_graph_15.map
documentation/inherit_graph_15.md5
documentation/inherit_graph_15.svg
documentation/inherit_graph_150.map
documentation/inherit_graph_150.md5
documentation/inherit_graph_150.svg
documentation/inherit_graph_151.map
documentation/inherit_graph_151.md5
documentation/inherit_graph_151.svg
documentation/inherit_graph_152.map
documentation/inherit_graph_152.md5
documentation/inherit_graph_152.svg
documentation/inherit_graph_153.map
documentation/inherit_graph_153.md5
documentation/inherit_graph_153.svg
documentation/inherit_graph_154.map
documentation/inherit_graph_154.md5
documentation/inherit_graph_154.svg
documentation/inherit_graph_155.map
documentation/inherit_graph_155.md5
documentation/inherit_graph_155.svg
documentation/inherit_graph_156.map
documentation/inherit_graph_156.md5
documentation/inherit_graph_156.svg
documentation/inherit_graph_157.map
documentation/inherit_graph_157.md5
documentation/inherit_graph_157.svg
documentation/inherit_graph_158.map
documentation/inherit_graph_158.md5
documentation/inherit_graph_158.svg
documentation/inherit_graph_159.map
documentation/inherit_graph_159.md5
documentation/inherit_graph_159.svg
documentation/inherit_graph_16.map
documentation/inherit_graph_16.md5
documentation/inherit_graph_16.svg
documentation/inherit_graph_160.map
documentation/inherit_graph_160.md5
documentation/inherit_graph_160.svg
documentation/inherit_graph_161.map
documentation/inherit_graph_161.md5
documentation/inherit_graph_161.svg
documentation/inherit_graph_162.map
documentation/inherit_graph_162.md5
documentation/inherit_graph_162.svg
documentation/inherit_graph_163.map
documentation/inherit_graph_163.md5
documentation/inherit_graph_163.svg
documentation/inherit_graph_164.map
documentation/inherit_graph_164.md5
documentation/inherit_graph_164.svg
documentation/inherit_graph_165.map
documentation/inherit_graph_165.md5
documentation/inherit_graph_165.svg
documentation/inherit_graph_166.map
documentation/inherit_graph_166.md5
documentation/inherit_graph_166.svg
documentation/inherit_graph_167.map
documentation/inherit_graph_167.md5
documentation/inherit_graph_167.svg
documentation/inherit_graph_168.map
documentation/inherit_graph_168.md5
documentation/inherit_graph_168.svg
documentation/inherit_graph_169.map
documentation/inherit_graph_169.md5
documentation/inherit_graph_169.svg
documentation/inherit_graph_17.map
documentation/inherit_graph_17.md5
documentation/inherit_graph_17.svg
documentation/inherit_graph_170.map
documentation/inherit_graph_170.md5
documentation/inherit_graph_170.svg
documentation/inherit_graph_171.map
documentation/inherit_graph_171.md5
documentation/inherit_graph_171.svg
documentation/inherit_graph_172.map
documentation/inherit_graph_172.md5
documentation/inherit_graph_172.svg
documentation/inherit_graph_173.map
documentation/inherit_graph_173.md5
documentation/inherit_graph_173.svg
documentation/inherit_graph_174.map
documentation/inherit_graph_174.md5
documentation/inherit_graph_174.svg
documentation/inherit_graph_175.map
documentation/inherit_graph_175.md5
documentation/inherit_graph_175.svg
documentation/inherit_graph_176.map
documentation/inherit_graph_176.md5
documentation/inherit_graph_176.svg
documentation/inherit_graph_177.map
documentation/inherit_graph_177.md5
documentation/inherit_graph_177.svg
documentation/inherit_graph_178.map
documentation/inherit_graph_178.md5
documentation/inherit_graph_178.svg
documentation/inherit_graph_179.map
documentation/inherit_graph_179.md5
documentation/inherit_graph_179.svg
documentation/inherit_graph_18.map
documentation/inherit_graph_18.md5
documentation/inherit_graph_18.svg
documentation/inherit_graph_180.map
documentation/inherit_graph_180.md5
documentation/inherit_graph_180.svg
documentation/inherit_graph_181.map
documentation/inherit_graph_181.md5
documentation/inherit_graph_181.svg
documentation/inherit_graph_182.map
documentation/inherit_graph_182.md5
documentation/inherit_graph_182.svg
documentation/inherit_graph_183.map
documentation/inherit_graph_183.md5
documentation/inherit_graph_183.svg
documentation/inherit_graph_184.map
documentation/inherit_graph_184.md5
documentation/inherit_graph_184.svg
documentation/inherit_graph_185.map
documentation/inherit_graph_185.md5
documentation/inherit_graph_185.svg
documentation/inherit_graph_186.map
documentation/inherit_graph_186.md5
documentation/inherit_graph_186.svg
documentation/inherit_graph_187.map
documentation/inherit_graph_187.md5
documentation/inherit_graph_187.svg
documentation/inherit_graph_188.map
documentation/inherit_graph_188.md5
documentation/inherit_graph_188.svg
documentation/inherit_graph_189.map
documentation/inherit_graph_189.md5
documentation/inherit_graph_189.svg
documentation/inherit_graph_19.map
documentation/inherit_graph_19.md5
documentation/inherit_graph_19.svg
documentation/inherit_graph_190.map
documentation/inherit_graph_190.md5
documentation/inherit_graph_190.svg
documentation/inherit_graph_191.map
documentation/inherit_graph_191.md5
documentation/inherit_graph_191.svg
documentation/inherit_graph_192.map
documentation/inherit_graph_192.md5
documentation/inherit_graph_192.svg
documentation/inherit_graph_193.map
documentation/inherit_graph_193.md5
documentation/inherit_graph_193.svg
documentation/inherit_graph_194.map
documentation/inherit_graph_194.md5
documentation/inherit_graph_194.svg
documentation/inherit_graph_195.map
documentation/inherit_graph_195.md5
documentation/inherit_graph_195.svg
documentation/inherit_graph_196.map
documentation/inherit_graph_196.md5
documentation/inherit_graph_196.svg
documentation/inherit_graph_197.map [new file with mode: 0644]
documentation/inherit_graph_197.md5 [new file with mode: 0644]
documentation/inherit_graph_197.svg [new file with mode: 0644]
documentation/inherit_graph_198.map [new file with mode: 0644]
documentation/inherit_graph_198.md5 [new file with mode: 0644]
documentation/inherit_graph_198.svg [new file with mode: 0644]
documentation/inherit_graph_199.map [new file with mode: 0644]
documentation/inherit_graph_199.md5 [new file with mode: 0644]
documentation/inherit_graph_199.svg [new file with mode: 0644]
documentation/inherit_graph_2.map
documentation/inherit_graph_2.svg
documentation/inherit_graph_20.map
documentation/inherit_graph_20.md5
documentation/inherit_graph_20.svg
documentation/inherit_graph_200.map [new file with mode: 0644]
documentation/inherit_graph_200.md5 [new file with mode: 0644]
documentation/inherit_graph_200.svg [new file with mode: 0644]
documentation/inherit_graph_201.map [new file with mode: 0644]
documentation/inherit_graph_201.md5 [new file with mode: 0644]
documentation/inherit_graph_201.svg [new file with mode: 0644]
documentation/inherit_graph_202.map [new file with mode: 0644]
documentation/inherit_graph_202.md5 [new file with mode: 0644]
documentation/inherit_graph_202.svg [new file with mode: 0644]
documentation/inherit_graph_203.map [new file with mode: 0644]
documentation/inherit_graph_203.md5 [new file with mode: 0644]
documentation/inherit_graph_203.svg [new file with mode: 0644]
documentation/inherit_graph_204.map [new file with mode: 0644]
documentation/inherit_graph_204.md5 [new file with mode: 0644]
documentation/inherit_graph_204.svg [new file with mode: 0644]
documentation/inherit_graph_205.map [new file with mode: 0644]
documentation/inherit_graph_205.md5 [new file with mode: 0644]
documentation/inherit_graph_205.svg [new file with mode: 0644]
documentation/inherit_graph_206.map [new file with mode: 0644]
documentation/inherit_graph_206.md5 [new file with mode: 0644]
documentation/inherit_graph_206.svg [new file with mode: 0644]
documentation/inherit_graph_207.map [new file with mode: 0644]
documentation/inherit_graph_207.md5 [new file with mode: 0644]
documentation/inherit_graph_207.svg [new file with mode: 0644]
documentation/inherit_graph_208.map [new file with mode: 0644]
documentation/inherit_graph_208.md5 [new file with mode: 0644]
documentation/inherit_graph_208.svg [new file with mode: 0644]
documentation/inherit_graph_209.map [new file with mode: 0644]
documentation/inherit_graph_209.md5 [new file with mode: 0644]
documentation/inherit_graph_209.svg [new file with mode: 0644]
documentation/inherit_graph_21.map
documentation/inherit_graph_21.md5
documentation/inherit_graph_21.svg
documentation/inherit_graph_210.map [new file with mode: 0644]
documentation/inherit_graph_210.md5 [new file with mode: 0644]
documentation/inherit_graph_210.svg [new file with mode: 0644]
documentation/inherit_graph_211.map [new file with mode: 0644]
documentation/inherit_graph_211.md5 [new file with mode: 0644]
documentation/inherit_graph_211.svg [new file with mode: 0644]
documentation/inherit_graph_212.map [new file with mode: 0644]
documentation/inherit_graph_212.md5 [new file with mode: 0644]
documentation/inherit_graph_212.svg [new file with mode: 0644]
documentation/inherit_graph_213.map [new file with mode: 0644]
documentation/inherit_graph_213.md5 [new file with mode: 0644]
documentation/inherit_graph_213.svg [new file with mode: 0644]
documentation/inherit_graph_214.map [new file with mode: 0644]
documentation/inherit_graph_214.md5 [new file with mode: 0644]
documentation/inherit_graph_214.svg [new file with mode: 0644]
documentation/inherit_graph_215.map [new file with mode: 0644]
documentation/inherit_graph_215.md5 [new file with mode: 0644]
documentation/inherit_graph_215.svg [new file with mode: 0644]
documentation/inherit_graph_216.map [new file with mode: 0644]
documentation/inherit_graph_216.md5 [new file with mode: 0644]
documentation/inherit_graph_216.svg [new file with mode: 0644]
documentation/inherit_graph_217.map [new file with mode: 0644]
documentation/inherit_graph_217.md5 [new file with mode: 0644]
documentation/inherit_graph_217.svg [new file with mode: 0644]
documentation/inherit_graph_218.map [new file with mode: 0644]
documentation/inherit_graph_218.md5 [new file with mode: 0644]
documentation/inherit_graph_218.svg [new file with mode: 0644]
documentation/inherit_graph_219.map [new file with mode: 0644]
documentation/inherit_graph_219.md5 [new file with mode: 0644]
documentation/inherit_graph_219.svg [new file with mode: 0644]
documentation/inherit_graph_22.map
documentation/inherit_graph_22.md5
documentation/inherit_graph_22.svg
documentation/inherit_graph_220.map [new file with mode: 0644]
documentation/inherit_graph_220.md5 [new file with mode: 0644]
documentation/inherit_graph_220.svg [new file with mode: 0644]
documentation/inherit_graph_221.map [new file with mode: 0644]
documentation/inherit_graph_221.md5 [new file with mode: 0644]
documentation/inherit_graph_221.svg [new file with mode: 0644]
documentation/inherit_graph_222.map [new file with mode: 0644]
documentation/inherit_graph_222.md5 [new file with mode: 0644]
documentation/inherit_graph_222.svg [new file with mode: 0644]
documentation/inherit_graph_223.map [new file with mode: 0644]
documentation/inherit_graph_223.md5 [new file with mode: 0644]
documentation/inherit_graph_223.svg [new file with mode: 0644]
documentation/inherit_graph_224.map [new file with mode: 0644]
documentation/inherit_graph_224.md5 [new file with mode: 0644]
documentation/inherit_graph_224.svg [new file with mode: 0644]
documentation/inherit_graph_225.map [new file with mode: 0644]
documentation/inherit_graph_225.md5 [new file with mode: 0644]
documentation/inherit_graph_225.svg [new file with mode: 0644]
documentation/inherit_graph_226.map [new file with mode: 0644]
documentation/inherit_graph_226.md5 [new file with mode: 0644]
documentation/inherit_graph_226.svg [new file with mode: 0644]
documentation/inherit_graph_227.map [new file with mode: 0644]
documentation/inherit_graph_227.md5 [new file with mode: 0644]
documentation/inherit_graph_227.svg [new file with mode: 0644]
documentation/inherit_graph_228.map [new file with mode: 0644]
documentation/inherit_graph_228.md5 [new file with mode: 0644]
documentation/inherit_graph_228.svg [new file with mode: 0644]
documentation/inherit_graph_229.map [new file with mode: 0644]
documentation/inherit_graph_229.md5 [new file with mode: 0644]
documentation/inherit_graph_229.svg [new file with mode: 0644]
documentation/inherit_graph_23.map
documentation/inherit_graph_23.md5
documentation/inherit_graph_23.svg
documentation/inherit_graph_230.map [new file with mode: 0644]
documentation/inherit_graph_230.md5 [new file with mode: 0644]
documentation/inherit_graph_230.svg [new file with mode: 0644]
documentation/inherit_graph_231.map [new file with mode: 0644]
documentation/inherit_graph_231.md5 [new file with mode: 0644]
documentation/inherit_graph_231.svg [new file with mode: 0644]
documentation/inherit_graph_232.map [new file with mode: 0644]
documentation/inherit_graph_232.md5 [new file with mode: 0644]
documentation/inherit_graph_232.svg [new file with mode: 0644]
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.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.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.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.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.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.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.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.xhtml
documentation/l2__normalize_8cl_source.xhtml
documentation/magnitude__phase_8cl.xhtml
documentation/magnitude__phase_8cl_source.xhtml
documentation/main_8cpp.xhtml
documentation/main_8cpp_source.xhtml
documentation/mean__stddev_8cl.xhtml
documentation/mean__stddev_8cl_source.xhtml
documentation/mergeresults_8hpp.xhtml
documentation/mergeresults_8hpp_source.xhtml
documentation/merges_2list_8hpp.xhtml
documentation/merges_2list_8hpp_source.xhtml
documentation/minmax__layer_8cl.xhtml
documentation/minmax__layer_8cl_source.xhtml
documentation/minmaxloc_8cl.xhtml
documentation/minmaxloc_8cl_source.xhtml
documentation/namespacearm__compute.js
documentation/namespacearm__compute.xhtml
documentation/namespacearm__compute_1_1detail.js
documentation/namespacearm__compute_1_1detail.xhtml
documentation/namespacearm__compute_1_1gles.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1gles.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1graph.js
documentation/namespacearm__compute_1_1graph.xhtml
documentation/namespacearm__compute_1_1graph_1_1detail.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1graph_1_1detail.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1graph__utils.js
documentation/namespacearm__compute_1_1graph__utils.xhtml
documentation/namespacearm__compute_1_1io.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1io.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1logging.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1logging.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1misc.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1misc.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1quantization.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1support.js
documentation/namespacearm__compute_1_1support.xhtml
documentation/namespacearm__compute_1_1support_1_1cpp11.xhtml
documentation/namespacearm__compute_1_1support_1_1cpp14.xhtml
documentation/namespacearm__compute_1_1test.js
documentation/namespacearm__compute_1_1test.xhtml
documentation/namespacearm__compute_1_1test_1_1_c_l_suite.xhtml
documentation/namespacearm__compute_1_1test_1_1_c_l_suite_1_1_n_i_g_h_t_l_y_suite.xhtml
documentation/namespacearm__compute_1_1test_1_1datasets.js
documentation/namespacearm__compute_1_1test_1_1datasets.xhtml
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
documentation/namespacearm__compute_1_1test_1_1framework.xhtml
documentation/namespacearm__compute_1_1test_1_1framework_1_1dataset.js
documentation/namespacearm__compute_1_1test_1_1framework_1_1dataset.xhtml
documentation/namespacearm__compute_1_1test_1_1framework_1_1detail.xhtml
documentation/namespacearm__compute_1_1test_1_1gles__compute.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1test_1_1networks.js
documentation/namespacearm__compute_1_1test_1_1networks.xhtml
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_1reference.xhtml
documentation/namespacearm__compute_1_1traits.js
documentation/namespacearm__compute_1_1traits.xhtml
documentation/namespacearm__compute_1_1utility.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1utility.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1utility_1_1detail.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1utils.js
documentation/namespacearm__compute_1_1utils.xhtml
documentation/namespacecaffe__data__extractor.xhtml
documentation/namespacecl.xhtml
documentation/namespacemali__userspace.js
documentation/namespacemali__userspace.xhtml
documentation/namespacemembers.xhtml
documentation/namespacemembers_a.xhtml
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
documentation/namespacemembers_f.xhtml
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
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
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_w.xhtml
documentation/namespacemembers_func_z.xhtml
documentation/namespacemembers_g.xhtml
documentation/namespacemembers_h.xhtml
documentation/namespacemembers_i.xhtml
documentation/namespacemembers_j.xhtml
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.xhtml
documentation/namespacemembers_type_d.xhtml
documentation/namespacemembers_type_e.xhtml
documentation/namespacemembers_type_f.xhtml
documentation/namespacemembers_type_g.xhtml
documentation/namespacemembers_type_h.xhtml
documentation/namespacemembers_type_i.xhtml
documentation/namespacemembers_type_k.xhtml
documentation/namespacemembers_type_l.xhtml
documentation/namespacemembers_type_m.xhtml
documentation/namespacemembers_type_n.xhtml
documentation/namespacemembers_type_p.xhtml
documentation/namespacemembers_type_q.xhtml
documentation/namespacemembers_type_s.xhtml
documentation/namespacemembers_type_t.xhtml
documentation/namespacemembers_type_u.xhtml
documentation/namespacemembers_u.xhtml
documentation/namespacemembers_v.xhtml
documentation/namespacemembers_vars.xhtml
documentation/namespacemembers_w.xhtml
documentation/namespacemembers_y.xhtml [deleted file]
documentation/namespacemembers_z.xhtml
documentation/namespaces.xhtml
documentation/namespacetensorflow__data__extractor.xhtml
documentation/navtree.css
documentation/navtree.js
documentation/navtreedata.js [new file with mode: 0644]
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
documentation/navtreeindex25.js
documentation/navtreeindex26.js
documentation/navtreeindex27.js
documentation/navtreeindex28.js
documentation/navtreeindex29.js
documentation/navtreeindex3.js
documentation/navtreeindex30.js
documentation/navtreeindex31.js
documentation/navtreeindex32.js
documentation/navtreeindex33.js
documentation/navtreeindex34.js
documentation/navtreeindex35.js
documentation/navtreeindex36.js
documentation/navtreeindex37.js
documentation/navtreeindex38.js
documentation/navtreeindex39.js [new file with mode: 0644]
documentation/navtreeindex4.js
documentation/navtreeindex40.js [new file with mode: 0644]
documentation/navtreeindex41.js [new file with mode: 0644]
documentation/navtreeindex42.js [new file with mode: 0644]
documentation/navtreeindex43.js [new file with mode: 0644]
documentation/navtreeindex44.js [new file with mode: 0644]
documentation/navtreeindex45.js [new file with mode: 0644]
documentation/navtreeindex46.js [new file with mode: 0644]
documentation/navtreeindex47.js [new file with mode: 0644]
documentation/navtreeindex48.js [new file with mode: 0644]
documentation/navtreeindex5.js
documentation/navtreeindex6.js
documentation/navtreeindex7.js
documentation/navtreeindex8.js
documentation/navtreeindex9.js
documentation/neon__cartoon__effect_8cpp.xhtml
documentation/neon__cartoon__effect_8cpp_source.xhtml
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.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.xhtml
documentation/pixelwise__mul__float_8cl_source.xhtml
documentation/pixelwise__mul__int_8cl.xhtml
documentation/pixelwise__mul__int_8cl_source.xhtml
documentation/pooling__layer_8cl.js
documentation/pooling__layer_8cl.xhtml
documentation/pooling__layer_8cl_source.xhtml
documentation/pooling__layer__quantized_8cl.js [new file with mode: 0644]
documentation/pooling__layer__quantized_8cl.xhtml [new file with mode: 0644]
documentation/pooling__layer__quantized_8cl_source.xhtml [new file with mode: 0644]
documentation/profiler_8hpp.xhtml
documentation/profiler_8hpp_source.xhtml
documentation/quantization__layer_8cl.xhtml
documentation/quantization__layer_8cl_source.xhtml
documentation/reduction__operation_8cl.xhtml
documentation/reduction__operation_8cl_source.xhtml
documentation/reference_2_absolute_difference_8cpp.js [new file with mode: 0644]
documentation/reference_2_absolute_difference_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_absolute_difference_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_accumulate_8cpp.js [new file with mode: 0644]
documentation/reference_2_accumulate_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_accumulate_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_arithmetic_addition_8cpp.js [new file with mode: 0644]
documentation/reference_2_arithmetic_addition_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_arithmetic_addition_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_arithmetic_subtraction_8cpp.js [new file with mode: 0644]
documentation/reference_2_arithmetic_subtraction_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_arithmetic_subtraction_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_bitwise_and_8cpp.js [new file with mode: 0644]
documentation/reference_2_bitwise_and_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_bitwise_and_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_bitwise_not_8cpp.js [new file with mode: 0644]
documentation/reference_2_bitwise_not_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_bitwise_not_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_bitwise_or_8cpp.js [new file with mode: 0644]
documentation/reference_2_bitwise_or_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_bitwise_or_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_bitwise_xor_8cpp.js [new file with mode: 0644]
documentation/reference_2_bitwise_xor_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_bitwise_xor_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_box3x3_8cpp.js [new file with mode: 0644]
documentation/reference_2_box3x3_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_box3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_deconvolution_layer_8cpp.js [new file with mode: 0644]
documentation/reference_2_deconvolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_deconvolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_depth_concatenate_layer_8cpp.js [new file with mode: 0644]
documentation/reference_2_depth_concatenate_layer_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_depth_concatenate_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_depth_convert_layer_8cpp.js [new file with mode: 0644]
documentation/reference_2_depth_convert_layer_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_depth_convert_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_dequantization_layer_8cpp.js [new file with mode: 0644]
documentation/reference_2_dequantization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_dequantization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_dilate_8cpp.js [new file with mode: 0644]
documentation/reference_2_dilate_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_dilate_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_erode_8cpp.js [new file with mode: 0644]
documentation/reference_2_erode_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_erode_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_fixed_point_8cpp.js [new file with mode: 0644]
documentation/reference_2_fixed_point_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_fixed_point_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_fixed_point_pixel_wise_multiplication_8cpp.js [new file with mode: 0644]
documentation/reference_2_fixed_point_pixel_wise_multiplication_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_fixed_point_pixel_wise_multiplication_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_gaussian3x3_8cpp.js [new file with mode: 0644]
documentation/reference_2_gaussian3x3_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_gaussian3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_gaussian5x5_8cpp.js [new file with mode: 0644]
documentation/reference_2_gaussian5x5_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_gaussian5x5_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_histogram_8cpp.js [new file with mode: 0644]
documentation/reference_2_histogram_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_histogram_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_integral_image_8cpp.js [new file with mode: 0644]
documentation/reference_2_integral_image_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_integral_image_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_l2_normalize_layer_8cpp.js [new file with mode: 0644]
documentation/reference_2_l2_normalize_layer_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_l2_normalize_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_magnitude_8cpp.js [new file with mode: 0644]
documentation/reference_2_magnitude_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_magnitude_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_mean_std_dev_8cpp.js [new file with mode: 0644]
documentation/reference_2_mean_std_dev_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_mean_std_dev_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_median3x3_8cpp.js [new file with mode: 0644]
documentation/reference_2_median3x3_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_median3x3_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_min_max_location_8cpp.js [new file with mode: 0644]
documentation/reference_2_min_max_location_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_min_max_location_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_non_linear_filter_8cpp.js [new file with mode: 0644]
documentation/reference_2_non_linear_filter_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_non_linear_filter_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_permute_8cpp.js [new file with mode: 0644]
documentation/reference_2_permute_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_permute_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_phase_8cpp.js [new file with mode: 0644]
documentation/reference_2_phase_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_phase_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_pixel_wise_multiplication_8cpp.js [new file with mode: 0644]
documentation/reference_2_pixel_wise_multiplication_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_pixel_wise_multiplication_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_quantization_layer_8cpp.js [new file with mode: 0644]
documentation/reference_2_quantization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_quantization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_reduction_operation_8cpp.js [new file with mode: 0644]
documentation/reference_2_reduction_operation_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_reduction_operation_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_remap_8cpp.js [new file with mode: 0644]
documentation/reference_2_remap_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_remap_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_reshape_layer_8cpp.js [new file with mode: 0644]
documentation/reference_2_reshape_layer_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_reshape_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_scale_8cpp.js [new file with mode: 0644]
documentation/reference_2_scale_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_scale_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_scharr_8cpp.js [new file with mode: 0644]
documentation/reference_2_scharr_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_scharr_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_sobel_8cpp.js [new file with mode: 0644]
documentation/reference_2_sobel_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_sobel_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_table_lookup_8cpp.js [new file with mode: 0644]
documentation/reference_2_table_lookup_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_table_lookup_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_threshold_8cpp.js [new file with mode: 0644]
documentation/reference_2_threshold_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_threshold_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_transpose_8cpp.js [new file with mode: 0644]
documentation/reference_2_transpose_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_transpose_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_warp_affine_8cpp.js [new file with mode: 0644]
documentation/reference_2_warp_affine_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_warp_affine_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_warp_perspective_8cpp.js [new file with mode: 0644]
documentation/reference_2_warp_perspective_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_warp_perspective_8cpp_source.xhtml [new file with mode: 0644]
documentation/remap_8cl.xhtml
documentation/remap_8cl_source.xhtml
documentation/reshape__layer_8cl.xhtml
documentation/reshape__layer_8cl_source.xhtml
documentation/resize.js
documentation/roi__pooling__layer_8cl.xhtml
documentation/roi__pooling__layer_8cl_source.xhtml
documentation/runtime_2_sub_tensor_8h.xhtml
documentation/runtime_2_sub_tensor_8h_source.xhtml
documentation/runtime_2_tensor_8h.xhtml
documentation/runtime_2_tensor_8h_source.xhtml
documentation/scale_8cl.xhtml
documentation/scale_8cl_source.xhtml
documentation/scharr__filter_8cl.xhtml
documentation/scharr__filter_8cl_source.xhtml
documentation/search/all_0.html
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_1a.html
documentation/search/all_1a.js
documentation/search/all_1b.html
documentation/search/all_1c.html
documentation/search/all_1c.js
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_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_16.html
documentation/search/classes_16.js
documentation/search/classes_17.html
documentation/search/classes_17.js
documentation/search/classes_18.html
documentation/search/classes_19.html
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_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
documentation/search/defines_12.js
documentation/search/defines_13.html
documentation/search/defines_13.js
documentation/search/defines_14.html
documentation/search/defines_14.js
documentation/search/defines_15.html
documentation/search/defines_15.js
documentation/search/defines_16.html [new file with mode: 0644]
documentation/search/defines_16.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_1.js
documentation/search/enums_10.html [new file with mode: 0644]
documentation/search/enums_10.js [new file with mode: 0644]
documentation/search/enums_2.html
documentation/search/enums_3.html
documentation/search/enums_4.html
documentation/search/enums_4.js
documentation/search/enums_5.html
documentation/search/enums_5.js
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
documentation/search/enums_e.js
documentation/search/enums_f.html
documentation/search/enums_f.js
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_13.html
documentation/search/enumvalues_13.js
documentation/search/enumvalues_14.html
documentation/search/enumvalues_14.js
documentation/search/enumvalues_15.html
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_5.html
documentation/search/enumvalues_5.js
documentation/search/enumvalues_6.html
documentation/search/enumvalues_6.js
documentation/search/enumvalues_7.html
documentation/search/enumvalues_7.js
documentation/search/enumvalues_8.html
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_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
documentation/search/files_16.html
documentation/search/files_16.js
documentation/search/files_17.html
documentation/search/files_18.html
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_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_18.html
documentation/search/functions_19.html
documentation/search/functions_1a.html
documentation/search/functions_1a.js
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_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_2.html
documentation/search/namespaces_3.html
documentation/search/pages_0.html
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/related_3.html [new file with mode: 0644]
documentation/search/related_3.js [new file with mode: 0644]
documentation/search/related_4.html [new file with mode: 0644]
documentation/search/related_4.js [new file with mode: 0644]
documentation/search/search.js
documentation/search/searchdata.js [new file with mode: 0644]
documentation/search/typedefs_0.html
documentation/search/typedefs_1.html
documentation/search/typedefs_10.html
documentation/search/typedefs_10.js
documentation/search/typedefs_11.html
documentation/search/typedefs_12.html
documentation/search/typedefs_2.html
documentation/search/typedefs_2.js
documentation/search/typedefs_3.html
documentation/search/typedefs_4.html
documentation/search/typedefs_5.html
documentation/search/typedefs_6.html
documentation/search/typedefs_6.js
documentation/search/typedefs_7.html
documentation/search/typedefs_8.html
documentation/search/typedefs_8.js
documentation/search/typedefs_9.html
documentation/search/typedefs_a.html
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/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
documentation/search/variables_18.js
documentation/search/variables_19.html [new file with mode: 0644]
documentation/search/variables_19.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_b.html
documentation/search/variables_b.js
documentation/search/variables_c.html
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/softmax__layer__quantized_8cl.js [new file with mode: 0644]
documentation/softmax__layer__quantized_8cl.xhtml [new file with mode: 0644]
documentation/softmax__layer__quantized_8cl_source.xhtml [new file with mode: 0644]
documentation/splitbar.png [moved from documentation/ftv2splitbar.png with 100% similarity]
documentation/struct_coordinates2_d.xhtml
documentation/struct_detection_window.xhtml
documentation/struct_image.xhtml
documentation/struct_internal_keypoint.xhtml
documentation/struct_kernel_shape.js [new file with mode: 0644]
documentation/struct_kernel_shape.xhtml [new file with mode: 0644]
documentation/struct_keypoint.xhtml
documentation/struct_tensor3_d.xhtml
documentation/struct_tensor4_d.js [deleted file]
documentation/struct_tensor4_d.xhtml [deleted file]
documentation/struct_tensor4_d_shape.js [new file with mode: 0644]
documentation/struct_tensor4_d_shape.xhtml [new file with mode: 0644]
documentation/struct_transform_impl.xhtml
documentation/struct_transpose_interleave_common.xhtml
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.xhtml
documentation/structarm__compute_1_1_coordinates2_d.xhtml
documentation/structarm__compute_1_1_coordinates3_d.xhtml
documentation/structarm__compute_1_1_detection_window.xhtml
documentation/structarm__compute_1_1_i_o_format_info.xhtml
documentation/structarm__compute_1_1_key_point.xhtml
documentation/structarm__compute_1_1_min_max_location_values.xhtml
documentation/structarm__compute_1_1_min_max_location_values__coll__graph.md5
documentation/structarm__compute_1_1_min_max_location_values__coll__graph.svg
documentation/structarm__compute_1_1_n_e_l_k_internal_keypoint.xhtml
documentation/structarm__compute_1_1_quantization_info.js [new file with mode: 0644]
documentation/structarm__compute_1_1_quantization_info.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1_r_o_i.xhtml
documentation/structarm__compute_1_1_r_o_i__coll__graph.map
documentation/structarm__compute_1_1_r_o_i__coll__graph.md5
documentation/structarm__compute_1_1_r_o_i__coll__graph.svg
documentation/structarm__compute_1_1_rectangle.xhtml
documentation/structarm__compute_1_1_thread_info.xhtml
documentation/structarm__compute_1_1_thread_info__coll__graph.map
documentation/structarm__compute_1_1_thread_info__coll__graph.md5
documentation/structarm__compute_1_1_thread_info__coll__graph.svg
documentation/structarm__compute_1_1_valid_region.xhtml
documentation/structarm__compute_1_1_valid_region__coll__graph.map
documentation/structarm__compute_1_1_valid_region__coll__graph.md5
documentation/structarm__compute_1_1_valid_region__coll__graph.svg
documentation/structarm__compute_1_1detail_1_1get__tensor__info__t.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1get__tensor__info__t_3_01_i_tensor_info_01_5_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1get__tensor__info__t_3_01_i_tensor_info_01_5_01_4.xhtml [new file with mode: 0644]
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_1logging_1_1_log_msg.js [new file with mode: 0644]
documentation/structarm__compute_1_1logging_1_1_log_msg.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if.xhtml
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml
documentation/structarm__compute_1_1test_1_1common__promoted__signed__type.xhtml
documentation/structarm__compute_1_1test_1_1common__promoted__unsigned__type.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1common__promoted__unsigned__type.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset_1_1iterator.js [deleted file]
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_dataset_1_1iterator.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_layer_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_layer_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
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_lowp_dataset_1_1iterator.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_lowp_dataset_1_1iterator.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_threshold_dataset_1_1iterator.xhtml
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 [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_i_measurement.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement.js
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_test_info.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement.js [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement.xhtml [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement__coll__graph.map [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement__coll__graph.md5 [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1_typed_measurement__coll__graph.svg [deleted file]
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container.xhtml
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
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
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
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container__coll__graph.md5
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container__coll__graph.svg
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.xhtml
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.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.map
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.md5
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.svg
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.map
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.md5
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.svg
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base__coll__graph.md5
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base__coll__graph.svg
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4__coll__graph.md5
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4__coll__graph.svg
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point__coll__graph.md5
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point__coll__graph.svg
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 [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_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_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_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_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_01_4_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.map [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.md5 [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4__coll__graph.svg [new file with mode: 0644]
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_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_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_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_4_01_4__coll__graph.svg [deleted file]
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/structmali__userspace_1_1_counter_mapping.xhtml
documentation/structmali__userspace_1_1gpu__props.xhtml
documentation/structmali__userspace_1_1gpu__raw__gpu__props.xhtml
documentation/structmali__userspace_1_1kbase__hwcnt__reader__metadata.xhtml
documentation/structmali__userspace_1_1kbase__uk__gpuprops.xhtml
documentation/structmali__userspace_1_1kbase__uk__gpuprops__coll__graph.map
documentation/structmali__userspace_1_1kbase__uk__gpuprops__coll__graph.md5
documentation/structmali__userspace_1_1kbase__uk__gpuprops__coll__graph.svg
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info__coll__graph.map
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info__coll__graph.md5
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info__coll__graph.svg
documentation/structmali__userspace_1_1mali__base__gpu__core__props.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__l2__cache__props.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__props.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__props__coll__graph.map
documentation/structmali__userspace_1_1mali__base__gpu__props__coll__graph.md5
documentation/structmali__userspace_1_1mali__base__gpu__props__coll__graph.svg
documentation/structmali__userspace_1_1mali__base__gpu__thread__props.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__tiler__props.xhtml
documentation/tablelookup_8cl.xhtml
documentation/tablelookup_8cl_source.xhtml
documentation/tensor_8hpp.js [new file with mode: 0644]
documentation/tensor_8hpp.xhtml [new file with mode: 0644]
documentation/tensor_8hpp_source.xhtml [new file with mode: 0644]
documentation/tensorflow__data__extractor_8py.js
documentation/tensorflow__data__extractor_8py.xhtml
documentation/tensorflow__data__extractor_8py_source.xhtml
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_macros_8h.js [new file with mode: 0644]
documentation/tests_2framework_2_macros_8h.xhtml [new file with mode: 0644]
documentation/tests_2framework_2_macros_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2framework_2_utils_8h.js
documentation/tests_2framework_2_utils_8h.xhtml
documentation/tests_2framework_2_utils_8h_source.xhtml
documentation/tests_2framework_2printers_2_printers_8h.js [new file with mode: 0644]
documentation/tests_2framework_2printers_2_printers_8h.xhtml [new file with mode: 0644]
documentation/tests_2framework_2printers_2_printers_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2_c_p_p_2_activation_layer_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_activation_layer_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_activation_layer_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_batch_normalization_layer_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_batch_normalization_layer_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_batch_normalization_layer_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_convolution_layer_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_convolution_layer_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_convolution_layer_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_fixed_point_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_fixed_point_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_fixed_point_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_fully_connected_layer_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_fully_connected_layer_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_fully_connected_layer_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_normalization_layer_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_normalization_layer_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_normalization_layer_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_pooling_layer_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_pooling_layer_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_pooling_layer_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_softmax_layer_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_softmax_layer_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_softmax_layer_8h_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_utils_8cpp.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_utils_8cpp.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_utils_8cpp_source.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_utils_8h.js [deleted file]
documentation/tests_2validation_2_c_p_p_2_utils_8h.xhtml [deleted file]
documentation/tests_2validation_2_c_p_p_2_utils_8h_source.xhtml [deleted file]
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_u_n_i_t_2_utils_8cpp.js
documentation/tests_2validation_2_u_n_i_t_2_utils_8cpp.xhtml
documentation/tests_2validation_2_u_n_i_t_2_utils_8cpp_source.xhtml
documentation/tests_2validation_2reference_2_activation_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_activation_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_activation_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_batch_normalization_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_batch_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_batch_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_convolution_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_depth_convert_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_depth_convert_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_depth_convert_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_depthwise_convolution_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_depthwise_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_depthwise_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_dequantization_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_dequantization_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_dequantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_fixed_point_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_fixed_point_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_fixed_point_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_flatten_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_flatten_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_flatten_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_fully_connected_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_fully_connected_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_fully_connected_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_l2_normalize_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_l2_normalize_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_l2_normalize_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_normalization_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_normalization_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_normalization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_pooling_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_pooling_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_pooling_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_quantization_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_quantization_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_quantization_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_reshape_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_reshape_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_reshape_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_softmax_layer_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_softmax_layer_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_softmax_layer_8h_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_utils_8cpp.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_utils_8cpp.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_utils_8cpp_source.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_utils_8h.js [new file with mode: 0644]
documentation/tests_2validation_2reference_2_utils_8h.xhtml [new file with mode: 0644]
documentation/tests_2validation_2reference_2_utils_8h_source.xhtml [new file with mode: 0644]
documentation/threshold_8cl.xhtml
documentation/threshold_8cl_source.xhtml
documentation/transform_8hpp.xhtml
documentation/transform_8hpp_source.xhtml
documentation/transforms_2list_8hpp.xhtml
documentation/transforms_2list_8hpp_source.xhtml
documentation/transpose_8cl.xhtml
documentation/transpose_8cl_source.xhtml
documentation/transpose__interleave__common_8hpp.xhtml
documentation/transpose__interleave__common_8hpp_source.xhtml
documentation/types_8h.xhtml
documentation/types_8h_source.xhtml
documentation/unionmali__userspace_1_1uk__header.xhtml
documentation/utility_8h.js [new file with mode: 0644]
documentation/utility_8h.xhtml [new file with mode: 0644]
documentation/utility_8h_source.xhtml [new file with mode: 0644]
documentation/utils_2_utils_8cpp.js
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
documentation/validation_2_c_l_2_activation_layer_8cpp.xhtml
documentation/validation_2_c_l_2_activation_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp.js
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp.xhtml
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_convolution_layer_8cpp.js
documentation/validation_2_c_l_2_convolution_layer_8cpp.xhtml
documentation/validation_2_c_l_2_convolution_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_depthwise_convolution_8cpp.js [deleted file]
documentation/validation_2_c_l_2_depthwise_convolution_8cpp.xhtml [deleted file]
documentation/validation_2_c_l_2_depthwise_convolution_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_l_2_depthwise_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp.xhtml
documentation/validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_direct_convolution_layer_8cpp.js
documentation/validation_2_c_l_2_direct_convolution_layer_8cpp.xhtml
documentation/validation_2_c_l_2_direct_convolution_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_floor_8cpp.xhtml
documentation/validation_2_c_l_2_floor_8cpp_source.xhtml
documentation/validation_2_c_l_2_fully_connected_layer_8cpp.js
documentation/validation_2_c_l_2_fully_connected_layer_8cpp.xhtml
documentation/validation_2_c_l_2_fully_connected_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_g_e_m_m_8cpp.xhtml
documentation/validation_2_c_l_2_g_e_m_m_8cpp_source.xhtml
documentation/validation_2_c_l_2_g_e_m_m_lowp_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_g_e_m_m_lowp_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_g_e_m_m_lowp_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_normalization_layer_8cpp.js
documentation/validation_2_c_l_2_normalization_layer_8cpp.xhtml
documentation/validation_2_c_l_2_normalization_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_pooling_layer_8cpp.js
documentation/validation_2_c_l_2_pooling_layer_8cpp.xhtml
documentation/validation_2_c_l_2_pooling_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml
documentation/validation_2_c_l_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_c_l_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_c_l_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_c_p_p_2_activation_layer_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_activation_layer_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_activation_layer_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_batch_normalization_layer_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_batch_normalization_layer_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_batch_normalization_layer_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_convolution_layer_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_convolution_layer_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_convolution_layer_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_depthwise_convolution_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_depthwise_convolution_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_depthwise_convolution_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_depthwise_separable_convolution_layer_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_depthwise_separable_convolution_layer_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_depthwise_separable_convolution_layer_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_floor_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_floor_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_floor_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_fully_connected_layer_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_fully_connected_layer_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_fully_connected_layer_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_g_e_m_m_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_g_e_m_m_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_g_e_m_m_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_normalization_layer_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_normalization_layer_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_normalization_layer_8cpp_source.xhtml [deleted file]
documentation/validation_2_c_p_p_2_pooling_layer_8cpp.js [deleted file]
documentation/validation_2_c_p_p_2_pooling_layer_8cpp.xhtml [deleted file]
documentation/validation_2_c_p_p_2_pooling_layer_8cpp_source.xhtml [deleted file]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.js [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp.js
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
documentation/validation_2_n_e_o_n_2_batch_normalization_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp.js
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_depthwise_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_depthwise_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_depthwise_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_depthwise_separable_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_depthwise_separable_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_depthwise_separable_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_direct_convolution_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_direct_convolution_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_floor_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_floor_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp.js
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
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_g_e_m_m_lowp_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_g_e_m_m_lowp_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp.js
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_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_pooling_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_pooling_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2_n_e_o_n_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_activation_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_activation_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_batch_normalization_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_batch_normalization_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_convolution_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_convolution_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_depthwise_convolution_fixture_8h.xhtml [deleted file]
documentation/validation_2fixtures_2_depthwise_convolution_fixture_8h_source.xhtml [deleted file]
documentation/validation_2fixtures_2_depthwise_convolution_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_depthwise_convolution_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_floor_fixture_8h.xhtml
documentation/validation_2fixtures_2_floor_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_fully_connected_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_fully_connected_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_g_e_m_m_fixture_8h.xhtml
documentation/validation_2fixtures_2_g_e_m_m_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_g_e_m_m_lowp_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_g_e_m_m_lowp_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_normalization_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_normalization_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_pooling_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_pooling_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_softmax_layer_fixture_8h.xhtml [new file with mode: 0644]
documentation/validation_2fixtures_2_softmax_layer_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_activation_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_activation_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_activation_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_batch_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_batch_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_batch_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_depthwise_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_depthwise_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_depthwise_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_depthwise_separable_convolution_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_depthwise_separable_convolution_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_depthwise_separable_convolution_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_floor_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_floor_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_floor_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_fully_connected_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_fully_connected_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_fully_connected_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_g_e_m_m_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_g_e_m_m_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_g_e_m_m_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_g_e_m_m_lowp_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_g_e_m_m_lowp_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_g_e_m_m_lowp_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_normalization_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_normalization_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_normalization_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_pooling_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_pooling_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_pooling_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_softmax_layer_8cpp.js [new file with mode: 0644]
documentation/validation_2reference_2_softmax_layer_8cpp.xhtml [new file with mode: 0644]
documentation/validation_2reference_2_softmax_layer_8cpp_source.xhtml [new file with mode: 0644]
documentation/warp__affine_8cl.xhtml
documentation/warp__affine_8cl_source.xhtml
documentation/warp__helpers_8h.js
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_sgemm.cpp [new file with mode: 0644]
examples/gc_absdiff.cpp [new file with mode: 0644]
examples/graph_alexnet.cpp
examples/graph_googlenet.cpp [new file with mode: 0644]
examples/graph_lenet.cpp
examples/graph_mobilenet.cpp [new file with mode: 0644]
examples/graph_squeezenet.cpp [new file with mode: 0644]
examples/graph_vgg16.cpp [new file with mode: 0644]
examples/graph_vgg19.cpp [new file with mode: 0644]
include/libnpy/npy.hpp
include/linux/EGL/egl.h [new file with mode: 0644]
include/linux/EGL/eglext.h [new file with mode: 0644]
include/linux/EGL/eglplatform.h [new file with mode: 0644]
include/linux/EGL/fbdev_window.h [new file with mode: 0644]
include/linux/GLES/gl.h [new file with mode: 0644]
include/linux/GLES/glext.h [new file with mode: 0644]
include/linux/GLES/glplatform.h [new file with mode: 0644]
include/linux/GLES2/gl2.h [new file with mode: 0644]
include/linux/GLES2/gl2ext.h [new file with mode: 0644]
include/linux/GLES2/gl2platform.h [new file with mode: 0644]
include/linux/GLES3/gl3.h [new file with mode: 0644]
include/linux/GLES3/gl31.h [new file with mode: 0644]
include/linux/GLES3/gl3ext.h [new file with mode: 0644]
include/linux/GLES3/gl3platform.h [new file with mode: 0644]
include/linux/KHR/khrplatform.h [new file with mode: 0644]
opengles-3.1-stubs/EGL.c [new file with mode: 0644]
opengles-3.1-stubs/GLESv2.c [new file with mode: 0644]
opengles-3.1-stubs/Readme.txt [new file with mode: 0644]
opengles-3.1-stubs/SConscript [new file with mode: 0644]
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/ICLSimple3DKernel.cpp
src/core/CL/OpenCL.cpp
src/core/CL/cl_kernels/activation_layer_qa8.cl [new file with mode: 0644]
src/core/CL/cl_kernels/asymm_helper.h [new file with mode: 0644]
src/core/CL/cl_kernels/canny.cl
src/core/CL/cl_kernels/convolution_layer.cl
src/core/CL/cl_kernels/depthwise_convolution.cl
src/core/CL/cl_kernels/depthwise_convolution_quantized.cl [new file with mode: 0644]
src/core/CL/cl_kernels/direct_convolution1x1.cl
src/core/CL/cl_kernels/direct_convolution3x3.cl
src/core/CL/cl_kernels/direct_convolution5x5.cl
src/core/CL/cl_kernels/direct_convolution_1x1_3x3_5x5_quantized.cl [new file with mode: 0644]
src/core/CL/cl_kernels/fixed_point.h
src/core/CL/cl_kernels/gemm.cl
src/core/CL/cl_kernels/gemmlowp.cl [new file with mode: 0644]
src/core/CL/cl_kernels/gemv.cl
src/core/CL/cl_kernels/helpers.h
src/core/CL/cl_kernels/helpers_asymm.h [new file with mode: 0644]
src/core/CL/cl_kernels/magnitude_phase.cl
src/core/CL/cl_kernels/normalization_layer.cl
src/core/CL/cl_kernels/optical_flow_pyramid_lk.cl
src/core/CL/cl_kernels/pooling_layer.cl
src/core/CL/cl_kernels/pooling_layer_quantized.cl [new file with mode: 0644]
src/core/CL/cl_kernels/scale.cl
src/core/CL/cl_kernels/softmax_layer.cl
src/core/CL/cl_kernels/softmax_layer_quantized.cl [new file with mode: 0644]
src/core/CL/cl_kernels/warp_helpers.h
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/CLCol2ImKernel.cpp
src/core/CL/kernels/CLDepthConcatenateKernel.cpp [deleted file]
src/core/CL/kernels/CLDepthConcatenateLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDepthConvertKernel.cpp [deleted file]
src/core/CL/kernels/CLDepthConvertLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseConvolution3x3Kernel.cpp [deleted file]
src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3Kernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp
src/core/CL/kernels/CLDepthwiseVectorToTensorKernel.cpp
src/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.cpp
src/core/CL/kernels/CLDirectConvolutionLayerKernel.cpp
src/core/CL/kernels/CLFillBorderKernel.cpp
src/core/CL/kernels/CLGEMMInterleave4x4Kernel.cpp
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMLowpReductionKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLGEMMMatrixAccumulateBiasesKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMTranspose1xWKernel.cpp
src/core/CL/kernels/CLHistogramKernel.cpp
src/core/CL/kernels/CLIm2ColKernel.cpp
src/core/CL/kernels/CLL2NormalizeKernel.cpp [deleted file]
src/core/CL/kernels/CLL2NormalizeLayerKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLMedian3x3Kernel.cpp
src/core/CL/kernels/CLNormalizationLayerKernel.cpp
src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp
src/core/CL/kernels/CLPoolingLayerKernel.cpp
src/core/CL/kernels/CLRemapKernel.cpp
src/core/CL/kernels/CLReshapeLayerKernel.cpp
src/core/CL/kernels/CLScaleKernel.cpp
src/core/CL/kernels/CLSoftmaxLayerKernel.cpp
src/core/CL/kernels/CLTransposeKernel.cpp
src/core/CL/kernels/CLWeightsReshapeKernel.cpp
src/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.cpp
src/core/CPP/kernels/CPPPermuteKernel.cpp [new file with mode: 0644]
src/core/CPP/kernels/CPPSortEuclideanDistanceKernel.cpp
src/core/Error.cpp
src/core/GLES_COMPUTE/GCKernelLibrary.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/IGCKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/IGCSimple2DKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/IGCSimple3DKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/IGCSimpleKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/IGCTensor.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/OpenGLES.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/absdiff.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/activation_layer.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/batchnormalization_layer.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/concatenate.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/convolution_layer.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/direct_convolution1x1.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/direct_convolution3x3.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/direct_convolution5x5.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/dropout.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/fill_border.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/gemm.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/helpers.h [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/helpers_cs.h [new file with mode: 0755]
src/core/GLES_COMPUTE/cs_shaders/normalization_layer.cs [new file with mode: 0755]
src/core/GLES_COMPUTE/cs_shaders/pixelwise_mul_float.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/pooling_layer.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/softmax_layer.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/cs_shaders/transpose.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/egl_entries.in [new file with mode: 0644]
src/core/GLES_COMPUTE/gl_entries.in [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCAbsoluteDifferenceKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCActivationLayerKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCBatchNormalizationLayerKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCCol2ImKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCDepthConcatenateLayerKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCDirectConvolutionLayerKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCDropoutLayerKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCFillBorderKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCGEMMInterleave4x4Kernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCGEMMMatrixAccumulateBiasesKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCGEMMMatrixAdditionKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCGEMMMatrixMultiplyKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCGEMMTranspose1xWKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCIm2ColKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCNormalizationLayerKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCPixelWiseMultiplicationKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCPoolingLayerKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCSoftmaxLayerKernel.cpp [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCTransposeKernel.cpp [new file with mode: 0644]
src/core/Helpers.cpp
src/core/ITensor.cpp
src/core/Logger.cpp [deleted file]
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/NEBox3x3Kernel.cpp
src/core/NEON/kernels/NECannyEdgeKernel.cpp
src/core/NEON/kernels/NEChannelCombineKernel.cpp
src/core/NEON/kernels/NECol2ImKernel.cpp
src/core/NEON/kernels/NECumulativeDistributionKernel.cpp
src/core/NEON/kernels/NEDeconvolutionLayerUpsampleKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDepthConcatenateKernel.cpp [deleted file]
src/core/NEON/kernels/NEDepthConcatenateLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDepthConvertKernel.cpp [deleted file]
src/core/NEON/kernels/NEDepthConvertLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDepthwiseConvolutionLayer3x3Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDepthwiseIm2ColKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDepthwiseVectorToTensorKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDepthwiseWeightsReshapeKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEDirectConvolutionLayerBiasAccumulateKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerKernel.cpp
src/core/NEON/kernels/NEFillBorderKernel.cpp
src/core/NEON/kernels/NEGEMMInterleave4x4Kernel.cpp
src/core/NEON/kernels/NEGEMMInterleaveBlockedKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEGEMMLowpOffsetContributionKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMLowpReductionKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixAdditionKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixVectorMultiplyKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEGEMMTranspose1xWKernel.cpp
src/core/NEON/kernels/NEGaussianPyramidKernel.cpp
src/core/NEON/kernels/NEHarrisCornersKernel.cpp
src/core/NEON/kernels/NEHistogramKernel.cpp
src/core/NEON/kernels/NEIm2ColKernel.cpp
src/core/NEON/kernels/NEL2NormalizeKernel.cpp [deleted file]
src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NELocallyConnectedMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEMagnitudePhaseKernel.cpp
src/core/NEON/kernels/NEMedian3x3Kernel.cpp
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/NERemapKernel.cpp
src/core/NEON/kernels/NEReshapeLayerKernel.cpp
src/core/NEON/kernels/NEScaleKernel.cpp
src/core/NEON/kernels/NESobel7x7Kernel.cpp
src/core/NEON/kernels/NESoftmaxLayerKernel.cpp
src/core/NEON/kernels/NETransposeKernel.cpp
src/core/NEON/kernels/NEWinogradLayerKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/arm64/NEGEMMLowpAArch64A53Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/arm64/NEGEMMLowpAArch64Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/arm64/NEGEMMLowpAArch64V8P4Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/gemm.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/gemm/a64_sgemm.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/gemm/a64_sgemm_4x16.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/perf.h [new file with mode: 0644]
src/core/NEON/kernels/winograd/profiler.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/shims.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms/input_2x2_3x3.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms/input_2x2_3x3/a64_float.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms/input_2x2_3x3/a64_float_channelwise.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms/kernel_2x2_3x3.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms/kernel_2x2_3x3/a64_float.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms/output_2x2_3x3.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms/output_2x2_3x3/a64_float.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/transforms/output_2x2_3x3/a64_float_two_stage.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/utils.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/winograd_gemm.hpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/winograd_shim_nchw.hpp [new file with mode: 0644]
src/core/Rounding.cpp [new file with mode: 0644]
src/core/SubTensorInfo.cpp
src/core/TensorInfo.cpp
src/core/Utils.cpp
src/core/Validate.cpp
src/core/utils/io/FileHandler.cpp [new file with mode: 0644]
src/core/utils/logging/FilePrinter.cpp [new file with mode: 0644]
src/core/utils/logging/Helpers.cpp [new file with mode: 0644]
src/core/utils/logging/Logger.cpp [new file with mode: 0644]
src/core/utils/logging/LoggerRegistry.cpp [new file with mode: 0644]
src/core/utils/quantization/AsymmHelpers.cpp [new file with mode: 0644]
src/graph/CL/CLMap.cpp
src/graph/CL/CLUnmap.cpp
src/graph/Graph.cpp
src/graph/INode.cpp
src/graph/NodeContext.cpp [new file with mode: 0644]
src/graph/OperationRegistry.cpp [new file with mode: 0644]
src/graph/SubGraph.cpp [new file with mode: 0644]
src/graph/SubTensor.cpp
src/graph/Tensor.cpp
src/graph/nodes/ActivationLayer.cpp
src/graph/nodes/BatchNormalizationLayer.cpp
src/graph/nodes/BranchLayer.cpp [new file with mode: 0644]
src/graph/nodes/ConvolutionLayer.cpp
src/graph/nodes/DeQuantizationLayer.cpp [new file with mode: 0644]
src/graph/nodes/DepthConvertLayer.cpp [new file with mode: 0644]
src/graph/nodes/DepthwiseConvolutionLayer.cpp [new file with mode: 0644]
src/graph/nodes/FlattenLayer.cpp [new file with mode: 0644]
src/graph/nodes/FloorLayer.cpp
src/graph/nodes/FullyConnectedLayer.cpp
src/graph/nodes/L2NormalizeLayer.cpp
src/graph/nodes/NormalizationLayer.cpp
src/graph/nodes/PoolingLayer.cpp
src/graph/nodes/QuantizationLayer.cpp [new file with mode: 0644]
src/graph/nodes/ReshapeLayer.cpp [new file with mode: 0644]
src/graph/nodes/SoftmaxLayer.cpp
src/graph/operations/CLSimpleOperations.cpp [new file with mode: 0644]
src/graph/operations/NESimpleOperations.cpp [new file with mode: 0644]
src/runtime/BlobLifetimeManager.cpp
src/runtime/CL/CLPyramid.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/CLConvolutionLayer.cpp
src/runtime/CL/functions/CLDepthConcatenate.cpp [deleted file]
src/runtime/CL/functions/CLDepthConcatenateLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDepthConvert.cpp [deleted file]
src/runtime/CL/functions/CLDepthConvertLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDepthwiseConvolution.cpp [deleted file]
src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.cpp
src/runtime/CL/functions/CLDirectConvolutionLayer.cpp
src/runtime/CL/functions/CLFullyConnectedLayer.cpp
src/runtime/CL/functions/CLGEMM.cpp
src/runtime/CL/functions/CLGEMMLowp.cpp [deleted file]
src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGaussianPyramid.cpp
src/runtime/CL/functions/CLL2Normalize.cpp [deleted file]
src/runtime/CL/functions/CLL2NormalizeLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLLaplacianPyramid.cpp
src/runtime/CL/functions/CLMagnitude.cpp
src/runtime/CL/functions/CLNormalizationLayer.cpp
src/runtime/CL/functions/CLPixelWiseMultiplication.cpp
src/runtime/CL/functions/CLPoolingLayer.cpp
src/runtime/CL/functions/CLScale.cpp
src/runtime/CL/functions/CLSoftmaxLayer.cpp
src/runtime/CL/functions/CLTranspose.cpp
src/runtime/CPP/ICPPSimpleFunction.cpp [new file with mode: 0644]
src/runtime/CPP/functions/CPPPermute.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/GCScheduler.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/GCTensor.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/GCTensorAllocator.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/IGCSimpleFunction.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCAbsoluteDifference.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCActivationLayer.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.cpp [new file with mode: 0755]
src/runtime/GLES_COMPUTE/functions/GCDepthConcatenateLayer.cpp [new file with mode: 0755]
src/runtime/GLES_COMPUTE/functions/GCDirectConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCDropoutLayer.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCFillBorder.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCFullyConnectedLayer.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCGEMM.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCGEMMInterleave4x4.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCGEMMTranspose1xW.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCPixelWiseMultiplication.cpp [new file with mode: 0755]
src/runtime/GLES_COMPUTE/functions/GCPoolingLayer.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCSoftmaxLayer.cpp [new file with mode: 0644]
src/runtime/GLES_COMPUTE/functions/GCTranspose.cpp [new file with mode: 0644]
src/runtime/IScheduler.cpp
src/runtime/ISimpleLifetimeManager.cpp [new file with mode: 0644]
src/runtime/Memory.cpp [new file with mode: 0644]
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/NECol2Im.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEConvolutionLayer.cpp
src/runtime/NEON/functions/NEDeconvolutionLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDeconvolutionLayerUpsample.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDepthConcatenate.cpp [deleted file]
src/runtime/NEON/functions/NEDepthConcatenateLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDepthConvert.cpp [deleted file]
src/runtime/NEON/functions/NEDepthConvertLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEDirectConvolutionLayer.cpp
src/runtime/NEON/functions/NEFullyConnectedLayer.cpp
src/runtime/NEON/functions/NEGEMM.cpp
src/runtime/NEON/functions/NEGEMMLowp.cpp [deleted file]
src/runtime/NEON/functions/NEGEMMLowpAssemblyMatrixMultiplyCore.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGEMMLowpOutputStage.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGaussianPyramid.cpp
src/runtime/NEON/functions/NEIm2Col.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEL2Normalize.cpp [deleted file]
src/runtime/NEON/functions/NEL2NormalizeLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NELaplacianPyramid.cpp
src/runtime/NEON/functions/NELocallyConnectedLayer.cpp
src/runtime/NEON/functions/NEMagnitude.cpp
src/runtime/NEON/functions/NENormalizationLayer.cpp
src/runtime/NEON/functions/NEPhase.cpp
src/runtime/NEON/functions/NEPixelWiseMultiplication.cpp
src/runtime/NEON/functions/NEPoolingLayer.cpp
src/runtime/NEON/functions/NEScale.cpp
src/runtime/NEON/functions/NESoftmaxLayer.cpp
src/runtime/NEON/functions/NETranspose.cpp
src/runtime/NEON/functions/NEWinogradLayer.cpp [new file with mode: 0644]
src/runtime/OffsetLifetimeManager.cpp [new file with mode: 0644]
src/runtime/OffsetMemoryPool.cpp [new file with mode: 0644]
src/runtime/TensorAllocator.cpp
support/ToolchainSupport.h
tests/AssetsLibrary.cpp
tests/AssetsLibrary.h
tests/CL/CLAccessor.h
tests/GLES_COMPUTE/GCAccessor.h [new file with mode: 0644]
tests/GLES_COMPUTE/Helper.h [new file with mode: 0644]
tests/IAccessor.h
tests/IArrayAccessor.h
tests/NEON/Accessor.h
tests/NEON/Helper.h
tests/SConscript
tests/SimpleTensor.h
tests/Types.h
tests/Utils.h
tests/benchmark/CL/DepthwiseConvolution.cpp [deleted file]
tests/benchmark/CL/DepthwiseConvolutionLayer.cpp [new file with mode: 0644]
tests/benchmark/CL/GEMMLowp.cpp [new file with mode: 0644]
tests/benchmark/CL/SYSTEM/MobileNet.cpp [new file with mode: 0644]
tests/benchmark/CL/SYSTEM/MobileNetV1.cpp [new file with mode: 0644]
tests/benchmark/CL/SoftmaxLayer.cpp [new file with mode: 0644]
tests/benchmark/GLES_COMPUTE/BatchNormalizationLayer.cpp [new file with mode: 0755]
tests/benchmark/GLES_COMPUTE/DirectConvolutionLayer.cpp [new file with mode: 0644]
tests/benchmark/GLES_COMPUTE/FullyConnectedLayer.cpp [new file with mode: 0644]
tests/benchmark/GLES_COMPUTE/GEMM.cpp [new file with mode: 0644]
tests/benchmark/GLES_COMPUTE/PoolingLayer.cpp [new file with mode: 0644]
tests/benchmark/GLES_COMPUTE/SoftmaxLayer.cpp [new file with mode: 0644]
tests/benchmark/NEON/ActivationLayer.cpp
tests/benchmark/NEON/BatchNormalizationLayer.cpp
tests/benchmark/NEON/ConvolutionLayer.cpp
tests/benchmark/NEON/DirectConvolutionLayer.cpp
tests/benchmark/NEON/FullyConnectedLayer.cpp
tests/benchmark/NEON/GEMM.cpp
tests/benchmark/NEON/GEMMLowp.cpp [new file with mode: 0644]
tests/benchmark/NEON/NormalizationLayer.cpp
tests/benchmark/NEON/PoolingLayer.cpp
tests/benchmark/NEON/SYSTEM/AlexNet.cpp
tests/benchmark/NEON/SoftmaxLayer.cpp [new file with mode: 0644]
tests/benchmark/fixtures/BatchNormalizationLayerFixture.h
tests/benchmark/fixtures/ConvolutionLayerFixture.h
tests/benchmark/fixtures/DepthwiseConvolutionFixture.h [deleted file]
tests/benchmark/fixtures/DepthwiseConvolutionLayerFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h
tests/benchmark/fixtures/FullyConnectedLayerFixture.h
tests/benchmark/fixtures/GEMMLowpFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/MobileNetFixture.h [new file with mode: 0644]
tests/benchmark/fixtures/MobileNetV1Fixture.h [new file with mode: 0644]
tests/benchmark/fixtures/SoftmaxLayerFixture.h [new file with mode: 0644]
tests/datasets/DepthwiseConvolutionDataset.h [deleted file]
tests/datasets/DepthwiseConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/DepthwiseSeparableConvolutionLayerDataset.h
tests/datasets/DirectConvolutionLayerDataset.h
tests/datasets/FullyConnectedLayerDataset.h
tests/datasets/GEMMLowpDataset.h [new file with mode: 0644]
tests/datasets/GradientDimensionDataset.h [new file with mode: 0644]
tests/datasets/LargeGEMMLowpDataset.h [new file with mode: 0644]
tests/datasets/MobileNetDepthwiseConvolutionDataset.h [deleted file]
tests/datasets/MobileNetDepthwiseConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/MobileNetDepthwiseSeparableConvolutionLayerDataset.h
tests/datasets/SamplingPolicyDataset.h [new file with mode: 0644]
tests/datasets/ShapeDatasets.h
tests/datasets/SmallConvolutionLayerDataset.h
tests/datasets/SmallGEMMLowpDataset.h [new file with mode: 0644]
tests/datasets/system_tests/alexnet/AlexNetConvolutionLayerDataset.h
tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1ConvolutionLayerDataset.h
tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4ConvolutionLayerDataset.h
tests/datasets/system_tests/squeezenet/SqueezeNetConvolutionLayerDataset.h
tests/framework/Framework.cpp
tests/framework/Framework.h
tests/framework/SConscript
tests/framework/Utils.h
tests/framework/command_line/CommandLineParser.cpp
tests/framework/command_line/EnumListOption.h
tests/framework/instruments/Instrument.h
tests/framework/instruments/Instruments.cpp
tests/framework/instruments/Instruments.h
tests/framework/instruments/MaliCounter.cpp
tests/framework/instruments/MaliCounter.h
tests/framework/instruments/Measurement.h
tests/framework/instruments/OpenCLTimer.cpp [new file with mode: 0644]
tests/framework/instruments/OpenCLTimer.h [new file with mode: 0644]
tests/framework/instruments/PMUCounter.cpp
tests/framework/instruments/PMUCounter.h
tests/framework/instruments/WallClockTimer.cpp
tests/framework/instruments/WallClockTimer.h
tests/framework/printers/JSONPrinter.cpp
tests/framework/printers/JSONPrinter.h
tests/framework/printers/PrettyPrinter.cpp
tests/framework/printers/PrettyPrinter.h
tests/framework/printers/Printer.h
tests/main.cpp
tests/networks/MobileNetNetwork.h [new file with mode: 0644]
tests/networks/MobileNetV1Network.h [new file with mode: 0644]
tests/validation/CL/AbsoluteDifference.cpp [new file with mode: 0644]
tests/validation/CL/Accumulate.cpp [new file with mode: 0644]
tests/validation/CL/ActivationLayer.cpp
tests/validation/CL/ArithmeticAddition.cpp
tests/validation/CL/ArithmeticSubtraction.cpp
tests/validation/CL/BatchNormalizationLayer.cpp
tests/validation/CL/ConvolutionLayer.cpp
tests/validation/CL/DepthConcatenateLayer.cpp
tests/validation/CL/DepthConvert.cpp [deleted file]
tests/validation/CL/DepthConvertLayer.cpp [new file with mode: 0644]
tests/validation/CL/DepthwiseConvolution.cpp [deleted file]
tests/validation/CL/DepthwiseConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/CL/Dilate.cpp [new file with mode: 0644]
tests/validation/CL/DirectConvolutionLayer.cpp
tests/validation/CL/Erode.cpp [new file with mode: 0644]
tests/validation/CL/FixedPoint/FixedPoint_QS8.cpp
tests/validation/CL/FullyConnectedLayer.cpp
tests/validation/CL/GEMMLowp.cpp [new file with mode: 0644]
tests/validation/CL/Histogram.cpp [new file with mode: 0644]
tests/validation/CL/L2Normalize.cpp [deleted file]
tests/validation/CL/L2NormalizeLayer.cpp [new file with mode: 0644]
tests/validation/CL/Magnitude.cpp [new file with mode: 0644]
tests/validation/CL/Median3x3.cpp [new file with mode: 0644]
tests/validation/CL/NormalizationLayer.cpp
tests/validation/CL/Phase.cpp [new file with mode: 0644]
tests/validation/CL/PixelWiseMultiplication.cpp [new file with mode: 0644]
tests/validation/CL/PoolingLayer.cpp
tests/validation/CL/Remap.cpp [new file with mode: 0644]
tests/validation/CL/ReshapeLayer.cpp
tests/validation/CL/Scale.cpp
tests/validation/CL/Scharr.cpp [new file with mode: 0644]
tests/validation/CL/Sobel.cpp
tests/validation/CL/SoftmaxLayer.cpp
tests/validation/CL/Transpose.cpp [new file with mode: 0644]
tests/validation/CL/WarpAffine.cpp
tests/validation/CL/WarpPerspective.cpp
tests/validation/CPP/ActivationLayer.cpp [deleted file]
tests/validation/CPP/ArithmeticSubtraction.cpp [deleted file]
tests/validation/CPP/ArithmeticSubtraction.h [deleted file]
tests/validation/CPP/BatchNormalizationLayer.cpp [deleted file]
tests/validation/CPP/ConvolutionLayer.cpp [deleted file]
tests/validation/CPP/ConvolutionLayer.h [deleted file]
tests/validation/CPP/DepthConvert.cpp [deleted file]
tests/validation/CPP/DepthwiseConvolution.cpp [deleted file]
tests/validation/CPP/DepthwiseConvolution.h [deleted file]
tests/validation/CPP/DepthwiseSeparableConvolutionLayer.cpp [deleted file]
tests/validation/CPP/DepthwiseSeparableConvolutionLayer.h [deleted file]
tests/validation/CPP/FullyConnectedLayer.cpp [deleted file]
tests/validation/CPP/FullyConnectedLayer.h [deleted file]
tests/validation/CPP/GEMMLowp.cpp [deleted file]
tests/validation/CPP/GEMMLowp.h [deleted file]
tests/validation/CPP/HarrisCornerDetector.cpp [deleted file]
tests/validation/CPP/L2Normalize.cpp [deleted file]
tests/validation/CPP/Permute.cpp [new file with mode: 0644]
tests/validation/CPP/PoolingLayer.cpp [deleted file]
tests/validation/CPP/Scale.cpp [deleted file]
tests/validation/CPP/Scale.h [deleted file]
tests/validation/CPP/Sobel.cpp [deleted file]
tests/validation/CPP/Sobel.h [deleted file]
tests/validation/CPP/SoftmaxLayer.cpp [deleted file]
tests/validation/CPP/SoftmaxLayer.h [deleted file]
tests/validation/CPP/Utils.h [deleted file]
tests/validation/GLES_COMPUTE/ActivationLayer.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/BatchNormalizationLayer.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/DepthConcatenateLayer.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/DirectConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/FullyConnectedLayer.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/GEMM.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/GlobalPoolingLayer.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/NormalizationLayer.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/SoftmaxLayer.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/Transpose.cpp [new file with mode: 0644]
tests/validation/Helpers.cpp
tests/validation/Helpers.h
tests/validation/NEON/AbsoluteDifference.cpp [new file with mode: 0644]
tests/validation/NEON/Accumulate.cpp [new file with mode: 0644]
tests/validation/NEON/ActivationLayer.cpp
tests/validation/NEON/ArithmeticAddition.cpp
tests/validation/NEON/ArithmeticSubtraction.cpp
tests/validation/NEON/BatchNormalizationLayer.cpp
tests/validation/NEON/Col2Im.cpp [new file with mode: 0644]
tests/validation/NEON/ConvolutionLayer.cpp
tests/validation/NEON/DeconvolutionLayer.cpp [new file with mode: 0644]
tests/validation/NEON/DepthConcatenateLayer.cpp
tests/validation/NEON/DepthConvert.cpp [deleted file]
tests/validation/NEON/DepthConvertLayer.cpp [new file with mode: 0644]
tests/validation/NEON/DepthwiseConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/NEON/DepthwiseSeparableConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/NEON/Dilate.cpp [new file with mode: 0644]
tests/validation/NEON/DirectConvolutionLayer.cpp
tests/validation/NEON/Erode.cpp [new file with mode: 0644]
tests/validation/NEON/FixedPoint/FixedPoint.cpp
tests/validation/NEON/FixedPoint/FixedPointTarget.h
tests/validation/NEON/FixedPointPixelWiseMultiplication.cpp [new file with mode: 0644]
tests/validation/NEON/Flatten.cpp
tests/validation/NEON/FullyConnectedLayer.cpp
tests/validation/NEON/GEMM.cpp
tests/validation/NEON/GEMMLowp.cpp
tests/validation/NEON/GaussianPyramid.cpp [new file with mode: 0644]
tests/validation/NEON/HarrisCorners.cpp
tests/validation/NEON/Histogram.cpp [new file with mode: 0644]
tests/validation/NEON/Im2Col.cpp [new file with mode: 0644]
tests/validation/NEON/L2Normalize.cpp [deleted file]
tests/validation/NEON/L2NormalizeLayer.cpp [new file with mode: 0644]
tests/validation/NEON/Magnitude.cpp [new file with mode: 0644]
tests/validation/NEON/Median3x3.cpp [new file with mode: 0644]
tests/validation/NEON/NormalizationLayer.cpp
tests/validation/NEON/Phase.cpp [new file with mode: 0644]
tests/validation/NEON/PixelWiseMultiplication.cpp [new file with mode: 0644]
tests/validation/NEON/PoolingLayer.cpp
tests/validation/NEON/Remap.cpp [new file with mode: 0644]
tests/validation/NEON/Scale.cpp
tests/validation/NEON/Schaar.cpp [new file with mode: 0644]
tests/validation/NEON/Sobel.cpp
tests/validation/NEON/SoftmaxLayer.cpp
tests/validation/NEON/Transpose.cpp [new file with mode: 0644]
tests/validation/NEON/UNIT/MemoryManager.cpp [new file with mode: 0644]
tests/validation/NEON/UNIT/TensorAllocator.cpp [new file with mode: 0644]
tests/validation/NEON/WarpAffine.cpp
tests/validation/NEON/WarpPerspective.cpp
tests/validation/UNIT/TensorInfo.cpp
tests/validation/UNIT/Utils.cpp
tests/validation/Validation.h
tests/validation/fixtures/AbsoluteDifferenceFixture.h [new file with mode: 0644]
tests/validation/fixtures/AccumulateFixture.h [new file with mode: 0644]
tests/validation/fixtures/ActivationLayerFixture.h
tests/validation/fixtures/ArithmeticAdditionFixture.h
tests/validation/fixtures/ArithmeticSubtractionFixture.h
tests/validation/fixtures/BatchNormalizationLayerFixture.h
tests/validation/fixtures/BitwiseAndFixture.h
tests/validation/fixtures/BitwiseNotFixture.h
tests/validation/fixtures/BitwiseOrFixture.h
tests/validation/fixtures/BitwiseXorFixture.h
tests/validation/fixtures/Box3x3Fixture.h
tests/validation/fixtures/ConvolutionLayerFixture.h
tests/validation/fixtures/DeconvolutionLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/DepthConcatenateLayerFixture.h
tests/validation/fixtures/DepthConvertFixture.h [deleted file]
tests/validation/fixtures/DepthConvertLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/DepthwiseConvolutionFixture.h [deleted file]
tests/validation/fixtures/DepthwiseConvolutionLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/DepthwiseSeparableConvolutionLayerFixture.h
tests/validation/fixtures/DequantizationLayerFixture.h
tests/validation/fixtures/DilateFixture.h [new file with mode: 0644]
tests/validation/fixtures/DirectConvolutionLayerFixture.h
tests/validation/fixtures/DropoutLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/ErodeFixture.h [new file with mode: 0644]
tests/validation/fixtures/FixedPointFixture.h
tests/validation/fixtures/FixedPointPixelWiseMultiplicationFixture.h [new file with mode: 0644]
tests/validation/fixtures/FlattenLayerFixture.h
tests/validation/fixtures/FloorFixture.h
tests/validation/fixtures/FullyConnectedLayerFixture.h
tests/validation/fixtures/GEMMFixture.h
tests/validation/fixtures/GEMMInterleave4x4Fixture.h [new file with mode: 0644]
tests/validation/fixtures/GEMMInterleaveBlockedFixture.h [new file with mode: 0644]
tests/validation/fixtures/GEMMLowpAssemblyFixture.h [new file with mode: 0644]
tests/validation/fixtures/GEMMLowpFixture.h
tests/validation/fixtures/Gaussian3x3Fixture.h
tests/validation/fixtures/Gaussian5x5Fixture.h
tests/validation/fixtures/GaussianPyramidHalfFixture.h [new file with mode: 0644]
tests/validation/fixtures/HarrisCornersFixture.h
tests/validation/fixtures/HistogramFixture.h [new file with mode: 0644]
tests/validation/fixtures/IntegralImageFixture.h
tests/validation/fixtures/L2NormalizeFixture.h [deleted file]
tests/validation/fixtures/L2NormalizeLayerFixture.h [new file with mode: 0644]
tests/validation/fixtures/MagnitudeFixture.h [new file with mode: 0644]
tests/validation/fixtures/MeanStdDevFixture.h
tests/validation/fixtures/Median3x3Fixture.h [new file with mode: 0644]
tests/validation/fixtures/MinMaxLocationFixture.h
tests/validation/fixtures/NonLinearFilterFixture.h
tests/validation/fixtures/NormalizationLayerFixture.h
tests/validation/fixtures/PermuteFixture.h [new file with mode: 0644]
tests/validation/fixtures/PhaseFixture.h [new file with mode: 0644]
tests/validation/fixtures/PixelWiseMultiplicationFixture.h [new file with mode: 0644]
tests/validation/fixtures/PoolingLayerFixture.h
tests/validation/fixtures/QuantizationLayerFixture.h
tests/validation/fixtures/ReductionOperationFixture.h
tests/validation/fixtures/RemapFixture.h [new file with mode: 0644]
tests/validation/fixtures/ReshapeLayerFixture.h
tests/validation/fixtures/ScaleFixture.h
tests/validation/fixtures/ScharrFixture.h [new file with mode: 0644]
tests/validation/fixtures/SobelFixture.h
tests/validation/fixtures/SoftmaxLayerFixture.h
tests/validation/fixtures/TableLookupFixture.h
tests/validation/fixtures/ThresholdFixture.h
tests/validation/fixtures/TransposeFixture.h [new file with mode: 0644]
tests/validation/fixtures/WarpAffineFixture.h
tests/validation/fixtures/WarpPerspectiveFixture.h
tests/validation/fixtures/WinogradLayerFixture.h [new file with mode: 0644]
tests/validation/reference/AbsoluteDifference.cpp [new file with mode: 0644]
tests/validation/reference/AbsoluteDifference.h [new file with mode: 0644]
tests/validation/reference/Accumulate.cpp [new file with mode: 0644]
tests/validation/reference/Accumulate.h [new file with mode: 0644]
tests/validation/reference/ActivationLayer.cpp [new file with mode: 0644]
tests/validation/reference/ActivationLayer.h [moved from tests/validation/CPP/ActivationLayer.h with 100% similarity]
tests/validation/reference/ArithmeticAddition.cpp [moved from tests/validation/CPP/ArithmeticAddition.cpp with 100% similarity]
tests/validation/reference/ArithmeticAddition.h [moved from tests/validation/CPP/ArithmeticAddition.h with 100% similarity]
tests/validation/reference/ArithmeticSubtraction.cpp [new file with mode: 0644]
tests/validation/reference/ArithmeticSubtraction.h [new file with mode: 0644]
tests/validation/reference/BatchNormalizationLayer.cpp [new file with mode: 0644]
tests/validation/reference/BatchNormalizationLayer.h [moved from tests/validation/CPP/BatchNormalizationLayer.h with 100% similarity]
tests/validation/reference/BitwiseAnd.cpp [moved from tests/validation/CPP/BitwiseAnd.cpp with 100% similarity]
tests/validation/reference/BitwiseAnd.h [moved from tests/validation/CPP/BitwiseAnd.h with 100% similarity]
tests/validation/reference/BitwiseNot.cpp [moved from tests/validation/CPP/BitwiseNot.cpp with 100% similarity]
tests/validation/reference/BitwiseNot.h [moved from tests/validation/CPP/BitwiseNot.h with 100% similarity]
tests/validation/reference/BitwiseOr.cpp [moved from tests/validation/CPP/BitwiseOr.cpp with 100% similarity]
tests/validation/reference/BitwiseOr.h [moved from tests/validation/CPP/BitwiseOr.h with 100% similarity]
tests/validation/reference/BitwiseXor.cpp [moved from tests/validation/CPP/BitwiseXor.cpp with 100% similarity]
tests/validation/reference/BitwiseXor.h [moved from tests/validation/CPP/BitwiseXor.h with 100% similarity]
tests/validation/reference/Box3x3.cpp [moved from tests/validation/CPP/Box3x3.cpp with 100% similarity]
tests/validation/reference/Box3x3.h [moved from tests/validation/CPP/Box3x3.h with 100% similarity]
tests/validation/reference/ConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/reference/ConvolutionLayer.h [new file with mode: 0644]
tests/validation/reference/DeconvolutionLayer.cpp [new file with mode: 0644]
tests/validation/reference/DeconvolutionLayer.h [new file with mode: 0644]
tests/validation/reference/DepthConcatenateLayer.cpp [moved from tests/validation/CPP/DepthConcatenateLayer.cpp with 100% similarity]
tests/validation/reference/DepthConcatenateLayer.h [moved from tests/validation/CPP/DepthConcatenateLayer.h with 100% similarity]
tests/validation/reference/DepthConvertLayer.cpp [new file with mode: 0644]
tests/validation/reference/DepthConvertLayer.h [moved from tests/validation/CPP/DepthConvert.h with 100% similarity]
tests/validation/reference/DepthwiseConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/reference/DepthwiseConvolutionLayer.h [new file with mode: 0644]
tests/validation/reference/DepthwiseSeparableConvolutionLayer.cpp [new file with mode: 0644]
tests/validation/reference/DepthwiseSeparableConvolutionLayer.h [new file with mode: 0644]
tests/validation/reference/DequantizationLayer.cpp [moved from tests/validation/CPP/DequantizationLayer.cpp with 100% similarity]
tests/validation/reference/DequantizationLayer.h [moved from tests/validation/CPP/DequantizationLayer.h with 100% similarity]
tests/validation/reference/Dilate.cpp [new file with mode: 0644]
tests/validation/reference/Dilate.h [new file with mode: 0644]
tests/validation/reference/Erode.cpp [new file with mode: 0644]
tests/validation/reference/Erode.h [new file with mode: 0644]
tests/validation/reference/FixedPoint.cpp [moved from tests/validation/CPP/FixedPoint.cpp with 100% similarity]
tests/validation/reference/FixedPoint.h [moved from tests/validation/CPP/FixedPoint.h with 100% similarity]
tests/validation/reference/FixedPointPixelWiseMultiplication.cpp [new file with mode: 0644]
tests/validation/reference/FixedPointPixelWiseMultiplication.h [new file with mode: 0644]
tests/validation/reference/FlattenLayer.cpp [moved from tests/validation/CPP/FlattenLayer.cpp with 100% similarity]
tests/validation/reference/FlattenLayer.h [moved from tests/validation/CPP/FlattenLayer.h with 100% similarity]
tests/validation/reference/Floor.cpp [moved from tests/validation/CPP/Floor.cpp with 100% similarity]
tests/validation/reference/Floor.h [moved from tests/validation/CPP/Floor.h with 100% similarity]
tests/validation/reference/FullyConnectedLayer.cpp [new file with mode: 0644]
tests/validation/reference/FullyConnectedLayer.h [new file with mode: 0644]
tests/validation/reference/GEMM.cpp [moved from tests/validation/CPP/GEMM.cpp with 100% similarity]
tests/validation/reference/GEMM.h [moved from tests/validation/CPP/GEMM.h with 100% similarity]
tests/validation/reference/GEMMInterleave4x4.h [new file with mode: 0644]
tests/validation/reference/GEMMInterleaveBlocked.h [new file with mode: 0644]
tests/validation/reference/GEMMLowp.cpp [new file with mode: 0644]
tests/validation/reference/GEMMLowp.h [new file with mode: 0644]
tests/validation/reference/Gaussian3x3.cpp [moved from tests/validation/CPP/Gaussian3x3.cpp with 100% similarity]
tests/validation/reference/Gaussian3x3.h [moved from tests/validation/CPP/Gaussian3x3.h with 100% similarity]
tests/validation/reference/Gaussian5x5.cpp [moved from tests/validation/CPP/Gaussian5x5.cpp with 100% similarity]
tests/validation/reference/Gaussian5x5.h [moved from tests/validation/CPP/Gaussian5x5.h with 100% similarity]
tests/validation/reference/GaussianPyramidHalf.cpp [new file with mode: 0644]
tests/validation/reference/GaussianPyramidHalf.h [new file with mode: 0644]
tests/validation/reference/HarrisCornerDetector.cpp [new file with mode: 0644]
tests/validation/reference/HarrisCornerDetector.h [moved from tests/validation/CPP/HarrisCornerDetector.h with 100% similarity]
tests/validation/reference/Histogram.cpp [new file with mode: 0644]
tests/validation/reference/Histogram.h [new file with mode: 0644]
tests/validation/reference/IntegralImage.cpp [moved from tests/validation/CPP/IntegralImage.cpp with 100% similarity]
tests/validation/reference/IntegralImage.h [moved from tests/validation/CPP/IntegralImage.h with 100% similarity]
tests/validation/reference/L2NormalizeLayer.cpp [new file with mode: 0644]
tests/validation/reference/L2NormalizeLayer.h [moved from tests/validation/CPP/L2Normalize.h with 100% similarity]
tests/validation/reference/Magnitude.cpp [new file with mode: 0644]
tests/validation/reference/Magnitude.h [new file with mode: 0644]
tests/validation/reference/MeanStdDev.cpp [moved from tests/validation/CPP/MeanStdDev.cpp with 100% similarity]
tests/validation/reference/MeanStdDev.h [moved from tests/validation/CPP/MeanStdDev.h with 100% similarity]
tests/validation/reference/Median3x3.cpp [new file with mode: 0644]
tests/validation/reference/Median3x3.h [new file with mode: 0644]
tests/validation/reference/MinMaxLocation.cpp [moved from tests/validation/CPP/MinMaxLocation.cpp with 100% similarity]
tests/validation/reference/MinMaxLocation.h [moved from tests/validation/CPP/MinMaxLocation.h with 100% similarity]
tests/validation/reference/NonLinearFilter.cpp [moved from tests/validation/CPP/NonLinearFilter.cpp with 100% similarity]
tests/validation/reference/NonLinearFilter.h [moved from tests/validation/CPP/NonLinearFilter.h with 100% similarity]
tests/validation/reference/NonMaximaSuppression.cpp [moved from tests/validation/CPP/NonMaximaSuppression.cpp with 100% similarity]
tests/validation/reference/NonMaximaSuppression.h [moved from tests/validation/CPP/NonMaximaSuppression.h with 100% similarity]
tests/validation/reference/NormalizationLayer.cpp [moved from tests/validation/CPP/NormalizationLayer.cpp with 100% similarity]
tests/validation/reference/NormalizationLayer.h [moved from tests/validation/CPP/NormalizationLayer.h with 100% similarity]
tests/validation/reference/Permute.cpp [new file with mode: 0644]
tests/validation/reference/Permute.h [new file with mode: 0644]
tests/validation/reference/Phase.cpp [new file with mode: 0644]
tests/validation/reference/Phase.h [new file with mode: 0644]
tests/validation/reference/PixelWiseMultiplication.cpp [new file with mode: 0644]
tests/validation/reference/PixelWiseMultiplication.h [new file with mode: 0644]
tests/validation/reference/PoolingLayer.cpp [new file with mode: 0644]
tests/validation/reference/PoolingLayer.h [moved from tests/validation/CPP/PoolingLayer.h with 100% similarity]
tests/validation/reference/QuantizationLayer.cpp [moved from tests/validation/CPP/QuantizationLayer.cpp with 100% similarity]
tests/validation/reference/QuantizationLayer.h [moved from tests/validation/CPP/QuantizationLayer.h with 100% similarity]
tests/validation/reference/ReductionOperation.cpp [moved from tests/validation/CPP/ReductionOperation.cpp with 100% similarity]
tests/validation/reference/ReductionOperation.h [moved from tests/validation/CPP/ReductionOperation.h with 100% similarity]
tests/validation/reference/Remap.cpp [new file with mode: 0644]
tests/validation/reference/Remap.h [new file with mode: 0644]
tests/validation/reference/ReshapeLayer.cpp [moved from tests/validation/CPP/ReshapeLayer.cpp with 100% similarity]
tests/validation/reference/ReshapeLayer.h [moved from tests/validation/CPP/ReshapeLayer.h with 100% similarity]
tests/validation/reference/Scale.cpp [new file with mode: 0644]
tests/validation/reference/Scale.h [new file with mode: 0644]
tests/validation/reference/Scharr.cpp [new file with mode: 0644]
tests/validation/reference/Scharr.h [new file with mode: 0644]
tests/validation/reference/Sobel.cpp [new file with mode: 0644]
tests/validation/reference/Sobel.h [new file with mode: 0644]
tests/validation/reference/SoftmaxLayer.cpp [new file with mode: 0644]
tests/validation/reference/SoftmaxLayer.h [new file with mode: 0644]
tests/validation/reference/TableLookup.cpp [moved from tests/validation/CPP/TableLookup.cpp with 100% similarity]
tests/validation/reference/TableLookup.h [moved from tests/validation/CPP/TableLookup.h with 100% similarity]
tests/validation/reference/Threshold.cpp [moved from tests/validation/CPP/Threshold.cpp with 100% similarity]
tests/validation/reference/Threshold.h [moved from tests/validation/CPP/Threshold.h with 100% similarity]
tests/validation/reference/Transpose.cpp [new file with mode: 0644]
tests/validation/reference/Transpose.h [new file with mode: 0644]
tests/validation/reference/Utils.cpp [moved from tests/validation/CPP/Utils.cpp with 100% similarity]
tests/validation/reference/Utils.h [new file with mode: 0644]
tests/validation/reference/UtilsQuantizedAsymm.h [new file with mode: 0644]
tests/validation/reference/WarpAffine.cpp [moved from tests/validation/CPP/WarpAffine.cpp with 100% similarity]
tests/validation/reference/WarpAffine.h [moved from tests/validation/CPP/WarpAffine.h with 100% similarity]
tests/validation/reference/WarpPerspective.cpp [moved from tests/validation/CPP/WarpPerspective.cpp with 100% similarity]
tests/validation/reference/WarpPerspective.h [moved from tests/validation/CPP/WarpPerspective.h with 100% similarity]
utils/GraphTypePrinter.h
utils/GraphUtils.cpp
utils/GraphUtils.h
utils/TypePrinter.h
utils/Utils.cpp
utils/Utils.h