├── .clang-format ├── .github └── issue_template.md ├── LICENSE ├── README.md ├── SConscript ├── SConstruct ├── arm_compute ├── core │ ├── AccessWindowAutoPadding.h │ ├── AccessWindowStatic.h │ ├── AccessWindowTranspose.h │ ├── CL │ │ ├── CLHelpers.h │ │ ├── CLKernelLibrary.h │ │ ├── CLKernels.h │ │ ├── CLTypes.h │ │ ├── CLValidate.h │ │ ├── ICLArray.h │ │ ├── ICLDistribution1D.h │ │ ├── ICLGEMMKernelConfiguration.h │ │ ├── ICLHOG.h │ │ ├── ICLKernel.h │ │ ├── ICLLut.h │ │ ├── ICLMultiHOG.h │ │ ├── ICLMultiImage.h │ │ ├── ICLSimple2DKernel.h │ │ ├── ICLSimple3DKernel.h │ │ ├── ICLSimpleKernel.h │ │ ├── ICLTensor.h │ │ ├── OpenCL.h │ │ ├── gemm │ │ │ ├── CLGEMMHelpers.h │ │ │ ├── native │ │ │ │ ├── CLGEMMNativeKernelConfiguration.h │ │ │ │ └── CLGEMMNativeKernelConfigurationBifrost.h │ │ │ ├── reshaped │ │ │ │ ├── CLGEMMReshapedKernelConfiguration.h │ │ │ │ └── CLGEMMReshapedKernelConfigurationBifrost.h │ │ │ └── reshaped_only_rhs │ │ │ │ ├── CLGEMMReshapedOnlyRHSKernelConfiguration.h │ │ │ │ └── CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.h │ │ └── kernels │ │ │ ├── CLAbsoluteDifferenceKernel.h │ │ │ ├── CLAccumulateKernel.h │ │ │ ├── CLActivationLayerKernel.h │ │ │ ├── CLBatchConcatenateLayerKernel.h │ │ │ ├── CLBatchNormalizationLayerKernel.h │ │ │ ├── CLBatchToSpaceLayerKernel.h │ │ │ ├── CLBitwiseAndKernel.h │ │ │ ├── CLBitwiseNotKernel.h │ │ │ ├── CLBitwiseOrKernel.h │ │ │ ├── CLBitwiseXorKernel.h │ │ │ ├── CLBoundingBoxTransformKernel.h │ │ │ ├── CLBox3x3Kernel.h │ │ │ ├── CLCannyEdgeKernel.h │ │ │ ├── CLChannelCombineKernel.h │ │ │ ├── CLChannelExtractKernel.h │ │ │ ├── CLChannelShuffleLayerKernel.h │ │ │ ├── CLCol2ImKernel.h │ │ │ ├── CLColorConvertKernel.h │ │ │ ├── CLComparisonKernel.h │ │ │ ├── CLConvertFullyConnectedWeightsKernel.h │ │ │ ├── CLConvolutionKernel.h │ │ │ ├── CLCopyKernel.h │ │ │ ├── CLCropKernel.h │ │ │ ├── CLDeconvolutionLayerUpsampleKernel.h │ │ │ ├── CLDeconvolutionReshapeOutputKernel.h │ │ │ ├── CLDepthConcatenateLayerKernel.h │ │ │ ├── CLDepthConvertLayerKernel.h │ │ │ ├── CLDepthToSpaceLayerKernel.h │ │ │ ├── CLDepthwiseConvolutionLayer3x3NCHWKernel.h │ │ │ ├── CLDepthwiseConvolutionLayer3x3NHWCKernel.h │ │ │ ├── CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel.h │ │ │ ├── CLDepthwiseConvolutionLayerReshapeWeightsKernel.h │ │ │ ├── CLDepthwiseIm2ColKernel.h │ │ │ ├── CLDepthwiseVectorToTensorKernel.h │ │ │ ├── CLDequantizationLayerKernel.h │ │ │ ├── CLDerivativeKernel.h │ │ │ ├── CLDilateKernel.h │ │ │ ├── CLDirectConvolutionLayerKernel.h │ │ │ ├── CLDirectConvolutionLayerOutputStageKernel.h │ │ │ ├── CLElementWiseUnaryLayerKernel.h │ │ │ ├── CLElementwiseOperationKernel.h │ │ │ ├── CLErodeKernel.h │ │ │ ├── CLFFTDigitReverseKernel.h │ │ │ ├── CLFFTRadixStageKernel.h │ │ │ ├── CLFFTScaleKernel.h │ │ │ ├── CLFastCornersKernel.h │ │ │ ├── CLFillBorderKernel.h │ │ │ ├── CLFlattenLayerKernel.h │ │ │ ├── CLFloorKernel.h │ │ │ ├── CLFuseBatchNormalizationKernel.h │ │ │ ├── CLGEMMLowpMatrixMultiplyKernel.h │ │ │ ├── CLGEMMLowpMatrixMultiplyNativeKernel.h │ │ │ ├── CLGEMMLowpMatrixMultiplyReshapedKernel.h │ │ │ ├── CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.h │ │ │ ├── CLGEMMLowpOffsetContributionKernel.h │ │ │ ├── CLGEMMLowpOffsetContributionOutputStageKernel.h │ │ │ ├── CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.h │ │ │ ├── CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h │ │ │ ├── CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloatKernel.h │ │ │ ├── CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.h │ │ │ ├── CLGEMMLowpReductionKernel.h │ │ │ ├── CLGEMMMatrixAccumulateBiasesKernel.h │ │ │ ├── CLGEMMMatrixAdditionKernel.h │ │ │ ├── CLGEMMMatrixMultiplyKernel.h │ │ │ ├── CLGEMMMatrixMultiplyNativeKernel.h │ │ │ ├── CLGEMMMatrixMultiplyReshapedKernel.h │ │ │ ├── CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.h │ │ │ ├── CLGEMMMatrixVectorMultiplyKernel.h │ │ │ ├── CLGEMMReshapeLHSMatrixKernel.h │ │ │ ├── CLGEMMReshapeRHSMatrixKernel.h │ │ │ ├── CLGatherKernel.h │ │ │ ├── CLGaussian3x3Kernel.h │ │ │ ├── CLGaussian5x5Kernel.h │ │ │ ├── CLGaussianPyramidKernel.h │ │ │ ├── CLGenerateProposalsLayerKernel.h │ │ │ ├── CLHOGDescriptorKernel.h │ │ │ ├── CLHOGDetectorKernel.h │ │ │ ├── CLHarrisCornersKernel.h │ │ │ ├── CLHeightConcatenateLayerKernel.h │ │ │ ├── CLHistogramKernel.h │ │ │ ├── CLIm2ColKernel.h │ │ │ ├── CLIntegralImageKernel.h │ │ │ ├── CLL2NormalizeLayerKernel.h │ │ │ ├── CLLKTrackerKernel.h │ │ │ ├── CLLocallyConnectedMatrixMultiplyKernel.h │ │ │ ├── CLMagnitudePhaseKernel.h │ │ │ ├── CLMeanStdDevKernel.h │ │ │ ├── CLMeanStdDevNormalizationKernel.h │ │ │ ├── CLMedian3x3Kernel.h │ │ │ ├── CLMemsetKernel.h │ │ │ ├── CLMinMaxLayerKernel.h │ │ │ ├── CLMinMaxLocationKernel.h │ │ │ ├── CLNonLinearFilterKernel.h │ │ │ ├── CLNonMaximaSuppression3x3Kernel.h │ │ │ ├── CLNormalizationLayerKernel.h │ │ │ ├── CLNormalizePlanarYUVLayerKernel.h │ │ │ ├── CLPermuteKernel.h │ │ │ ├── CLPixelWiseMultiplicationKernel.h │ │ │ ├── CLPoolingLayerKernel.h │ │ │ ├── CLPriorBoxLayerKernel.h │ │ │ ├── CLQuantizationLayerKernel.h │ │ │ ├── CLROIAlignLayerKernel.h │ │ │ ├── CLROIPoolingLayerKernel.h │ │ │ ├── CLRangeKernel.h │ │ │ ├── CLReductionOperationKernel.h │ │ │ ├── CLRemapKernel.h │ │ │ ├── CLReorgLayerKernel.h │ │ │ ├── CLReshapeLayerKernel.h │ │ │ ├── CLReverseKernel.h │ │ │ ├── CLScaleKernel.h │ │ │ ├── CLScharr3x3Kernel.h │ │ │ ├── CLSelectKernel.h │ │ │ ├── CLSobel3x3Kernel.h │ │ │ ├── CLSobel5x5Kernel.h │ │ │ ├── CLSobel7x7Kernel.h │ │ │ ├── CLSoftmaxLayerKernel.h │ │ │ ├── CLSpaceToBatchLayerKernel.h │ │ │ ├── CLSpaceToDepthLayerKernel.h │ │ │ ├── CLStackLayerKernel.h │ │ │ ├── CLStridedSliceKernel.h │ │ │ ├── CLTableLookupKernel.h │ │ │ ├── CLThresholdKernel.h │ │ │ ├── CLTileKernel.h │ │ │ ├── CLTransposeKernel.h │ │ │ ├── CLUpsampleLayerKernel.h │ │ │ ├── CLWarpAffineKernel.h │ │ │ ├── CLWarpPerspectiveKernel.h │ │ │ ├── CLWeightsReshapeKernel.h │ │ │ ├── CLWidthConcatenate2TensorsKernel.h │ │ │ ├── CLWidthConcatenate4TensorsKernel.h │ │ │ ├── CLWidthConcatenateLayerKernel.h │ │ │ ├── CLWinogradFilterTransformKernel.h │ │ │ ├── CLWinogradInputTransformKernel.h │ │ │ ├── CLWinogradOutputTransformKernel.h │ │ │ ├── CLYOLOLayerKernel.h │ │ │ └── ICLDepthwiseConvolutionLayer3x3Kernel.h │ ├── CPP │ │ ├── CPPKernels.h │ │ ├── CPPTypes.h │ │ ├── ICPPKernel.h │ │ ├── ICPPSimpleKernel.h │ │ ├── Validate.h │ │ └── kernels │ │ │ ├── CPPBoxWithNonMaximaSuppressionLimitKernel.h │ │ │ ├── CPPCornerCandidatesKernel.h │ │ │ ├── CPPDetectionWindowNonMaximaSuppressionKernel.h │ │ │ ├── CPPFlipWeightsKernel.h │ │ │ ├── CPPNonMaximumSuppressionKernel.h │ │ │ ├── CPPPermuteKernel.h │ │ │ ├── CPPSortEuclideanDistanceKernel.h │ │ │ ├── CPPTopKVKernel.h │ │ │ └── CPPUpsampleKernel.h │ ├── Coordinates.h │ ├── Dimensions.h │ ├── Error.h │ ├── GLES_COMPUTE │ │ ├── GCHelpers.h │ │ ├── GCKernelLibrary.h │ │ ├── GCKernels.h │ │ ├── IGCKernel.h │ │ ├── IGCSimple2DKernel.h │ │ ├── IGCSimple3DKernel.h │ │ ├── IGCSimpleKernel.h │ │ ├── IGCTensor.h │ │ ├── OpenGLES.h │ │ └── kernels │ │ │ ├── GCAbsoluteDifferenceKernel.h │ │ │ ├── GCActivationLayerKernel.h │ │ │ ├── GCArithmeticAdditionKernel.h │ │ │ ├── GCBatchNormalizationLayerKernel.h │ │ │ ├── GCCol2ImKernel.h │ │ │ ├── GCDepthConcatenateLayerKernel.h │ │ │ ├── GCDepthwiseConvolutionLayer3x3Kernel.h │ │ │ ├── GCDirectConvolutionLayerKernel.h │ │ │ ├── GCDropoutLayerKernel.h │ │ │ ├── GCFillBorderKernel.h │ │ │ ├── GCGEMMInterleave4x4Kernel.h │ │ │ ├── GCGEMMMatrixAccumulateBiasesKernel.h │ │ │ ├── GCGEMMMatrixAdditionKernel.h │ │ │ ├── GCGEMMMatrixMultiplyKernel.h │ │ │ ├── GCGEMMTranspose1xWKernel.h │ │ │ ├── GCIm2ColKernel.h │ │ │ ├── GCNormalizationLayerKernel.h │ │ │ ├── GCNormalizePlanarYUVLayerKernel.h │ │ │ ├── GCPixelWiseMultiplicationKernel.h │ │ │ ├── GCPoolingLayerKernel.h │ │ │ ├── GCScaleKernel.h │ │ │ ├── GCSoftmaxLayerKernel.h │ │ │ ├── GCTensorShiftKernel.h │ │ │ ├── GCTransposeKernel.h │ │ │ └── GCWeightsReshapeKernel.h │ ├── GPUTarget.h │ ├── HOGInfo.h │ ├── Helpers.h │ ├── Helpers.inl │ ├── IAccessWindow.h │ ├── IArray.h │ ├── IDistribution.h │ ├── IDistribution1D.h │ ├── IHOG.h │ ├── IKernel.h │ ├── ILut.h │ ├── IMultiHOG.h │ ├── IMultiImage.h │ ├── IPyramid.h │ ├── ITensor.h │ ├── ITensorInfo.h │ ├── KernelDescriptors.h │ ├── Log.h │ ├── MultiImageInfo.h │ ├── NEON │ │ ├── INEKernel.h │ │ ├── INESimpleKernel.h │ │ ├── NEAsymm.h │ │ ├── NEAsymm.inl │ │ ├── NEColorConvertHelper.inl │ │ ├── NEFixedPoint.h │ │ ├── NEFixedPoint.inl │ │ ├── NEKernels.h │ │ ├── NEMath.h │ │ ├── NEMath.inl │ │ ├── NESymm.h │ │ ├── kernels │ │ │ ├── NEAbsoluteDifferenceKernel.h │ │ │ ├── NEAccumulateKernel.h │ │ │ ├── NEActivationLayerKernel.h │ │ │ ├── NEArithmeticAdditionKernel.h │ │ │ ├── NEArithmeticSubtractionKernel.h │ │ │ ├── NEBatchConcatenateLayerKernel.h │ │ │ ├── NEBatchNormalizationLayerKernel.h │ │ │ ├── NEBatchToSpaceLayerKernel.h │ │ │ ├── NEBitwiseAndKernel.h │ │ │ ├── NEBitwiseNotKernel.h │ │ │ ├── NEBitwiseOrKernel.h │ │ │ ├── NEBitwiseXorKernel.h │ │ │ ├── NEBox3x3Kernel.h │ │ │ ├── NECannyEdgeKernel.h │ │ │ ├── NEChannelCombineKernel.h │ │ │ ├── NEChannelExtractKernel.h │ │ │ ├── NEChannelShuffleLayerKernel.h │ │ │ ├── NECol2ImKernel.h │ │ │ ├── NEColorConvertKernel.h │ │ │ ├── NEConvertFullyConnectedWeightsKernel.h │ │ │ ├── NEConvolutionKernel.h │ │ │ ├── NECopyKernel.h │ │ │ ├── NECropKernel.h │ │ │ ├── NECumulativeDistributionKernel.h │ │ │ ├── NEDepthConcatenateLayerKernel.h │ │ │ ├── NEDepthConvertLayerKernel.h │ │ │ ├── NEDepthToSpaceLayerKernel.h │ │ │ ├── NEDepthwiseConvolutionLayer3x3Kernel.h │ │ │ ├── NEDepthwiseConvolutionLayerNativeKernel.h │ │ │ ├── NEDepthwiseIm2ColKernel.h │ │ │ ├── NEDepthwiseVectorToTensorKernel.h │ │ │ ├── NEDepthwiseWeightsReshapeKernel.h │ │ │ ├── NEDequantizationLayerKernel.h │ │ │ ├── NEDerivativeKernel.h │ │ │ ├── NEDilateKernel.h │ │ │ ├── NEDirectConvolutionLayerKernel.h │ │ │ ├── NEDirectConvolutionLayerOutputStageKernel.h │ │ │ ├── NEElementwiseOperationKernel.h │ │ │ ├── NEElementwiseUnaryKernel.h │ │ │ ├── NEErodeKernel.h │ │ │ ├── NEFFTDigitReverseKernel.h │ │ │ ├── NEFFTRadixStageKernel.h │ │ │ ├── NEFFTScaleKernel.h │ │ │ ├── NEFastCornersKernel.h │ │ │ ├── NEFillArrayKernel.h │ │ │ ├── NEFillBorderKernel.h │ │ │ ├── NEFillInnerBorderKernel.h │ │ │ ├── NEFlattenLayerKernel.h │ │ │ ├── NEFloorKernel.h │ │ │ ├── NEFuseBatchNormalizationKernel.h │ │ │ ├── NEGEMMAssemblyBaseKernel.h │ │ │ ├── NEGEMMInterleave4x4Kernel.h │ │ │ ├── NEGEMMLowpMatrixMultiplyKernel.h │ │ │ ├── NEGEMMLowpOffsetContributionKernel.h │ │ │ ├── NEGEMMLowpOffsetContributionOutputStageKernel.h │ │ │ ├── NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.h │ │ │ ├── NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h │ │ │ ├── NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.h │ │ │ ├── NEGEMMLowpReductionKernel.h │ │ │ ├── NEGEMMMatrixAccumulateBiasesKernel.h │ │ │ ├── NEGEMMMatrixAdditionKernel.h │ │ │ ├── NEGEMMMatrixMultiplyKernel.h │ │ │ ├── NEGEMMMatrixVectorMultiplyKernel.h │ │ │ ├── NEGEMMTranspose1xWKernel.h │ │ │ ├── NEGatherKernel.h │ │ │ ├── NEGaussian3x3Kernel.h │ │ │ ├── NEGaussian5x5Kernel.h │ │ │ ├── NEGaussianPyramidKernel.h │ │ │ ├── NEHOGDescriptorKernel.h │ │ │ ├── NEHOGDetectorKernel.h │ │ │ ├── NEHarrisCornersKernel.h │ │ │ ├── NEHeightConcatenateLayerKernel.h │ │ │ ├── NEHistogramKernel.h │ │ │ ├── NEIm2ColKernel.h │ │ │ ├── NEIntegralImageKernel.h │ │ │ ├── NEL2NormalizeLayerKernel.h │ │ │ ├── NELKTrackerKernel.h │ │ │ ├── NELocallyConnectedMatrixMultiplyKernel.h │ │ │ ├── NEMagnitudePhaseKernel.h │ │ │ ├── NEMeanStdDevKernel.h │ │ │ ├── NEMeanStdDevNormalizationKernel.h │ │ │ ├── NEMedian3x3Kernel.h │ │ │ ├── NEMemsetKernel.h │ │ │ ├── NEMinMaxLayerKernel.h │ │ │ ├── NEMinMaxLocationKernel.h │ │ │ ├── NENonLinearFilterKernel.h │ │ │ ├── NENonMaximaSuppression3x3Kernel.h │ │ │ ├── NENormalizationLayerKernel.h │ │ │ ├── NEPermuteKernel.h │ │ │ ├── NEPixelWiseMultiplicationKernel.h │ │ │ ├── NEPoolingLayerKernel.h │ │ │ ├── NEPriorBoxLayerKernel.h │ │ │ ├── NEQuantizationLayerKernel.h │ │ │ ├── NEROIPoolingLayerKernel.h │ │ │ ├── NERangeKernel.h │ │ │ ├── NEReductionOperationKernel.h │ │ │ ├── NERemapKernel.h │ │ │ ├── NEReorgLayerKernel.h │ │ │ ├── NEReshapeLayerKernel.h │ │ │ ├── NEReverseKernel.h │ │ │ ├── NEScaleKernel.h │ │ │ ├── NEScharr3x3Kernel.h │ │ │ ├── NESelectKernel.h │ │ │ ├── NESobel3x3Kernel.h │ │ │ ├── NESobel5x5Kernel.h │ │ │ ├── NESobel7x7Kernel.h │ │ │ ├── NESoftmaxLayerKernel.h │ │ │ ├── NESpaceToBatchLayerKernel.h │ │ │ ├── NESpaceToDepthLayerKernel.h │ │ │ ├── NEStackLayerKernel.h │ │ │ ├── NEStridedSliceKernel.h │ │ │ ├── NETableLookupKernel.h │ │ │ ├── NEThresholdKernel.h │ │ │ ├── NETileKernel.h │ │ │ ├── NETransposeKernel.h │ │ │ ├── NEUpsampleLayerKernel.h │ │ │ ├── NEWarpKernel.h │ │ │ ├── NEWeightsReshapeKernel.h │ │ │ ├── NEWidthConcatenateLayerKernel.h │ │ │ ├── NEWinogradConvolutionLayerKernel.h │ │ │ ├── NEYOLOLayerKernel.h │ │ │ ├── assembly │ │ │ │ ├── Helpers.h │ │ │ │ ├── INEGEMMWrapperKernel.h │ │ │ │ ├── NEDepthwiseConvolutionAssemblyKernelWrapper.h │ │ │ │ ├── NEGEMMAssemblyWrapperKernel.h │ │ │ │ ├── NEGEMMInterleavedMatrixMultiplyWrapper.h │ │ │ │ ├── NEGEMMInterleavedPrepareBWrapperKernel.h │ │ │ │ ├── NEGEMMInterleavedTransformAWrapper.h │ │ │ │ ├── NEGEMMNativeWrapperKernel.h │ │ │ │ ├── arm_gemm.hpp │ │ │ │ ├── arm_gemm_local.hpp │ │ │ │ └── gemm_common.hpp │ │ │ ├── convolution │ │ │ │ ├── common │ │ │ │ │ ├── activation.hpp │ │ │ │ │ ├── alloc.hpp │ │ │ │ │ ├── arm.hpp │ │ │ │ │ ├── convolution.hpp │ │ │ │ │ ├── padding.hpp │ │ │ │ │ ├── perf.h │ │ │ │ │ ├── qasymm8.hpp │ │ │ │ │ ├── shims.hpp │ │ │ │ │ ├── tensor.hpp │ │ │ │ │ ├── tensor_utils.hpp │ │ │ │ │ └── utils.hpp │ │ │ │ ├── depthwise │ │ │ │ │ ├── depthwise.hpp │ │ │ │ │ ├── depthwise_dilated.hpp │ │ │ │ │ ├── depthwise_quantized.hpp │ │ │ │ │ └── depthwise_quantized_dilated.hpp │ │ │ │ └── winograd │ │ │ │ │ ├── winograd.hpp │ │ │ │ │ └── winograd_layer.hpp │ │ │ └── detail │ │ │ │ ├── NEActivationFunctionDetail.h │ │ │ │ ├── NEDirectConvolution3x3.h │ │ │ │ └── NEDirectConvolutionDetail.h │ │ └── wrapper │ │ │ ├── intrinsics │ │ │ ├── abs.h │ │ │ ├── add.h │ │ │ ├── and.h │ │ │ ├── bsl.h │ │ │ ├── ceq.h │ │ │ ├── cge.h │ │ │ ├── cgt.h │ │ │ ├── clt.h │ │ │ ├── combine.h │ │ │ ├── div.h │ │ │ ├── dup_n.h │ │ │ ├── exp.h │ │ │ ├── gethigh.h │ │ │ ├── getlane.h │ │ │ ├── getlow.h │ │ │ ├── intrinsics.h │ │ │ ├── inv.h │ │ │ ├── invsqrt.h │ │ │ ├── load.h │ │ │ ├── log.h │ │ │ ├── max.h │ │ │ ├── min.h │ │ │ ├── mla.h │ │ │ ├── movl.h │ │ │ ├── movn.h │ │ │ ├── mul.h │ │ │ ├── neg.h │ │ │ ├── not.h │ │ │ ├── orr.h │ │ │ ├── padd.h │ │ │ ├── pmax.h │ │ │ ├── pmin.h │ │ │ ├── pow.h │ │ │ ├── rev64.h │ │ │ ├── round.h │ │ │ ├── setlane.h │ │ │ ├── sin.h │ │ │ ├── store.h │ │ │ ├── sub.h │ │ │ └── tanh.h │ │ │ ├── scalar │ │ │ ├── add.h │ │ │ └── scalar.h │ │ │ ├── traits.h │ │ │ └── wrapper.h │ ├── PixelValue.h │ ├── PyramidInfo.h │ ├── QuantizationInfo.h │ ├── Rounding.h │ ├── Size2D.h │ ├── Steps.h │ ├── Strides.h │ ├── SubTensorInfo.h │ ├── TensorInfo.h │ ├── TensorShape.h │ ├── Types.h │ ├── Utils.h │ ├── Validate.h │ ├── Window.h │ ├── Window.inl │ ├── WindowIterator.h │ └── utils │ │ ├── helpers │ │ ├── bit_ops.h │ │ ├── fft.h │ │ ├── float_ops.h │ │ ├── tensor_info.h │ │ └── tensor_transform.h │ │ ├── io │ │ └── FileHandler.h │ │ ├── logging │ │ ├── FilePrinter.h │ │ ├── Helpers.h │ │ ├── IPrinter.h │ │ ├── LogMsgDecorators.h │ │ ├── Logger.h │ │ ├── LoggerRegistry.h │ │ ├── Macros.h │ │ ├── Printers.h │ │ ├── StdPrinter.h │ │ └── Types.h │ │ ├── misc │ │ ├── CRTP.h │ │ ├── Cast.h │ │ ├── ICloneable.h │ │ ├── InfoHelpers.h │ │ ├── Iterable.h │ │ ├── MMappedFile.h │ │ ├── Macros.h │ │ ├── Random.h │ │ ├── Requires.h │ │ ├── Rounding.h │ │ ├── SaturateCast.h │ │ ├── ShapeCalculator.h │ │ ├── Traits.h │ │ └── Utility.h │ │ └── quantization │ │ └── AsymmHelpers.h ├── graph.h ├── graph │ ├── Edge.h │ ├── Graph.h │ ├── GraphBuilder.h │ ├── GraphContext.h │ ├── GraphManager.h │ ├── IDeviceBackend.h │ ├── IGraphMutator.h │ ├── IGraphPrinter.h │ ├── INode.h │ ├── INodeVisitor.h │ ├── ITensorAccessor.h │ ├── ITensorHandle.h │ ├── LayerDescriptors.h │ ├── Logger.h │ ├── PassManager.h │ ├── Tensor.h │ ├── TensorDescriptor.h │ ├── TypeLoader.h │ ├── TypePrinter.h │ ├── Types.h │ ├── Utils.h │ ├── Workload.h │ ├── algorithms │ │ ├── Algorithms.h │ │ └── TopologicalSort.h │ ├── backends │ │ ├── BackendRegistrar.h │ │ ├── BackendRegistry.h │ │ ├── CL │ │ │ ├── CLDeviceBackend.h │ │ │ ├── CLFunctionFactory.h │ │ │ ├── CLNodeValidator.h │ │ │ ├── CLSubTensorHandle.h │ │ │ └── CLTensorHandle.h │ │ ├── FunctionHelpers.h │ │ ├── FusedConvolutionBatchNormalizationFunction.h │ │ ├── FusedDepthwiseConvolutionBatchNormalizationFunction.h │ │ ├── GLES │ │ │ ├── GCDeviceBackend.h │ │ │ ├── GCFunctionFactory.h │ │ │ ├── GCNodeValidator.h │ │ │ └── GCTensorHandle.h │ │ ├── NEON │ │ │ ├── NEDeviceBackend.h │ │ │ ├── NEFunctionFactory.h │ │ │ ├── NENodeValidator.h │ │ │ ├── NESubTensorHandle.h │ │ │ └── NETensorHandle.h │ │ ├── Utils.h │ │ └── ValidateHelpers.h │ ├── detail │ │ ├── CrossLayerMemoryManagerHelpers.h │ │ └── ExecutionHelpers.h │ ├── frontend │ │ ├── ILayer.h │ │ ├── IStream.h │ │ ├── IStreamOperators.h │ │ ├── Layers.h │ │ ├── Stream.h │ │ ├── SubStream.h │ │ └── Types.h │ ├── mutators │ │ ├── DepthConcatSubTensorMutator.h │ │ ├── GraphMutators.h │ │ ├── GroupedConvolutionMutator.h │ │ ├── InPlaceOperationMutator.h │ │ ├── NodeExecutionMethodMutator.h │ │ ├── NodeFusionMutator.h │ │ └── SplitLayerSubTensorMutator.h │ ├── nodes │ │ ├── ActivationLayerNode.h │ │ ├── BatchNormalizationLayerNode.h │ │ ├── BoundingBoxTransformLayerNode.h │ │ ├── ChannelShuffleLayerNode.h │ │ ├── ConcatenateLayerNode.h │ │ ├── ConstNode.h │ │ ├── ConvolutionLayerNode.h │ │ ├── DeconvolutionLayerNode.h │ │ ├── DepthwiseConvolutionLayerNode.h │ │ ├── DetectionOutputLayerNode.h │ │ ├── DetectionPostProcessLayerNode.h │ │ ├── DummyNode.h │ │ ├── EltwiseLayerNode.h │ │ ├── FlattenLayerNode.h │ │ ├── FullyConnectedLayerNode.h │ │ ├── FusedConvolutionBatchNormalizationNode.h │ │ ├── FusedDepthwiseConvolutionBatchNormalizationNode.h │ │ ├── GenerateProposalsLayerNode.h │ │ ├── InputNode.h │ │ ├── Nodes.h │ │ ├── NodesFwd.h │ │ ├── NormalizationLayerNode.h │ │ ├── NormalizePlanarYUVLayerNode.h │ │ ├── OutputNode.h │ │ ├── PadLayerNode.h │ │ ├── PermuteLayerNode.h │ │ ├── PoolingLayerNode.h │ │ ├── PriorBoxLayerNode.h │ │ ├── QuantizationLayerNode.h │ │ ├── ROIAlignLayerNode.h │ │ ├── ReorgLayerNode.h │ │ ├── ReshapeLayerNode.h │ │ ├── ResizeLayerNode.h │ │ ├── SliceLayerNode.h │ │ ├── SoftmaxLayerNode.h │ │ ├── SplitLayerNode.h │ │ ├── StackLayerNode.h │ │ ├── UpsampleLayerNode.h │ │ └── YOLOLayerNode.h │ └── printers │ │ ├── DotGraphPrinter.h │ │ └── Printers.h └── runtime │ ├── Allocator.h │ ├── Array.h │ ├── BlobLifetimeManager.h │ ├── BlobMemoryPool.h │ ├── CL │ ├── CLArray.h │ ├── CLBufferAllocator.h │ ├── CLDistribution1D.h │ ├── CLFunctions.h │ ├── CLHOG.h │ ├── CLHelpers.h │ ├── CLLut.h │ ├── CLLutAllocator.h │ ├── CLMemory.h │ ├── CLMemoryGroup.h │ ├── CLMemoryRegion.h │ ├── CLMultiHOG.h │ ├── CLMultiImage.h │ ├── CLPyramid.h │ ├── CLScheduler.h │ ├── CLSubTensor.h │ ├── CLTensor.h │ ├── CLTensorAllocator.h │ ├── CLTuner.h │ ├── CLTunerTypes.h │ ├── ICLSimpleFunction.h │ ├── ICLTuner.h │ ├── functions │ │ ├── CLAbsoluteDifference.h │ │ ├── CLAccumulate.h │ │ ├── CLActivationLayer.h │ │ ├── CLArgMinMaxLayer.h │ │ ├── CLBatchNormalizationLayer.h │ │ ├── CLBatchToSpaceLayer.h │ │ ├── CLBitwiseAnd.h │ │ ├── CLBitwiseNot.h │ │ ├── CLBitwiseOr.h │ │ ├── CLBitwiseXor.h │ │ ├── CLBoundingBoxTransform.h │ │ ├── CLBox3x3.h │ │ ├── CLCannyEdge.h │ │ ├── CLCast.h │ │ ├── CLChannelCombine.h │ │ ├── CLChannelExtract.h │ │ ├── CLChannelShuffleLayer.h │ │ ├── CLColorConvert.h │ │ ├── CLComparison.h │ │ ├── CLComputeAllAnchors.h │ │ ├── CLConcatenateLayer.h │ │ ├── CLConvertFullyConnectedWeights.h │ │ ├── CLConvolution.h │ │ ├── CLConvolutionLayer.h │ │ ├── CLCopy.h │ │ ├── CLCropResize.h │ │ ├── CLDeconvolutionLayer.h │ │ ├── CLDeconvolutionLayerUpsample.h │ │ ├── CLDepthConvertLayer.h │ │ ├── CLDepthToSpaceLayer.h │ │ ├── CLDepthwiseConvolutionLayer.h │ │ ├── CLDepthwiseSeparableConvolutionLayer.h │ │ ├── CLDequantizationLayer.h │ │ ├── CLDerivative.h │ │ ├── CLDilate.h │ │ ├── CLDirectConvolutionLayer.h │ │ ├── CLDirectDeconvolutionLayer.h │ │ ├── CLElementWiseUnaryLayer.h │ │ ├── CLElementwiseOperations.h │ │ ├── CLEqualizeHistogram.h │ │ ├── CLErode.h │ │ ├── CLFFT1D.h │ │ ├── CLFFT2D.h │ │ ├── CLFFTConvolutionLayer.h │ │ ├── CLFastCorners.h │ │ ├── CLFillBorder.h │ │ ├── CLFlattenLayer.h │ │ ├── CLFloor.h │ │ ├── CLFullyConnectedLayer.h │ │ ├── CLFuseBatchNormalization.h │ │ ├── CLGEMM.h │ │ ├── CLGEMMConvolutionLayer.h │ │ ├── CLGEMMDeconvolutionLayer.h │ │ ├── CLGEMMLowpMatrixMultiplyCore.h │ │ ├── CLGEMMLowpOutputStage.h │ │ ├── CLGather.h │ │ ├── CLGaussian3x3.h │ │ ├── CLGaussian5x5.h │ │ ├── CLGaussianPyramid.h │ │ ├── CLGenerateProposalsLayer.h │ │ ├── CLHOGDescriptor.h │ │ ├── CLHOGDetector.h │ │ ├── CLHOGGradient.h │ │ ├── CLHOGMultiDetection.h │ │ ├── CLHarrisCorners.h │ │ ├── CLHistogram.h │ │ ├── CLIntegralImage.h │ │ ├── CLL2NormalizeLayer.h │ │ ├── CLLSTMLayer.h │ │ ├── CLLSTMLayerQuantized.h │ │ ├── CLLaplacianPyramid.h │ │ ├── CLLaplacianReconstruct.h │ │ ├── CLLocallyConnectedLayer.h │ │ ├── CLMagnitude.h │ │ ├── CLMeanStdDev.h │ │ ├── CLMeanStdDevNormalizationLayer.h │ │ ├── CLMedian3x3.h │ │ ├── CLMinMaxLocation.h │ │ ├── CLNonLinearFilter.h │ │ ├── CLNonMaximaSuppression3x3.h │ │ ├── CLNormalizationLayer.h │ │ ├── CLNormalizePlanarYUVLayer.h │ │ ├── CLOpticalFlow.h │ │ ├── CLPReluLayer.h │ │ ├── CLPadLayer.h │ │ ├── CLPermute.h │ │ ├── CLPhase.h │ │ ├── CLPixelWiseMultiplication.h │ │ ├── CLPoolingLayer.h │ │ ├── CLPriorBoxLayer.h │ │ ├── CLQuantizationLayer.h │ │ ├── CLRNNLayer.h │ │ ├── CLROIAlignLayer.h │ │ ├── CLROIPoolingLayer.h │ │ ├── CLRange.h │ │ ├── CLReduceMean.h │ │ ├── CLReductionOperation.h │ │ ├── CLRemap.h │ │ ├── CLReorgLayer.h │ │ ├── CLReshapeLayer.h │ │ ├── CLReverse.h │ │ ├── CLScale.h │ │ ├── CLScharr3x3.h │ │ ├── CLSelect.h │ │ ├── CLSlice.h │ │ ├── CLSobel3x3.h │ │ ├── CLSobel5x5.h │ │ ├── CLSobel7x7.h │ │ ├── CLSoftmaxLayer.h │ │ ├── CLSpaceToBatchLayer.h │ │ ├── CLSpaceToDepthLayer.h │ │ ├── CLSplit.h │ │ ├── CLStackLayer.h │ │ ├── CLStridedSlice.h │ │ ├── CLTableLookup.h │ │ ├── CLThreshold.h │ │ ├── CLTile.h │ │ ├── CLTranspose.h │ │ ├── CLUnstack.h │ │ ├── CLUpsampleLayer.h │ │ ├── CLWarpAffine.h │ │ ├── CLWarpPerspective.h │ │ ├── CLWinogradConvolutionLayer.h │ │ ├── CLWinogradInputTransform.h │ │ └── CLYOLOLayer.h │ └── tuners │ │ ├── BifrostTuner.h │ │ ├── CLLWSList.h │ │ ├── MidgardTuner.h │ │ └── Tuners.h │ ├── CPP │ ├── CPPFunctions.h │ ├── CPPScheduler.h │ ├── ICPPSimpleFunction.h │ └── functions │ │ ├── CPPBoxWithNonMaximaSuppressionLimit.h │ │ ├── CPPDetectionOutputLayer.h │ │ ├── CPPDetectionPostProcessLayer.h │ │ ├── CPPNonMaximumSuppression.h │ │ ├── CPPPermute.h │ │ ├── CPPTopKV.h │ │ └── CPPUpsample.h │ ├── CPUUtils.h │ ├── Distribution1D.h │ ├── FunctionDescriptors.h │ ├── GLES_COMPUTE │ ├── GCBufferAllocator.h │ ├── GCFunctions.h │ ├── GCMemory.h │ ├── GCMemoryGroup.h │ ├── GCMemoryRegion.h │ ├── GCScheduler.h │ ├── GCTensor.h │ ├── GCTensorAllocator.h │ ├── IGCSimpleFunction.h │ └── functions │ │ ├── GCAbsoluteDifference.h │ │ ├── GCActivationLayer.h │ │ ├── GCArithmeticAddition.h │ │ ├── GCBatchNormalizationLayer.h │ │ ├── GCConcatenateLayer.h │ │ ├── GCConvolutionLayer.h │ │ ├── GCDepthwiseConvolutionLayer.h │ │ ├── GCDirectConvolutionLayer.h │ │ ├── GCDropoutLayer.h │ │ ├── GCFillBorder.h │ │ ├── GCFullyConnectedLayer.h │ │ ├── GCGEMM.h │ │ ├── GCGEMMInterleave4x4.h │ │ ├── GCGEMMTranspose1xW.h │ │ ├── GCNormalizationLayer.h │ │ ├── GCNormalizePlanarYUVLayer.h │ │ ├── GCPixelWiseMultiplication.h │ │ ├── GCPoolingLayer.h │ │ ├── GCScale.h │ │ ├── GCSoftmaxLayer.h │ │ ├── GCTensorShift.h │ │ └── GCTranspose.h │ ├── HOG.h │ ├── IAllocator.h │ ├── IFunction.h │ ├── ILifetimeManager.h │ ├── ILutAllocator.h │ ├── IMemory.h │ ├── IMemoryGroup.h │ ├── IMemoryManager.h │ ├── IMemoryPool.h │ ├── IMemoryRegion.h │ ├── IPoolManager.h │ ├── IScheduler.h │ ├── ISimpleLifetimeManager.h │ ├── ITensorAllocator.h │ ├── Lut.h │ ├── LutAllocator.h │ ├── Memory.h │ ├── MemoryGroup.h │ ├── MemoryGroupBase.h │ ├── MemoryManagerOnDemand.h │ ├── MemoryRegion.h │ ├── MultiHOG.h │ ├── MultiImage.h │ ├── NEON │ ├── INESimpleFunction.h │ ├── INESimpleFunctionNoBorder.h │ ├── NEFunctions.h │ ├── NEScheduler.h │ └── functions │ │ ├── NEAbsoluteDifference.h │ │ ├── NEAccumulate.h │ │ ├── NEActivationLayer.h │ │ ├── NEArgMinMaxLayer.h │ │ ├── NEArithmeticAddition.h │ │ ├── NEArithmeticSubtraction.h │ │ ├── NEBatchNormalizationLayer.h │ │ ├── NEBatchToSpaceLayer.h │ │ ├── NEBitwiseAnd.h │ │ ├── NEBitwiseNot.h │ │ ├── NEBitwiseOr.h │ │ ├── NEBitwiseXor.h │ │ ├── NEBox3x3.h │ │ ├── NECannyEdge.h │ │ ├── NECast.h │ │ ├── NEChannelCombine.h │ │ ├── NEChannelExtract.h │ │ ├── NEChannelShuffleLayer.h │ │ ├── NECol2Im.h │ │ ├── NEColorConvert.h │ │ ├── NEConcatenateLayer.h │ │ ├── NEConvertFullyConnectedWeights.h │ │ ├── NEConvolution.h │ │ ├── NEConvolutionLayer.h │ │ ├── NECopy.h │ │ ├── NECropResize.h │ │ ├── NEDeconvolutionLayer.h │ │ ├── NEDepthConvertLayer.h │ │ ├── NEDepthToSpaceLayer.h │ │ ├── NEDepthwiseConvolutionLayer.h │ │ ├── NEDepthwiseSeparableConvolutionLayer.h │ │ ├── NEDequantizationLayer.h │ │ ├── NEDerivative.h │ │ ├── NEDilate.h │ │ ├── NEDirectConvolutionLayer.h │ │ ├── NEElementwiseOperations.h │ │ ├── NEElementwiseUnaryLayer.h │ │ ├── NEEqualizeHistogram.h │ │ ├── NEErode.h │ │ ├── NEFFT1D.h │ │ ├── NEFFT2D.h │ │ ├── NEFFTConvolutionLayer.h │ │ ├── NEFastCorners.h │ │ ├── NEFillBorder.h │ │ ├── NEFlattenLayer.h │ │ ├── NEFloor.h │ │ ├── NEFullyConnectedLayer.h │ │ ├── NEFuseBatchNormalization.h │ │ ├── NEGEMM.h │ │ ├── NEGEMMAssemblyDispatch.h │ │ ├── NEGEMMConvolutionLayer.h │ │ ├── NEGEMMInterleave4x4.h │ │ ├── NEGEMMLowpAssemblyMatrixMultiplyCore.h │ │ ├── NEGEMMLowpMatrixMultiplyCore.h │ │ ├── NEGEMMLowpOutputStage.h │ │ ├── NEGEMMTranspose1xW.h │ │ ├── NEGather.h │ │ ├── NEGaussian3x3.h │ │ ├── NEGaussian5x5.h │ │ ├── NEGaussianPyramid.h │ │ ├── NEHOGDescriptor.h │ │ ├── NEHOGDetector.h │ │ ├── NEHOGGradient.h │ │ ├── NEHOGMultiDetection.h │ │ ├── NEHarrisCorners.h │ │ ├── NEHistogram.h │ │ ├── NEIm2Col.h │ │ ├── NEIntegralImage.h │ │ ├── NEL2NormalizeLayer.h │ │ ├── NELSTMLayer.h │ │ ├── NELSTMLayerQuantized.h │ │ ├── NELaplacianPyramid.h │ │ ├── NELaplacianReconstruct.h │ │ ├── NELocallyConnectedLayer.h │ │ ├── NEMagnitude.h │ │ ├── NEMeanStdDev.h │ │ ├── NEMeanStdDevNormalizationLayer.h │ │ ├── NEMedian3x3.h │ │ ├── NEMinMaxLocation.h │ │ ├── NENonLinearFilter.h │ │ ├── NENonMaximaSuppression3x3.h │ │ ├── NENormalizationLayer.h │ │ ├── NEOpticalFlow.h │ │ ├── NEPReluLayer.h │ │ ├── NEPadLayer.h │ │ ├── NEPermute.h │ │ ├── NEPhase.h │ │ ├── NEPixelWiseMultiplication.h │ │ ├── NEPoolingLayer.h │ │ ├── NEPriorBoxLayer.h │ │ ├── NEQuantizationLayer.h │ │ ├── NERNNLayer.h │ │ ├── NEROIPoolingLayer.h │ │ ├── NERange.h │ │ ├── NEReduceMean.h │ │ ├── NEReductionOperation.h │ │ ├── NERemap.h │ │ ├── NEReorgLayer.h │ │ ├── NEReshapeLayer.h │ │ ├── NEReverse.h │ │ ├── NEScale.h │ │ ├── NEScharr3x3.h │ │ ├── NESelect.h │ │ ├── NESimpleAssemblyFunction.h │ │ ├── NESlice.h │ │ ├── NESobel3x3.h │ │ ├── NESobel5x5.h │ │ ├── NESobel7x7.h │ │ ├── NESoftmaxLayer.h │ │ ├── NESpaceToBatchLayer.h │ │ ├── NESpaceToDepthLayer.h │ │ ├── NESplit.h │ │ ├── NEStackLayer.h │ │ ├── NEStridedSlice.h │ │ ├── NETableLookup.h │ │ ├── NEThreshold.h │ │ ├── NETile.h │ │ ├── NETranspose.h │ │ ├── NEUnstack.h │ │ ├── NEUpsampleLayer.h │ │ ├── NEWarpAffine.h │ │ ├── NEWarpPerspective.h │ │ ├── NEWinogradConvolutionLayer.h │ │ ├── NEYOLOLayer.h │ │ └── assembly │ │ ├── NEDepthwiseConvolutionAssemblyDispatch.h │ │ └── NEGEMMInterleavedWrapper.h │ ├── OMP │ └── OMPScheduler.h │ ├── OffsetLifetimeManager.h │ ├── OffsetMemoryPool.h │ ├── PoolManager.h │ ├── Pyramid.h │ ├── Scheduler.h │ ├── SingleThreadScheduler.h │ ├── SubTensor.h │ ├── Tensor.h │ ├── TensorAllocator.h │ ├── Types.h │ ├── Utils.h │ └── common │ └── LSTMParams.h ├── data └── images │ ├── 1280x720.ppm │ ├── 128x128.ppm │ ├── 1920x1080.ppm │ ├── 640x480.ppm │ └── 800x600.ppm ├── docs ├── 00_introduction.dox ├── 01_library.dox ├── 02_tests.dox ├── 03_scripts.dox ├── 04_adding_operator.dox ├── 05_functions_list.dox ├── Doxyfile ├── header.html └── stylesheet.css ├── documentation.xhtml ├── documentation ├── 00__introduction_8dox.xhtml ├── 01__library_8dox.xhtml ├── 02__tests_8dox.xhtml ├── 03__scripts_8dox.xhtml ├── 04__adding__operator_8dox.xhtml ├── 05__functions__list_8dox.xhtml ├── _abs_layer_8cpp.js ├── _abs_layer_8cpp.xhtml ├── _abs_layer_8cpp_source.xhtml ├── _absolute_difference_8h.js ├── _absolute_difference_8h.xhtml ├── _absolute_difference_8h_source.xhtml ├── _access_window_auto_padding_8cpp.xhtml ├── _access_window_auto_padding_8cpp_source.xhtml ├── _access_window_auto_padding_8h.xhtml ├── _access_window_auto_padding_8h_source.xhtml ├── _access_window_static_8cpp.xhtml ├── _access_window_static_8cpp_source.xhtml ├── _access_window_static_8h.xhtml ├── _access_window_static_8h_source.xhtml ├── _access_window_transpose_8cpp.xhtml ├── _access_window_transpose_8cpp_source.xhtml ├── _access_window_transpose_8h.xhtml ├── _access_window_transpose_8h_source.xhtml ├── _accessor_8h.xhtml ├── _accessor_8h_source.xhtml ├── _accumulate_8h.js ├── _accumulate_8h.xhtml ├── _accumulate_8h_source.xhtml ├── _activation_layer_8h.js ├── _activation_layer_8h.xhtml ├── _activation_layer_8h_source.xhtml ├── _activation_layer_node_8cpp.xhtml ├── _activation_layer_node_8cpp_source.xhtml ├── _activation_layer_node_8h.xhtml ├── _activation_layer_node_8h_source.xhtml ├── _algorithms_8h.xhtml ├── _algorithms_8h_source.xhtml ├── _allocator_8cpp.xhtml ├── _allocator_8cpp_source.xhtml ├── _allocator_8h.xhtml ├── _allocator_8h_source.xhtml ├── _arithmetic_division_8h.js ├── _arithmetic_division_8h.xhtml ├── _arithmetic_division_8h_source.xhtml ├── _arithmetic_operations_8cpp.js ├── _arithmetic_operations_8cpp.xhtml ├── _arithmetic_operations_8cpp_source.xhtml ├── _arithmetic_operations_8h.js ├── _arithmetic_operations_8h.xhtml ├── _arithmetic_operations_8h_source.xhtml ├── _array_8h.js ├── _array_8h.xhtml ├── _array_8h_source.xhtml ├── _array_accessor_8h.xhtml ├── _array_accessor_8h_source.xhtml ├── _asserts_8h.js ├── _asserts_8h.xhtml ├── _asserts_8h_source.xhtml ├── _assets_library_8cpp.xhtml ├── _assets_library_8cpp_source.xhtml ├── _assets_library_8h.js ├── _assets_library_8h.xhtml ├── _assets_library_8h_source.xhtml ├── _asymm_helpers_8cpp.js ├── _asymm_helpers_8cpp.xhtml ├── _asymm_helpers_8cpp_source.xhtml ├── _asymm_helpers_8h.js ├── _asymm_helpers_8h.xhtml ├── _asymm_helpers_8h_source.xhtml ├── _backend_registrar_8h.xhtml ├── _backend_registrar_8h_source.xhtml ├── _backend_registry_8cpp.xhtml ├── _backend_registry_8cpp_source.xhtml ├── _backend_registry_8h.xhtml ├── _backend_registry_8h_source.xhtml ├── _batch_normalization_layer_8h.js ├── _batch_normalization_layer_8h.xhtml ├── _batch_normalization_layer_8h_source.xhtml ├── _batch_normalization_layer_node_8cpp.xhtml ├── _batch_normalization_layer_node_8cpp_source.xhtml ├── _batch_normalization_layer_node_8h.xhtml ├── _batch_normalization_layer_node_8h_source.xhtml ├── _batch_to_space_layer_8h.js ├── _batch_to_space_layer_8h.xhtml ├── _batch_to_space_layer_8h_source.xhtml ├── _bifrost_tuner_8cpp.xhtml ├── _bifrost_tuner_8cpp_source.xhtml ├── _bifrost_tuner_8h.xhtml ├── _bifrost_tuner_8h_source.xhtml ├── _bitwise_and_8h.js ├── _bitwise_and_8h.xhtml ├── _bitwise_and_8h_source.xhtml ├── _bitwise_not_8h.js ├── _bitwise_not_8h.xhtml ├── _bitwise_not_8h_source.xhtml ├── _bitwise_or_8h.js ├── _bitwise_or_8h.xhtml ├── _bitwise_or_8h_source.xhtml ├── _bitwise_xor_8h.js ├── _bitwise_xor_8h.xhtml ├── _bitwise_xor_8h_source.xhtml ├── _blob_lifetime_manager_8cpp.xhtml ├── _blob_lifetime_manager_8cpp_source.xhtml ├── _blob_lifetime_manager_8h.xhtml ├── _blob_lifetime_manager_8h_source.xhtml ├── _blob_memory_pool_8cpp.xhtml ├── _blob_memory_pool_8cpp_source.xhtml ├── _blob_memory_pool_8h.xhtml ├── _blob_memory_pool_8h_source.xhtml ├── _bounding_box_transform_8h.js ├── _bounding_box_transform_8h.xhtml ├── _bounding_box_transform_8h_source.xhtml ├── _bounding_box_transform_layer_node_8cpp.xhtml ├── _bounding_box_transform_layer_node_8cpp_source.xhtml ├── _bounding_box_transform_layer_node_8h.xhtml ├── _bounding_box_transform_layer_node_8h_source.xhtml ├── _box3x3_8h.js ├── _box3x3_8h.xhtml ├── _box3x3_8h_source.xhtml ├── _c_l_2_absolute_difference_8cpp.js ├── _c_l_2_absolute_difference_8cpp.xhtml ├── _c_l_2_absolute_difference_8cpp_source.xhtml ├── _c_l_2_accumulate_8cpp.js ├── _c_l_2_accumulate_8cpp.xhtml ├── _c_l_2_accumulate_8cpp_source.xhtml ├── _c_l_2_arg_min_max_8cpp.js ├── _c_l_2_arg_min_max_8cpp.xhtml ├── _c_l_2_arg_min_max_8cpp_source.xhtml ├── _c_l_2_arithmetic_addition_8cpp.js ├── _c_l_2_arithmetic_addition_8cpp.xhtml ├── _c_l_2_arithmetic_addition_8cpp_source.xhtml ├── _c_l_2_arithmetic_division_8cpp.js ├── _c_l_2_arithmetic_division_8cpp.xhtml ├── _c_l_2_arithmetic_division_8cpp_source.xhtml ├── _c_l_2_arithmetic_subtraction_8cpp.js ├── _c_l_2_arithmetic_subtraction_8cpp.xhtml ├── _c_l_2_arithmetic_subtraction_8cpp_source.xhtml ├── _c_l_2_batch_concatenate_layer_8cpp.js ├── _c_l_2_batch_concatenate_layer_8cpp.xhtml ├── _c_l_2_batch_concatenate_layer_8cpp_source.xhtml ├── _c_l_2_batch_to_space_layer_8cpp.js ├── _c_l_2_batch_to_space_layer_8cpp.xhtml ├── _c_l_2_batch_to_space_layer_8cpp_source.xhtml ├── _c_l_2_bitwise_and_8cpp.js ├── _c_l_2_bitwise_and_8cpp.xhtml ├── _c_l_2_bitwise_and_8cpp_source.xhtml ├── _c_l_2_bitwise_not_8cpp.js ├── _c_l_2_bitwise_not_8cpp.xhtml ├── _c_l_2_bitwise_not_8cpp_source.xhtml ├── _c_l_2_bitwise_or_8cpp.js ├── _c_l_2_bitwise_or_8cpp.xhtml ├── _c_l_2_bitwise_or_8cpp_source.xhtml ├── _c_l_2_bitwise_xor_8cpp.js ├── _c_l_2_bitwise_xor_8cpp.xhtml ├── _c_l_2_bitwise_xor_8cpp_source.xhtml ├── _c_l_2_bounding_box_transform_8cpp.js ├── _c_l_2_bounding_box_transform_8cpp.xhtml ├── _c_l_2_bounding_box_transform_8cpp_source.xhtml ├── _c_l_2_box3x3_8cpp.js ├── _c_l_2_box3x3_8cpp.xhtml ├── _c_l_2_box3x3_8cpp_source.xhtml ├── _c_l_2_cast_8cpp.js ├── _c_l_2_cast_8cpp.xhtml ├── _c_l_2_cast_8cpp_source.xhtml ├── _c_l_2_channel_combine_8cpp.js ├── _c_l_2_channel_combine_8cpp.xhtml ├── _c_l_2_channel_combine_8cpp_source.xhtml ├── _c_l_2_channel_extract_8cpp.js ├── _c_l_2_channel_extract_8cpp.xhtml ├── _c_l_2_channel_extract_8cpp_source.xhtml ├── _c_l_2_channel_shuffle_8cpp.js ├── _c_l_2_channel_shuffle_8cpp.xhtml ├── _c_l_2_channel_shuffle_8cpp_source.xhtml ├── _c_l_2_col2_im_8cpp.js ├── _c_l_2_col2_im_8cpp.xhtml ├── _c_l_2_col2_im_8cpp_source.xhtml ├── _c_l_2_comparisons_8cpp.js ├── _c_l_2_comparisons_8cpp.xhtml ├── _c_l_2_comparisons_8cpp_source.xhtml ├── _c_l_2_convert_fully_connected_weights_8cpp.js ├── _c_l_2_convert_fully_connected_weights_8cpp.xhtml ├── _c_l_2_convert_fully_connected_weights_8cpp_source.xhtml ├── _c_l_2_copy_8cpp.js ├── _c_l_2_copy_8cpp.xhtml ├── _c_l_2_copy_8cpp_source.xhtml ├── _c_l_2_crop_resize_8cpp.js ├── _c_l_2_crop_resize_8cpp.xhtml ├── _c_l_2_crop_resize_8cpp_source.xhtml ├── _c_l_2_deconvolution_layer_8cpp.js ├── _c_l_2_deconvolution_layer_8cpp.xhtml ├── _c_l_2_deconvolution_layer_8cpp_source.xhtml ├── _c_l_2_depth_convert_layer_8cpp.js ├── _c_l_2_depth_convert_layer_8cpp.xhtml ├── _c_l_2_depth_convert_layer_8cpp_source.xhtml ├── _c_l_2_depth_to_space_layer_8cpp.js ├── _c_l_2_depth_to_space_layer_8cpp.xhtml ├── _c_l_2_depth_to_space_layer_8cpp_source.xhtml ├── _c_l_2_derivative_8cpp.js ├── _c_l_2_derivative_8cpp.xhtml ├── _c_l_2_derivative_8cpp_source.xhtml ├── _c_l_2_dilate_8cpp.js ├── _c_l_2_dilate_8cpp.xhtml ├── _c_l_2_dilate_8cpp_source.xhtml ├── _c_l_2_dilated_convolution_layer_8cpp.js ├── _c_l_2_dilated_convolution_layer_8cpp.xhtml ├── _c_l_2_dilated_convolution_layer_8cpp_source.xhtml ├── _c_l_2_elementwise_max_8cpp.js ├── _c_l_2_elementwise_max_8cpp.xhtml ├── _c_l_2_elementwise_max_8cpp_source.xhtml ├── _c_l_2_elementwise_min_8cpp.js ├── _c_l_2_elementwise_min_8cpp.xhtml ├── _c_l_2_elementwise_min_8cpp_source.xhtml ├── _c_l_2_elementwise_power_8cpp.js ├── _c_l_2_elementwise_power_8cpp.xhtml ├── _c_l_2_elementwise_power_8cpp_source.xhtml ├── _c_l_2_erode_8cpp.js ├── _c_l_2_erode_8cpp.xhtml ├── _c_l_2_erode_8cpp_source.xhtml ├── _c_l_2_fill_border_8cpp.js ├── _c_l_2_fill_border_8cpp.xhtml ├── _c_l_2_fill_border_8cpp_source.xhtml ├── _c_l_2_flatten_8cpp.js ├── _c_l_2_flatten_8cpp.xhtml ├── _c_l_2_flatten_8cpp_source.xhtml ├── _c_l_2_fuse_batch_normalization_8cpp.js ├── _c_l_2_fuse_batch_normalization_8cpp.xhtml ├── _c_l_2_fuse_batch_normalization_8cpp_source.xhtml ├── _c_l_2_g_e_m_m_reshape_l_h_s_matrix_8cpp.js ├── _c_l_2_g_e_m_m_reshape_l_h_s_matrix_8cpp.xhtml ├── _c_l_2_g_e_m_m_reshape_l_h_s_matrix_8cpp_source.xhtml ├── _c_l_2_g_e_m_m_reshape_r_h_s_matrix_8cpp.js ├── _c_l_2_g_e_m_m_reshape_r_h_s_matrix_8cpp.xhtml ├── _c_l_2_g_e_m_m_reshape_r_h_s_matrix_8cpp_source.xhtml ├── _c_l_2_gather_8cpp.js ├── _c_l_2_gather_8cpp.xhtml ├── _c_l_2_gather_8cpp_source.xhtml ├── _c_l_2_gaussian3x3_8cpp.js ├── _c_l_2_gaussian3x3_8cpp.xhtml ├── _c_l_2_gaussian3x3_8cpp_source.xhtml ├── _c_l_2_gaussian5x5_8cpp.js ├── _c_l_2_gaussian5x5_8cpp.xhtml ├── _c_l_2_gaussian5x5_8cpp_source.xhtml ├── _c_l_2_global_pooling_layer_8cpp.js ├── _c_l_2_global_pooling_layer_8cpp.xhtml ├── _c_l_2_global_pooling_layer_8cpp_source.xhtml ├── _c_l_2_height_concatenate_layer_8cpp.js ├── _c_l_2_height_concatenate_layer_8cpp.xhtml ├── _c_l_2_height_concatenate_layer_8cpp_source.xhtml ├── _c_l_2_helper_8h.xhtml ├── _c_l_2_helper_8h_source.xhtml ├── _c_l_2_im2_col_8cpp.js ├── _c_l_2_im2_col_8cpp.xhtml ├── _c_l_2_im2_col_8cpp_source.xhtml ├── _c_l_2_l_s_t_m_layer_8cpp.js ├── _c_l_2_l_s_t_m_layer_8cpp.xhtml ├── _c_l_2_l_s_t_m_layer_8cpp_source.xhtml ├── _c_l_2_l_s_t_m_layer_quantized_8cpp.js ├── _c_l_2_l_s_t_m_layer_quantized_8cpp.xhtml ├── _c_l_2_l_s_t_m_layer_quantized_8cpp_source.xhtml ├── _c_l_2_locally_connected_8cpp.js ├── _c_l_2_locally_connected_8cpp.xhtml ├── _c_l_2_locally_connected_8cpp_source.xhtml ├── _c_l_2_locally_connected_layer_8cpp.js ├── _c_l_2_locally_connected_layer_8cpp.xhtml ├── _c_l_2_locally_connected_layer_8cpp_source.xhtml ├── _c_l_2_mean_std_dev_normalization_layer_8cpp.js ├── _c_l_2_mean_std_dev_normalization_layer_8cpp.xhtml ├── _c_l_2_mean_std_dev_normalization_layer_8cpp_source.xhtml ├── _c_l_2_non_linear_filter_8cpp.js ├── _c_l_2_non_linear_filter_8cpp.xhtml ├── _c_l_2_non_linear_filter_8cpp_source.xhtml ├── _c_l_2_p_relu_layer_8cpp.js ├── _c_l_2_p_relu_layer_8cpp.xhtml ├── _c_l_2_p_relu_layer_8cpp_source.xhtml ├── _c_l_2_pad_layer_8cpp.js ├── _c_l_2_pad_layer_8cpp.xhtml ├── _c_l_2_pad_layer_8cpp_source.xhtml ├── _c_l_2_permute_8cpp.js ├── _c_l_2_permute_8cpp.xhtml ├── _c_l_2_permute_8cpp_source.xhtml ├── _c_l_2_pixel_wise_multiplication_8cpp.js ├── _c_l_2_pixel_wise_multiplication_8cpp.xhtml ├── _c_l_2_pixel_wise_multiplication_8cpp_source.xhtml ├── _c_l_2_prior_box_layer_8cpp.js ├── _c_l_2_prior_box_layer_8cpp.xhtml ├── _c_l_2_prior_box_layer_8cpp_source.xhtml ├── _c_l_2_r_n_n_layer_8cpp.js ├── _c_l_2_r_n_n_layer_8cpp.xhtml ├── _c_l_2_r_n_n_layer_8cpp_source.xhtml ├── _c_l_2_r_o_i_align_layer_8cpp.js ├── _c_l_2_r_o_i_align_layer_8cpp.xhtml ├── _c_l_2_r_o_i_align_layer_8cpp_source.xhtml ├── _c_l_2_r_o_i_pooling_layer_8cpp.js ├── _c_l_2_r_o_i_pooling_layer_8cpp.xhtml ├── _c_l_2_r_o_i_pooling_layer_8cpp_source.xhtml ├── _c_l_2_range_8cpp.js ├── _c_l_2_range_8cpp.xhtml ├── _c_l_2_range_8cpp_source.xhtml ├── _c_l_2_reduce_mean_8cpp.js ├── _c_l_2_reduce_mean_8cpp.xhtml ├── _c_l_2_reduce_mean_8cpp_source.xhtml ├── _c_l_2_reduction_operation_8cpp.js ├── _c_l_2_reduction_operation_8cpp.xhtml ├── _c_l_2_reduction_operation_8cpp_source.xhtml ├── _c_l_2_reorg_layer_8cpp.js ├── _c_l_2_reorg_layer_8cpp.xhtml ├── _c_l_2_reorg_layer_8cpp_source.xhtml ├── _c_l_2_reverse_8cpp.js ├── _c_l_2_reverse_8cpp.xhtml ├── _c_l_2_reverse_8cpp_source.xhtml ├── _c_l_2_scharr_8cpp.js ├── _c_l_2_scharr_8cpp.xhtml ├── _c_l_2_scharr_8cpp_source.xhtml ├── _c_l_2_select_8cpp.js ├── _c_l_2_select_8cpp.xhtml ├── _c_l_2_select_8cpp_source.xhtml ├── _c_l_2_slice_8cpp.js ├── _c_l_2_slice_8cpp.xhtml ├── _c_l_2_slice_8cpp_source.xhtml ├── _c_l_2_space_to_batch_layer_8cpp.js ├── _c_l_2_space_to_batch_layer_8cpp.xhtml ├── _c_l_2_space_to_batch_layer_8cpp_source.xhtml ├── _c_l_2_space_to_depth_layer_8cpp.js ├── _c_l_2_space_to_depth_layer_8cpp.xhtml ├── _c_l_2_space_to_depth_layer_8cpp_source.xhtml ├── _c_l_2_split_8cpp.js ├── _c_l_2_split_8cpp.xhtml ├── _c_l_2_split_8cpp_source.xhtml ├── _c_l_2_stack_layer_8cpp.js ├── _c_l_2_stack_layer_8cpp.xhtml ├── _c_l_2_stack_layer_8cpp_source.xhtml ├── _c_l_2_strided_slice_8cpp.js ├── _c_l_2_strided_slice_8cpp.xhtml ├── _c_l_2_strided_slice_8cpp_source.xhtml ├── _c_l_2_table_lookup_8cpp.js ├── _c_l_2_table_lookup_8cpp.xhtml ├── _c_l_2_table_lookup_8cpp_source.xhtml ├── _c_l_2_threshold_8cpp.js ├── _c_l_2_threshold_8cpp.xhtml ├── _c_l_2_threshold_8cpp_source.xhtml ├── _c_l_2_tile_8cpp.js ├── _c_l_2_tile_8cpp.xhtml ├── _c_l_2_tile_8cpp_source.xhtml ├── _c_l_2_u_n_i_t_2_memory_manager_8cpp.js ├── _c_l_2_u_n_i_t_2_memory_manager_8cpp.xhtml ├── _c_l_2_u_n_i_t_2_memory_manager_8cpp_source.xhtml ├── _c_l_2_unstack_8cpp.js ├── _c_l_2_unstack_8cpp.xhtml ├── _c_l_2_unstack_8cpp_source.xhtml ├── _c_l_2_upsample_layer_8cpp.js ├── _c_l_2_upsample_layer_8cpp.xhtml ├── _c_l_2_upsample_layer_8cpp_source.xhtml ├── _c_l_2_warp_perspective_8cpp.js ├── _c_l_2_warp_perspective_8cpp.xhtml ├── _c_l_2_warp_perspective_8cpp_source.xhtml ├── _c_l_2_weights_reshape_8cpp.js ├── _c_l_2_weights_reshape_8cpp.xhtml ├── _c_l_2_weights_reshape_8cpp_source.xhtml ├── _c_l_2_width_concatenate_layer_8cpp.js ├── _c_l_2_width_concatenate_layer_8cpp.xhtml ├── _c_l_2_width_concatenate_layer_8cpp_source.xhtml ├── _c_l_2_winograd_8cpp.js ├── _c_l_2_winograd_8cpp.xhtml ├── _c_l_2_winograd_8cpp_source.xhtml ├── _c_l_2_y_o_l_o_layer_8cpp.js ├── _c_l_2_y_o_l_o_layer_8cpp.xhtml ├── _c_l_2_y_o_l_o_layer_8cpp_source.xhtml ├── _c_l_absolute_difference_8cpp.xhtml ├── _c_l_absolute_difference_8cpp_source.xhtml ├── _c_l_absolute_difference_8h.xhtml ├── _c_l_absolute_difference_8h_source.xhtml ├── _c_l_absolute_difference_kernel_8cpp.xhtml ├── _c_l_absolute_difference_kernel_8cpp_source.xhtml ├── _c_l_absolute_difference_kernel_8h.xhtml ├── _c_l_absolute_difference_kernel_8h_source.xhtml ├── _c_l_accessor_8h.xhtml ├── _c_l_accessor_8h_source.xhtml ├── _c_l_accumulate_8cpp.xhtml ├── _c_l_accumulate_8cpp_source.xhtml ├── _c_l_accumulate_8h.xhtml ├── _c_l_accumulate_8h_source.xhtml ├── _c_l_accumulate_kernel_8cpp.xhtml ├── _c_l_accumulate_kernel_8cpp_source.xhtml ├── _c_l_accumulate_kernel_8h.xhtml ├── _c_l_accumulate_kernel_8h_source.xhtml ├── _c_l_activation_layer_8cpp.xhtml ├── _c_l_activation_layer_8cpp_source.xhtml ├── _c_l_activation_layer_8h.xhtml ├── _c_l_activation_layer_8h_source.xhtml ├── _c_l_activation_layer_kernel_8cpp.xhtml ├── _c_l_activation_layer_kernel_8cpp_source.xhtml ├── _c_l_activation_layer_kernel_8h.xhtml ├── _c_l_activation_layer_kernel_8h_source.xhtml ├── _c_l_arg_min_max_layer_8cpp.xhtml ├── _c_l_arg_min_max_layer_8cpp_source.xhtml ├── _c_l_arg_min_max_layer_8h.xhtml ├── _c_l_arg_min_max_layer_8h_source.xhtml ├── _c_l_array_8h.js ├── _c_l_array_8h.xhtml ├── _c_l_array_8h_source.xhtml ├── _c_l_array_accessor_8h.xhtml ├── _c_l_array_accessor_8h_source.xhtml ├── _c_l_batch_concatenate_layer_kernel_8cpp.xhtml ├── _c_l_batch_concatenate_layer_kernel_8cpp_source.xhtml ├── _c_l_batch_concatenate_layer_kernel_8h.xhtml ├── _c_l_batch_concatenate_layer_kernel_8h_source.xhtml ├── _c_l_batch_normalization_layer_8cpp.xhtml ├── _c_l_batch_normalization_layer_8cpp_source.xhtml ├── _c_l_batch_normalization_layer_8h.xhtml ├── _c_l_batch_normalization_layer_8h_source.xhtml ├── _c_l_batch_normalization_layer_kernel_8cpp.xhtml ├── _c_l_batch_normalization_layer_kernel_8cpp_source.xhtml ├── _c_l_batch_normalization_layer_kernel_8h.xhtml ├── _c_l_batch_normalization_layer_kernel_8h_source.xhtml ├── _c_l_batch_to_space_layer_8cpp.xhtml ├── _c_l_batch_to_space_layer_8cpp_source.xhtml ├── _c_l_batch_to_space_layer_8h.xhtml ├── _c_l_batch_to_space_layer_8h_source.xhtml ├── _c_l_batch_to_space_layer_kernel_8cpp.xhtml ├── _c_l_batch_to_space_layer_kernel_8cpp_source.xhtml ├── _c_l_batch_to_space_layer_kernel_8h.xhtml ├── _c_l_batch_to_space_layer_kernel_8h_source.xhtml ├── _c_l_bitwise_and_8cpp.xhtml ├── _c_l_bitwise_and_8cpp_source.xhtml ├── _c_l_bitwise_and_8h.xhtml ├── _c_l_bitwise_and_8h_source.xhtml ├── _c_l_bitwise_and_kernel_8cpp.xhtml ├── _c_l_bitwise_and_kernel_8cpp_source.xhtml ├── _c_l_bitwise_and_kernel_8h.xhtml ├── _c_l_bitwise_and_kernel_8h_source.xhtml ├── _c_l_bitwise_not_8cpp.xhtml ├── _c_l_bitwise_not_8cpp_source.xhtml ├── _c_l_bitwise_not_8h.xhtml ├── _c_l_bitwise_not_8h_source.xhtml ├── _c_l_bitwise_not_kernel_8cpp.xhtml ├── _c_l_bitwise_not_kernel_8cpp_source.xhtml ├── _c_l_bitwise_not_kernel_8h.xhtml ├── _c_l_bitwise_not_kernel_8h_source.xhtml ├── _c_l_bitwise_or_8cpp.xhtml ├── _c_l_bitwise_or_8cpp_source.xhtml ├── _c_l_bitwise_or_8h.xhtml ├── _c_l_bitwise_or_8h_source.xhtml ├── _c_l_bitwise_or_kernel_8cpp.xhtml ├── _c_l_bitwise_or_kernel_8cpp_source.xhtml ├── _c_l_bitwise_or_kernel_8h.xhtml ├── _c_l_bitwise_or_kernel_8h_source.xhtml ├── _c_l_bitwise_xor_8cpp.xhtml ├── _c_l_bitwise_xor_8cpp_source.xhtml ├── _c_l_bitwise_xor_8h.xhtml ├── _c_l_bitwise_xor_8h_source.xhtml ├── _c_l_bitwise_xor_kernel_8cpp.xhtml ├── _c_l_bitwise_xor_kernel_8cpp_source.xhtml ├── _c_l_bitwise_xor_kernel_8h.xhtml ├── _c_l_bitwise_xor_kernel_8h_source.xhtml ├── _c_l_bounding_box_transform_8cpp.xhtml ├── _c_l_bounding_box_transform_8cpp_source.xhtml ├── _c_l_bounding_box_transform_8h.xhtml ├── _c_l_bounding_box_transform_8h_source.xhtml ├── _c_l_bounding_box_transform_kernel_8cpp.xhtml ├── _c_l_bounding_box_transform_kernel_8cpp_source.xhtml ├── _c_l_bounding_box_transform_kernel_8h.xhtml ├── _c_l_bounding_box_transform_kernel_8h_source.xhtml ├── _c_l_box3x3_8cpp.xhtml ├── _c_l_box3x3_8cpp_source.xhtml ├── _c_l_box3x3_8h.xhtml ├── _c_l_box3x3_8h_source.xhtml ├── _c_l_box3x3_kernel_8cpp.xhtml ├── _c_l_box3x3_kernel_8cpp_source.xhtml ├── _c_l_box3x3_kernel_8h.xhtml ├── _c_l_box3x3_kernel_8h_source.xhtml ├── _c_l_buffer_allocator_8cpp.xhtml ├── _c_l_buffer_allocator_8cpp_source.xhtml ├── _c_l_buffer_allocator_8h.xhtml ├── _c_l_buffer_allocator_8h_source.xhtml ├── _c_l_canny_edge_8cpp.xhtml ├── _c_l_canny_edge_8cpp_source.xhtml ├── _c_l_canny_edge_8h.xhtml ├── _c_l_canny_edge_8h_source.xhtml ├── _c_l_canny_edge_kernel_8cpp.xhtml ├── _c_l_canny_edge_kernel_8cpp_source.xhtml ├── _c_l_canny_edge_kernel_8h.xhtml ├── _c_l_canny_edge_kernel_8h_source.xhtml ├── _c_l_cast_8cpp.xhtml ├── _c_l_cast_8cpp_source.xhtml ├── _c_l_cast_8h.xhtml ├── _c_l_cast_8h_source.xhtml ├── _c_l_channel_combine_8cpp.xhtml ├── _c_l_channel_combine_8cpp_source.xhtml ├── _c_l_channel_combine_8h.xhtml ├── _c_l_channel_combine_8h_source.xhtml ├── _c_l_channel_combine_kernel_8cpp.xhtml ├── _c_l_channel_combine_kernel_8cpp_source.xhtml ├── _c_l_channel_combine_kernel_8h.xhtml ├── _c_l_channel_combine_kernel_8h_source.xhtml ├── _c_l_channel_extract_8cpp.xhtml ├── _c_l_channel_extract_8cpp_source.xhtml ├── _c_l_channel_extract_8h.xhtml ├── _c_l_channel_extract_8h_source.xhtml ├── _c_l_channel_extract_kernel_8cpp.xhtml ├── _c_l_channel_extract_kernel_8cpp_source.xhtml ├── _c_l_channel_extract_kernel_8h.xhtml ├── _c_l_channel_extract_kernel_8h_source.xhtml ├── _c_l_channel_shuffle_layer_8cpp.xhtml ├── _c_l_channel_shuffle_layer_8cpp_source.xhtml ├── _c_l_channel_shuffle_layer_8h.xhtml ├── _c_l_channel_shuffle_layer_8h_source.xhtml ├── _c_l_channel_shuffle_layer_kernel_8cpp.xhtml ├── _c_l_channel_shuffle_layer_kernel_8cpp_source.xhtml ├── _c_l_channel_shuffle_layer_kernel_8h.xhtml ├── _c_l_channel_shuffle_layer_kernel_8h_source.xhtml ├── _c_l_col2_im_kernel_8cpp.xhtml ├── _c_l_col2_im_kernel_8cpp_source.xhtml ├── _c_l_col2_im_kernel_8h.xhtml ├── _c_l_col2_im_kernel_8h_source.xhtml ├── _c_l_color_convert_8cpp.xhtml ├── _c_l_color_convert_8cpp_source.xhtml ├── _c_l_color_convert_8h.xhtml ├── _c_l_color_convert_8h_source.xhtml ├── _c_l_color_convert_kernel_8cpp.xhtml ├── _c_l_color_convert_kernel_8cpp_source.xhtml ├── _c_l_color_convert_kernel_8h.xhtml ├── _c_l_color_convert_kernel_8h_source.xhtml ├── _c_l_comparison_8cpp.xhtml ├── _c_l_comparison_8cpp_source.xhtml ├── _c_l_comparison_8h.js ├── _c_l_comparison_8h.xhtml ├── _c_l_comparison_8h_source.xhtml ├── _c_l_comparison_kernel_8cpp.xhtml ├── _c_l_comparison_kernel_8cpp_source.xhtml ├── _c_l_comparison_kernel_8h.xhtml ├── _c_l_comparison_kernel_8h_source.xhtml ├── _c_l_compute_all_anchors_8cpp.xhtml ├── _c_l_compute_all_anchors_8cpp_source.xhtml ├── _c_l_compute_all_anchors_8h.xhtml ├── _c_l_compute_all_anchors_8h_source.xhtml ├── _c_l_concatenate_layer_8cpp.xhtml ├── _c_l_concatenate_layer_8cpp_source.xhtml ├── _c_l_concatenate_layer_8h.xhtml ├── _c_l_concatenate_layer_8h_source.xhtml ├── _c_l_convert_fully_connected_weights_8cpp.xhtml ├── _c_l_convert_fully_connected_weights_8cpp_source.xhtml ├── _c_l_convert_fully_connected_weights_8h.xhtml ├── _c_l_convert_fully_connected_weights_8h_source.xhtml ├── _c_l_convert_fully_connected_weights_kernel_8cpp.xhtml ├── _c_l_convert_fully_connected_weights_kernel_8cpp_source.xhtml ├── _c_l_convert_fully_connected_weights_kernel_8h.xhtml ├── _c_l_convert_fully_connected_weights_kernel_8h_source.xhtml ├── _c_l_convolution_8cpp.xhtml ├── _c_l_convolution_8cpp_source.xhtml ├── _c_l_convolution_8h.js ├── _c_l_convolution_8h.xhtml ├── _c_l_convolution_8h_source.xhtml ├── _c_l_convolution_kernel_8cpp.xhtml ├── _c_l_convolution_kernel_8cpp_source.xhtml ├── _c_l_convolution_kernel_8h.js ├── _c_l_convolution_kernel_8h.xhtml ├── _c_l_convolution_kernel_8h_source.xhtml ├── _c_l_convolution_layer_8cpp.xhtml ├── _c_l_convolution_layer_8cpp_source.xhtml ├── _c_l_convolution_layer_8h.xhtml ├── _c_l_convolution_layer_8h_source.xhtml ├── _c_l_copy_8cpp.xhtml ├── _c_l_copy_8cpp_source.xhtml ├── _c_l_copy_8h.xhtml ├── _c_l_copy_8h_source.xhtml ├── _c_l_copy_kernel_8cpp.xhtml ├── _c_l_copy_kernel_8cpp_source.xhtml ├── _c_l_copy_kernel_8h.xhtml ├── _c_l_copy_kernel_8h_source.xhtml ├── _c_l_crop_kernel_8cpp.xhtml ├── _c_l_crop_kernel_8cpp_source.xhtml ├── _c_l_crop_kernel_8h.xhtml ├── _c_l_crop_kernel_8h_source.xhtml ├── _c_l_crop_resize_8cpp.xhtml ├── _c_l_crop_resize_8cpp_source.xhtml ├── _c_l_crop_resize_8h.xhtml ├── _c_l_crop_resize_8h_source.xhtml ├── _c_l_deconvolution_layer_8cpp.xhtml ├── _c_l_deconvolution_layer_8cpp_source.xhtml ├── _c_l_deconvolution_layer_8h.xhtml ├── _c_l_deconvolution_layer_8h_source.xhtml ├── _c_l_deconvolution_layer_upsample_8cpp.xhtml ├── _c_l_deconvolution_layer_upsample_8cpp_source.xhtml ├── _c_l_deconvolution_layer_upsample_8h.xhtml ├── _c_l_deconvolution_layer_upsample_8h_source.xhtml ├── _c_l_deconvolution_layer_upsample_kernel_8cpp.xhtml ├── _c_l_deconvolution_layer_upsample_kernel_8cpp_source.xhtml ├── _c_l_deconvolution_layer_upsample_kernel_8h.xhtml ├── _c_l_deconvolution_layer_upsample_kernel_8h_source.xhtml ├── _c_l_deconvolution_reshape_output_kernel_8cpp.xhtml ├── _c_l_deconvolution_reshape_output_kernel_8cpp_source.xhtml ├── _c_l_deconvolution_reshape_output_kernel_8h.xhtml ├── _c_l_deconvolution_reshape_output_kernel_8h_source.xhtml ├── _c_l_depth_concatenate_layer_kernel_8cpp.xhtml ├── _c_l_depth_concatenate_layer_kernel_8cpp_source.xhtml ├── _c_l_depth_concatenate_layer_kernel_8h.xhtml ├── _c_l_depth_concatenate_layer_kernel_8h_source.xhtml ├── _c_l_depth_convert_layer_8cpp.xhtml ├── _c_l_depth_convert_layer_8cpp_source.xhtml ├── _c_l_depth_convert_layer_8h.xhtml ├── _c_l_depth_convert_layer_8h_source.xhtml ├── _c_l_depth_convert_layer_kernel_8cpp.xhtml ├── _c_l_depth_convert_layer_kernel_8cpp_source.xhtml ├── _c_l_depth_convert_layer_kernel_8h.xhtml ├── _c_l_depth_convert_layer_kernel_8h_source.xhtml ├── _c_l_depth_to_space_layer_8cpp.xhtml ├── _c_l_depth_to_space_layer_8cpp_source.xhtml ├── _c_l_depth_to_space_layer_8h.xhtml ├── _c_l_depth_to_space_layer_8h_source.xhtml ├── _c_l_depth_to_space_layer_kernel_8cpp.xhtml ├── _c_l_depth_to_space_layer_kernel_8cpp_source.xhtml ├── _c_l_depth_to_space_layer_kernel_8h.xhtml ├── _c_l_depth_to_space_layer_kernel_8h_source.xhtml ├── _c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel_8cpp.xhtml ├── _c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel_8cpp_source.xhtml ├── _c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel_8h.xhtml ├── _c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel_8h_source.xhtml ├── _c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel_8cpp.xhtml ├── _c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel_8cpp_source.xhtml ├── _c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel_8h.xhtml ├── _c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel_8h_source.xhtml ├── _c_l_depthwise_convolution_layer_8cpp.xhtml ├── _c_l_depthwise_convolution_layer_8cpp_source.xhtml ├── _c_l_depthwise_convolution_layer_8h.xhtml ├── _c_l_depthwise_convolution_layer_8h_source.xhtml ├── _c_l_depthwise_convolution_layer_reshape_weights_generic_kernel_8cpp.xhtml ├── _c_l_depthwise_convolution_layer_reshape_weights_generic_kernel_8cpp_source.xhtml ├── _c_l_depthwise_convolution_layer_reshape_weights_generic_kernel_8h.xhtml ├── _c_l_depthwise_convolution_layer_reshape_weights_generic_kernel_8h_source.xhtml ├── _c_l_depthwise_convolution_layer_reshape_weights_kernel_8cpp.xhtml ├── _c_l_depthwise_convolution_layer_reshape_weights_kernel_8cpp_source.xhtml ├── _c_l_depthwise_convolution_layer_reshape_weights_kernel_8h.xhtml ├── _c_l_depthwise_convolution_layer_reshape_weights_kernel_8h_source.xhtml ├── _c_l_depthwise_im2_col_kernel_8cpp.xhtml ├── _c_l_depthwise_im2_col_kernel_8cpp_source.xhtml ├── _c_l_depthwise_im2_col_kernel_8h.xhtml ├── _c_l_depthwise_im2_col_kernel_8h_source.xhtml ├── _c_l_depthwise_separable_convolution_layer_8cpp.xhtml ├── _c_l_depthwise_separable_convolution_layer_8cpp_source.xhtml ├── _c_l_depthwise_separable_convolution_layer_8h.xhtml ├── _c_l_depthwise_separable_convolution_layer_8h_source.xhtml ├── _c_l_depthwise_vector_to_tensor_kernel_8cpp.xhtml ├── _c_l_depthwise_vector_to_tensor_kernel_8cpp_source.xhtml ├── _c_l_depthwise_vector_to_tensor_kernel_8h.xhtml ├── _c_l_depthwise_vector_to_tensor_kernel_8h_source.xhtml ├── _c_l_dequantization_layer_8cpp.xhtml ├── _c_l_dequantization_layer_8cpp_source.xhtml ├── _c_l_dequantization_layer_8h.xhtml ├── _c_l_dequantization_layer_8h_source.xhtml ├── _c_l_dequantization_layer_kernel_8cpp.xhtml ├── _c_l_dequantization_layer_kernel_8cpp_source.xhtml ├── _c_l_dequantization_layer_kernel_8h.xhtml ├── _c_l_dequantization_layer_kernel_8h_source.xhtml ├── _c_l_derivative_8cpp.xhtml ├── _c_l_derivative_8cpp_source.xhtml ├── _c_l_derivative_8h.xhtml ├── _c_l_derivative_8h_source.xhtml ├── _c_l_derivative_kernel_8cpp.xhtml ├── _c_l_derivative_kernel_8cpp_source.xhtml ├── _c_l_derivative_kernel_8h.xhtml ├── _c_l_derivative_kernel_8h_source.xhtml ├── _c_l_device_backend_8cpp.xhtml ├── _c_l_device_backend_8cpp_source.xhtml ├── _c_l_device_backend_8h.xhtml ├── _c_l_device_backend_8h_source.xhtml ├── _c_l_dilate_8cpp.xhtml ├── _c_l_dilate_8cpp_source.xhtml ├── _c_l_dilate_8h.xhtml ├── _c_l_dilate_8h_source.xhtml ├── _c_l_dilate_kernel_8cpp.xhtml ├── _c_l_dilate_kernel_8cpp_source.xhtml ├── _c_l_dilate_kernel_8h.xhtml ├── _c_l_dilate_kernel_8h_source.xhtml ├── _c_l_direct_convolution_layer_8cpp.xhtml ├── _c_l_direct_convolution_layer_8cpp_source.xhtml ├── _c_l_direct_convolution_layer_8h.xhtml ├── _c_l_direct_convolution_layer_8h_source.xhtml ├── _c_l_direct_convolution_layer_kernel_8cpp.xhtml ├── _c_l_direct_convolution_layer_kernel_8cpp_source.xhtml ├── _c_l_direct_convolution_layer_kernel_8h.xhtml ├── _c_l_direct_convolution_layer_kernel_8h_source.xhtml ├── _c_l_direct_convolution_layer_output_stage_kernel_8h.xhtml ├── _c_l_direct_convolution_layer_output_stage_kernel_8h_source.xhtml ├── _c_l_direct_convolution_output_stage_kernel_8cpp.xhtml ├── _c_l_direct_convolution_output_stage_kernel_8cpp_source.xhtml ├── _c_l_direct_deconvolution_layer_8cpp.xhtml ├── _c_l_direct_deconvolution_layer_8cpp_source.xhtml ├── _c_l_direct_deconvolution_layer_8h.xhtml ├── _c_l_direct_deconvolution_layer_8h_source.xhtml ├── _c_l_distribution1_d_8cpp.xhtml ├── _c_l_distribution1_d_8cpp_source.xhtml ├── _c_l_distribution1_d_8h.xhtml ├── _c_l_distribution1_d_8h_source.xhtml ├── _c_l_element_wise_unary_layer_8cpp.xhtml ├── _c_l_element_wise_unary_layer_8cpp_source.xhtml ├── _c_l_element_wise_unary_layer_8h.xhtml ├── _c_l_element_wise_unary_layer_8h_source.xhtml ├── _c_l_element_wise_unary_layer_kernel_8cpp.xhtml ├── _c_l_element_wise_unary_layer_kernel_8cpp_source.xhtml ├── _c_l_element_wise_unary_layer_kernel_8h.xhtml ├── _c_l_element_wise_unary_layer_kernel_8h_source.xhtml ├── _c_l_elementwise_operation_kernel_8cpp.xhtml ├── _c_l_elementwise_operation_kernel_8cpp_source.xhtml ├── _c_l_elementwise_operation_kernel_8h.xhtml ├── _c_l_elementwise_operation_kernel_8h_source.xhtml ├── _c_l_elementwise_operations_8cpp.xhtml ├── _c_l_elementwise_operations_8cpp_source.xhtml ├── _c_l_elementwise_operations_8h.xhtml ├── _c_l_elementwise_operations_8h_source.xhtml ├── _c_l_equalize_histogram_8cpp.xhtml ├── _c_l_equalize_histogram_8cpp_source.xhtml ├── _c_l_equalize_histogram_8h.xhtml ├── _c_l_equalize_histogram_8h_source.xhtml ├── _c_l_erode_8cpp.xhtml ├── _c_l_erode_8cpp_source.xhtml ├── _c_l_erode_8h.xhtml ├── _c_l_erode_8h_source.xhtml ├── _c_l_erode_kernel_8cpp.xhtml ├── _c_l_erode_kernel_8cpp_source.xhtml ├── _c_l_erode_kernel_8h.xhtml ├── _c_l_erode_kernel_8h_source.xhtml ├── _c_l_f_f_t1_d_8cpp.xhtml ├── _c_l_f_f_t1_d_8cpp_source.xhtml ├── _c_l_f_f_t1_d_8h.xhtml ├── _c_l_f_f_t1_d_8h_source.xhtml ├── _c_l_f_f_t2_d_8cpp.xhtml ├── _c_l_f_f_t2_d_8cpp_source.xhtml ├── _c_l_f_f_t2_d_8h.xhtml ├── _c_l_f_f_t2_d_8h_source.xhtml ├── _c_l_f_f_t_convolution_layer_8cpp.xhtml ├── _c_l_f_f_t_convolution_layer_8cpp_source.xhtml ├── _c_l_f_f_t_convolution_layer_8h.xhtml ├── _c_l_f_f_t_convolution_layer_8h_source.xhtml ├── _c_l_f_f_t_digit_reverse_kernel_8cpp.xhtml ├── _c_l_f_f_t_digit_reverse_kernel_8cpp_source.xhtml ├── _c_l_f_f_t_digit_reverse_kernel_8h.xhtml ├── _c_l_f_f_t_digit_reverse_kernel_8h_source.xhtml ├── _c_l_f_f_t_radix_stage_kernel_8cpp.xhtml ├── _c_l_f_f_t_radix_stage_kernel_8cpp_source.xhtml ├── _c_l_f_f_t_radix_stage_kernel_8h.xhtml ├── _c_l_f_f_t_radix_stage_kernel_8h_source.xhtml ├── _c_l_f_f_t_scale_kernel_8cpp.xhtml ├── _c_l_f_f_t_scale_kernel_8cpp_source.xhtml ├── _c_l_f_f_t_scale_kernel_8h.xhtml ├── _c_l_f_f_t_scale_kernel_8h_source.xhtml ├── _c_l_fast_corners_8cpp.xhtml ├── _c_l_fast_corners_8cpp_source.xhtml ├── _c_l_fast_corners_8h.xhtml ├── _c_l_fast_corners_8h_source.xhtml ├── _c_l_fast_corners_kernel_8cpp.xhtml ├── _c_l_fast_corners_kernel_8cpp_source.xhtml ├── _c_l_fast_corners_kernel_8h.xhtml ├── _c_l_fast_corners_kernel_8h_source.xhtml ├── _c_l_fill_border_8cpp.xhtml ├── _c_l_fill_border_8cpp_source.xhtml ├── _c_l_fill_border_8h.xhtml ├── _c_l_fill_border_8h_source.xhtml ├── _c_l_fill_border_kernel_8cpp.xhtml ├── _c_l_fill_border_kernel_8cpp_source.xhtml ├── _c_l_fill_border_kernel_8h.xhtml ├── _c_l_fill_border_kernel_8h_source.xhtml ├── _c_l_flatten_layer_8cpp.xhtml ├── _c_l_flatten_layer_8cpp_source.xhtml ├── _c_l_flatten_layer_8h.xhtml ├── _c_l_flatten_layer_8h_source.xhtml ├── _c_l_flatten_layer_kernel_8cpp.xhtml ├── _c_l_flatten_layer_kernel_8cpp_source.xhtml ├── _c_l_flatten_layer_kernel_8h.xhtml ├── _c_l_flatten_layer_kernel_8h_source.xhtml ├── _c_l_floor_8cpp.xhtml ├── _c_l_floor_8cpp_source.xhtml ├── _c_l_floor_8h.xhtml ├── _c_l_floor_8h_source.xhtml ├── _c_l_floor_kernel_8cpp.xhtml ├── _c_l_floor_kernel_8cpp_source.xhtml ├── _c_l_floor_kernel_8h.xhtml ├── _c_l_floor_kernel_8h_source.xhtml ├── _c_l_fully_connected_layer_8cpp.xhtml ├── _c_l_fully_connected_layer_8cpp_source.xhtml ├── _c_l_fully_connected_layer_8h.xhtml ├── _c_l_fully_connected_layer_8h_source.xhtml ├── _c_l_function_factory_8h.xhtml ├── _c_l_function_factory_8h_source.xhtml ├── _c_l_functions_8h.xhtml ├── _c_l_functions_8h_source.xhtml ├── _c_l_functions_factory_8cpp.js ├── _c_l_functions_factory_8cpp.xhtml ├── _c_l_functions_factory_8cpp_source.xhtml ├── _c_l_fuse_batch_normalization_8cpp.xhtml ├── _c_l_fuse_batch_normalization_8cpp_source.xhtml ├── _c_l_fuse_batch_normalization_8h.xhtml ├── _c_l_fuse_batch_normalization_8h_source.xhtml ├── _c_l_fuse_batch_normalization_kernel_8cpp.xhtml ├── _c_l_fuse_batch_normalization_kernel_8cpp_source.xhtml ├── _c_l_fuse_batch_normalization_kernel_8h.xhtml ├── _c_l_fuse_batch_normalization_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_8cpp.xhtml ├── _c_l_g_e_m_m_8cpp_source.xhtml ├── _c_l_g_e_m_m_8h.xhtml ├── _c_l_g_e_m_m_8h_source.xhtml ├── _c_l_g_e_m_m_convolution_layer_8cpp.xhtml ├── _c_l_g_e_m_m_convolution_layer_8cpp_source.xhtml ├── _c_l_g_e_m_m_convolution_layer_8h.xhtml ├── _c_l_g_e_m_m_convolution_layer_8h_source.xhtml ├── _c_l_g_e_m_m_deconvolution_layer_8cpp.xhtml ├── _c_l_g_e_m_m_deconvolution_layer_8cpp_source.xhtml ├── _c_l_g_e_m_m_deconvolution_layer_8h.xhtml ├── _c_l_g_e_m_m_deconvolution_layer_8h_source.xhtml ├── _c_l_g_e_m_m_helpers_8cpp.js ├── _c_l_g_e_m_m_helpers_8cpp.xhtml ├── _c_l_g_e_m_m_helpers_8cpp_source.xhtml ├── _c_l_g_e_m_m_helpers_8h.js ├── _c_l_g_e_m_m_helpers_8h.xhtml ├── _c_l_g_e_m_m_helpers_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_core_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_core_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_core_8h.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_core_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_native_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_native_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_native_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_native_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_offset_contribution_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_offset_contribution_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_offset_contribution_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_offset_contribution_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_output_stage_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_output_stage_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_output_stage_8h.xhtml ├── _c_l_g_e_m_m_lowp_output_stage_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_lowp_reduction_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_lowp_reduction_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_lowp_reduction_kernel_8h.xhtml ├── _c_l_g_e_m_m_lowp_reduction_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_matrix_accumulate_biases_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_matrix_accumulate_biases_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml ├── _c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_matrix_addition_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_matrix_addition_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_matrix_addition_kernel_8h.xhtml ├── _c_l_g_e_m_m_matrix_addition_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_matrix_multiply_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_matrix_multiply_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_matrix_multiply_kernel_8h.xhtml ├── _c_l_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_matrix_multiply_native_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_matrix_multiply_native_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_matrix_multiply_native_kernel_8h.xhtml ├── _c_l_g_e_m_m_matrix_multiply_native_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_matrix_multiply_reshaped_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_matrix_multiply_reshaped_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_matrix_multiply_reshaped_kernel_8h.xhtml ├── _c_l_g_e_m_m_matrix_multiply_reshaped_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel_8h.xhtml ├── _c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_matrix_vector_multiply_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_matrix_vector_multiply_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_matrix_vector_multiply_kernel_8h.xhtml ├── _c_l_g_e_m_m_matrix_vector_multiply_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_native_kernel_configuration_8h.xhtml ├── _c_l_g_e_m_m_native_kernel_configuration_8h_source.xhtml ├── _c_l_g_e_m_m_native_kernel_configuration_bifrost_8cpp.xhtml ├── _c_l_g_e_m_m_native_kernel_configuration_bifrost_8cpp_source.xhtml ├── _c_l_g_e_m_m_native_kernel_configuration_bifrost_8h.xhtml ├── _c_l_g_e_m_m_native_kernel_configuration_bifrost_8h_source.xhtml ├── _c_l_g_e_m_m_reshape_l_h_s_matrix_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_reshape_l_h_s_matrix_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_reshape_l_h_s_matrix_kernel_8h.xhtml ├── _c_l_g_e_m_m_reshape_l_h_s_matrix_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_reshape_r_h_s_matrix_kernel_8cpp.xhtml ├── _c_l_g_e_m_m_reshape_r_h_s_matrix_kernel_8cpp_source.xhtml ├── _c_l_g_e_m_m_reshape_r_h_s_matrix_kernel_8h.xhtml ├── _c_l_g_e_m_m_reshape_r_h_s_matrix_kernel_8h_source.xhtml ├── _c_l_g_e_m_m_reshaped_kernel_configuration_8h.xhtml ├── _c_l_g_e_m_m_reshaped_kernel_configuration_8h_source.xhtml ├── _c_l_g_e_m_m_reshaped_kernel_configuration_bifrost_8cpp.xhtml ├── _c_l_g_e_m_m_reshaped_kernel_configuration_bifrost_8cpp_source.xhtml ├── _c_l_g_e_m_m_reshaped_kernel_configuration_bifrost_8h.xhtml ├── _c_l_g_e_m_m_reshaped_kernel_configuration_bifrost_8h_source.xhtml ├── _c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_8h.xhtml ├── _c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_8h_source.xhtml ├── _c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost_8cpp.xhtml ├── _c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost_8cpp_source.xhtml ├── _c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost_8h.xhtml ├── _c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost_8h_source.xhtml ├── _c_l_gather_8cpp.xhtml ├── _c_l_gather_8cpp_source.xhtml ├── _c_l_gather_8h.xhtml ├── _c_l_gather_8h_source.xhtml ├── _c_l_gather_kernel_8cpp.xhtml ├── _c_l_gather_kernel_8cpp_source.xhtml ├── _c_l_gather_kernel_8h.xhtml ├── _c_l_gather_kernel_8h_source.xhtml ├── _c_l_gaussian3x3_8cpp.xhtml ├── _c_l_gaussian3x3_8cpp_source.xhtml ├── _c_l_gaussian3x3_8h.xhtml ├── _c_l_gaussian3x3_8h_source.xhtml ├── _c_l_gaussian3x3_kernel_8cpp.xhtml ├── _c_l_gaussian3x3_kernel_8cpp_source.xhtml ├── _c_l_gaussian3x3_kernel_8h.xhtml ├── _c_l_gaussian3x3_kernel_8h_source.xhtml ├── _c_l_gaussian5x5_8cpp.xhtml ├── _c_l_gaussian5x5_8cpp_source.xhtml ├── _c_l_gaussian5x5_8h.xhtml ├── _c_l_gaussian5x5_8h_source.xhtml ├── _c_l_gaussian5x5_kernel_8cpp.xhtml ├── _c_l_gaussian5x5_kernel_8cpp_source.xhtml ├── _c_l_gaussian5x5_kernel_8h.xhtml ├── _c_l_gaussian5x5_kernel_8h_source.xhtml ├── _c_l_gaussian_pyramid_8cpp.xhtml ├── _c_l_gaussian_pyramid_8cpp_source.xhtml ├── _c_l_gaussian_pyramid_8h.xhtml ├── _c_l_gaussian_pyramid_8h_source.xhtml ├── _c_l_gaussian_pyramid_kernel_8cpp.xhtml ├── _c_l_gaussian_pyramid_kernel_8cpp_source.xhtml ├── _c_l_gaussian_pyramid_kernel_8h.xhtml ├── _c_l_gaussian_pyramid_kernel_8h_source.xhtml ├── _c_l_generate_proposals_layer_8cpp.xhtml ├── _c_l_generate_proposals_layer_8cpp_source.xhtml ├── _c_l_generate_proposals_layer_8h.xhtml ├── _c_l_generate_proposals_layer_8h_source.xhtml ├── _c_l_generate_proposals_layer_kernel_8cpp.xhtml ├── _c_l_generate_proposals_layer_kernel_8cpp_source.xhtml ├── _c_l_generate_proposals_layer_kernel_8h.xhtml ├── _c_l_generate_proposals_layer_kernel_8h_source.xhtml ├── _c_l_h_o_g_8cpp.xhtml ├── _c_l_h_o_g_8cpp_source.xhtml ├── _c_l_h_o_g_8h.xhtml ├── _c_l_h_o_g_8h_source.xhtml ├── _c_l_h_o_g_accessor_8h.xhtml ├── _c_l_h_o_g_accessor_8h_source.xhtml ├── _c_l_h_o_g_descriptor_8cpp.xhtml ├── _c_l_h_o_g_descriptor_8cpp_source.xhtml ├── _c_l_h_o_g_descriptor_8h.xhtml ├── _c_l_h_o_g_descriptor_8h_source.xhtml ├── _c_l_h_o_g_descriptor_kernel_8cpp.xhtml ├── _c_l_h_o_g_descriptor_kernel_8cpp_source.xhtml ├── _c_l_h_o_g_descriptor_kernel_8h.xhtml ├── _c_l_h_o_g_descriptor_kernel_8h_source.xhtml ├── _c_l_h_o_g_detector_8cpp.xhtml ├── _c_l_h_o_g_detector_8cpp_source.xhtml ├── _c_l_h_o_g_detector_8h.xhtml ├── _c_l_h_o_g_detector_8h_source.xhtml ├── _c_l_h_o_g_detector_kernel_8cpp.xhtml ├── _c_l_h_o_g_detector_kernel_8cpp_source.xhtml ├── _c_l_h_o_g_detector_kernel_8h.xhtml ├── _c_l_h_o_g_detector_kernel_8h_source.xhtml ├── _c_l_h_o_g_gradient_8cpp.xhtml ├── _c_l_h_o_g_gradient_8cpp_source.xhtml ├── _c_l_h_o_g_gradient_8h.xhtml ├── _c_l_h_o_g_gradient_8h_source.xhtml ├── _c_l_h_o_g_multi_detection_8cpp.xhtml ├── _c_l_h_o_g_multi_detection_8cpp_source.xhtml ├── _c_l_h_o_g_multi_detection_8h.xhtml ├── _c_l_h_o_g_multi_detection_8h_source.xhtml ├── _c_l_harris_corners_8cpp.xhtml ├── _c_l_harris_corners_8cpp_source.xhtml ├── _c_l_harris_corners_8h.xhtml ├── _c_l_harris_corners_8h_source.xhtml ├── _c_l_harris_corners_kernel_8cpp.xhtml ├── _c_l_harris_corners_kernel_8cpp_source.xhtml ├── _c_l_harris_corners_kernel_8h.xhtml ├── _c_l_harris_corners_kernel_8h_source.xhtml ├── _c_l_height_concatenate_layer_kernel_8cpp.xhtml ├── _c_l_height_concatenate_layer_kernel_8cpp_source.xhtml ├── _c_l_height_concatenate_layer_kernel_8h.xhtml ├── _c_l_height_concatenate_layer_kernel_8h_source.xhtml ├── _c_l_histogram_8cpp.xhtml ├── _c_l_histogram_8cpp_source.xhtml ├── _c_l_histogram_8h.xhtml ├── _c_l_histogram_8h_source.xhtml ├── _c_l_histogram_kernel_8cpp.js ├── _c_l_histogram_kernel_8cpp.xhtml ├── _c_l_histogram_kernel_8cpp_source.xhtml ├── _c_l_histogram_kernel_8h.xhtml ├── _c_l_histogram_kernel_8h_source.xhtml ├── _c_l_im2_col_kernel_8cpp.xhtml ├── _c_l_im2_col_kernel_8cpp_source.xhtml ├── _c_l_im2_col_kernel_8h.xhtml ├── _c_l_im2_col_kernel_8h_source.xhtml ├── _c_l_integral_image_8cpp.xhtml ├── _c_l_integral_image_8cpp_source.xhtml ├── _c_l_integral_image_8h.xhtml ├── _c_l_integral_image_8h_source.xhtml ├── _c_l_integral_image_kernel_8cpp.xhtml ├── _c_l_integral_image_kernel_8cpp_source.xhtml ├── _c_l_integral_image_kernel_8h.xhtml ├── _c_l_integral_image_kernel_8h_source.xhtml ├── _c_l_kernel_library_8cpp.xhtml ├── _c_l_kernel_library_8cpp_source.xhtml ├── _c_l_kernel_library_8h.xhtml ├── _c_l_kernel_library_8h_source.xhtml ├── _c_l_kernels_8h.xhtml ├── _c_l_kernels_8h_source.xhtml ├── _c_l_l2_normalize_layer_8cpp.xhtml ├── _c_l_l2_normalize_layer_8cpp_source.xhtml ├── _c_l_l2_normalize_layer_8h.xhtml ├── _c_l_l2_normalize_layer_8h_source.xhtml ├── _c_l_l2_normalize_layer_kernel_8cpp.xhtml ├── _c_l_l2_normalize_layer_kernel_8cpp_source.xhtml ├── _c_l_l2_normalize_layer_kernel_8h.xhtml ├── _c_l_l2_normalize_layer_kernel_8h_source.xhtml ├── _c_l_l_k_tracker_kernel_8cpp.xhtml ├── _c_l_l_k_tracker_kernel_8cpp_source.xhtml ├── _c_l_l_k_tracker_kernel_8h.js ├── _c_l_l_k_tracker_kernel_8h.xhtml ├── _c_l_l_k_tracker_kernel_8h_source.xhtml ├── _c_l_l_s_t_m_layer_8cpp.xhtml ├── _c_l_l_s_t_m_layer_8cpp_source.xhtml ├── _c_l_l_s_t_m_layer_8h.xhtml ├── _c_l_l_s_t_m_layer_8h_source.xhtml ├── _c_l_l_s_t_m_layer_quantized_8cpp.xhtml ├── _c_l_l_s_t_m_layer_quantized_8cpp_source.xhtml ├── _c_l_l_s_t_m_layer_quantized_8h.xhtml ├── _c_l_l_s_t_m_layer_quantized_8h_source.xhtml ├── _c_l_l_w_s_list_8cpp.xhtml ├── _c_l_l_w_s_list_8cpp_source.xhtml ├── _c_l_l_w_s_list_8h.js ├── _c_l_l_w_s_list_8h.xhtml ├── _c_l_l_w_s_list_8h_source.xhtml ├── _c_l_laplacian_pyramid_8cpp.xhtml ├── _c_l_laplacian_pyramid_8cpp_source.xhtml ├── _c_l_laplacian_pyramid_8h.xhtml ├── _c_l_laplacian_pyramid_8h_source.xhtml ├── _c_l_laplacian_reconstruct_8cpp.xhtml ├── _c_l_laplacian_reconstruct_8cpp_source.xhtml ├── _c_l_laplacian_reconstruct_8h.xhtml ├── _c_l_laplacian_reconstruct_8h_source.xhtml ├── _c_l_locally_connected_layer_8cpp.xhtml ├── _c_l_locally_connected_layer_8cpp_source.xhtml ├── _c_l_locally_connected_layer_8h.xhtml ├── _c_l_locally_connected_layer_8h_source.xhtml ├── _c_l_locally_connected_matrix_multiply_kernel_8cpp.xhtml ├── _c_l_locally_connected_matrix_multiply_kernel_8cpp_source.xhtml ├── _c_l_locally_connected_matrix_multiply_kernel_8h.xhtml ├── _c_l_locally_connected_matrix_multiply_kernel_8h_source.xhtml ├── _c_l_lut_8cpp.xhtml ├── _c_l_lut_8cpp_source.xhtml ├── _c_l_lut_8h.xhtml ├── _c_l_lut_8h_source.xhtml ├── _c_l_lut_accessor_8h.xhtml ├── _c_l_lut_accessor_8h_source.xhtml ├── _c_l_lut_allocator_8cpp.xhtml ├── _c_l_lut_allocator_8cpp_source.xhtml ├── _c_l_lut_allocator_8h.xhtml ├── _c_l_lut_allocator_8h_source.xhtml ├── _c_l_magnitude_8cpp.xhtml ├── _c_l_magnitude_8cpp_source.xhtml ├── _c_l_magnitude_8h.xhtml ├── _c_l_magnitude_8h_source.xhtml ├── _c_l_magnitude_phase_kernel_8cpp.xhtml ├── _c_l_magnitude_phase_kernel_8cpp_source.xhtml ├── _c_l_magnitude_phase_kernel_8h.xhtml ├── _c_l_magnitude_phase_kernel_8h_source.xhtml ├── _c_l_mean_std_dev_8cpp.xhtml ├── _c_l_mean_std_dev_8cpp_source.xhtml ├── _c_l_mean_std_dev_8h.xhtml ├── _c_l_mean_std_dev_8h_source.xhtml ├── _c_l_mean_std_dev_kernel_8cpp.xhtml ├── _c_l_mean_std_dev_kernel_8cpp_source.xhtml ├── _c_l_mean_std_dev_kernel_8h.xhtml ├── _c_l_mean_std_dev_kernel_8h_source.xhtml ├── _c_l_mean_std_dev_normalization_kernel_8cpp.xhtml ├── _c_l_mean_std_dev_normalization_kernel_8cpp_source.xhtml ├── _c_l_mean_std_dev_normalization_kernel_8h.xhtml ├── _c_l_mean_std_dev_normalization_kernel_8h_source.xhtml ├── _c_l_mean_std_dev_normalization_layer_8cpp.xhtml ├── _c_l_mean_std_dev_normalization_layer_8cpp_source.xhtml ├── _c_l_mean_std_dev_normalization_layer_8h.xhtml ├── _c_l_mean_std_dev_normalization_layer_8h_source.xhtml ├── _c_l_median3x3_8cpp.xhtml ├── _c_l_median3x3_8cpp_source.xhtml ├── _c_l_median3x3_8h.xhtml ├── _c_l_median3x3_8h_source.xhtml ├── _c_l_median3x3_kernel_8cpp.xhtml ├── _c_l_median3x3_kernel_8cpp_source.xhtml ├── _c_l_median3x3_kernel_8h.xhtml ├── _c_l_median3x3_kernel_8h_source.xhtml ├── _c_l_memory_8cpp.xhtml ├── _c_l_memory_8cpp_source.xhtml ├── _c_l_memory_8h.xhtml ├── _c_l_memory_8h_source.xhtml ├── _c_l_memory_group_8h.js ├── _c_l_memory_group_8h.xhtml ├── _c_l_memory_group_8h_source.xhtml ├── _c_l_memory_region_8cpp.xhtml ├── _c_l_memory_region_8cpp_source.xhtml ├── _c_l_memory_region_8h.xhtml ├── _c_l_memory_region_8h_source.xhtml ├── _c_l_memset_kernel_8cpp.xhtml ├── _c_l_memset_kernel_8cpp_source.xhtml ├── _c_l_memset_kernel_8h.xhtml ├── _c_l_memset_kernel_8h_source.xhtml ├── _c_l_min_max_layer_kernel_8cpp.xhtml ├── _c_l_min_max_layer_kernel_8cpp_source.xhtml ├── _c_l_min_max_layer_kernel_8h.xhtml ├── _c_l_min_max_layer_kernel_8h_source.xhtml ├── _c_l_min_max_location_8cpp.xhtml ├── _c_l_min_max_location_8cpp_source.xhtml ├── _c_l_min_max_location_8h.xhtml ├── _c_l_min_max_location_8h_source.xhtml ├── _c_l_min_max_location_kernel_8cpp.js ├── _c_l_min_max_location_kernel_8cpp.xhtml ├── _c_l_min_max_location_kernel_8cpp_source.xhtml ├── _c_l_min_max_location_kernel_8h.xhtml ├── _c_l_min_max_location_kernel_8h_source.xhtml ├── _c_l_multi_h_o_g_8cpp.xhtml ├── _c_l_multi_h_o_g_8cpp_source.xhtml ├── _c_l_multi_h_o_g_8h.xhtml ├── _c_l_multi_h_o_g_8h_source.xhtml ├── _c_l_multi_image_8cpp.xhtml ├── _c_l_multi_image_8cpp_source.xhtml ├── _c_l_multi_image_8h.xhtml ├── _c_l_multi_image_8h_source.xhtml ├── _c_l_node_validator_8cpp.xhtml ├── _c_l_node_validator_8cpp_source.xhtml ├── _c_l_node_validator_8h.xhtml ├── _c_l_node_validator_8h_source.xhtml ├── _c_l_non_linear_filter_8cpp.xhtml ├── _c_l_non_linear_filter_8cpp_source.xhtml ├── _c_l_non_linear_filter_8h.xhtml ├── _c_l_non_linear_filter_8h_source.xhtml ├── _c_l_non_linear_filter_kernel_8cpp.xhtml ├── _c_l_non_linear_filter_kernel_8cpp_source.xhtml ├── _c_l_non_linear_filter_kernel_8h.xhtml ├── _c_l_non_linear_filter_kernel_8h_source.xhtml ├── _c_l_non_maxima_suppression3x3_8cpp.xhtml ├── _c_l_non_maxima_suppression3x3_8cpp_source.xhtml ├── _c_l_non_maxima_suppression3x3_8h.xhtml ├── _c_l_non_maxima_suppression3x3_8h_source.xhtml ├── _c_l_non_maxima_suppression3x3_kernel_8cpp.xhtml ├── _c_l_non_maxima_suppression3x3_kernel_8cpp_source.xhtml ├── _c_l_non_maxima_suppression3x3_kernel_8h.xhtml ├── _c_l_non_maxima_suppression3x3_kernel_8h_source.xhtml ├── _c_l_normalization_layer_8cpp.xhtml ├── _c_l_normalization_layer_8cpp_source.xhtml ├── _c_l_normalization_layer_8h.xhtml ├── _c_l_normalization_layer_8h_source.xhtml ├── _c_l_normalization_layer_kernel_8cpp.xhtml ├── _c_l_normalization_layer_kernel_8cpp_source.xhtml ├── _c_l_normalization_layer_kernel_8h.xhtml ├── _c_l_normalization_layer_kernel_8h_source.xhtml ├── _c_l_normalize_planar_y_u_v_layer_8cpp.xhtml ├── _c_l_normalize_planar_y_u_v_layer_8cpp_source.xhtml ├── _c_l_normalize_planar_y_u_v_layer_8h.xhtml ├── _c_l_normalize_planar_y_u_v_layer_8h_source.xhtml ├── _c_l_normalize_planar_y_u_v_layer_kernel_8cpp.xhtml ├── _c_l_normalize_planar_y_u_v_layer_kernel_8cpp_source.xhtml ├── _c_l_normalize_planar_y_u_v_layer_kernel_8h.xhtml ├── _c_l_normalize_planar_y_u_v_layer_kernel_8h_source.xhtml ├── _c_l_optical_flow_8cpp.xhtml ├── _c_l_optical_flow_8cpp_source.xhtml ├── _c_l_optical_flow_8h.js ├── _c_l_optical_flow_8h.xhtml ├── _c_l_optical_flow_8h_source.xhtml ├── _c_l_p_relu_layer_8cpp.xhtml ├── _c_l_p_relu_layer_8cpp_source.xhtml ├── _c_l_p_relu_layer_8h.xhtml ├── _c_l_p_relu_layer_8h_source.xhtml ├── _c_l_pad_layer_8cpp.xhtml ├── _c_l_pad_layer_8cpp_source.xhtml ├── _c_l_pad_layer_8h.xhtml ├── _c_l_pad_layer_8h_source.xhtml ├── _c_l_permute_8cpp.xhtml ├── _c_l_permute_8cpp_source.xhtml ├── _c_l_permute_8h.xhtml ├── _c_l_permute_8h_source.xhtml ├── _c_l_permute_kernel_8cpp.xhtml ├── _c_l_permute_kernel_8cpp_source.xhtml ├── _c_l_permute_kernel_8h.xhtml ├── _c_l_permute_kernel_8h_source.xhtml ├── _c_l_phase_8cpp.xhtml ├── _c_l_phase_8cpp_source.xhtml ├── _c_l_phase_8h.xhtml ├── _c_l_phase_8h_source.xhtml ├── _c_l_pixel_wise_multiplication_8cpp.xhtml ├── _c_l_pixel_wise_multiplication_8cpp_source.xhtml ├── _c_l_pixel_wise_multiplication_8h.xhtml ├── _c_l_pixel_wise_multiplication_8h_source.xhtml ├── _c_l_pixel_wise_multiplication_kernel_8cpp.xhtml ├── _c_l_pixel_wise_multiplication_kernel_8cpp_source.xhtml ├── _c_l_pixel_wise_multiplication_kernel_8h.xhtml ├── _c_l_pixel_wise_multiplication_kernel_8h_source.xhtml ├── _c_l_pooling_layer_8cpp.xhtml ├── _c_l_pooling_layer_8cpp_source.xhtml ├── _c_l_pooling_layer_8h.xhtml ├── _c_l_pooling_layer_8h_source.xhtml ├── _c_l_pooling_layer_kernel_8cpp.xhtml ├── _c_l_pooling_layer_kernel_8cpp_source.xhtml ├── _c_l_pooling_layer_kernel_8h.xhtml ├── _c_l_pooling_layer_kernel_8h_source.xhtml ├── _c_l_prior_box_layer_8cpp.xhtml ├── _c_l_prior_box_layer_8cpp_source.xhtml ├── _c_l_prior_box_layer_8h.xhtml ├── _c_l_prior_box_layer_8h_source.xhtml ├── _c_l_prior_box_layer_kernel_8cpp.xhtml ├── _c_l_prior_box_layer_kernel_8cpp_source.xhtml ├── _c_l_prior_box_layer_kernel_8h.xhtml ├── _c_l_prior_box_layer_kernel_8h_source.xhtml ├── _c_l_pyramid_8cpp.xhtml ├── _c_l_pyramid_8cpp_source.xhtml ├── _c_l_pyramid_8h.xhtml ├── _c_l_pyramid_8h_source.xhtml ├── _c_l_quantization_layer_8cpp.xhtml ├── _c_l_quantization_layer_8cpp_source.xhtml ├── _c_l_quantization_layer_8h.xhtml ├── _c_l_quantization_layer_8h_source.xhtml ├── _c_l_quantization_layer_kernel_8cpp.xhtml ├── _c_l_quantization_layer_kernel_8cpp_source.xhtml ├── _c_l_quantization_layer_kernel_8h.xhtml ├── _c_l_quantization_layer_kernel_8h_source.xhtml ├── _c_l_r_n_n_layer_8cpp.xhtml ├── _c_l_r_n_n_layer_8cpp_source.xhtml ├── _c_l_r_n_n_layer_8h.xhtml ├── _c_l_r_n_n_layer_8h_source.xhtml ├── _c_l_r_o_i_align_layer_8cpp.xhtml ├── _c_l_r_o_i_align_layer_8cpp_source.xhtml ├── _c_l_r_o_i_align_layer_8h.xhtml ├── _c_l_r_o_i_align_layer_8h_source.xhtml ├── _c_l_r_o_i_align_layer_kernel_8cpp.xhtml ├── _c_l_r_o_i_align_layer_kernel_8cpp_source.xhtml ├── _c_l_r_o_i_align_layer_kernel_8h.xhtml ├── _c_l_r_o_i_align_layer_kernel_8h_source.xhtml ├── _c_l_r_o_i_pooling_layer_8cpp.xhtml ├── _c_l_r_o_i_pooling_layer_8cpp_source.xhtml ├── _c_l_r_o_i_pooling_layer_8h.xhtml ├── _c_l_r_o_i_pooling_layer_8h_source.xhtml ├── _c_l_r_o_i_pooling_layer_kernel_8cpp.xhtml ├── _c_l_r_o_i_pooling_layer_kernel_8cpp_source.xhtml ├── _c_l_r_o_i_pooling_layer_kernel_8h.xhtml ├── _c_l_r_o_i_pooling_layer_kernel_8h_source.xhtml ├── _c_l_range_8cpp.xhtml ├── _c_l_range_8cpp_source.xhtml ├── _c_l_range_8h.xhtml ├── _c_l_range_8h_source.xhtml ├── _c_l_range_kernel_8cpp.xhtml ├── _c_l_range_kernel_8cpp_source.xhtml ├── _c_l_range_kernel_8h.xhtml ├── _c_l_range_kernel_8h_source.xhtml ├── _c_l_reduce_mean_8cpp.xhtml ├── _c_l_reduce_mean_8cpp_source.xhtml ├── _c_l_reduce_mean_8h.xhtml ├── _c_l_reduce_mean_8h_source.xhtml ├── _c_l_reduction_operation_8cpp.xhtml ├── _c_l_reduction_operation_8cpp_source.xhtml ├── _c_l_reduction_operation_8h.xhtml ├── _c_l_reduction_operation_8h_source.xhtml ├── _c_l_reduction_operation_kernel_8cpp.xhtml ├── _c_l_reduction_operation_kernel_8cpp_source.xhtml ├── _c_l_reduction_operation_kernel_8h.xhtml ├── _c_l_reduction_operation_kernel_8h_source.xhtml ├── _c_l_remap_8cpp.xhtml ├── _c_l_remap_8cpp_source.xhtml ├── _c_l_remap_8h.xhtml ├── _c_l_remap_8h_source.xhtml ├── _c_l_remap_kernel_8cpp.xhtml ├── _c_l_remap_kernel_8cpp_source.xhtml ├── _c_l_remap_kernel_8h.xhtml ├── _c_l_remap_kernel_8h_source.xhtml ├── _c_l_reorg_layer_8cpp.xhtml ├── _c_l_reorg_layer_8cpp_source.xhtml ├── _c_l_reorg_layer_8h.xhtml ├── _c_l_reorg_layer_8h_source.xhtml ├── _c_l_reorg_layer_kernel_8cpp.xhtml ├── _c_l_reorg_layer_kernel_8cpp_source.xhtml ├── _c_l_reorg_layer_kernel_8h.xhtml ├── _c_l_reorg_layer_kernel_8h_source.xhtml ├── _c_l_reshape_layer_8cpp.xhtml ├── _c_l_reshape_layer_8cpp_source.xhtml ├── _c_l_reshape_layer_8h.xhtml ├── _c_l_reshape_layer_8h_source.xhtml ├── _c_l_reshape_layer_kernel_8cpp.xhtml ├── _c_l_reshape_layer_kernel_8cpp_source.xhtml ├── _c_l_reshape_layer_kernel_8h.xhtml ├── _c_l_reshape_layer_kernel_8h_source.xhtml ├── _c_l_reverse_8cpp.xhtml ├── _c_l_reverse_8cpp_source.xhtml ├── _c_l_reverse_8h.xhtml ├── _c_l_reverse_8h_source.xhtml ├── _c_l_reverse_kernel_8cpp.xhtml ├── _c_l_reverse_kernel_8cpp_source.xhtml ├── _c_l_reverse_kernel_8h.xhtml ├── _c_l_reverse_kernel_8h_source.xhtml ├── _c_l_scale_8cpp.xhtml ├── _c_l_scale_8cpp_source.xhtml ├── _c_l_scale_8h.xhtml ├── _c_l_scale_8h_source.xhtml ├── _c_l_scale_kernel_8cpp.xhtml ├── _c_l_scale_kernel_8cpp_source.xhtml ├── _c_l_scale_kernel_8h.xhtml ├── _c_l_scale_kernel_8h_source.xhtml ├── _c_l_scharr3x3_8cpp.xhtml ├── _c_l_scharr3x3_8cpp_source.xhtml ├── _c_l_scharr3x3_8h.xhtml ├── _c_l_scharr3x3_8h_source.xhtml ├── _c_l_scharr3x3_kernel_8cpp.xhtml ├── _c_l_scharr3x3_kernel_8cpp_source.xhtml ├── _c_l_scharr3x3_kernel_8h.xhtml ├── _c_l_scharr3x3_kernel_8h_source.xhtml ├── _c_l_scheduler_8cpp.xhtml ├── _c_l_scheduler_8cpp_source.xhtml ├── _c_l_scheduler_8h.xhtml ├── _c_l_scheduler_8h_source.xhtml ├── _c_l_select_8cpp.xhtml ├── _c_l_select_8cpp_source.xhtml ├── _c_l_select_8h.xhtml ├── _c_l_select_8h_source.xhtml ├── _c_l_select_kernel_8cpp.xhtml ├── _c_l_select_kernel_8cpp_source.xhtml ├── _c_l_select_kernel_8h.xhtml ├── _c_l_select_kernel_8h_source.xhtml ├── _c_l_slice_8cpp.xhtml ├── _c_l_slice_8cpp_source.xhtml ├── _c_l_slice_8h.xhtml ├── _c_l_slice_8h_source.xhtml ├── _c_l_sobel3x3_8cpp.xhtml ├── _c_l_sobel3x3_8cpp_source.xhtml ├── _c_l_sobel3x3_8h.xhtml ├── _c_l_sobel3x3_8h_source.xhtml ├── _c_l_sobel3x3_kernel_8cpp.xhtml ├── _c_l_sobel3x3_kernel_8cpp_source.xhtml ├── _c_l_sobel3x3_kernel_8h.xhtml ├── _c_l_sobel3x3_kernel_8h_source.xhtml ├── _c_l_sobel5x5_8cpp.xhtml ├── _c_l_sobel5x5_8cpp_source.xhtml ├── _c_l_sobel5x5_8h.xhtml ├── _c_l_sobel5x5_8h_source.xhtml ├── _c_l_sobel5x5_kernel_8cpp.xhtml ├── _c_l_sobel5x5_kernel_8cpp_source.xhtml ├── _c_l_sobel5x5_kernel_8h.xhtml ├── _c_l_sobel5x5_kernel_8h_source.xhtml ├── _c_l_sobel7x7_8cpp.xhtml ├── _c_l_sobel7x7_8cpp_source.xhtml ├── _c_l_sobel7x7_8h.xhtml ├── _c_l_sobel7x7_8h_source.xhtml ├── _c_l_sobel7x7_kernel_8cpp.xhtml ├── _c_l_sobel7x7_kernel_8cpp_source.xhtml ├── _c_l_sobel7x7_kernel_8h.xhtml ├── _c_l_sobel7x7_kernel_8h_source.xhtml ├── _c_l_softmax_layer_8cpp.xhtml ├── _c_l_softmax_layer_8cpp_source.xhtml ├── _c_l_softmax_layer_8h.xhtml ├── _c_l_softmax_layer_8h_source.xhtml ├── _c_l_softmax_layer_kernel_8cpp.xhtml ├── _c_l_softmax_layer_kernel_8cpp_source.xhtml ├── _c_l_softmax_layer_kernel_8h.xhtml ├── _c_l_softmax_layer_kernel_8h_source.xhtml ├── _c_l_space_to_batch_layer_8cpp.xhtml ├── _c_l_space_to_batch_layer_8cpp_source.xhtml ├── _c_l_space_to_batch_layer_8h.xhtml ├── _c_l_space_to_batch_layer_8h_source.xhtml ├── _c_l_space_to_batch_layer_kernel_8cpp.xhtml ├── _c_l_space_to_batch_layer_kernel_8cpp_source.xhtml ├── _c_l_space_to_batch_layer_kernel_8h.xhtml ├── _c_l_space_to_batch_layer_kernel_8h_source.xhtml ├── _c_l_space_to_depth_layer_8cpp.xhtml ├── _c_l_space_to_depth_layer_8cpp_source.xhtml ├── _c_l_space_to_depth_layer_8h.xhtml ├── _c_l_space_to_depth_layer_8h_source.xhtml ├── _c_l_space_to_depth_layer_kernel_8cpp.xhtml ├── _c_l_space_to_depth_layer_kernel_8cpp_source.xhtml ├── _c_l_space_to_depth_layer_kernel_8h.xhtml ├── _c_l_space_to_depth_layer_kernel_8h_source.xhtml ├── _c_l_split_8cpp.xhtml ├── _c_l_split_8cpp_source.xhtml ├── _c_l_split_8h.xhtml ├── _c_l_split_8h_source.xhtml ├── _c_l_stack_layer_8cpp.xhtml ├── _c_l_stack_layer_8cpp_source.xhtml ├── _c_l_stack_layer_8h.xhtml ├── _c_l_stack_layer_8h_source.xhtml ├── _c_l_stack_layer_kernel_8cpp.xhtml ├── _c_l_stack_layer_kernel_8cpp_source.xhtml ├── _c_l_stack_layer_kernel_8h.xhtml ├── _c_l_stack_layer_kernel_8h_source.xhtml ├── _c_l_strided_slice_8cpp.xhtml ├── _c_l_strided_slice_8cpp_source.xhtml ├── _c_l_strided_slice_8h.xhtml ├── _c_l_strided_slice_8h_source.xhtml ├── _c_l_strided_slice_kernel_8cpp.xhtml ├── _c_l_strided_slice_kernel_8cpp_source.xhtml ├── _c_l_strided_slice_kernel_8h.xhtml ├── _c_l_strided_slice_kernel_8h_source.xhtml ├── _c_l_sub_tensor_8cpp.xhtml ├── _c_l_sub_tensor_8cpp_source.xhtml ├── _c_l_sub_tensor_8h.xhtml ├── _c_l_sub_tensor_8h_source.xhtml ├── _c_l_sub_tensor_handle_8cpp.xhtml ├── _c_l_sub_tensor_handle_8cpp_source.xhtml ├── _c_l_sub_tensor_handle_8h.xhtml ├── _c_l_sub_tensor_handle_8h_source.xhtml ├── _c_l_table_lookup_8cpp.xhtml ├── _c_l_table_lookup_8cpp_source.xhtml ├── _c_l_table_lookup_8h.xhtml ├── _c_l_table_lookup_8h_source.xhtml ├── _c_l_table_lookup_kernel_8cpp.xhtml ├── _c_l_table_lookup_kernel_8cpp_source.xhtml ├── _c_l_table_lookup_kernel_8h.xhtml ├── _c_l_table_lookup_kernel_8h_source.xhtml ├── _c_l_tensor_8cpp.xhtml ├── _c_l_tensor_8cpp_source.xhtml ├── _c_l_tensor_8h.js ├── _c_l_tensor_8h.xhtml ├── _c_l_tensor_8h_source.xhtml ├── _c_l_tensor_allocator_8cpp.xhtml ├── _c_l_tensor_allocator_8cpp_source.xhtml ├── _c_l_tensor_allocator_8h.xhtml ├── _c_l_tensor_allocator_8h_source.xhtml ├── _c_l_tensor_handle_8cpp.xhtml ├── _c_l_tensor_handle_8cpp_source.xhtml ├── _c_l_tensor_handle_8h.xhtml ├── _c_l_tensor_handle_8h_source.xhtml ├── _c_l_threshold_8cpp.xhtml ├── _c_l_threshold_8cpp_source.xhtml ├── _c_l_threshold_8h.xhtml ├── _c_l_threshold_8h_source.xhtml ├── _c_l_threshold_kernel_8cpp.xhtml ├── _c_l_threshold_kernel_8cpp_source.xhtml ├── _c_l_threshold_kernel_8h.xhtml ├── _c_l_threshold_kernel_8h_source.xhtml ├── _c_l_tile_8cpp.xhtml ├── _c_l_tile_8cpp_source.xhtml ├── _c_l_tile_8h.xhtml ├── _c_l_tile_8h_source.xhtml ├── _c_l_tile_kernel_8cpp.xhtml ├── _c_l_tile_kernel_8cpp_source.xhtml ├── _c_l_tile_kernel_8h.xhtml ├── _c_l_tile_kernel_8h_source.xhtml ├── _c_l_transpose_8cpp.xhtml ├── _c_l_transpose_8cpp_source.xhtml ├── _c_l_transpose_8h.xhtml ├── _c_l_transpose_8h_source.xhtml ├── _c_l_transpose_kernel_8cpp.xhtml ├── _c_l_transpose_kernel_8cpp_source.xhtml ├── _c_l_transpose_kernel_8h.xhtml ├── _c_l_transpose_kernel_8h_source.xhtml ├── _c_l_tuner_8cpp.xhtml ├── _c_l_tuner_8cpp_source.xhtml ├── _c_l_tuner_8h.xhtml ├── _c_l_tuner_8h_source.xhtml ├── _c_l_tuner_types_8h.js ├── _c_l_tuner_types_8h.xhtml ├── _c_l_tuner_types_8h_source.xhtml ├── _c_l_types_8h.js ├── _c_l_types_8h.xhtml ├── _c_l_types_8h_source.xhtml ├── _c_l_unstack_8cpp.xhtml ├── _c_l_unstack_8cpp_source.xhtml ├── _c_l_unstack_8h.xhtml ├── _c_l_unstack_8h_source.xhtml ├── _c_l_upsample_layer_8cpp.xhtml ├── _c_l_upsample_layer_8cpp_source.xhtml ├── _c_l_upsample_layer_8h.xhtml ├── _c_l_upsample_layer_8h_source.xhtml ├── _c_l_upsample_layer_kernel_8cpp.xhtml ├── _c_l_upsample_layer_kernel_8cpp_source.xhtml ├── _c_l_upsample_layer_kernel_8h.xhtml ├── _c_l_upsample_layer_kernel_8h_source.xhtml ├── _c_l_validate_8h.js ├── _c_l_validate_8h.xhtml ├── _c_l_validate_8h_source.xhtml ├── _c_l_warp_affine_8cpp.xhtml ├── _c_l_warp_affine_8cpp_source.xhtml ├── _c_l_warp_affine_8h.xhtml ├── _c_l_warp_affine_8h_source.xhtml ├── _c_l_warp_affine_kernel_8cpp.xhtml ├── _c_l_warp_affine_kernel_8cpp_source.xhtml ├── _c_l_warp_affine_kernel_8h.xhtml ├── _c_l_warp_affine_kernel_8h_source.xhtml ├── _c_l_warp_perspective_8cpp.xhtml ├── _c_l_warp_perspective_8cpp_source.xhtml ├── _c_l_warp_perspective_8h.xhtml ├── _c_l_warp_perspective_8h_source.xhtml ├── _c_l_warp_perspective_kernel_8cpp.xhtml ├── _c_l_warp_perspective_kernel_8cpp_source.xhtml ├── _c_l_warp_perspective_kernel_8h.xhtml ├── _c_l_warp_perspective_kernel_8h_source.xhtml ├── _c_l_weights_reshape_kernel_8cpp.xhtml ├── _c_l_weights_reshape_kernel_8cpp_source.xhtml ├── _c_l_weights_reshape_kernel_8h.xhtml ├── _c_l_weights_reshape_kernel_8h_source.xhtml ├── _c_l_width_concatenate2_tensors_kernel_8cpp.xhtml ├── _c_l_width_concatenate2_tensors_kernel_8cpp_source.xhtml ├── _c_l_width_concatenate2_tensors_kernel_8h.xhtml ├── _c_l_width_concatenate2_tensors_kernel_8h_source.xhtml ├── _c_l_width_concatenate4_tensors_kernel_8cpp.xhtml ├── _c_l_width_concatenate4_tensors_kernel_8cpp_source.xhtml ├── _c_l_width_concatenate4_tensors_kernel_8h.xhtml ├── _c_l_width_concatenate4_tensors_kernel_8h_source.xhtml ├── _c_l_width_concatenate_layer_kernel_8cpp.xhtml ├── _c_l_width_concatenate_layer_kernel_8cpp_source.xhtml ├── _c_l_width_concatenate_layer_kernel_8h.xhtml ├── _c_l_width_concatenate_layer_kernel_8h_source.xhtml ├── _c_l_winograd_convolution_layer_8cpp.xhtml ├── _c_l_winograd_convolution_layer_8cpp_source.xhtml ├── _c_l_winograd_convolution_layer_8h.xhtml ├── _c_l_winograd_convolution_layer_8h_source.xhtml ├── _c_l_winograd_filter_transform_kernel_8cpp.xhtml ├── _c_l_winograd_filter_transform_kernel_8cpp_source.xhtml ├── _c_l_winograd_filter_transform_kernel_8h.xhtml ├── _c_l_winograd_filter_transform_kernel_8h_source.xhtml ├── _c_l_winograd_input_transform_8cpp.xhtml ├── _c_l_winograd_input_transform_8cpp_source.xhtml ├── _c_l_winograd_input_transform_8h.xhtml ├── _c_l_winograd_input_transform_8h_source.xhtml ├── _c_l_winograd_input_transform_kernel_8cpp.xhtml ├── _c_l_winograd_input_transform_kernel_8cpp_source.xhtml ├── _c_l_winograd_input_transform_kernel_8h.xhtml ├── _c_l_winograd_input_transform_kernel_8h_source.xhtml ├── _c_l_winograd_output_transform_kernel_8cpp.xhtml ├── _c_l_winograd_output_transform_kernel_8cpp_source.xhtml ├── _c_l_winograd_output_transform_kernel_8h.xhtml ├── _c_l_winograd_output_transform_kernel_8h_source.xhtml ├── _c_l_y_o_l_o_layer_8cpp.xhtml ├── _c_l_y_o_l_o_layer_8cpp_source.xhtml ├── _c_l_y_o_l_o_layer_8h.xhtml ├── _c_l_y_o_l_o_layer_8h_source.xhtml ├── _c_l_y_o_l_o_layer_kernel_8cpp.xhtml ├── _c_l_y_o_l_o_layer_kernel_8cpp_source.xhtml ├── _c_l_y_o_l_o_layer_kernel_8h.xhtml ├── _c_l_y_o_l_o_layer_kernel_8h_source.xhtml ├── _c_p_p_2_d_f_t_8cpp.js ├── _c_p_p_2_d_f_t_8cpp.xhtml ├── _c_p_p_2_d_f_t_8cpp_source.xhtml ├── _c_p_p_2_permute_8cpp.js ├── _c_p_p_2_permute_8cpp.xhtml ├── _c_p_p_2_permute_8cpp_source.xhtml ├── _c_p_p_2_validate_8h.js ├── _c_p_p_2_validate_8h.xhtml ├── _c_p_p_2_validate_8h_source.xhtml ├── _c_p_p_box_with_non_maxima_suppression_limit_8cpp.xhtml ├── _c_p_p_box_with_non_maxima_suppression_limit_8cpp_source.xhtml ├── _c_p_p_box_with_non_maxima_suppression_limit_8h.xhtml ├── _c_p_p_box_with_non_maxima_suppression_limit_8h_source.xhtml ├── _c_p_p_box_with_non_maxima_suppression_limit_kernel_8cpp.xhtml ├── _c_p_p_box_with_non_maxima_suppression_limit_kernel_8cpp_source.xhtml ├── _c_p_p_box_with_non_maxima_suppression_limit_kernel_8h.xhtml ├── _c_p_p_box_with_non_maxima_suppression_limit_kernel_8h_source.xhtml ├── _c_p_p_corner_candidates_kernel_8cpp.js ├── _c_p_p_corner_candidates_kernel_8cpp.xhtml ├── _c_p_p_corner_candidates_kernel_8cpp_source.xhtml ├── _c_p_p_corner_candidates_kernel_8h.js ├── _c_p_p_corner_candidates_kernel_8h.xhtml ├── _c_p_p_corner_candidates_kernel_8h_source.xhtml ├── _c_p_p_detection_output_layer_8cpp.xhtml ├── _c_p_p_detection_output_layer_8cpp_source.xhtml ├── _c_p_p_detection_output_layer_8h.xhtml ├── _c_p_p_detection_output_layer_8h_source.xhtml ├── _c_p_p_detection_post_process_layer_8cpp.xhtml ├── _c_p_p_detection_post_process_layer_8cpp_source.xhtml ├── _c_p_p_detection_post_process_layer_8h.xhtml ├── _c_p_p_detection_post_process_layer_8h_source.xhtml ├── _c_p_p_detection_window_non_maxima_suppression_kernel_8cpp.xhtml ├── _c_p_p_detection_window_non_maxima_suppression_kernel_8cpp_source.xhtml ├── _c_p_p_detection_window_non_maxima_suppression_kernel_8h.xhtml ├── _c_p_p_detection_window_non_maxima_suppression_kernel_8h_source.xhtml ├── _c_p_p_flip_weights_kernel_8cpp.xhtml ├── _c_p_p_flip_weights_kernel_8cpp_source.xhtml ├── _c_p_p_flip_weights_kernel_8h.xhtml ├── _c_p_p_flip_weights_kernel_8h_source.xhtml ├── _c_p_p_functions_8h.xhtml ├── _c_p_p_functions_8h_source.xhtml ├── _c_p_p_kernels_8h.xhtml ├── _c_p_p_kernels_8h_source.xhtml ├── _c_p_p_non_maximum_suppression_8cpp.xhtml ├── _c_p_p_non_maximum_suppression_8cpp_source.xhtml ├── _c_p_p_non_maximum_suppression_8h.xhtml ├── _c_p_p_non_maximum_suppression_8h_source.xhtml ├── _c_p_p_non_maximum_suppression_kernel_8cpp.xhtml ├── _c_p_p_non_maximum_suppression_kernel_8cpp_source.xhtml ├── _c_p_p_non_maximum_suppression_kernel_8h.xhtml ├── _c_p_p_non_maximum_suppression_kernel_8h_source.xhtml ├── _c_p_p_permute_8cpp.xhtml ├── _c_p_p_permute_8cpp_source.xhtml ├── _c_p_p_permute_8h.xhtml ├── _c_p_p_permute_8h_source.xhtml ├── _c_p_p_permute_kernel_8cpp.xhtml ├── _c_p_p_permute_kernel_8cpp_source.xhtml ├── _c_p_p_permute_kernel_8h.xhtml ├── _c_p_p_permute_kernel_8h_source.xhtml ├── _c_p_p_scheduler_8cpp.js ├── _c_p_p_scheduler_8cpp.xhtml ├── _c_p_p_scheduler_8cpp_source.xhtml ├── _c_p_p_scheduler_8h.xhtml ├── _c_p_p_scheduler_8h_source.xhtml ├── _c_p_p_sort_euclidean_distance_kernel_8cpp.xhtml ├── _c_p_p_sort_euclidean_distance_kernel_8cpp_source.xhtml ├── _c_p_p_sort_euclidean_distance_kernel_8h.xhtml ├── _c_p_p_sort_euclidean_distance_kernel_8h_source.xhtml ├── _c_p_p_top_k_v_8cpp.xhtml ├── _c_p_p_top_k_v_8cpp_source.xhtml ├── _c_p_p_top_k_v_8h.xhtml ├── _c_p_p_top_k_v_8h_source.xhtml ├── _c_p_p_top_k_v_kernel_8cpp.xhtml ├── _c_p_p_top_k_v_kernel_8cpp_source.xhtml ├── _c_p_p_top_k_v_kernel_8h.xhtml ├── _c_p_p_top_k_v_kernel_8h_source.xhtml ├── _c_p_p_types_8cpp.xhtml ├── _c_p_p_types_8cpp_source.xhtml ├── _c_p_p_types_8h.js ├── _c_p_p_types_8h.xhtml ├── _c_p_p_types_8h_source.xhtml ├── _c_p_p_upsample_8cpp.xhtml ├── _c_p_p_upsample_8cpp_source.xhtml ├── _c_p_p_upsample_8h.xhtml ├── _c_p_p_upsample_8h_source.xhtml ├── _c_p_p_upsample_kernel_8cpp.xhtml ├── _c_p_p_upsample_kernel_8cpp_source.xhtml ├── _c_p_p_upsample_kernel_8h.xhtml ├── _c_p_p_upsample_kernel_8h_source.xhtml ├── _c_p_u_utils_8cpp.js ├── _c_p_u_utils_8cpp.xhtml ├── _c_p_u_utils_8cpp_source.xhtml ├── _c_p_u_utils_8h.js ├── _c_p_u_utils_8h.xhtml ├── _c_p_u_utils_8h_source.xhtml ├── _c_r_t_p_8h.xhtml ├── _c_r_t_p_8h_source.xhtml ├── _canny_edge_detector_8cpp.js ├── _canny_edge_detector_8cpp.xhtml ├── _canny_edge_detector_8cpp_source.xhtml ├── _canny_edge_detector_8h.js ├── _canny_edge_detector_8h.xhtml ├── _canny_edge_detector_8h_source.xhtml ├── _cartesian_product_dataset_8h.js ├── _cartesian_product_dataset_8h.xhtml ├── _cartesian_product_dataset_8h_source.xhtml ├── _cast_8h.js ├── _cast_8h.xhtml ├── _cast_8h_source.xhtml ├── _channel_combine_8h.js ├── _channel_combine_8h.xhtml ├── _channel_combine_8h_source.xhtml ├── _channel_extract_8h.js ├── _channel_extract_8h.xhtml ├── _channel_extract_8h_source.xhtml ├── _channel_shuffle_8h.js ├── _channel_shuffle_8h.xhtml ├── _channel_shuffle_8h_source.xhtml ├── _channel_shuffle_layer_node_8cpp.xhtml ├── _channel_shuffle_layer_node_8cpp_source.xhtml ├── _channel_shuffle_layer_node_8h.xhtml ├── _channel_shuffle_layer_node_8h_source.xhtml ├── _col2_im_8h.js ├── _col2_im_8h.xhtml ├── _col2_im_8h_source.xhtml ├── _color_convert_8h.js ├── _color_convert_8h.xhtml ├── _color_convert_8h_source.xhtml ├── _color_convert_helper_8h.js ├── _color_convert_helper_8h.xhtml ├── _color_convert_helper_8h_source.xhtml ├── _command_line_options_8h.xhtml ├── _command_line_options_8h_source.xhtml ├── _command_line_parser_8h.xhtml ├── _command_line_parser_8h_source.xhtml ├── _common_graph_options_8cpp.js ├── _common_graph_options_8cpp.xhtml ├── _common_graph_options_8cpp_source.xhtml ├── _common_graph_options_8h.js ├── _common_graph_options_8h.xhtml ├── _common_graph_options_8h_source.xhtml ├── _common_options_8cpp.xhtml ├── _common_options_8cpp_source.xhtml ├── _common_options_8h.xhtml ├── _common_options_8h_source.xhtml ├── _comparisons_8h.js ├── _comparisons_8h.xhtml ├── _comparisons_8h_source.xhtml ├── _compute_all_anchors_8cpp.js ├── _compute_all_anchors_8cpp.xhtml ├── _compute_all_anchors_8cpp_source.xhtml ├── _compute_all_anchors_8h.js ├── _compute_all_anchors_8h.xhtml ├── _compute_all_anchors_8h_source.xhtml ├── _concatenate_layer_8cpp.js ├── _concatenate_layer_8cpp.xhtml ├── _concatenate_layer_8cpp_source.xhtml ├── _concatenate_layer_8h.js ├── _concatenate_layer_8h.xhtml ├── _concatenate_layer_8h_source.xhtml ├── _concatenate_layer_node_8cpp.xhtml ├── _concatenate_layer_node_8cpp_source.xhtml ├── _concatenate_layer_node_8h.xhtml ├── _concatenate_layer_node_8h_source.xhtml ├── _const_node_8cpp.xhtml ├── _const_node_8cpp_source.xhtml ├── _const_node_8h.xhtml ├── _const_node_8h_source.xhtml ├── _container_dataset_8h.js ├── _container_dataset_8h.xhtml ├── _container_dataset_8h_source.xhtml ├── _convert_fully_connected_weights_8h.js ├── _convert_fully_connected_weights_8h.xhtml ├── _convert_fully_connected_weights_8h_source.xhtml ├── _convolution3d_8h.js ├── _convolution3d_8h.xhtml ├── _convolution3d_8h_source.xhtml ├── _convolution_8h.js ├── _convolution_8h.xhtml ├── _convolution_8h_source.xhtml ├── _convolution_layer_8h.js ├── _convolution_layer_8h.xhtml ├── _convolution_layer_8h_source.xhtml ├── _convolution_layer_node_8cpp.xhtml ├── _convolution_layer_node_8cpp_source.xhtml ├── _convolution_layer_node_8h.xhtml ├── _convolution_layer_node_8h_source.xhtml ├── _coordinates_8h.xhtml ├── _coordinates_8h_source.xhtml ├── _copy_8h.js ├── _copy_8h.xhtml ├── _copy_8h_source.xhtml ├── _crop_resize_8h.js ├── _crop_resize_8h.xhtml ├── _crop_resize_8h_source.xhtml ├── _cross_layer_memory_manager_helpers_8cpp.js ├── _cross_layer_memory_manager_helpers_8cpp.xhtml ├── _cross_layer_memory_manager_helpers_8cpp_source.xhtml ├── _cross_layer_memory_manager_helpers_8h.js ├── _cross_layer_memory_manager_helpers_8h.xhtml ├── _cross_layer_memory_manager_helpers_8h_source.xhtml ├── _d_f_t_8h.js ├── _d_f_t_8h.xhtml ├── _d_f_t_8h_source.xhtml ├── _dataset_8h.xhtml ├── _dataset_8h_source.xhtml ├── _dataset_modes_8cpp.js ├── _dataset_modes_8cpp.xhtml ├── _dataset_modes_8cpp_source.xhtml ├── _dataset_modes_8h.js ├── _dataset_modes_8h.xhtml ├── _dataset_modes_8h_source.xhtml ├── _datasets_8h.xhtml ├── _datasets_8h_source.xhtml ├── _deconvolution_layer_8h.js ├── _deconvolution_layer_8h.xhtml ├── _deconvolution_layer_8h_source.xhtml ├── _deconvolution_layer_node_8cpp.xhtml ├── _deconvolution_layer_node_8cpp_source.xhtml ├── _deconvolution_layer_node_8h.xhtml ├── _deconvolution_layer_node_8h_source.xhtml ├── _depth_concat_sub_tensor_mutator_8cpp.xhtml ├── _depth_concat_sub_tensor_mutator_8cpp_source.xhtml ├── _depth_concat_sub_tensor_mutator_8h.xhtml ├── _depth_concat_sub_tensor_mutator_8h_source.xhtml ├── _depth_concatenate_layer_8h.js ├── _depth_concatenate_layer_8h.xhtml ├── _depth_concatenate_layer_8h_source.xhtml ├── _depth_convert_layer_8h.js ├── _depth_convert_layer_8h.xhtml ├── _depth_convert_layer_8h_source.xhtml ├── _depth_to_space_layer_8h.js ├── _depth_to_space_layer_8h.xhtml ├── _depth_to_space_layer_8h_source.xhtml ├── _depthwise_convolution_layer_8h.js ├── _depthwise_convolution_layer_8h.xhtml ├── _depthwise_convolution_layer_8h_source.xhtml ├── _depthwise_convolution_layer_node_8cpp.xhtml ├── _depthwise_convolution_layer_node_8cpp_source.xhtml ├── _depthwise_convolution_layer_node_8h.xhtml ├── _depthwise_convolution_layer_node_8h_source.xhtml ├── _depthwise_convolution_native_layer_8cpp.js ├── _depthwise_convolution_native_layer_8cpp.xhtml ├── _depthwise_convolution_native_layer_8cpp_source.xhtml ├── _depthwise_separable_convolution_layer_8h.js ├── _depthwise_separable_convolution_layer_8h.xhtml ├── _depthwise_separable_convolution_layer_8h_source.xhtml ├── _dequantization_layer_8h.js ├── _dequantization_layer_8h.xhtml ├── _dequantization_layer_8h_source.xhtml ├── _derivative_8h.js ├── _derivative_8h.xhtml ├── _derivative_8h_source.xhtml ├── _detection_output_layer_node_8cpp.xhtml ├── _detection_output_layer_node_8cpp_source.xhtml ├── _detection_output_layer_node_8h.xhtml ├── _detection_output_layer_node_8h_source.xhtml ├── _detection_post_process_layer_8cpp.js ├── _detection_post_process_layer_8cpp.xhtml ├── _detection_post_process_layer_8cpp_source.xhtml ├── _detection_post_process_layer_node_8cpp.xhtml ├── _detection_post_process_layer_node_8cpp_source.xhtml ├── _detection_post_process_layer_node_8h.xhtml ├── _detection_post_process_layer_node_8h_source.xhtml ├── _dilate_8h.js ├── _dilate_8h.xhtml ├── _dilate_8h_source.xhtml ├── _dimensions_8h.js ├── _dimensions_8h.xhtml ├── _dimensions_8h_source.xhtml ├── _direct_convolution_layer_tensor_shift_8cpp.js ├── _direct_convolution_layer_tensor_shift_8cpp.xhtml ├── _direct_convolution_layer_tensor_shift_8cpp_source.xhtml ├── _distribution1_d_8cpp.xhtml ├── _distribution1_d_8cpp_source.xhtml ├── _distribution1_d_8h.xhtml ├── _distribution1_d_8h_source.xhtml ├── _dot_graph_printer_8cpp.xhtml ├── _dot_graph_printer_8cpp_source.xhtml ├── _dot_graph_printer_8h.xhtml ├── _dot_graph_printer_8h_source.xhtml ├── _dropout_layer_8cpp.js ├── _dropout_layer_8cpp.xhtml ├── _dropout_layer_8cpp_source.xhtml ├── _dummy_node_8cpp.xhtml ├── _dummy_node_8cpp_source.xhtml ├── _dummy_node_8h.xhtml ├── _dummy_node_8h_source.xhtml ├── _edge_8h.xhtml ├── _edge_8h_source.xhtml ├── _element_wise_unary_8cpp.js ├── _element_wise_unary_8cpp.xhtml ├── _element_wise_unary_8cpp_source.xhtml ├── _element_wise_unary_8h.js ├── _element_wise_unary_8h.xhtml ├── _element_wise_unary_8h_source.xhtml ├── _elementwise_absolute_value_8cpp.js ├── _elementwise_absolute_value_8cpp.xhtml ├── _elementwise_absolute_value_8cpp_source.xhtml ├── _elementwise_division_8cpp.js ├── _elementwise_division_8cpp.xhtml ├── _elementwise_division_8cpp_source.xhtml ├── _elementwise_exp_layer_8cpp.js ├── _elementwise_exp_layer_8cpp.xhtml ├── _elementwise_exp_layer_8cpp_source.xhtml ├── _elementwise_log_8cpp.js ├── _elementwise_log_8cpp.xhtml ├── _elementwise_log_8cpp_source.xhtml ├── _elementwise_negation_8cpp.js ├── _elementwise_negation_8cpp.xhtml ├── _elementwise_negation_8cpp_source.xhtml ├── _elementwise_operations_8cpp.js ├── _elementwise_operations_8cpp.xhtml ├── _elementwise_operations_8cpp_source.xhtml ├── _elementwise_operations_8h.js ├── _elementwise_operations_8h.xhtml ├── _elementwise_operations_8h_source.xhtml ├── _elementwise_round_8cpp.js ├── _elementwise_round_8cpp.xhtml ├── _elementwise_round_8cpp_source.xhtml ├── _elementwise_rsqrt_layer_8cpp.js ├── _elementwise_rsqrt_layer_8cpp.xhtml ├── _elementwise_rsqrt_layer_8cpp_source.xhtml ├── _elementwise_square_diff_8cpp.js ├── _elementwise_square_diff_8cpp.xhtml ├── _elementwise_square_diff_8cpp_source.xhtml ├── _elementwise_squared_diff_8cpp.js ├── _elementwise_squared_diff_8cpp.xhtml ├── _elementwise_squared_diff_8cpp_source.xhtml ├── _eltwise_layer_node_8cpp.xhtml ├── _eltwise_layer_node_8cpp_source.xhtml ├── _eltwise_layer_node_8h.xhtml ├── _eltwise_layer_node_8h_source.xhtml ├── _enum_list_option_8h.xhtml ├── _enum_list_option_8h_source.xhtml ├── _enum_option_8h.xhtml ├── _enum_option_8h_source.xhtml ├── _equalize_histogram_8h.js ├── _equalize_histogram_8h.xhtml ├── _equalize_histogram_8h_source.xhtml ├── _erode_8h.js ├── _erode_8h.xhtml ├── _erode_8h_source.xhtml ├── _error_8cpp.xhtml ├── _error_8cpp_source.xhtml ├── _error_8h.js ├── _error_8h.xhtml ├── _error_8h_source.xhtml ├── _exceptions_8cpp.js ├── _exceptions_8cpp.xhtml ├── _exceptions_8cpp_source.xhtml ├── _exceptions_8h.js ├── _exceptions_8h.xhtml ├── _exceptions_8h_source.xhtml ├── _execution_helpers_8cpp.js ├── _execution_helpers_8cpp.xhtml ├── _execution_helpers_8cpp_source.xhtml ├── _execution_helpers_8h.js ├── _execution_helpers_8h.xhtml ├── _execution_helpers_8h_source.xhtml ├── _exp_layer_8cpp.js ├── _exp_layer_8cpp.xhtml ├── _exp_layer_8cpp_source.xhtml ├── _fast_corners_8h.js ├── _fast_corners_8h.xhtml ├── _fast_corners_8h_source.xhtml ├── _file_handler_8cpp.xhtml ├── _file_handler_8cpp_source.xhtml ├── _file_handler_8h.xhtml ├── _file_handler_8h_source.xhtml ├── _file_printer_8cpp.xhtml ├── _file_printer_8cpp_source.xhtml ├── _file_printer_8h.xhtml ├── _file_printer_8h_source.xhtml ├── _fixture_8h.xhtml ├── _fixture_8h_source.xhtml ├── _flatten_layer_8h.js ├── _flatten_layer_8h.xhtml ├── _flatten_layer_8h_source.xhtml ├── _flatten_layer_node_8cpp.xhtml ├── _flatten_layer_node_8cpp_source.xhtml ├── _flatten_layer_node_8h.xhtml ├── _flatten_layer_node_8h_source.xhtml ├── _floor_8h.js ├── _floor_8h.xhtml ├── _floor_8h_source.xhtml ├── _framework_8cpp.xhtml ├── _framework_8cpp_source.xhtml ├── _framework_8h.js ├── _framework_8h.xhtml ├── _framework_8h_source.xhtml ├── _fully_connected_layer_8h.js ├── _fully_connected_layer_8h.xhtml ├── _fully_connected_layer_8h_source.xhtml ├── _fully_connected_layer_node_8h.xhtml ├── _fully_connected_layer_node_8h_source.xhtml ├── _function_descriptors_8h.js ├── _function_descriptors_8h.xhtml ├── _function_descriptors_8h_source.xhtml ├── _function_helpers_8h.js ├── _function_helpers_8h.xhtml ├── _function_helpers_8h_source.xhtml ├── _fuse_batch_normalization_8h.js ├── _fuse_batch_normalization_8h.xhtml ├── _fuse_batch_normalization_8h_source.xhtml ├── _fused_convolution_batch_normalization_function_8h.xhtml ├── _fused_convolution_batch_normalization_function_8h_source.xhtml ├── _fused_convolution_batch_normalization_node_8cpp.xhtml ├── _fused_convolution_batch_normalization_node_8cpp_source.xhtml ├── _fused_convolution_batch_normalization_node_8h.xhtml ├── _fused_convolution_batch_normalization_node_8h_source.xhtml ├── _fused_depthwise_convolution_batch_normalization_function_8h.xhtml ├── _fused_depthwise_convolution_batch_normalization_function_8h_source.xhtml ├── _fused_depthwise_convolution_batch_normalization_node_8cpp.xhtml ├── _fused_depthwise_convolution_batch_normalization_node_8cpp_source.xhtml ├── _fused_depthwise_convolution_batch_normalization_node_8h.xhtml ├── _fused_depthwise_convolution_batch_normalization_node_8h_source.xhtml ├── _g_c_absolute_difference_8cpp.xhtml ├── _g_c_absolute_difference_8cpp_source.xhtml ├── _g_c_absolute_difference_8h.xhtml ├── _g_c_absolute_difference_8h_source.xhtml ├── _g_c_absolute_difference_kernel_8cpp.xhtml ├── _g_c_absolute_difference_kernel_8cpp_source.xhtml ├── _g_c_absolute_difference_kernel_8h.xhtml ├── _g_c_absolute_difference_kernel_8h_source.xhtml ├── _g_c_accessor_8h.xhtml ├── _g_c_accessor_8h_source.xhtml ├── _g_c_activation_layer_8cpp.xhtml ├── _g_c_activation_layer_8cpp_source.xhtml ├── _g_c_activation_layer_8h.xhtml ├── _g_c_activation_layer_8h_source.xhtml ├── _g_c_activation_layer_kernel_8cpp.xhtml ├── _g_c_activation_layer_kernel_8cpp_source.xhtml ├── _g_c_activation_layer_kernel_8h.xhtml ├── _g_c_activation_layer_kernel_8h_source.xhtml ├── _g_c_arithmetic_addition_8cpp.xhtml ├── _g_c_arithmetic_addition_8cpp_source.xhtml ├── _g_c_arithmetic_addition_8h.xhtml ├── _g_c_arithmetic_addition_8h_source.xhtml ├── _g_c_arithmetic_addition_kernel_8cpp.xhtml ├── _g_c_arithmetic_addition_kernel_8cpp_source.xhtml ├── _g_c_arithmetic_addition_kernel_8h.xhtml ├── _g_c_arithmetic_addition_kernel_8h_source.xhtml ├── _g_c_batch_normalization_layer_8cpp.xhtml ├── _g_c_batch_normalization_layer_8cpp_source.xhtml ├── _g_c_batch_normalization_layer_8h.xhtml ├── _g_c_batch_normalization_layer_8h_source.xhtml ├── _g_c_batch_normalization_layer_kernel_8cpp.xhtml ├── _g_c_batch_normalization_layer_kernel_8cpp_source.xhtml ├── _g_c_batch_normalization_layer_kernel_8h.xhtml ├── _g_c_batch_normalization_layer_kernel_8h_source.xhtml ├── _g_c_buffer_allocator_8cpp.xhtml ├── _g_c_buffer_allocator_8cpp_source.xhtml ├── _g_c_buffer_allocator_8h.xhtml ├── _g_c_buffer_allocator_8h_source.xhtml ├── _g_c_col2_im_kernel_8cpp.xhtml ├── _g_c_col2_im_kernel_8cpp_source.xhtml ├── _g_c_col2_im_kernel_8h.xhtml ├── _g_c_col2_im_kernel_8h_source.xhtml ├── _g_c_concatenate_layer_8cpp.xhtml ├── _g_c_concatenate_layer_8cpp_source.xhtml ├── _g_c_concatenate_layer_8h.xhtml ├── _g_c_concatenate_layer_8h_source.xhtml ├── _g_c_convolution_layer_8cpp.xhtml ├── _g_c_convolution_layer_8cpp_source.xhtml ├── _g_c_convolution_layer_8h.xhtml ├── _g_c_convolution_layer_8h_source.xhtml ├── _g_c_depth_concatenate_layer_kernel_8cpp.xhtml ├── _g_c_depth_concatenate_layer_kernel_8cpp_source.xhtml ├── _g_c_depth_concatenate_layer_kernel_8h.xhtml ├── _g_c_depth_concatenate_layer_kernel_8h_source.xhtml ├── _g_c_depthwise_convolution_layer3x3_kernel_8cpp.js ├── _g_c_depthwise_convolution_layer3x3_kernel_8cpp.xhtml ├── _g_c_depthwise_convolution_layer3x3_kernel_8cpp_source.xhtml ├── _g_c_depthwise_convolution_layer3x3_kernel_8h.xhtml ├── _g_c_depthwise_convolution_layer3x3_kernel_8h_source.xhtml ├── _g_c_depthwise_convolution_layer_8cpp.xhtml ├── _g_c_depthwise_convolution_layer_8cpp_source.xhtml ├── _g_c_depthwise_convolution_layer_8h.xhtml ├── _g_c_depthwise_convolution_layer_8h_source.xhtml ├── _g_c_device_backend_8cpp.xhtml ├── _g_c_device_backend_8cpp_source.xhtml ├── _g_c_device_backend_8h.xhtml ├── _g_c_device_backend_8h_source.xhtml ├── _g_c_direct_convolution_layer_8cpp.xhtml ├── _g_c_direct_convolution_layer_8cpp_source.xhtml ├── _g_c_direct_convolution_layer_8h.xhtml ├── _g_c_direct_convolution_layer_8h_source.xhtml ├── _g_c_direct_convolution_layer_kernel_8cpp.js ├── _g_c_direct_convolution_layer_kernel_8cpp.xhtml ├── _g_c_direct_convolution_layer_kernel_8cpp_source.xhtml ├── _g_c_direct_convolution_layer_kernel_8h.js ├── _g_c_direct_convolution_layer_kernel_8h.xhtml ├── _g_c_direct_convolution_layer_kernel_8h_source.xhtml ├── _g_c_dropout_layer_8cpp.xhtml ├── _g_c_dropout_layer_8cpp_source.xhtml ├── _g_c_dropout_layer_8h.xhtml ├── _g_c_dropout_layer_8h_source.xhtml ├── _g_c_dropout_layer_kernel_8cpp.xhtml ├── _g_c_dropout_layer_kernel_8cpp_source.xhtml ├── _g_c_dropout_layer_kernel_8h.xhtml ├── _g_c_dropout_layer_kernel_8h_source.xhtml ├── _g_c_fill_border_8cpp.xhtml ├── _g_c_fill_border_8cpp_source.xhtml ├── _g_c_fill_border_8h.xhtml ├── _g_c_fill_border_8h_source.xhtml ├── _g_c_fill_border_kernel_8cpp.xhtml ├── _g_c_fill_border_kernel_8cpp_source.xhtml ├── _g_c_fill_border_kernel_8h.xhtml ├── _g_c_fill_border_kernel_8h_source.xhtml ├── _g_c_fully_connected_layer_8cpp.xhtml ├── _g_c_fully_connected_layer_8cpp_source.xhtml ├── _g_c_fully_connected_layer_8h.xhtml ├── _g_c_fully_connected_layer_8h_source.xhtml ├── _g_c_function_factory_8h.xhtml ├── _g_c_function_factory_8h_source.xhtml ├── _g_c_functions_8h.xhtml ├── _g_c_functions_8h_source.xhtml ├── _g_c_functions_factory_8cpp.js ├── _g_c_functions_factory_8cpp.xhtml ├── _g_c_functions_factory_8cpp_source.xhtml ├── _g_c_g_e_m_m_8cpp.xhtml ├── _g_c_g_e_m_m_8cpp_source.xhtml ├── _g_c_g_e_m_m_8h.xhtml ├── _g_c_g_e_m_m_8h_source.xhtml ├── _g_c_g_e_m_m_interleave4x4_8cpp.xhtml ├── _g_c_g_e_m_m_interleave4x4_8cpp_source.xhtml ├── _g_c_g_e_m_m_interleave4x4_8h.xhtml ├── _g_c_g_e_m_m_interleave4x4_8h_source.xhtml ├── _g_c_g_e_m_m_interleave4x4_kernel_8cpp.xhtml ├── _g_c_g_e_m_m_interleave4x4_kernel_8cpp_source.xhtml ├── _g_c_g_e_m_m_interleave4x4_kernel_8h.xhtml ├── _g_c_g_e_m_m_interleave4x4_kernel_8h_source.xhtml ├── _g_c_g_e_m_m_matrix_accumulate_biases_kernel_8cpp.js ├── _g_c_g_e_m_m_matrix_accumulate_biases_kernel_8cpp.xhtml ├── _g_c_g_e_m_m_matrix_accumulate_biases_kernel_8cpp_source.xhtml ├── _g_c_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml ├── _g_c_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml ├── _g_c_g_e_m_m_matrix_addition_kernel_8cpp.xhtml ├── _g_c_g_e_m_m_matrix_addition_kernel_8cpp_source.xhtml ├── _g_c_g_e_m_m_matrix_addition_kernel_8h.xhtml ├── _g_c_g_e_m_m_matrix_addition_kernel_8h_source.xhtml ├── _g_c_g_e_m_m_matrix_multiply_kernel_8cpp.xhtml ├── _g_c_g_e_m_m_matrix_multiply_kernel_8cpp_source.xhtml ├── _g_c_g_e_m_m_matrix_multiply_kernel_8h.xhtml ├── _g_c_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml ├── _g_c_g_e_m_m_transpose1x_w_8cpp.xhtml ├── _g_c_g_e_m_m_transpose1x_w_8cpp_source.xhtml ├── _g_c_g_e_m_m_transpose1x_w_8h.xhtml ├── _g_c_g_e_m_m_transpose1x_w_8h_source.xhtml ├── _g_c_g_e_m_m_transpose1x_w_kernel_8cpp.xhtml ├── _g_c_g_e_m_m_transpose1x_w_kernel_8cpp_source.xhtml ├── _g_c_g_e_m_m_transpose1x_w_kernel_8h.xhtml ├── _g_c_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml ├── _g_c_helpers_8cpp.js ├── _g_c_helpers_8cpp.xhtml ├── _g_c_helpers_8cpp_source.xhtml ├── _g_c_helpers_8h.js ├── _g_c_helpers_8h.xhtml ├── _g_c_helpers_8h_source.xhtml ├── _g_c_im2_col_kernel_8cpp.xhtml ├── _g_c_im2_col_kernel_8cpp_source.xhtml ├── _g_c_im2_col_kernel_8h.xhtml ├── _g_c_im2_col_kernel_8h_source.xhtml ├── _g_c_kernel_library_8cpp.xhtml ├── _g_c_kernel_library_8cpp_source.xhtml ├── _g_c_kernel_library_8h.xhtml ├── _g_c_kernel_library_8h_source.xhtml ├── _g_c_kernels_8h.xhtml ├── _g_c_kernels_8h_source.xhtml ├── _g_c_memory_8cpp.xhtml ├── _g_c_memory_8cpp_source.xhtml ├── _g_c_memory_8h.xhtml ├── _g_c_memory_8h_source.xhtml ├── _g_c_memory_group_8h.js ├── _g_c_memory_group_8h.xhtml ├── _g_c_memory_group_8h_source.xhtml ├── _g_c_memory_region_8cpp.xhtml ├── _g_c_memory_region_8cpp_source.xhtml ├── _g_c_memory_region_8h.xhtml ├── _g_c_memory_region_8h_source.xhtml ├── _g_c_node_validator_8cpp.xhtml ├── _g_c_node_validator_8cpp_source.xhtml ├── _g_c_node_validator_8h.xhtml ├── _g_c_node_validator_8h_source.xhtml ├── _g_c_normalization_layer_8cpp.xhtml ├── _g_c_normalization_layer_8cpp_source.xhtml ├── _g_c_normalization_layer_8h.xhtml ├── _g_c_normalization_layer_8h_source.xhtml ├── _g_c_normalization_layer_kernel_8cpp.xhtml ├── _g_c_normalization_layer_kernel_8cpp_source.xhtml ├── _g_c_normalization_layer_kernel_8h.xhtml ├── _g_c_normalization_layer_kernel_8h_source.xhtml ├── _g_c_normalize_planar_y_u_v_layer_8cpp.xhtml ├── _g_c_normalize_planar_y_u_v_layer_8cpp_source.xhtml ├── _g_c_normalize_planar_y_u_v_layer_8h.xhtml ├── _g_c_normalize_planar_y_u_v_layer_8h_source.xhtml ├── _g_c_normalize_planar_y_u_v_layer_kernel_8cpp.xhtml ├── _g_c_normalize_planar_y_u_v_layer_kernel_8cpp_source.xhtml ├── _g_c_normalize_planar_y_u_v_layer_kernel_8h.js ├── _g_c_normalize_planar_y_u_v_layer_kernel_8h.xhtml ├── _g_c_normalize_planar_y_u_v_layer_kernel_8h_source.xhtml ├── _g_c_pixel_wise_multiplication_8cpp.xhtml ├── _g_c_pixel_wise_multiplication_8cpp_source.xhtml ├── _g_c_pixel_wise_multiplication_8h.xhtml ├── _g_c_pixel_wise_multiplication_8h_source.xhtml ├── _g_c_pixel_wise_multiplication_kernel_8cpp.xhtml ├── _g_c_pixel_wise_multiplication_kernel_8cpp_source.xhtml ├── _g_c_pixel_wise_multiplication_kernel_8h.xhtml ├── _g_c_pixel_wise_multiplication_kernel_8h_source.xhtml ├── _g_c_pooling_layer_8cpp.xhtml ├── _g_c_pooling_layer_8cpp_source.xhtml ├── _g_c_pooling_layer_8h.xhtml ├── _g_c_pooling_layer_8h_source.xhtml ├── _g_c_pooling_layer_kernel_8cpp.xhtml ├── _g_c_pooling_layer_kernel_8cpp_source.xhtml ├── _g_c_pooling_layer_kernel_8h.xhtml ├── _g_c_pooling_layer_kernel_8h_source.xhtml ├── _g_c_scale_8cpp.xhtml ├── _g_c_scale_8cpp_source.xhtml ├── _g_c_scale_8h.xhtml ├── _g_c_scale_8h_source.xhtml ├── _g_c_scale_kernel_8cpp.xhtml ├── _g_c_scale_kernel_8cpp_source.xhtml ├── _g_c_scale_kernel_8h.xhtml ├── _g_c_scale_kernel_8h_source.xhtml ├── _g_c_scheduler_8cpp.xhtml ├── _g_c_scheduler_8cpp_source.xhtml ├── _g_c_scheduler_8h.xhtml ├── _g_c_scheduler_8h_source.xhtml ├── _g_c_softmax_layer_8cpp.xhtml ├── _g_c_softmax_layer_8cpp_source.xhtml ├── _g_c_softmax_layer_8h.xhtml ├── _g_c_softmax_layer_8h_source.xhtml ├── _g_c_softmax_layer_kernel_8cpp.xhtml ├── _g_c_softmax_layer_kernel_8cpp_source.xhtml ├── _g_c_softmax_layer_kernel_8h.xhtml ├── _g_c_softmax_layer_kernel_8h_source.xhtml ├── _g_c_tensor_8cpp.xhtml ├── _g_c_tensor_8cpp_source.xhtml ├── _g_c_tensor_8h.js ├── _g_c_tensor_8h.xhtml ├── _g_c_tensor_8h_source.xhtml ├── _g_c_tensor_allocator_8cpp.xhtml ├── _g_c_tensor_allocator_8cpp_source.xhtml ├── _g_c_tensor_allocator_8h.xhtml ├── _g_c_tensor_allocator_8h_source.xhtml ├── _g_c_tensor_handle_8cpp.xhtml ├── _g_c_tensor_handle_8cpp_source.xhtml ├── _g_c_tensor_handle_8h.xhtml ├── _g_c_tensor_handle_8h_source.xhtml ├── _g_c_tensor_shift_8cpp.xhtml ├── _g_c_tensor_shift_8cpp_source.xhtml ├── _g_c_tensor_shift_8h.xhtml ├── _g_c_tensor_shift_8h_source.xhtml ├── _g_c_tensor_shift_kernel_8cpp.xhtml ├── _g_c_tensor_shift_kernel_8cpp_source.xhtml ├── _g_c_tensor_shift_kernel_8h.xhtml ├── _g_c_tensor_shift_kernel_8h_source.xhtml ├── _g_c_transpose_8cpp.xhtml ├── _g_c_transpose_8cpp_source.xhtml ├── _g_c_transpose_8h.xhtml ├── _g_c_transpose_8h_source.xhtml ├── _g_c_transpose_kernel_8cpp.js ├── _g_c_transpose_kernel_8cpp.xhtml ├── _g_c_transpose_kernel_8cpp_source.xhtml ├── _g_c_transpose_kernel_8h.xhtml ├── _g_c_transpose_kernel_8h_source.xhtml ├── _g_c_weights_reshape_kernel_8cpp.xhtml ├── _g_c_weights_reshape_kernel_8cpp_source.xhtml ├── _g_c_weights_reshape_kernel_8h.xhtml ├── _g_c_weights_reshape_kernel_8h_source.xhtml ├── _g_e_m_m_8h.js ├── _g_e_m_m_8h.xhtml ├── _g_e_m_m_8h_source.xhtml ├── _g_e_m_m_interleave4x4_8h.js ├── _g_e_m_m_interleave4x4_8h.xhtml ├── _g_e_m_m_interleave4x4_8h_source.xhtml ├── _g_e_m_m_interleave_blocked_8h.js ├── _g_e_m_m_interleave_blocked_8h.xhtml ├── _g_e_m_m_interleave_blocked_8h_source.xhtml ├── _g_e_m_m_lowp_8h.js ├── _g_e_m_m_lowp_8h.xhtml ├── _g_e_m_m_lowp_8h_source.xhtml ├── _g_e_m_m_lowp_matrix_multiply_native_8cpp.js ├── _g_e_m_m_lowp_matrix_multiply_native_8cpp.xhtml ├── _g_e_m_m_lowp_matrix_multiply_native_8cpp_source.xhtml ├── _g_e_m_m_lowp_matrix_multiply_reshaped_8cpp.js ├── _g_e_m_m_lowp_matrix_multiply_reshaped_8cpp.xhtml ├── _g_e_m_m_lowp_matrix_multiply_reshaped_8cpp_source.xhtml ├── _g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_8cpp.js ├── _g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_8cpp.xhtml ├── _g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_8cpp_source.xhtml ├── _g_e_m_m_matrix_multiply_8cpp.js ├── _g_e_m_m_matrix_multiply_8cpp.xhtml ├── _g_e_m_m_matrix_multiply_8cpp_source.xhtml ├── _g_e_m_m_matrix_multiply_interleaved_transposed_8cpp.js ├── _g_e_m_m_matrix_multiply_interleaved_transposed_8cpp.xhtml ├── _g_e_m_m_matrix_multiply_interleaved_transposed_8cpp_source.xhtml ├── _g_e_m_m_matrix_multiply_native_8cpp.js ├── _g_e_m_m_matrix_multiply_native_8cpp.xhtml ├── _g_e_m_m_matrix_multiply_native_8cpp_source.xhtml ├── _g_e_m_m_matrix_multiply_reshaped_8cpp.js ├── _g_e_m_m_matrix_multiply_reshaped_8cpp.xhtml ├── _g_e_m_m_matrix_multiply_reshaped_8cpp_source.xhtml ├── _g_e_m_m_matrix_multiply_reshaped_only_r_h_s_8cpp.js ├── _g_e_m_m_matrix_multiply_reshaped_only_r_h_s_8cpp.xhtml ├── _g_e_m_m_matrix_multiply_reshaped_only_r_h_s_8cpp_source.xhtml ├── _g_e_m_m_reshape_l_h_s_matrix_8h.js ├── _g_e_m_m_reshape_l_h_s_matrix_8h.xhtml ├── _g_e_m_m_reshape_l_h_s_matrix_8h_source.xhtml ├── _g_e_m_m_reshape_r_h_s_matrix_8h.js ├── _g_e_m_m_reshape_r_h_s_matrix_8h.xhtml ├── _g_e_m_m_reshape_r_h_s_matrix_8h_source.xhtml ├── _g_e_m_m_transpose1x_w_8h.js ├── _g_e_m_m_transpose1x_w_8h.xhtml ├── _g_e_m_m_transpose1x_w_8h_source.xhtml ├── _g_l_e_s___c_o_m_p_u_t_e_2_arithmetic_addition_8cpp.js ├── _g_l_e_s___c_o_m_p_u_t_e_2_arithmetic_addition_8cpp.xhtml ├── _g_l_e_s___c_o_m_p_u_t_e_2_arithmetic_addition_8cpp_source.xhtml ├── _g_l_e_s___c_o_m_p_u_t_e_2_global_pooling_layer_8cpp.js ├── _g_l_e_s___c_o_m_p_u_t_e_2_global_pooling_layer_8cpp.xhtml ├── _g_l_e_s___c_o_m_p_u_t_e_2_global_pooling_layer_8cpp_source.xhtml ├── _g_l_e_s___c_o_m_p_u_t_e_2_helper_8h.js ├── _g_l_e_s___c_o_m_p_u_t_e_2_helper_8h.xhtml ├── _g_l_e_s___c_o_m_p_u_t_e_2_helper_8h_source.xhtml ├── _g_l_e_s___c_o_m_p_u_t_e_2_u_n_i_t_2_memory_manager_8cpp.js ├── _g_l_e_s___c_o_m_p_u_t_e_2_u_n_i_t_2_memory_manager_8cpp.xhtml ├── _g_l_e_s___c_o_m_p_u_t_e_2_u_n_i_t_2_memory_manager_8cpp_source.xhtml ├── _g_p_u_target_8h.js ├── _g_p_u_target_8h.xhtml ├── _g_p_u_target_8h_source.xhtml ├── _gather_8h.js ├── _gather_8h.xhtml ├── _gather_8h_source.xhtml ├── _gaussian3x3_8h.js ├── _gaussian3x3_8h.xhtml ├── _gaussian3x3_8h_source.xhtml ├── _gaussian5x5_8h.js ├── _gaussian5x5_8h.xhtml ├── _gaussian5x5_8h_source.xhtml ├── _gaussian_pyramid_half_8cpp.js ├── _gaussian_pyramid_half_8cpp.xhtml ├── _gaussian_pyramid_half_8cpp_source.xhtml ├── _gaussian_pyramid_half_8h.js ├── _gaussian_pyramid_half_8h.xhtml ├── _gaussian_pyramid_half_8h_source.xhtml ├── _generate_proposals_layer_8cpp.js ├── _generate_proposals_layer_8cpp.xhtml ├── _generate_proposals_layer_8cpp_source.xhtml ├── _generate_proposals_layer_node_8cpp.xhtml ├── _generate_proposals_layer_node_8cpp_source.xhtml ├── _generate_proposals_layer_node_8h.xhtml ├── _generate_proposals_layer_node_8h_source.xhtml ├── _globals_8h.js ├── _globals_8h.xhtml ├── _globals_8h_source.xhtml ├── _graph_8cpp.xhtml ├── _graph_8cpp_source.xhtml ├── _graph_8h.xhtml ├── _graph_8h_source.xhtml ├── _graph_builder_8cpp.xhtml ├── _graph_builder_8cpp_source.xhtml ├── _graph_builder_8h.xhtml ├── _graph_builder_8h_source.xhtml ├── _graph_context_8cpp.xhtml ├── _graph_context_8cpp_source.xhtml ├── _graph_context_8h.xhtml ├── _graph_context_8h_source.xhtml ├── _graph_manager_8cpp.xhtml ├── _graph_manager_8cpp_source.xhtml ├── _graph_manager_8h.xhtml ├── _graph_manager_8h_source.xhtml ├── _graph_mutators_8h.xhtml ├── _graph_mutators_8h_source.xhtml ├── _graph_utils_8cpp.xhtml ├── _graph_utils_8cpp_source.xhtml ├── _graph_utils_8h.js ├── _graph_utils_8h.xhtml ├── _graph_utils_8h_source.xhtml ├── _grouped_convolution_mutator_8cpp.xhtml ├── _grouped_convolution_mutator_8cpp_source.xhtml ├── _grouped_convolution_mutator_8h.xhtml ├── _grouped_convolution_mutator_8h_source.xhtml ├── _h_o_g_8cpp.xhtml ├── _h_o_g_8cpp_source.xhtml ├── _h_o_g_8h.xhtml ├── _h_o_g_8h_source.xhtml ├── _h_o_g_accessor_8h.xhtml ├── _h_o_g_accessor_8h_source.xhtml ├── _h_o_g_descriptor_8h.js ├── _h_o_g_descriptor_8h.xhtml ├── _h_o_g_descriptor_8h_source.xhtml ├── _h_o_g_detector_8h.js ├── _h_o_g_detector_8h.xhtml ├── _h_o_g_detector_8h_source.xhtml ├── _h_o_g_info_8cpp.xhtml ├── _h_o_g_info_8cpp_source.xhtml ├── _h_o_g_info_8h.xhtml ├── _h_o_g_info_8h_source.xhtml ├── _h_o_g_multi_detection_8h.js ├── _h_o_g_multi_detection_8h.xhtml ├── _h_o_g_multi_detection_8h_source.xhtml ├── _half_8h.js ├── _half_8h.xhtml ├── _half_8h_source.xhtml ├── _harris_corner_detector_8cpp.js ├── _harris_corner_detector_8cpp.xhtml ├── _harris_corner_detector_8cpp_source.xhtml ├── _harris_corner_detector_8h.js ├── _harris_corner_detector_8h.xhtml ├── _harris_corner_detector_8h_source.xhtml ├── _helpers_8inl.js ├── _helpers_8inl.xhtml ├── _helpers_8inl_source.xhtml ├── _histogram_8h.js ├── _histogram_8h.xhtml ├── _histogram_8h_source.xhtml ├── _i_access_window_8cpp.xhtml ├── _i_access_window_8cpp_source.xhtml ├── _i_access_window_8h.js ├── _i_access_window_8h.xhtml ├── _i_access_window_8h_source.xhtml ├── _i_accessor_8h.xhtml ├── _i_accessor_8h_source.xhtml ├── _i_allocator_8h.xhtml ├── _i_allocator_8h_source.xhtml ├── _i_array_8h.js ├── _i_array_8h.xhtml ├── _i_array_8h_source.xhtml ├── _i_array_accessor_8h.xhtml ├── _i_array_accessor_8h_source.xhtml ├── _i_c_l_array_8h.js ├── _i_c_l_array_8h.xhtml ├── _i_c_l_array_8h_source.xhtml ├── _i_c_l_depthwise_convolution_layer3x3_kernel_8h.xhtml ├── _i_c_l_depthwise_convolution_layer3x3_kernel_8h_source.xhtml ├── _i_c_l_distribution1_d_8cpp.xhtml ├── _i_c_l_distribution1_d_8cpp_source.xhtml ├── _i_c_l_distribution1_d_8h.xhtml ├── _i_c_l_distribution1_d_8h_source.xhtml ├── _i_c_l_g_e_m_m_kernel_configuration_8h.xhtml ├── _i_c_l_g_e_m_m_kernel_configuration_8h_source.xhtml ├── _i_c_l_h_o_g_8cpp.xhtml ├── _i_c_l_h_o_g_8cpp_source.xhtml ├── _i_c_l_h_o_g_8h.xhtml ├── _i_c_l_h_o_g_8h_source.xhtml ├── _i_c_l_kernel_8cpp.xhtml ├── _i_c_l_kernel_8cpp_source.xhtml ├── _i_c_l_kernel_8h.js ├── _i_c_l_kernel_8h.xhtml ├── _i_c_l_kernel_8h_source.xhtml ├── _i_c_l_lut_8cpp.xhtml ├── _i_c_l_lut_8cpp_source.xhtml ├── _i_c_l_lut_8h.xhtml ├── _i_c_l_lut_8h_source.xhtml ├── _i_c_l_multi_h_o_g_8cpp.xhtml ├── _i_c_l_multi_h_o_g_8cpp_source.xhtml ├── _i_c_l_multi_h_o_g_8h.xhtml ├── _i_c_l_multi_h_o_g_8h_source.xhtml ├── _i_c_l_multi_image_8cpp.xhtml ├── _i_c_l_multi_image_8cpp_source.xhtml ├── _i_c_l_multi_image_8h.js ├── _i_c_l_multi_image_8h.xhtml ├── _i_c_l_multi_image_8h_source.xhtml ├── _i_c_l_simple2_d_kernel_8cpp.xhtml ├── _i_c_l_simple2_d_kernel_8cpp_source.xhtml ├── _i_c_l_simple2_d_kernel_8h.xhtml ├── _i_c_l_simple2_d_kernel_8h_source.xhtml ├── _i_c_l_simple3_d_kernel_8cpp.xhtml ├── _i_c_l_simple3_d_kernel_8cpp_source.xhtml ├── _i_c_l_simple3_d_kernel_8h.xhtml ├── _i_c_l_simple3_d_kernel_8h_source.xhtml ├── _i_c_l_simple_function_8cpp.xhtml ├── _i_c_l_simple_function_8cpp_source.xhtml ├── _i_c_l_simple_function_8h.xhtml ├── _i_c_l_simple_function_8h_source.xhtml ├── _i_c_l_simple_kernel_8cpp.xhtml ├── _i_c_l_simple_kernel_8cpp_source.xhtml ├── _i_c_l_simple_kernel_8h.xhtml ├── _i_c_l_simple_kernel_8h_source.xhtml ├── _i_c_l_tensor_8cpp.xhtml ├── _i_c_l_tensor_8cpp_source.xhtml ├── _i_c_l_tensor_8h.xhtml ├── _i_c_l_tensor_8h_source.xhtml ├── _i_c_l_tuner_8h.xhtml ├── _i_c_l_tuner_8h_source.xhtml ├── _i_c_p_p_kernel_8h.xhtml ├── _i_c_p_p_kernel_8h_source.xhtml ├── _i_c_p_p_simple_function_8cpp.xhtml ├── _i_c_p_p_simple_function_8cpp_source.xhtml ├── _i_c_p_p_simple_function_8h.xhtml ├── _i_c_p_p_simple_function_8h_source.xhtml ├── _i_c_p_p_simple_kernel_8cpp.xhtml ├── _i_c_p_p_simple_kernel_8cpp_source.xhtml ├── _i_c_p_p_simple_kernel_8h.xhtml ├── _i_c_p_p_simple_kernel_8h_source.xhtml ├── _i_cloneable_8h.xhtml ├── _i_cloneable_8h_source.xhtml ├── _i_device_backend_8h.xhtml ├── _i_device_backend_8h_source.xhtml ├── _i_distribution1_d_8cpp.xhtml ├── _i_distribution1_d_8cpp_source.xhtml ├── _i_distribution1_d_8h.xhtml ├── _i_distribution1_d_8h_source.xhtml ├── _i_distribution_8cpp.xhtml ├── _i_distribution_8cpp_source.xhtml ├── _i_distribution_8h.xhtml ├── _i_distribution_8h_source.xhtml ├── _i_function_8h.xhtml ├── _i_function_8h_source.xhtml ├── _i_g_c_kernel_8cpp.xhtml ├── _i_g_c_kernel_8cpp_source.xhtml ├── _i_g_c_kernel_8h.js ├── _i_g_c_kernel_8h.xhtml ├── _i_g_c_kernel_8h_source.xhtml ├── _i_g_c_simple2_d_kernel_8cpp.xhtml ├── _i_g_c_simple2_d_kernel_8cpp_source.xhtml ├── _i_g_c_simple2_d_kernel_8h.xhtml ├── _i_g_c_simple2_d_kernel_8h_source.xhtml ├── _i_g_c_simple3_d_kernel_8cpp.xhtml ├── _i_g_c_simple3_d_kernel_8cpp_source.xhtml ├── _i_g_c_simple3_d_kernel_8h.xhtml ├── _i_g_c_simple3_d_kernel_8h_source.xhtml ├── _i_g_c_simple_function_8cpp.xhtml ├── _i_g_c_simple_function_8cpp_source.xhtml ├── _i_g_c_simple_function_8h.xhtml ├── _i_g_c_simple_function_8h_source.xhtml ├── _i_g_c_simple_kernel_8cpp.xhtml ├── _i_g_c_simple_kernel_8cpp_source.xhtml ├── _i_g_c_simple_kernel_8h.xhtml ├── _i_g_c_simple_kernel_8h_source.xhtml ├── _i_g_c_tensor_8cpp.xhtml ├── _i_g_c_tensor_8cpp_source.xhtml ├── _i_g_c_tensor_8h.js ├── _i_g_c_tensor_8h.xhtml ├── _i_g_c_tensor_8h_source.xhtml ├── _i_graph_mutator_8h.xhtml ├── _i_graph_mutator_8h_source.xhtml ├── _i_graph_printer_8h.xhtml ├── _i_graph_printer_8h_source.xhtml ├── _i_h_o_g_8h.xhtml ├── _i_h_o_g_8h_source.xhtml ├── _i_h_o_g_accessor_8h.xhtml ├── _i_h_o_g_accessor_8h_source.xhtml ├── _i_kernel_8cpp.xhtml ├── _i_kernel_8cpp_source.xhtml ├── _i_kernel_8h.xhtml ├── _i_kernel_8h_source.xhtml ├── _i_layer_8h.xhtml ├── _i_layer_8h_source.xhtml ├── _i_lifetime_manager_8h.xhtml ├── _i_lifetime_manager_8h_source.xhtml ├── _i_lut_8h.xhtml ├── _i_lut_8h_source.xhtml ├── _i_lut_accessor_8h.xhtml ├── _i_lut_accessor_8h_source.xhtml ├── _i_lut_allocator_8cpp.xhtml ├── _i_lut_allocator_8cpp_source.xhtml ├── _i_lut_allocator_8h.xhtml ├── _i_lut_allocator_8h_source.xhtml ├── _i_memory_8h.xhtml ├── _i_memory_8h_source.xhtml ├── _i_memory_group_8h.xhtml ├── _i_memory_group_8h_source.xhtml ├── _i_memory_manager_8h.xhtml ├── _i_memory_manager_8h_source.xhtml ├── _i_memory_pool_8h.xhtml ├── _i_memory_pool_8h_source.xhtml ├── _i_memory_region_8h.xhtml ├── _i_memory_region_8h_source.xhtml ├── _i_multi_h_o_g_8h.xhtml ├── _i_multi_h_o_g_8h_source.xhtml ├── _i_multi_image_8h.xhtml ├── _i_multi_image_8h_source.xhtml ├── _i_n_e_kernel_8h.js ├── _i_n_e_kernel_8h.xhtml ├── _i_n_e_kernel_8h_source.xhtml ├── _i_n_e_simple_function_8cpp.xhtml ├── _i_n_e_simple_function_8cpp_source.xhtml ├── _i_n_e_simple_function_8h.xhtml ├── _i_n_e_simple_function_8h_source.xhtml ├── _i_n_e_simple_function_no_border_8cpp.xhtml ├── _i_n_e_simple_function_no_border_8cpp_source.xhtml ├── _i_n_e_simple_function_no_border_8h.xhtml ├── _i_n_e_simple_function_no_border_8h_source.xhtml ├── _i_n_e_simple_kernel_8h.js ├── _i_n_e_simple_kernel_8h.xhtml ├── _i_n_e_simple_kernel_8h_source.xhtml ├── _i_node_8cpp.xhtml ├── _i_node_8cpp_source.xhtml ├── _i_node_8h.xhtml ├── _i_node_8h_source.xhtml ├── _i_node_visitor_8h.xhtml ├── _i_node_visitor_8h_source.xhtml ├── _i_pool_manager_8h.xhtml ├── _i_pool_manager_8h_source.xhtml ├── _i_printer_8h.xhtml ├── _i_printer_8h_source.xhtml ├── _i_pyramid_8h.xhtml ├── _i_pyramid_8h_source.xhtml ├── _i_scheduler_8cpp.xhtml ├── _i_scheduler_8cpp_source.xhtml ├── _i_scheduler_8h.xhtml ├── _i_scheduler_8h_source.xhtml ├── _i_simple_lifetime_manager_8cpp.xhtml ├── _i_simple_lifetime_manager_8cpp_source.xhtml ├── _i_simple_lifetime_manager_8h.xhtml ├── _i_simple_lifetime_manager_8h_source.xhtml ├── _i_stream_8h.xhtml ├── _i_stream_8h_source.xhtml ├── _i_stream_operators_8h.js ├── _i_stream_operators_8h.xhtml ├── _i_stream_operators_8h_source.xhtml ├── _i_tensor_8cpp.xhtml ├── _i_tensor_8cpp_source.xhtml ├── _i_tensor_8h.xhtml ├── _i_tensor_8h_source.xhtml ├── _i_tensor_accessor_8h.js ├── _i_tensor_accessor_8h.xhtml ├── _i_tensor_accessor_8h_source.xhtml ├── _i_tensor_allocator_8cpp.xhtml ├── _i_tensor_allocator_8cpp_source.xhtml ├── _i_tensor_allocator_8h.xhtml ├── _i_tensor_allocator_8h_source.xhtml ├── _i_tensor_handle_8h.xhtml ├── _i_tensor_handle_8h_source.xhtml ├── _i_tensor_info_8h.xhtml ├── _i_tensor_info_8h_source.xhtml ├── _im2_col_8h.js ├── _im2_col_8h.xhtml ├── _im2_col_8h_source.xhtml ├── _image_loader_8h.xhtml ├── _image_loader_8h_source.xhtml ├── _in_place_operation_mutator_8cpp.xhtml ├── _in_place_operation_mutator_8cpp_source.xhtml ├── _in_place_operation_mutator_8h.xhtml ├── _in_place_operation_mutator_8h_source.xhtml ├── _info_helpers_8h.js ├── _info_helpers_8h.xhtml ├── _info_helpers_8h_source.xhtml ├── _initializer_list_dataset_8h.js ├── _initializer_list_dataset_8h.xhtml ├── _initializer_list_dataset_8h_source.xhtml ├── _input_node_8cpp.xhtml ├── _input_node_8cpp_source.xhtml ├── _input_node_8h.xhtml ├── _input_node_8h_source.xhtml ├── _instrument_8h.js ├── _instrument_8h.xhtml ├── _instrument_8h_source.xhtml ├── _instruments_8cpp.js ├── _instruments_8cpp.xhtml ├── _instruments_8cpp_source.xhtml ├── _instruments_8h.js ├── _instruments_8h.xhtml ├── _instruments_8h_source.xhtml ├── _instruments_stats_8cpp.xhtml ├── _instruments_stats_8cpp_source.xhtml ├── _instruments_stats_8h.xhtml ├── _instruments_stats_8h_source.xhtml ├── _integral_image_8h.js ├── _integral_image_8h.xhtml ├── _integral_image_8h_source.xhtml ├── _iterable_8h.js ├── _iterable_8h.xhtml ├── _iterable_8h_source.xhtml ├── _j_s_o_n_printer_8cpp.xhtml ├── _j_s_o_n_printer_8cpp_source.xhtml ├── _j_s_o_n_printer_8h.xhtml ├── _j_s_o_n_printer_8h_source.xhtml ├── _join_dataset_8h.js ├── _join_dataset_8h.xhtml ├── _join_dataset_8h_source.xhtml ├── _kernel_descriptors_8h.xhtml ├── _kernel_descriptors_8h_source.xhtml ├── _l2_normalize_layer_8h.js ├── _l2_normalize_layer_8h.xhtml ├── _l2_normalize_layer_8h_source.xhtml ├── _l_s_t_m_params_8h.xhtml ├── _l_s_t_m_params_8h_source.xhtml ├── _laplacian_pyramid_8h.js ├── _laplacian_pyramid_8h.xhtml ├── _laplacian_pyramid_8h_source.xhtml ├── _laplacian_reconstruct_8h.js ├── _laplacian_reconstruct_8h.xhtml ├── _laplacian_reconstruct_8h_source.xhtml ├── _layer_descriptors_8h.xhtml ├── _layer_descriptors_8h_source.xhtml ├── _layers_8h.xhtml ├── _layers_8h_source.xhtml ├── _list_option_8h.xhtml ├── _list_option_8h_source.xhtml ├── _locally_connected_8h.js ├── _locally_connected_8h.xhtml ├── _locally_connected_8h_source.xhtml ├── _log_8h.js ├── _log_8h.xhtml ├── _log_8h_source.xhtml ├── _log_layer_8cpp.js ├── _log_layer_8cpp.xhtml ├── _log_layer_8cpp_source.xhtml ├── _log_msg_decorators_8h.xhtml ├── _log_msg_decorators_8h_source.xhtml ├── _logger_8cpp.xhtml ├── _logger_8cpp_source.xhtml ├── _logger_registry_8cpp.xhtml ├── _logger_registry_8cpp_source.xhtml ├── _logger_registry_8h.xhtml ├── _logger_registry_8h_source.xhtml ├── _lut_8cpp.xhtml ├── _lut_8cpp_source.xhtml ├── _lut_8h.xhtml ├── _lut_8h_source.xhtml ├── _lut_accessor_8h.xhtml ├── _lut_accessor_8h_source.xhtml ├── _lut_allocator_8cpp.xhtml ├── _lut_allocator_8cpp_source.xhtml ├── _lut_allocator_8h.xhtml ├── _lut_allocator_8h_source.xhtml ├── _m_e_m_utils_8cpp.xhtml ├── _m_e_m_utils_8cpp_source.xhtml ├── _m_mapped_file_8cpp.xhtml ├── _m_mapped_file_8cpp_source.xhtml ├── _m_mapped_file_8h.xhtml ├── _m_mapped_file_8h_source.xhtml ├── _magnitude_8h.js ├── _magnitude_8h.xhtml ├── _magnitude_8h_source.xhtml ├── _mali_counter_8cpp.js ├── _mali_counter_8cpp.xhtml ├── _mali_counter_8cpp_source.xhtml ├── _mali_counter_8h.xhtml ├── _mali_counter_8h_source.xhtml ├── _mean_std_dev_8h.js ├── _mean_std_dev_8h.xhtml ├── _mean_std_dev_8h_source.xhtml ├── _mean_std_dev_normalization_layer_8h.js ├── _mean_std_dev_normalization_layer_8h.xhtml ├── _mean_std_dev_normalization_layer_8h_source.xhtml ├── _measurement_8h.xhtml ├── _measurement_8h_source.xhtml ├── _median3x3_8h.js ├── _median3x3_8h.xhtml ├── _median3x3_8h_source.xhtml ├── _memory_8cpp.xhtml ├── _memory_8cpp_source.xhtml ├── _memory_8h.xhtml ├── _memory_8h_source.xhtml ├── _memory_group_8h.js ├── _memory_group_8h.xhtml ├── _memory_group_8h_source.xhtml ├── _memory_group_base_8h.xhtml ├── _memory_group_base_8h_source.xhtml ├── _memory_manager_on_demand_8cpp.xhtml ├── _memory_manager_on_demand_8cpp_source.xhtml ├── _memory_manager_on_demand_8h.xhtml ├── _memory_manager_on_demand_8h_source.xhtml ├── _memory_region_8h.xhtml ├── _memory_region_8h_source.xhtml ├── _midgard_tuner_8cpp.xhtml ├── _midgard_tuner_8cpp_source.xhtml ├── _midgard_tuner_8h.xhtml ├── _midgard_tuner_8h_source.xhtml ├── _min_max_location_8h.js ├── _min_max_location_8h.xhtml ├── _min_max_location_8h_source.xhtml ├── _multi_h_o_g_8cpp.xhtml ├── _multi_h_o_g_8cpp_source.xhtml ├── _multi_h_o_g_8h.xhtml ├── _multi_h_o_g_8h_source.xhtml ├── _multi_image_8cpp.xhtml ├── _multi_image_8cpp_source.xhtml ├── _multi_image_8h.xhtml ├── _multi_image_8h_source.xhtml ├── _multi_image_info_8cpp.xhtml ├── _multi_image_info_8cpp_source.xhtml ├── _multi_image_info_8h.xhtml ├── _multi_image_info_8h_source.xhtml ├── _mutex_8h.js ├── _mutex_8h.xhtml ├── _mutex_8h_source.xhtml ├── _n_e_absolute_difference_8cpp.xhtml ├── _n_e_absolute_difference_8cpp_source.xhtml ├── _n_e_absolute_difference_8h.xhtml ├── _n_e_absolute_difference_8h_source.xhtml ├── _n_e_absolute_difference_kernel_8cpp.xhtml ├── _n_e_absolute_difference_kernel_8cpp_source.xhtml ├── _n_e_absolute_difference_kernel_8h.xhtml ├── _n_e_absolute_difference_kernel_8h_source.xhtml ├── _n_e_accumulate_8cpp.xhtml ├── _n_e_accumulate_8cpp_source.xhtml ├── _n_e_accumulate_8h.xhtml ├── _n_e_accumulate_8h_source.xhtml ├── _n_e_accumulate_kernel_8cpp.xhtml ├── _n_e_accumulate_kernel_8cpp_source.xhtml ├── _n_e_accumulate_kernel_8h.js ├── _n_e_accumulate_kernel_8h.xhtml ├── _n_e_accumulate_kernel_8h_source.xhtml ├── _n_e_activation_function_detail_8h.xhtml ├── _n_e_activation_function_detail_8h_source.xhtml ├── _n_e_activation_layer_8cpp.xhtml ├── _n_e_activation_layer_8cpp_source.xhtml ├── _n_e_activation_layer_8h.xhtml ├── _n_e_activation_layer_8h_source.xhtml ├── _n_e_activation_layer_kernel_8cpp.xhtml ├── _n_e_activation_layer_kernel_8cpp_source.xhtml ├── _n_e_activation_layer_kernel_8h.xhtml ├── _n_e_activation_layer_kernel_8h_source.xhtml ├── _n_e_arg_min_max_layer_8cpp.xhtml ├── _n_e_arg_min_max_layer_8cpp_source.xhtml ├── _n_e_arg_min_max_layer_8h.xhtml ├── _n_e_arg_min_max_layer_8h_source.xhtml ├── _n_e_arithmetic_addition_8cpp.xhtml ├── _n_e_arithmetic_addition_8cpp_source.xhtml ├── _n_e_arithmetic_addition_8h.xhtml ├── _n_e_arithmetic_addition_8h_source.xhtml ├── _n_e_arithmetic_addition_kernel_8cpp.xhtml ├── _n_e_arithmetic_addition_kernel_8cpp_source.xhtml ├── _n_e_arithmetic_addition_kernel_8h.xhtml ├── _n_e_arithmetic_addition_kernel_8h_source.xhtml ├── _n_e_arithmetic_subtraction_8cpp.xhtml ├── _n_e_arithmetic_subtraction_8cpp_source.xhtml ├── _n_e_arithmetic_subtraction_8h.xhtml ├── _n_e_arithmetic_subtraction_8h_source.xhtml ├── _n_e_arithmetic_subtraction_kernel_8cpp.xhtml ├── _n_e_arithmetic_subtraction_kernel_8cpp_source.xhtml ├── _n_e_arithmetic_subtraction_kernel_8h.xhtml ├── _n_e_arithmetic_subtraction_kernel_8h_source.xhtml ├── _n_e_asymm_8h.js ├── _n_e_asymm_8h.xhtml ├── _n_e_asymm_8h_source.xhtml ├── _n_e_asymm_8inl.js ├── _n_e_asymm_8inl.xhtml ├── _n_e_asymm_8inl_source.xhtml ├── _n_e_batch_concatenate_layer_kernel_8cpp.xhtml ├── _n_e_batch_concatenate_layer_kernel_8cpp_source.xhtml ├── _n_e_batch_concatenate_layer_kernel_8h.xhtml ├── _n_e_batch_concatenate_layer_kernel_8h_source.xhtml ├── _n_e_batch_normalization_layer_8cpp.xhtml ├── _n_e_batch_normalization_layer_8cpp_source.xhtml ├── _n_e_batch_normalization_layer_8h.xhtml ├── _n_e_batch_normalization_layer_8h_source.xhtml ├── _n_e_batch_normalization_layer_kernel_8cpp.xhtml ├── _n_e_batch_normalization_layer_kernel_8cpp_source.xhtml ├── _n_e_batch_normalization_layer_kernel_8h.xhtml ├── _n_e_batch_normalization_layer_kernel_8h_source.xhtml ├── _n_e_batch_to_space_layer_8cpp.xhtml ├── _n_e_batch_to_space_layer_8cpp_source.xhtml ├── _n_e_batch_to_space_layer_8h.xhtml ├── _n_e_batch_to_space_layer_8h_source.xhtml ├── _n_e_batch_to_space_layer_kernel_8cpp.xhtml ├── _n_e_batch_to_space_layer_kernel_8cpp_source.xhtml ├── _n_e_batch_to_space_layer_kernel_8h.xhtml ├── _n_e_batch_to_space_layer_kernel_8h_source.xhtml ├── _n_e_bitwise_and_8cpp.xhtml ├── _n_e_bitwise_and_8cpp_source.xhtml ├── _n_e_bitwise_and_8h.xhtml ├── _n_e_bitwise_and_8h_source.xhtml ├── _n_e_bitwise_and_kernel_8cpp.xhtml ├── _n_e_bitwise_and_kernel_8cpp_source.xhtml ├── _n_e_bitwise_and_kernel_8h.xhtml ├── _n_e_bitwise_and_kernel_8h_source.xhtml ├── _n_e_bitwise_not_8cpp.xhtml ├── _n_e_bitwise_not_8cpp_source.xhtml ├── _n_e_bitwise_not_8h.xhtml ├── _n_e_bitwise_not_8h_source.xhtml ├── _n_e_bitwise_not_kernel_8cpp.xhtml ├── _n_e_bitwise_not_kernel_8cpp_source.xhtml ├── _n_e_bitwise_not_kernel_8h.xhtml ├── _n_e_bitwise_not_kernel_8h_source.xhtml ├── _n_e_bitwise_or_8cpp.xhtml ├── _n_e_bitwise_or_8cpp_source.xhtml ├── _n_e_bitwise_or_8h.xhtml ├── _n_e_bitwise_or_8h_source.xhtml ├── _n_e_bitwise_or_kernel_8cpp.xhtml ├── _n_e_bitwise_or_kernel_8cpp_source.xhtml ├── _n_e_bitwise_or_kernel_8h.xhtml ├── _n_e_bitwise_or_kernel_8h_source.xhtml ├── _n_e_bitwise_xor_8cpp.xhtml ├── _n_e_bitwise_xor_8cpp_source.xhtml ├── _n_e_bitwise_xor_8h.xhtml ├── _n_e_bitwise_xor_8h_source.xhtml ├── _n_e_bitwise_xor_kernel_8cpp.xhtml ├── _n_e_bitwise_xor_kernel_8cpp_source.xhtml ├── _n_e_bitwise_xor_kernel_8h.xhtml ├── _n_e_bitwise_xor_kernel_8h_source.xhtml ├── _n_e_box3x3_8cpp.xhtml ├── _n_e_box3x3_8cpp_source.xhtml ├── _n_e_box3x3_8h.xhtml ├── _n_e_box3x3_8h_source.xhtml ├── _n_e_box3x3_kernel_8cpp.js ├── _n_e_box3x3_kernel_8cpp.xhtml ├── _n_e_box3x3_kernel_8cpp_source.xhtml ├── _n_e_box3x3_kernel_8h.js ├── _n_e_box3x3_kernel_8h.xhtml ├── _n_e_box3x3_kernel_8h_source.xhtml ├── _n_e_canny_edge_8cpp.xhtml ├── _n_e_canny_edge_8cpp_source.xhtml ├── _n_e_canny_edge_8h.xhtml ├── _n_e_canny_edge_8h_source.xhtml ├── _n_e_canny_edge_kernel_8cpp.xhtml ├── _n_e_canny_edge_kernel_8cpp_source.xhtml ├── _n_e_canny_edge_kernel_8h.xhtml ├── _n_e_canny_edge_kernel_8h_source.xhtml ├── _n_e_cast_8cpp.xhtml ├── _n_e_cast_8cpp_source.xhtml ├── _n_e_cast_8h.xhtml ├── _n_e_cast_8h_source.xhtml ├── _n_e_channel_combine_8cpp.xhtml ├── _n_e_channel_combine_8cpp_source.xhtml ├── _n_e_channel_combine_8h.xhtml ├── _n_e_channel_combine_8h_source.xhtml ├── _n_e_channel_combine_kernel_8cpp.xhtml ├── _n_e_channel_combine_kernel_8cpp_source.xhtml ├── _n_e_channel_combine_kernel_8h.xhtml ├── _n_e_channel_combine_kernel_8h_source.xhtml ├── _n_e_channel_extract_8cpp.xhtml ├── _n_e_channel_extract_8cpp_source.xhtml ├── _n_e_channel_extract_8h.xhtml ├── _n_e_channel_extract_8h_source.xhtml ├── _n_e_channel_extract_kernel_8cpp.xhtml ├── _n_e_channel_extract_kernel_8cpp_source.xhtml ├── _n_e_channel_extract_kernel_8h.xhtml ├── _n_e_channel_extract_kernel_8h_source.xhtml ├── _n_e_channel_shuffle_layer_8cpp.xhtml ├── _n_e_channel_shuffle_layer_8cpp_source.xhtml ├── _n_e_channel_shuffle_layer_8h.xhtml ├── _n_e_channel_shuffle_layer_8h_source.xhtml ├── _n_e_channel_shuffle_layer_kernel_8cpp.xhtml ├── _n_e_channel_shuffle_layer_kernel_8cpp_source.xhtml ├── _n_e_channel_shuffle_layer_kernel_8h.xhtml ├── _n_e_channel_shuffle_layer_kernel_8h_source.xhtml ├── _n_e_col2_im_8cpp.xhtml ├── _n_e_col2_im_8cpp_source.xhtml ├── _n_e_col2_im_8h.xhtml ├── _n_e_col2_im_8h_source.xhtml ├── _n_e_col2_im_kernel_8cpp.xhtml ├── _n_e_col2_im_kernel_8cpp_source.xhtml ├── _n_e_col2_im_kernel_8h.xhtml ├── _n_e_col2_im_kernel_8h_source.xhtml ├── _n_e_color_convert_8cpp.xhtml ├── _n_e_color_convert_8cpp_source.xhtml ├── _n_e_color_convert_8h.xhtml ├── _n_e_color_convert_8h_source.xhtml ├── _n_e_color_convert_helper_8inl.js ├── _n_e_color_convert_helper_8inl.xhtml ├── _n_e_color_convert_helper_8inl_source.xhtml ├── _n_e_color_convert_kernel_8cpp.xhtml ├── _n_e_color_convert_kernel_8cpp_source.xhtml ├── _n_e_color_convert_kernel_8h.xhtml ├── _n_e_color_convert_kernel_8h_source.xhtml ├── _n_e_concatenate_layer_8cpp.xhtml ├── _n_e_concatenate_layer_8cpp_source.xhtml ├── _n_e_concatenate_layer_8h.xhtml ├── _n_e_concatenate_layer_8h_source.xhtml ├── _n_e_convert_fully_connected_weights_8cpp.xhtml ├── _n_e_convert_fully_connected_weights_8cpp_source.xhtml ├── _n_e_convert_fully_connected_weights_8h.xhtml ├── _n_e_convert_fully_connected_weights_8h_source.xhtml ├── _n_e_convert_fully_connected_weights_kernel_8cpp.xhtml ├── _n_e_convert_fully_connected_weights_kernel_8cpp_source.xhtml ├── _n_e_convert_fully_connected_weights_kernel_8h.xhtml ├── _n_e_convert_fully_connected_weights_kernel_8h_source.xhtml ├── _n_e_convolution_8cpp.xhtml ├── _n_e_convolution_8cpp_source.xhtml ├── _n_e_convolution_8h.js ├── _n_e_convolution_8h.xhtml ├── _n_e_convolution_8h_source.xhtml ├── _n_e_convolution_kernel_8cpp.xhtml ├── _n_e_convolution_kernel_8cpp_source.xhtml ├── _n_e_convolution_kernel_8h.js ├── _n_e_convolution_kernel_8h.xhtml ├── _n_e_convolution_kernel_8h_source.xhtml ├── _n_e_convolution_layer_8cpp.xhtml ├── _n_e_convolution_layer_8cpp_source.xhtml ├── _n_e_convolution_layer_8h.xhtml ├── _n_e_convolution_layer_8h_source.xhtml ├── _n_e_copy_8cpp.xhtml ├── _n_e_copy_8cpp_source.xhtml ├── _n_e_copy_8h.xhtml ├── _n_e_copy_8h_source.xhtml ├── _n_e_copy_kernel_8cpp.xhtml ├── _n_e_copy_kernel_8cpp_source.xhtml ├── _n_e_copy_kernel_8h.xhtml ├── _n_e_copy_kernel_8h_source.xhtml ├── _n_e_crop_kernel_8cpp.xhtml ├── _n_e_crop_kernel_8cpp_source.xhtml ├── _n_e_crop_kernel_8h.xhtml ├── _n_e_crop_kernel_8h_source.xhtml ├── _n_e_crop_resize_8cpp.xhtml ├── _n_e_crop_resize_8cpp_source.xhtml ├── _n_e_crop_resize_8h.xhtml ├── _n_e_crop_resize_8h_source.xhtml ├── _n_e_cumulative_distribution_kernel_8cpp.xhtml ├── _n_e_cumulative_distribution_kernel_8cpp_source.xhtml ├── _n_e_cumulative_distribution_kernel_8h.xhtml ├── _n_e_cumulative_distribution_kernel_8h_source.xhtml ├── _n_e_deconvolution_layer_8cpp.xhtml ├── _n_e_deconvolution_layer_8cpp_source.xhtml ├── _n_e_deconvolution_layer_8h.xhtml ├── _n_e_deconvolution_layer_8h_source.xhtml ├── _n_e_depth_concatenate_layer_kernel_8cpp.xhtml ├── _n_e_depth_concatenate_layer_kernel_8cpp_source.xhtml ├── _n_e_depth_concatenate_layer_kernel_8h.xhtml ├── _n_e_depth_concatenate_layer_kernel_8h_source.xhtml ├── _n_e_depth_convert_layer_8cpp.xhtml ├── _n_e_depth_convert_layer_8cpp_source.xhtml ├── _n_e_depth_convert_layer_8h.xhtml ├── _n_e_depth_convert_layer_8h_source.xhtml ├── _n_e_depth_convert_layer_kernel_8cpp.xhtml ├── _n_e_depth_convert_layer_kernel_8cpp_source.xhtml ├── _n_e_depth_convert_layer_kernel_8h.xhtml ├── _n_e_depth_convert_layer_kernel_8h_source.xhtml ├── _n_e_depth_to_space_layer_8cpp.xhtml ├── _n_e_depth_to_space_layer_8cpp_source.xhtml ├── _n_e_depth_to_space_layer_8h.xhtml ├── _n_e_depth_to_space_layer_8h_source.xhtml ├── _n_e_depth_to_space_layer_kernel_8cpp.xhtml ├── _n_e_depth_to_space_layer_kernel_8cpp_source.xhtml ├── _n_e_depth_to_space_layer_kernel_8h.xhtml ├── _n_e_depth_to_space_layer_kernel_8h_source.xhtml ├── _n_e_depthwise_convolution_assembly_dispatch_8cpp.xhtml ├── _n_e_depthwise_convolution_assembly_dispatch_8cpp_source.xhtml ├── _n_e_depthwise_convolution_assembly_dispatch_8h.xhtml ├── _n_e_depthwise_convolution_assembly_dispatch_8h_source.xhtml ├── _n_e_depthwise_convolution_layer3x3_kernel_8cpp.xhtml ├── _n_e_depthwise_convolution_layer3x3_kernel_8cpp_source.xhtml ├── _n_e_depthwise_convolution_layer3x3_kernel_8h.xhtml ├── _n_e_depthwise_convolution_layer3x3_kernel_8h_source.xhtml ├── _n_e_depthwise_convolution_layer_8cpp.xhtml ├── _n_e_depthwise_convolution_layer_8cpp_source.xhtml ├── _n_e_depthwise_convolution_layer_8h.xhtml ├── _n_e_depthwise_convolution_layer_8h_source.xhtml ├── _n_e_depthwise_convolution_layer_native_kernel_8cpp.js ├── _n_e_depthwise_convolution_layer_native_kernel_8cpp.xhtml ├── _n_e_depthwise_convolution_layer_native_kernel_8cpp_source.xhtml ├── _n_e_depthwise_convolution_layer_native_kernel_8h.xhtml ├── _n_e_depthwise_convolution_layer_native_kernel_8h_source.xhtml ├── _n_e_depthwise_im2_col_kernel_8cpp.xhtml ├── _n_e_depthwise_im2_col_kernel_8cpp_source.xhtml ├── _n_e_depthwise_im2_col_kernel_8h.xhtml ├── _n_e_depthwise_im2_col_kernel_8h_source.xhtml ├── _n_e_depthwise_separable_convolution_layer_8cpp.xhtml ├── _n_e_depthwise_separable_convolution_layer_8cpp_source.xhtml ├── _n_e_depthwise_separable_convolution_layer_8h.xhtml ├── _n_e_depthwise_separable_convolution_layer_8h_source.xhtml ├── _n_e_depthwise_vector_to_tensor_kernel_8cpp.xhtml ├── _n_e_depthwise_vector_to_tensor_kernel_8cpp_source.xhtml ├── _n_e_depthwise_vector_to_tensor_kernel_8h.xhtml ├── _n_e_depthwise_vector_to_tensor_kernel_8h_source.xhtml ├── _n_e_depthwise_weights_reshape_kernel_8cpp.xhtml ├── _n_e_depthwise_weights_reshape_kernel_8cpp_source.xhtml ├── _n_e_depthwise_weights_reshape_kernel_8h.xhtml ├── _n_e_depthwise_weights_reshape_kernel_8h_source.xhtml ├── _n_e_dequantization_layer_8cpp.xhtml ├── _n_e_dequantization_layer_8cpp_source.xhtml ├── _n_e_dequantization_layer_8h.xhtml ├── _n_e_dequantization_layer_8h_source.xhtml ├── _n_e_dequantization_layer_kernel_8cpp.xhtml ├── _n_e_dequantization_layer_kernel_8cpp_source.xhtml ├── _n_e_dequantization_layer_kernel_8h.xhtml ├── _n_e_dequantization_layer_kernel_8h_source.xhtml ├── _n_e_derivative_8cpp.xhtml ├── _n_e_derivative_8cpp_source.xhtml ├── _n_e_derivative_8h.xhtml ├── _n_e_derivative_8h_source.xhtml ├── _n_e_derivative_kernel_8cpp.xhtml ├── _n_e_derivative_kernel_8cpp_source.xhtml ├── _n_e_derivative_kernel_8h.xhtml ├── _n_e_derivative_kernel_8h_source.xhtml ├── _n_e_device_backend_8cpp.xhtml ├── _n_e_device_backend_8cpp_source.xhtml ├── _n_e_device_backend_8h.xhtml ├── _n_e_device_backend_8h_source.xhtml ├── _n_e_dilate_8cpp.xhtml ├── _n_e_dilate_8cpp_source.xhtml ├── _n_e_dilate_8h.xhtml ├── _n_e_dilate_8h_source.xhtml ├── _n_e_dilate_kernel_8cpp.xhtml ├── _n_e_dilate_kernel_8cpp_source.xhtml ├── _n_e_dilate_kernel_8h.xhtml ├── _n_e_dilate_kernel_8h_source.xhtml ├── _n_e_direct_convolution3x3_8h.js ├── _n_e_direct_convolution3x3_8h.xhtml ├── _n_e_direct_convolution3x3_8h_source.xhtml ├── _n_e_direct_convolution_detail_8h.js ├── _n_e_direct_convolution_detail_8h.xhtml ├── _n_e_direct_convolution_detail_8h_source.xhtml ├── _n_e_direct_convolution_layer_8cpp.xhtml ├── _n_e_direct_convolution_layer_8cpp_source.xhtml ├── _n_e_direct_convolution_layer_8h.xhtml ├── _n_e_direct_convolution_layer_8h_source.xhtml ├── _n_e_direct_convolution_layer_kernel_8cpp.xhtml ├── _n_e_direct_convolution_layer_kernel_8cpp_source.xhtml ├── _n_e_direct_convolution_layer_kernel_8h.xhtml ├── _n_e_direct_convolution_layer_kernel_8h_source.xhtml ├── _n_e_direct_convolution_layer_output_stage_kernel_8cpp.xhtml ├── _n_e_direct_convolution_layer_output_stage_kernel_8cpp_source.xhtml ├── _n_e_direct_convolution_layer_output_stage_kernel_8h.xhtml ├── _n_e_direct_convolution_layer_output_stage_kernel_8h_source.xhtml ├── _n_e_elementwise_operation_kernel_8cpp.xhtml ├── _n_e_elementwise_operation_kernel_8cpp_source.xhtml ├── _n_e_elementwise_operation_kernel_8h.xhtml ├── _n_e_elementwise_operation_kernel_8h_source.xhtml ├── _n_e_elementwise_operations_8h.js ├── _n_e_elementwise_operations_8h.xhtml ├── _n_e_elementwise_operations_8h_source.xhtml ├── _n_e_elementwise_operators_8cpp.xhtml ├── _n_e_elementwise_operators_8cpp_source.xhtml ├── _n_e_elementwise_unary_kernel_8cpp.xhtml ├── _n_e_elementwise_unary_kernel_8cpp_source.xhtml ├── _n_e_elementwise_unary_kernel_8h.xhtml ├── _n_e_elementwise_unary_kernel_8h_source.xhtml ├── _n_e_elementwise_unary_layer_8cpp.xhtml ├── _n_e_elementwise_unary_layer_8cpp_source.xhtml ├── _n_e_elementwise_unary_layer_8h.xhtml ├── _n_e_elementwise_unary_layer_8h_source.xhtml ├── _n_e_equalize_histogram_8cpp.xhtml ├── _n_e_equalize_histogram_8cpp_source.xhtml ├── _n_e_equalize_histogram_8h.xhtml ├── _n_e_equalize_histogram_8h_source.xhtml ├── _n_e_erode_8cpp.xhtml ├── _n_e_erode_8cpp_source.xhtml ├── _n_e_erode_8h.xhtml ├── _n_e_erode_8h_source.xhtml ├── _n_e_erode_kernel_8cpp.xhtml ├── _n_e_erode_kernel_8cpp_source.xhtml ├── _n_e_erode_kernel_8h.xhtml ├── _n_e_erode_kernel_8h_source.xhtml ├── _n_e_f_f_t1_d_8cpp.xhtml ├── _n_e_f_f_t1_d_8cpp_source.xhtml ├── _n_e_f_f_t1_d_8h.xhtml ├── _n_e_f_f_t1_d_8h_source.xhtml ├── _n_e_f_f_t2_d_8cpp.xhtml ├── _n_e_f_f_t2_d_8cpp_source.xhtml ├── _n_e_f_f_t2_d_8h.xhtml ├── _n_e_f_f_t2_d_8h_source.xhtml ├── _n_e_f_f_t_convolution_layer_8cpp.xhtml ├── _n_e_f_f_t_convolution_layer_8cpp_source.xhtml ├── _n_e_f_f_t_convolution_layer_8h.xhtml ├── _n_e_f_f_t_convolution_layer_8h_source.xhtml ├── _n_e_f_f_t_digit_reverse_kernel_8cpp.xhtml ├── _n_e_f_f_t_digit_reverse_kernel_8cpp_source.xhtml ├── _n_e_f_f_t_digit_reverse_kernel_8h.xhtml ├── _n_e_f_f_t_digit_reverse_kernel_8h_source.xhtml ├── _n_e_f_f_t_radix_stage_kernel_8cpp.xhtml ├── _n_e_f_f_t_radix_stage_kernel_8cpp_source.xhtml ├── _n_e_f_f_t_radix_stage_kernel_8h.xhtml ├── _n_e_f_f_t_radix_stage_kernel_8h_source.xhtml ├── _n_e_f_f_t_scale_kernel_8cpp.xhtml ├── _n_e_f_f_t_scale_kernel_8cpp_source.xhtml ├── _n_e_f_f_t_scale_kernel_8h.xhtml ├── _n_e_f_f_t_scale_kernel_8h_source.xhtml ├── _n_e_fast_corners_8cpp.xhtml ├── _n_e_fast_corners_8cpp_source.xhtml ├── _n_e_fast_corners_8h.xhtml ├── _n_e_fast_corners_8h_source.xhtml ├── _n_e_fast_corners_kernel_8cpp.xhtml ├── _n_e_fast_corners_kernel_8cpp_source.xhtml ├── _n_e_fast_corners_kernel_8h.xhtml ├── _n_e_fast_corners_kernel_8h_source.xhtml ├── _n_e_fill_array_kernel_8cpp.xhtml ├── _n_e_fill_array_kernel_8cpp_source.xhtml ├── _n_e_fill_array_kernel_8h.xhtml ├── _n_e_fill_array_kernel_8h_source.xhtml ├── _n_e_fill_border_8cpp.xhtml ├── _n_e_fill_border_8cpp_source.xhtml ├── _n_e_fill_border_8h.xhtml ├── _n_e_fill_border_8h_source.xhtml ├── _n_e_fill_border_kernel_8cpp.xhtml ├── _n_e_fill_border_kernel_8cpp_source.xhtml ├── _n_e_fill_border_kernel_8h.xhtml ├── _n_e_fill_border_kernel_8h_source.xhtml ├── _n_e_fill_inner_border_kernel_8cpp.xhtml ├── _n_e_fill_inner_border_kernel_8cpp_source.xhtml ├── _n_e_fill_inner_border_kernel_8h.xhtml ├── _n_e_fill_inner_border_kernel_8h_source.xhtml ├── _n_e_fixed_point_8h.js ├── _n_e_fixed_point_8h.xhtml ├── _n_e_fixed_point_8h_source.xhtml ├── _n_e_fixed_point_8inl.xhtml ├── _n_e_fixed_point_8inl_source.xhtml ├── _n_e_flatten_layer_8cpp.xhtml ├── _n_e_flatten_layer_8cpp_source.xhtml ├── _n_e_flatten_layer_8h.xhtml ├── _n_e_flatten_layer_8h_source.xhtml ├── _n_e_flatten_layer_kernel_8cpp.xhtml ├── _n_e_flatten_layer_kernel_8cpp_source.xhtml ├── _n_e_flatten_layer_kernel_8h.xhtml ├── _n_e_flatten_layer_kernel_8h_source.xhtml ├── _n_e_floor_8cpp.xhtml ├── _n_e_floor_8cpp_source.xhtml ├── _n_e_floor_8h.xhtml ├── _n_e_floor_8h_source.xhtml ├── _n_e_floor_kernel_8cpp.xhtml ├── _n_e_floor_kernel_8cpp_source.xhtml ├── _n_e_floor_kernel_8h.xhtml ├── _n_e_floor_kernel_8h_source.xhtml ├── _n_e_fully_connected_layer_8cpp.xhtml ├── _n_e_fully_connected_layer_8cpp_source.xhtml ├── _n_e_fully_connected_layer_8h.xhtml ├── _n_e_fully_connected_layer_8h_source.xhtml ├── _n_e_function_factory_8cpp.js ├── _n_e_function_factory_8cpp.xhtml ├── _n_e_function_factory_8cpp_source.xhtml ├── _n_e_function_factory_8h.xhtml ├── _n_e_function_factory_8h_source.xhtml ├── _n_e_functions_8h.xhtml ├── _n_e_functions_8h_source.xhtml ├── _n_e_fuse_batch_normalization_8cpp.xhtml ├── _n_e_fuse_batch_normalization_8cpp_source.xhtml ├── _n_e_fuse_batch_normalization_8h.xhtml ├── _n_e_fuse_batch_normalization_8h_source.xhtml ├── _n_e_fuse_batch_normalization_kernel_8cpp.xhtml ├── _n_e_fuse_batch_normalization_kernel_8cpp_source.xhtml ├── _n_e_fuse_batch_normalization_kernel_8h.xhtml ├── _n_e_fuse_batch_normalization_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_8cpp.xhtml ├── _n_e_g_e_m_m_8cpp_source.xhtml ├── _n_e_g_e_m_m_8h.xhtml ├── _n_e_g_e_m_m_8h_source.xhtml ├── _n_e_g_e_m_m_assembly_base_kernel_8h.xhtml ├── _n_e_g_e_m_m_assembly_base_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_assembly_dispatch_8cpp.js ├── _n_e_g_e_m_m_assembly_dispatch_8cpp.xhtml ├── _n_e_g_e_m_m_assembly_dispatch_8cpp_source.xhtml ├── _n_e_g_e_m_m_assembly_dispatch_8h.xhtml ├── _n_e_g_e_m_m_assembly_dispatch_8h_source.xhtml ├── _n_e_g_e_m_m_convolution_layer_8cpp.xhtml ├── _n_e_g_e_m_m_convolution_layer_8cpp_source.xhtml ├── _n_e_g_e_m_m_convolution_layer_8h.xhtml ├── _n_e_g_e_m_m_convolution_layer_8h_source.xhtml ├── _n_e_g_e_m_m_interleave4x4_8cpp.xhtml ├── _n_e_g_e_m_m_interleave4x4_8cpp_source.xhtml ├── _n_e_g_e_m_m_interleave4x4_8h.xhtml ├── _n_e_g_e_m_m_interleave4x4_8h_source.xhtml ├── _n_e_g_e_m_m_interleave4x4_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_interleave4x4_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_interleave4x4_kernel_8h.xhtml ├── _n_e_g_e_m_m_interleave4x4_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_interleaved_wrapper_8cpp.xhtml ├── _n_e_g_e_m_m_interleaved_wrapper_8cpp_source.xhtml ├── _n_e_g_e_m_m_interleaved_wrapper_8h.xhtml ├── _n_e_g_e_m_m_interleaved_wrapper_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_assembly_matrix_multiply_core_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_assembly_matrix_multiply_core_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_assembly_matrix_multiply_core_8h.xhtml ├── _n_e_g_e_m_m_lowp_assembly_matrix_multiply_core_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_matrix_multiply_core_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_matrix_multiply_core_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_matrix_multiply_core_8h.xhtml ├── _n_e_g_e_m_m_lowp_matrix_multiply_core_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_matrix_multiply_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_matrix_multiply_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml ├── _n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_offset_contribution_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_offset_contribution_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_offset_contribution_kernel_8h.xhtml ├── _n_e_g_e_m_m_lowp_offset_contribution_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8h.xhtml ├── _n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_output_stage_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_output_stage_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_output_stage_8h.xhtml ├── _n_e_g_e_m_m_lowp_output_stage_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel_8h.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h.xhtml ├── _n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_lowp_reduction_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_lowp_reduction_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_lowp_reduction_kernel_8h.xhtml ├── _n_e_g_e_m_m_lowp_reduction_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_matrix_accumulate_biases_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_matrix_accumulate_biases_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml ├── _n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_matrix_addition_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_matrix_addition_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_matrix_addition_kernel_8h.xhtml ├── _n_e_g_e_m_m_matrix_addition_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_matrix_multiply_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_matrix_multiply_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_matrix_multiply_kernel_8h.xhtml ├── _n_e_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_matrix_vector_multiply_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_matrix_vector_multiply_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_matrix_vector_multiply_kernel_8h.xhtml ├── _n_e_g_e_m_m_matrix_vector_multiply_kernel_8h_source.xhtml ├── _n_e_g_e_m_m_transpose1x_w_8cpp.xhtml ├── _n_e_g_e_m_m_transpose1x_w_8cpp_source.xhtml ├── _n_e_g_e_m_m_transpose1x_w_8h.xhtml ├── _n_e_g_e_m_m_transpose1x_w_8h_source.xhtml ├── _n_e_g_e_m_m_transpose1x_w_kernel_8cpp.xhtml ├── _n_e_g_e_m_m_transpose1x_w_kernel_8cpp_source.xhtml ├── _n_e_g_e_m_m_transpose1x_w_kernel_8h.xhtml ├── _n_e_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml ├── _n_e_gather_8cpp.xhtml ├── _n_e_gather_8cpp_source.xhtml ├── _n_e_gather_8h.xhtml ├── _n_e_gather_8h_source.xhtml ├── _n_e_gather_kernel_8cpp.xhtml ├── _n_e_gather_kernel_8cpp_source.xhtml ├── _n_e_gather_kernel_8h.xhtml ├── _n_e_gather_kernel_8h_source.xhtml ├── _n_e_gaussian3x3_8cpp.xhtml ├── _n_e_gaussian3x3_8cpp_source.xhtml ├── _n_e_gaussian3x3_8h.xhtml ├── _n_e_gaussian3x3_8h_source.xhtml ├── _n_e_gaussian3x3_kernel_8cpp.xhtml ├── _n_e_gaussian3x3_kernel_8cpp_source.xhtml ├── _n_e_gaussian3x3_kernel_8h.xhtml ├── _n_e_gaussian3x3_kernel_8h_source.xhtml ├── _n_e_gaussian5x5_8cpp.xhtml ├── _n_e_gaussian5x5_8cpp_source.xhtml ├── _n_e_gaussian5x5_8h.xhtml ├── _n_e_gaussian5x5_8h_source.xhtml ├── _n_e_gaussian5x5_kernel_8cpp.xhtml ├── _n_e_gaussian5x5_kernel_8cpp_source.xhtml ├── _n_e_gaussian5x5_kernel_8h.xhtml ├── _n_e_gaussian5x5_kernel_8h_source.xhtml ├── _n_e_gaussian_pyramid_8cpp.xhtml ├── _n_e_gaussian_pyramid_8cpp_source.xhtml ├── _n_e_gaussian_pyramid_8h.xhtml ├── _n_e_gaussian_pyramid_8h_source.xhtml ├── _n_e_gaussian_pyramid_kernel_8cpp.xhtml ├── _n_e_gaussian_pyramid_kernel_8cpp_source.xhtml ├── _n_e_gaussian_pyramid_kernel_8h.xhtml ├── _n_e_gaussian_pyramid_kernel_8h_source.xhtml ├── _n_e_h_o_g_descriptor_8cpp.xhtml ├── _n_e_h_o_g_descriptor_8cpp_source.xhtml ├── _n_e_h_o_g_descriptor_8h.xhtml ├── _n_e_h_o_g_descriptor_8h_source.xhtml ├── _n_e_h_o_g_descriptor_kernel_8cpp.xhtml ├── _n_e_h_o_g_descriptor_kernel_8cpp_source.xhtml ├── _n_e_h_o_g_descriptor_kernel_8h.xhtml ├── _n_e_h_o_g_descriptor_kernel_8h_source.xhtml ├── _n_e_h_o_g_detector_8cpp.xhtml ├── _n_e_h_o_g_detector_8cpp_source.xhtml ├── _n_e_h_o_g_detector_8h.xhtml ├── _n_e_h_o_g_detector_8h_source.xhtml ├── _n_e_h_o_g_detector_kernel_8cpp.xhtml ├── _n_e_h_o_g_detector_kernel_8cpp_source.xhtml ├── _n_e_h_o_g_detector_kernel_8h.xhtml ├── _n_e_h_o_g_detector_kernel_8h_source.xhtml ├── _n_e_h_o_g_gradient_8cpp.xhtml ├── _n_e_h_o_g_gradient_8cpp_source.xhtml ├── _n_e_h_o_g_gradient_8h.xhtml ├── _n_e_h_o_g_gradient_8h_source.xhtml ├── _n_e_h_o_g_multi_detection_8cpp.xhtml ├── _n_e_h_o_g_multi_detection_8cpp_source.xhtml ├── _n_e_h_o_g_multi_detection_8h.xhtml ├── _n_e_h_o_g_multi_detection_8h_source.xhtml ├── _n_e_harris_corners_8cpp.xhtml ├── _n_e_harris_corners_8cpp_source.xhtml ├── _n_e_harris_corners_8h.xhtml ├── _n_e_harris_corners_8h_source.xhtml ├── _n_e_harris_corners_kernel_8cpp.xhtml ├── _n_e_harris_corners_kernel_8cpp_source.xhtml ├── _n_e_harris_corners_kernel_8h.xhtml ├── _n_e_harris_corners_kernel_8h_source.xhtml ├── _n_e_height_concatenate_layer_kernel_8cpp.xhtml ├── _n_e_height_concatenate_layer_kernel_8cpp_source.xhtml ├── _n_e_height_concatenate_layer_kernel_8h.xhtml ├── _n_e_height_concatenate_layer_kernel_8h_source.xhtml ├── _n_e_histogram_8cpp.xhtml ├── _n_e_histogram_8cpp_source.xhtml ├── _n_e_histogram_8h.xhtml ├── _n_e_histogram_8h_source.xhtml ├── _n_e_histogram_kernel_8cpp.xhtml ├── _n_e_histogram_kernel_8cpp_source.xhtml ├── _n_e_histogram_kernel_8h.xhtml ├── _n_e_histogram_kernel_8h_source.xhtml ├── _n_e_im2_col_8cpp.xhtml ├── _n_e_im2_col_8cpp_source.xhtml ├── _n_e_im2_col_8h.xhtml ├── _n_e_im2_col_8h_source.xhtml ├── _n_e_im2_col_kernel_8cpp.xhtml ├── _n_e_im2_col_kernel_8cpp_source.xhtml ├── _n_e_im2_col_kernel_8h.xhtml ├── _n_e_im2_col_kernel_8h_source.xhtml ├── _n_e_integral_image_8cpp.xhtml ├── _n_e_integral_image_8cpp_source.xhtml ├── _n_e_integral_image_8h.xhtml ├── _n_e_integral_image_8h_source.xhtml ├── _n_e_integral_image_kernel_8cpp.xhtml ├── _n_e_integral_image_kernel_8cpp_source.xhtml ├── _n_e_integral_image_kernel_8h.xhtml ├── _n_e_integral_image_kernel_8h_source.xhtml ├── _n_e_kernels_8h.xhtml ├── _n_e_kernels_8h_source.xhtml ├── _n_e_l2_normalize_layer_8cpp.xhtml ├── _n_e_l2_normalize_layer_8cpp_source.xhtml ├── _n_e_l2_normalize_layer_8h.xhtml ├── _n_e_l2_normalize_layer_8h_source.xhtml ├── _n_e_l2_normalize_layer_kernel_8h.xhtml ├── _n_e_l2_normalize_layer_kernel_8h_source.xhtml ├── _n_e_l_k_tracker_kernel_8h.js ├── _n_e_l_k_tracker_kernel_8h.xhtml ├── _n_e_l_k_tracker_kernel_8h_source.xhtml ├── _n_e_l_s_t_m_layer_8cpp.xhtml ├── _n_e_l_s_t_m_layer_8cpp_source.xhtml ├── _n_e_l_s_t_m_layer_8h.xhtml ├── _n_e_l_s_t_m_layer_8h_source.xhtml ├── _n_e_l_s_t_m_layer_quantized_8cpp.xhtml ├── _n_e_l_s_t_m_layer_quantized_8cpp_source.xhtml ├── _n_e_l_s_t_m_layer_quantized_8h.xhtml ├── _n_e_l_s_t_m_layer_quantized_8h_source.xhtml ├── _n_e_laplacian_pyramid_8cpp.xhtml ├── _n_e_laplacian_pyramid_8cpp_source.xhtml ├── _n_e_laplacian_pyramid_8h.xhtml ├── _n_e_laplacian_pyramid_8h_source.xhtml ├── _n_e_laplacian_reconstruct_8cpp.xhtml ├── _n_e_laplacian_reconstruct_8cpp_source.xhtml ├── _n_e_laplacian_reconstruct_8h.xhtml ├── _n_e_laplacian_reconstruct_8h_source.xhtml ├── _n_e_locally_connected_layer_8cpp.xhtml ├── _n_e_locally_connected_layer_8cpp_source.xhtml ├── _n_e_locally_connected_layer_8h.xhtml ├── _n_e_locally_connected_layer_8h_source.xhtml ├── _n_e_locally_connected_matrix_multiply_kernel_8cpp.xhtml ├── _n_e_locally_connected_matrix_multiply_kernel_8cpp_source.xhtml ├── _n_e_locally_connected_matrix_multiply_kernel_8h.xhtml ├── _n_e_locally_connected_matrix_multiply_kernel_8h_source.xhtml ├── _n_e_magnitude_8cpp.xhtml ├── _n_e_magnitude_8cpp_source.xhtml ├── _n_e_magnitude_8h.xhtml ├── _n_e_magnitude_8h_source.xhtml ├── _n_e_magnitude_phase_kernel_8cpp.xhtml ├── _n_e_magnitude_phase_kernel_8cpp_source.xhtml ├── _n_e_magnitude_phase_kernel_8h.xhtml ├── _n_e_magnitude_phase_kernel_8h_source.xhtml ├── _n_e_math_8h.js ├── _n_e_math_8h.xhtml ├── _n_e_math_8h_source.xhtml ├── _n_e_math_8inl.js ├── _n_e_math_8inl.xhtml ├── _n_e_math_8inl_source.xhtml ├── _n_e_mean_std_dev_8cpp.xhtml ├── _n_e_mean_std_dev_8cpp_source.xhtml ├── _n_e_mean_std_dev_8h.xhtml ├── _n_e_mean_std_dev_8h_source.xhtml ├── _n_e_mean_std_dev_kernel_8cpp.xhtml ├── _n_e_mean_std_dev_kernel_8cpp_source.xhtml ├── _n_e_mean_std_dev_kernel_8h.xhtml ├── _n_e_mean_std_dev_kernel_8h_source.xhtml ├── _n_e_mean_std_dev_normalization_kernel_8cpp.xhtml ├── _n_e_mean_std_dev_normalization_kernel_8cpp_source.xhtml ├── _n_e_mean_std_dev_normalization_kernel_8h.xhtml ├── _n_e_mean_std_dev_normalization_kernel_8h_source.xhtml ├── _n_e_mean_std_dev_normalization_layer_8cpp.xhtml ├── _n_e_mean_std_dev_normalization_layer_8cpp_source.xhtml ├── _n_e_mean_std_dev_normalization_layer_8h.xhtml ├── _n_e_mean_std_dev_normalization_layer_8h_source.xhtml ├── _n_e_median3x3_8cpp.xhtml ├── _n_e_median3x3_8cpp_source.xhtml ├── _n_e_median3x3_8h.xhtml ├── _n_e_median3x3_8h_source.xhtml ├── _n_e_median3x3_kernel_8cpp.xhtml ├── _n_e_median3x3_kernel_8cpp_source.xhtml ├── _n_e_median3x3_kernel_8h.xhtml ├── _n_e_median3x3_kernel_8h_source.xhtml ├── _n_e_memset_kernel_8cpp.xhtml ├── _n_e_memset_kernel_8cpp_source.xhtml ├── _n_e_memset_kernel_8h.xhtml ├── _n_e_memset_kernel_8h_source.xhtml ├── _n_e_min_max_layer_kernel_8cpp.xhtml ├── _n_e_min_max_layer_kernel_8cpp_source.xhtml ├── _n_e_min_max_layer_kernel_8h.xhtml ├── _n_e_min_max_layer_kernel_8h_source.xhtml ├── _n_e_min_max_location_8cpp.xhtml ├── _n_e_min_max_location_8cpp_source.xhtml ├── _n_e_min_max_location_8h.xhtml ├── _n_e_min_max_location_8h_source.xhtml ├── _n_e_min_max_location_kernel_8cpp.xhtml ├── _n_e_min_max_location_kernel_8cpp_source.xhtml ├── _n_e_min_max_location_kernel_8h.xhtml ├── _n_e_min_max_location_kernel_8h_source.xhtml ├── _n_e_node_validator_8cpp.xhtml ├── _n_e_node_validator_8cpp_source.xhtml ├── _n_e_node_validator_8h.xhtml ├── _n_e_node_validator_8h_source.xhtml ├── _n_e_non_linear_filter_8cpp.xhtml ├── _n_e_non_linear_filter_8cpp_source.xhtml ├── _n_e_non_linear_filter_8h.xhtml ├── _n_e_non_linear_filter_8h_source.xhtml ├── _n_e_non_linear_filter_kernel_8cpp.xhtml ├── _n_e_non_linear_filter_kernel_8cpp_source.xhtml ├── _n_e_non_linear_filter_kernel_8h.xhtml ├── _n_e_non_linear_filter_kernel_8h_source.xhtml ├── _n_e_non_maxima_suppression3x3_8cpp.xhtml ├── _n_e_non_maxima_suppression3x3_8cpp_source.xhtml ├── _n_e_non_maxima_suppression3x3_8h.xhtml ├── _n_e_non_maxima_suppression3x3_8h_source.xhtml ├── _n_e_non_maxima_suppression3x3_kernel_8cpp.xhtml ├── _n_e_non_maxima_suppression3x3_kernel_8cpp_source.xhtml ├── _n_e_non_maxima_suppression3x3_kernel_8h.js ├── _n_e_non_maxima_suppression3x3_kernel_8h.xhtml ├── _n_e_non_maxima_suppression3x3_kernel_8h_source.xhtml ├── _n_e_normalization_layer_8cpp.xhtml ├── _n_e_normalization_layer_8cpp_source.xhtml ├── _n_e_normalization_layer_8h.xhtml ├── _n_e_normalization_layer_8h_source.xhtml ├── _n_e_normalization_layer_kernel_8cpp.xhtml ├── _n_e_normalization_layer_kernel_8cpp_source.xhtml ├── _n_e_normalization_layer_kernel_8h.xhtml ├── _n_e_normalization_layer_kernel_8h_source.xhtml ├── _n_e_o_n_2_absolute_difference_8cpp.js ├── _n_e_o_n_2_absolute_difference_8cpp.xhtml ├── _n_e_o_n_2_absolute_difference_8cpp_source.xhtml ├── _n_e_o_n_2_accumulate_8cpp.js ├── _n_e_o_n_2_accumulate_8cpp.xhtml ├── _n_e_o_n_2_accumulate_8cpp_source.xhtml ├── _n_e_o_n_2_arg_min_max_8cpp.js ├── _n_e_o_n_2_arg_min_max_8cpp.xhtml ├── _n_e_o_n_2_arg_min_max_8cpp_source.xhtml ├── _n_e_o_n_2_arithmetic_addition_8cpp.js ├── _n_e_o_n_2_arithmetic_addition_8cpp.xhtml ├── _n_e_o_n_2_arithmetic_addition_8cpp_source.xhtml ├── _n_e_o_n_2_arithmetic_subtraction_8cpp.js ├── _n_e_o_n_2_arithmetic_subtraction_8cpp.xhtml ├── _n_e_o_n_2_arithmetic_subtraction_8cpp_source.xhtml ├── _n_e_o_n_2_batch_concatenate_layer_8cpp.js ├── _n_e_o_n_2_batch_concatenate_layer_8cpp.xhtml ├── _n_e_o_n_2_batch_concatenate_layer_8cpp_source.xhtml ├── _n_e_o_n_2_batch_to_space_layer_8cpp.js ├── _n_e_o_n_2_batch_to_space_layer_8cpp.xhtml ├── _n_e_o_n_2_batch_to_space_layer_8cpp_source.xhtml ├── _n_e_o_n_2_bitwise_and_8cpp.js ├── _n_e_o_n_2_bitwise_and_8cpp.xhtml ├── _n_e_o_n_2_bitwise_and_8cpp_source.xhtml ├── _n_e_o_n_2_bitwise_not_8cpp.js ├── _n_e_o_n_2_bitwise_not_8cpp.xhtml ├── _n_e_o_n_2_bitwise_not_8cpp_source.xhtml ├── _n_e_o_n_2_bitwise_or_8cpp.js ├── _n_e_o_n_2_bitwise_or_8cpp.xhtml ├── _n_e_o_n_2_bitwise_or_8cpp_source.xhtml ├── _n_e_o_n_2_bitwise_xor_8cpp.js ├── _n_e_o_n_2_bitwise_xor_8cpp.xhtml ├── _n_e_o_n_2_bitwise_xor_8cpp_source.xhtml ├── _n_e_o_n_2_box3x3_8cpp.js ├── _n_e_o_n_2_box3x3_8cpp.xhtml ├── _n_e_o_n_2_box3x3_8cpp_source.xhtml ├── _n_e_o_n_2_cast_8cpp.js ├── _n_e_o_n_2_cast_8cpp.xhtml ├── _n_e_o_n_2_cast_8cpp_source.xhtml ├── _n_e_o_n_2_channel_combine_8cpp.js ├── _n_e_o_n_2_channel_combine_8cpp.xhtml ├── _n_e_o_n_2_channel_combine_8cpp_source.xhtml ├── _n_e_o_n_2_channel_extract_8cpp.js ├── _n_e_o_n_2_channel_extract_8cpp.xhtml ├── _n_e_o_n_2_channel_extract_8cpp_source.xhtml ├── _n_e_o_n_2_channel_shuffle_8cpp.js ├── _n_e_o_n_2_channel_shuffle_8cpp.xhtml ├── _n_e_o_n_2_channel_shuffle_8cpp_source.xhtml ├── _n_e_o_n_2_col2_im_8cpp.js ├── _n_e_o_n_2_col2_im_8cpp.xhtml ├── _n_e_o_n_2_col2_im_8cpp_source.xhtml ├── _n_e_o_n_2_comparisons_8cpp.js ├── _n_e_o_n_2_comparisons_8cpp.xhtml ├── _n_e_o_n_2_comparisons_8cpp_source.xhtml ├── _n_e_o_n_2_convert_fully_connected_weights_8cpp.js ├── _n_e_o_n_2_convert_fully_connected_weights_8cpp.xhtml ├── _n_e_o_n_2_convert_fully_connected_weights_8cpp_source.xhtml ├── _n_e_o_n_2_copy_8cpp.js ├── _n_e_o_n_2_copy_8cpp.xhtml ├── _n_e_o_n_2_copy_8cpp_source.xhtml ├── _n_e_o_n_2_crop_resize_8cpp.js ├── _n_e_o_n_2_crop_resize_8cpp.xhtml ├── _n_e_o_n_2_crop_resize_8cpp_source.xhtml ├── _n_e_o_n_2_deconvolution_layer_8cpp.js ├── _n_e_o_n_2_deconvolution_layer_8cpp.xhtml ├── _n_e_o_n_2_deconvolution_layer_8cpp_source.xhtml ├── _n_e_o_n_2_depth_convert_layer_8cpp.js ├── _n_e_o_n_2_depth_convert_layer_8cpp.xhtml ├── _n_e_o_n_2_depth_convert_layer_8cpp_source.xhtml ├── _n_e_o_n_2_depth_to_space_layer_8cpp.js ├── _n_e_o_n_2_depth_to_space_layer_8cpp.xhtml ├── _n_e_o_n_2_depth_to_space_layer_8cpp_source.xhtml ├── _n_e_o_n_2_derivative_8cpp.js ├── _n_e_o_n_2_derivative_8cpp.xhtml ├── _n_e_o_n_2_derivative_8cpp_source.xhtml ├── _n_e_o_n_2_dilate_8cpp.js ├── _n_e_o_n_2_dilate_8cpp.xhtml ├── _n_e_o_n_2_dilate_8cpp_source.xhtml ├── _n_e_o_n_2_dilated_convolution_layer_8cpp.js ├── _n_e_o_n_2_dilated_convolution_layer_8cpp.xhtml ├── _n_e_o_n_2_dilated_convolution_layer_8cpp_source.xhtml ├── _n_e_o_n_2_elementwise_max_8cpp.js ├── _n_e_o_n_2_elementwise_max_8cpp.xhtml ├── _n_e_o_n_2_elementwise_max_8cpp_source.xhtml ├── _n_e_o_n_2_elementwise_min_8cpp.js ├── _n_e_o_n_2_elementwise_min_8cpp.xhtml ├── _n_e_o_n_2_elementwise_min_8cpp_source.xhtml ├── _n_e_o_n_2_elementwise_power_8cpp.js ├── _n_e_o_n_2_elementwise_power_8cpp.xhtml ├── _n_e_o_n_2_elementwise_power_8cpp_source.xhtml ├── _n_e_o_n_2_erode_8cpp.js ├── _n_e_o_n_2_erode_8cpp.xhtml ├── _n_e_o_n_2_erode_8cpp_source.xhtml ├── _n_e_o_n_2_fill_border_8cpp.js ├── _n_e_o_n_2_fill_border_8cpp.xhtml ├── _n_e_o_n_2_fill_border_8cpp_source.xhtml ├── _n_e_o_n_2_flatten_8cpp.js ├── _n_e_o_n_2_flatten_8cpp.xhtml ├── _n_e_o_n_2_flatten_8cpp_source.xhtml ├── _n_e_o_n_2_fuse_batch_normalization_8cpp.js ├── _n_e_o_n_2_fuse_batch_normalization_8cpp.xhtml ├── _n_e_o_n_2_fuse_batch_normalization_8cpp_source.xhtml ├── _n_e_o_n_2_gather_8cpp.js ├── _n_e_o_n_2_gather_8cpp.xhtml ├── _n_e_o_n_2_gather_8cpp_source.xhtml ├── _n_e_o_n_2_gaussian3x3_8cpp.js ├── _n_e_o_n_2_gaussian3x3_8cpp.xhtml ├── _n_e_o_n_2_gaussian3x3_8cpp_source.xhtml ├── _n_e_o_n_2_gaussian5x5_8cpp.js ├── _n_e_o_n_2_gaussian5x5_8cpp.xhtml ├── _n_e_o_n_2_gaussian5x5_8cpp_source.xhtml ├── _n_e_o_n_2_global_pooling_layer_8cpp.js ├── _n_e_o_n_2_global_pooling_layer_8cpp.xhtml ├── _n_e_o_n_2_global_pooling_layer_8cpp_source.xhtml ├── _n_e_o_n_2_height_concatenate_layer_8cpp.js ├── _n_e_o_n_2_height_concatenate_layer_8cpp.xhtml ├── _n_e_o_n_2_height_concatenate_layer_8cpp_source.xhtml ├── _n_e_o_n_2_helper_8h.js ├── _n_e_o_n_2_helper_8h.xhtml ├── _n_e_o_n_2_helper_8h_source.xhtml ├── _n_e_o_n_2_im2_col_8cpp.js ├── _n_e_o_n_2_im2_col_8cpp.xhtml ├── _n_e_o_n_2_im2_col_8cpp_source.xhtml ├── _n_e_o_n_2_l_s_t_m_layer_8cpp.js ├── _n_e_o_n_2_l_s_t_m_layer_8cpp.xhtml ├── _n_e_o_n_2_l_s_t_m_layer_8cpp_source.xhtml ├── _n_e_o_n_2_l_s_t_m_layer_quantized_8cpp.js ├── _n_e_o_n_2_l_s_t_m_layer_quantized_8cpp.xhtml ├── _n_e_o_n_2_l_s_t_m_layer_quantized_8cpp_source.xhtml ├── _n_e_o_n_2_locally_connected_8cpp.js ├── _n_e_o_n_2_locally_connected_8cpp.xhtml ├── _n_e_o_n_2_locally_connected_8cpp_source.xhtml ├── _n_e_o_n_2_locally_connected_layer_8cpp.js ├── _n_e_o_n_2_locally_connected_layer_8cpp.xhtml ├── _n_e_o_n_2_locally_connected_layer_8cpp_source.xhtml ├── _n_e_o_n_2_mean_std_dev_normalization_layer_8cpp.js ├── _n_e_o_n_2_mean_std_dev_normalization_layer_8cpp.xhtml ├── _n_e_o_n_2_mean_std_dev_normalization_layer_8cpp_source.xhtml ├── _n_e_o_n_2_non_linear_filter_8cpp.js ├── _n_e_o_n_2_non_linear_filter_8cpp.xhtml ├── _n_e_o_n_2_non_linear_filter_8cpp_source.xhtml ├── _n_e_o_n_2_p_relu_layer_8cpp.js ├── _n_e_o_n_2_p_relu_layer_8cpp.xhtml ├── _n_e_o_n_2_p_relu_layer_8cpp_source.xhtml ├── _n_e_o_n_2_pad_layer_8cpp.js ├── _n_e_o_n_2_pad_layer_8cpp.xhtml ├── _n_e_o_n_2_pad_layer_8cpp_source.xhtml ├── _n_e_o_n_2_permute_8cpp.js ├── _n_e_o_n_2_permute_8cpp.xhtml ├── _n_e_o_n_2_permute_8cpp_source.xhtml ├── _n_e_o_n_2_pixel_wise_multiplication_8cpp.js ├── _n_e_o_n_2_pixel_wise_multiplication_8cpp.xhtml ├── _n_e_o_n_2_pixel_wise_multiplication_8cpp_source.xhtml ├── _n_e_o_n_2_prior_box_layer_8cpp.js ├── _n_e_o_n_2_prior_box_layer_8cpp.xhtml ├── _n_e_o_n_2_prior_box_layer_8cpp_source.xhtml ├── _n_e_o_n_2_r_n_n_layer_8cpp.js ├── _n_e_o_n_2_r_n_n_layer_8cpp.xhtml ├── _n_e_o_n_2_r_n_n_layer_8cpp_source.xhtml ├── _n_e_o_n_2_r_o_i_pooling_layer_8cpp.js ├── _n_e_o_n_2_r_o_i_pooling_layer_8cpp.xhtml ├── _n_e_o_n_2_r_o_i_pooling_layer_8cpp_source.xhtml ├── _n_e_o_n_2_range_8cpp.js ├── _n_e_o_n_2_range_8cpp.xhtml ├── _n_e_o_n_2_range_8cpp_source.xhtml ├── _n_e_o_n_2_reduce_mean_8cpp.js ├── _n_e_o_n_2_reduce_mean_8cpp.xhtml ├── _n_e_o_n_2_reduce_mean_8cpp_source.xhtml ├── _n_e_o_n_2_reduction_operation_8cpp.js ├── _n_e_o_n_2_reduction_operation_8cpp.xhtml ├── _n_e_o_n_2_reduction_operation_8cpp_source.xhtml ├── _n_e_o_n_2_reorg_layer_8cpp.js ├── _n_e_o_n_2_reorg_layer_8cpp.xhtml ├── _n_e_o_n_2_reorg_layer_8cpp_source.xhtml ├── _n_e_o_n_2_reverse_8cpp.js ├── _n_e_o_n_2_reverse_8cpp.xhtml ├── _n_e_o_n_2_reverse_8cpp_source.xhtml ├── _n_e_o_n_2_select_8cpp.js ├── _n_e_o_n_2_select_8cpp.xhtml ├── _n_e_o_n_2_select_8cpp_source.xhtml ├── _n_e_o_n_2_slice_8cpp.js ├── _n_e_o_n_2_slice_8cpp.xhtml ├── _n_e_o_n_2_slice_8cpp_source.xhtml ├── _n_e_o_n_2_space_to_batch_layer_8cpp.js ├── _n_e_o_n_2_space_to_batch_layer_8cpp.xhtml ├── _n_e_o_n_2_space_to_batch_layer_8cpp_source.xhtml ├── _n_e_o_n_2_space_to_depth_layer_8cpp.js ├── _n_e_o_n_2_space_to_depth_layer_8cpp.xhtml ├── _n_e_o_n_2_space_to_depth_layer_8cpp_source.xhtml ├── _n_e_o_n_2_split_8cpp.js ├── _n_e_o_n_2_split_8cpp.xhtml ├── _n_e_o_n_2_split_8cpp_source.xhtml ├── _n_e_o_n_2_stack_layer_8cpp.js ├── _n_e_o_n_2_stack_layer_8cpp.xhtml ├── _n_e_o_n_2_stack_layer_8cpp_source.xhtml ├── _n_e_o_n_2_strided_slice_8cpp.js ├── _n_e_o_n_2_strided_slice_8cpp.xhtml ├── _n_e_o_n_2_strided_slice_8cpp_source.xhtml ├── _n_e_o_n_2_table_lookup_8cpp.js ├── _n_e_o_n_2_table_lookup_8cpp.xhtml ├── _n_e_o_n_2_table_lookup_8cpp_source.xhtml ├── _n_e_o_n_2_threshold_8cpp.js ├── _n_e_o_n_2_threshold_8cpp.xhtml ├── _n_e_o_n_2_threshold_8cpp_source.xhtml ├── _n_e_o_n_2_tile_8cpp.js ├── _n_e_o_n_2_tile_8cpp.xhtml ├── _n_e_o_n_2_tile_8cpp_source.xhtml ├── _n_e_o_n_2_u_n_i_t_2_memory_manager_8cpp.js ├── _n_e_o_n_2_u_n_i_t_2_memory_manager_8cpp.xhtml ├── _n_e_o_n_2_u_n_i_t_2_memory_manager_8cpp_source.xhtml ├── _n_e_o_n_2_unstack_8cpp.js ├── _n_e_o_n_2_unstack_8cpp.xhtml ├── _n_e_o_n_2_unstack_8cpp_source.xhtml ├── _n_e_o_n_2_warp_perspective_8cpp.js ├── _n_e_o_n_2_warp_perspective_8cpp.xhtml ├── _n_e_o_n_2_warp_perspective_8cpp_source.xhtml ├── _n_e_o_n_2_width_concatenate_layer_8cpp.js ├── _n_e_o_n_2_width_concatenate_layer_8cpp.xhtml ├── _n_e_o_n_2_width_concatenate_layer_8cpp_source.xhtml ├── _n_e_o_n_2_y_o_l_o_layer_8cpp.js ├── _n_e_o_n_2_y_o_l_o_layer_8cpp.xhtml ├── _n_e_o_n_2_y_o_l_o_layer_8cpp_source.xhtml ├── _n_e_o_n_2wrapper_2intrinsics_2_log_8h.js ├── _n_e_o_n_2wrapper_2intrinsics_2_log_8h.xhtml ├── _n_e_o_n_2wrapper_2intrinsics_2_log_8h_source.xhtml ├── _n_e_o_n_2wrapper_2traits_8h.js ├── _n_e_o_n_2wrapper_2traits_8h.xhtml ├── _n_e_o_n_2wrapper_2traits_8h_source.xhtml ├── _n_e_optical_flow_8cpp.xhtml ├── _n_e_optical_flow_8cpp_source.xhtml ├── _n_e_optical_flow_8h.js ├── _n_e_optical_flow_8h.xhtml ├── _n_e_optical_flow_8h_source.xhtml ├── _n_e_p_relu_layer_8cpp.xhtml ├── _n_e_p_relu_layer_8cpp_source.xhtml ├── _n_e_p_relu_layer_8h.xhtml ├── _n_e_p_relu_layer_8h_source.xhtml ├── _n_e_pad_layer_8cpp.xhtml ├── _n_e_pad_layer_8cpp_source.xhtml ├── _n_e_pad_layer_8h.xhtml ├── _n_e_pad_layer_8h_source.xhtml ├── _n_e_permute_8cpp.xhtml ├── _n_e_permute_8cpp_source.xhtml ├── _n_e_permute_8h.xhtml ├── _n_e_permute_8h_source.xhtml ├── _n_e_permute_kernel_8cpp.xhtml ├── _n_e_permute_kernel_8cpp_source.xhtml ├── _n_e_permute_kernel_8h.xhtml ├── _n_e_permute_kernel_8h_source.xhtml ├── _n_e_phase_8cpp.xhtml ├── _n_e_phase_8cpp_source.xhtml ├── _n_e_phase_8h.xhtml ├── _n_e_phase_8h_source.xhtml ├── _n_e_pixel_wise_multiplication_8cpp.xhtml ├── _n_e_pixel_wise_multiplication_8cpp_source.xhtml ├── _n_e_pixel_wise_multiplication_8h.xhtml ├── _n_e_pixel_wise_multiplication_8h_source.xhtml ├── _n_e_pixel_wise_multiplication_kernel_8cpp.xhtml ├── _n_e_pixel_wise_multiplication_kernel_8cpp_source.xhtml ├── _n_e_pixel_wise_multiplication_kernel_8h.xhtml ├── _n_e_pixel_wise_multiplication_kernel_8h_source.xhtml ├── _n_e_pooling_layer_8cpp.xhtml ├── _n_e_pooling_layer_8cpp_source.xhtml ├── _n_e_pooling_layer_8h.xhtml ├── _n_e_pooling_layer_8h_source.xhtml ├── _n_e_pooling_layer_kernel_8cpp.xhtml ├── _n_e_pooling_layer_kernel_8cpp_source.xhtml ├── _n_e_pooling_layer_kernel_8h.xhtml ├── _n_e_pooling_layer_kernel_8h_source.xhtml ├── _n_e_prior_box_layer_8cpp.xhtml ├── _n_e_prior_box_layer_8cpp_source.xhtml ├── _n_e_prior_box_layer_8h.xhtml ├── _n_e_prior_box_layer_8h_source.xhtml ├── _n_e_prior_box_layer_kernel_8cpp.xhtml ├── _n_e_prior_box_layer_kernel_8cpp_source.xhtml ├── _n_e_prior_box_layer_kernel_8h.xhtml ├── _n_e_prior_box_layer_kernel_8h_source.xhtml ├── _n_e_quantization_layer_8cpp.xhtml ├── _n_e_quantization_layer_8cpp_source.xhtml ├── _n_e_quantization_layer_8h.xhtml ├── _n_e_quantization_layer_8h_source.xhtml ├── _n_e_quantization_layer_kernel_8cpp.xhtml ├── _n_e_quantization_layer_kernel_8cpp_source.xhtml ├── _n_e_quantization_layer_kernel_8h.xhtml ├── _n_e_quantization_layer_kernel_8h_source.xhtml ├── _n_e_r_n_n_layer_8cpp.xhtml ├── _n_e_r_n_n_layer_8cpp_source.xhtml ├── _n_e_r_n_n_layer_8h.xhtml ├── _n_e_r_n_n_layer_8h_source.xhtml ├── _n_e_r_o_i_pooling_layer_8cpp.xhtml ├── _n_e_r_o_i_pooling_layer_8cpp_source.xhtml ├── _n_e_r_o_i_pooling_layer_8h.xhtml ├── _n_e_r_o_i_pooling_layer_8h_source.xhtml ├── _n_e_r_o_i_pooling_layer_kernel_8cpp.xhtml ├── _n_e_r_o_i_pooling_layer_kernel_8cpp_source.xhtml ├── _n_e_r_o_i_pooling_layer_kernel_8h.xhtml ├── _n_e_r_o_i_pooling_layer_kernel_8h_source.xhtml ├── _n_e_range_8cpp.xhtml ├── _n_e_range_8cpp_source.xhtml ├── _n_e_range_8h.xhtml ├── _n_e_range_8h_source.xhtml ├── _n_e_range_kernel_8cpp.xhtml ├── _n_e_range_kernel_8cpp_source.xhtml ├── _n_e_range_kernel_8h.xhtml ├── _n_e_range_kernel_8h_source.xhtml ├── _n_e_reduce_mean_8cpp.xhtml ├── _n_e_reduce_mean_8cpp_source.xhtml ├── _n_e_reduce_mean_8h.xhtml ├── _n_e_reduce_mean_8h_source.xhtml ├── _n_e_reduction_operation_8cpp.xhtml ├── _n_e_reduction_operation_8cpp_source.xhtml ├── _n_e_reduction_operation_8h.xhtml ├── _n_e_reduction_operation_8h_source.xhtml ├── _n_e_reduction_operation_kernel_8cpp.xhtml ├── _n_e_reduction_operation_kernel_8cpp_source.xhtml ├── _n_e_reduction_operation_kernel_8h.xhtml ├── _n_e_reduction_operation_kernel_8h_source.xhtml ├── _n_e_remap_8cpp.xhtml ├── _n_e_remap_8cpp_source.xhtml ├── _n_e_remap_8h.xhtml ├── _n_e_remap_8h_source.xhtml ├── _n_e_remap_kernel_8cpp.xhtml ├── _n_e_remap_kernel_8cpp_source.xhtml ├── _n_e_remap_kernel_8h.xhtml ├── _n_e_remap_kernel_8h_source.xhtml ├── _n_e_reorg_layer_8cpp.xhtml ├── _n_e_reorg_layer_8cpp_source.xhtml ├── _n_e_reorg_layer_8h.xhtml ├── _n_e_reorg_layer_8h_source.xhtml ├── _n_e_reorg_layer_kernel_8cpp.xhtml ├── _n_e_reorg_layer_kernel_8cpp_source.xhtml ├── _n_e_reorg_layer_kernel_8h.xhtml ├── _n_e_reorg_layer_kernel_8h_source.xhtml ├── _n_e_reshape_layer_8cpp.xhtml ├── _n_e_reshape_layer_8cpp_source.xhtml ├── _n_e_reshape_layer_8h.xhtml ├── _n_e_reshape_layer_8h_source.xhtml ├── _n_e_reshape_layer_kernel_8cpp.xhtml ├── _n_e_reshape_layer_kernel_8cpp_source.xhtml ├── _n_e_reshape_layer_kernel_8h.xhtml ├── _n_e_reshape_layer_kernel_8h_source.xhtml ├── _n_e_reverse_8cpp.xhtml ├── _n_e_reverse_8cpp_source.xhtml ├── _n_e_reverse_8h.xhtml ├── _n_e_reverse_8h_source.xhtml ├── _n_e_reverse_kernel_8cpp.js ├── _n_e_reverse_kernel_8cpp.xhtml ├── _n_e_reverse_kernel_8cpp_source.xhtml ├── _n_e_reverse_kernel_8h.xhtml ├── _n_e_reverse_kernel_8h_source.xhtml ├── _n_e_scale_8cpp.xhtml ├── _n_e_scale_8cpp_source.xhtml ├── _n_e_scale_8h.xhtml ├── _n_e_scale_8h_source.xhtml ├── _n_e_scale_kernel_8cpp.xhtml ├── _n_e_scale_kernel_8cpp_source.xhtml ├── _n_e_scale_kernel_8h.xhtml ├── _n_e_scale_kernel_8h_source.xhtml ├── _n_e_scharr3x3_8cpp.xhtml ├── _n_e_scharr3x3_8cpp_source.xhtml ├── _n_e_scharr3x3_8h.xhtml ├── _n_e_scharr3x3_8h_source.xhtml ├── _n_e_scharr3x3_kernel_8cpp.xhtml ├── _n_e_scharr3x3_kernel_8cpp_source.xhtml ├── _n_e_scharr3x3_kernel_8h.xhtml ├── _n_e_scharr3x3_kernel_8h_source.xhtml ├── _n_e_scheduler_8h.js ├── _n_e_scheduler_8h.xhtml ├── _n_e_scheduler_8h_source.xhtml ├── _n_e_select_8cpp.xhtml ├── _n_e_select_8cpp_source.xhtml ├── _n_e_select_8h.xhtml ├── _n_e_select_8h_source.xhtml ├── _n_e_select_kernel_8cpp.xhtml ├── _n_e_select_kernel_8cpp_source.xhtml ├── _n_e_select_kernel_8h.xhtml ├── _n_e_select_kernel_8h_source.xhtml ├── _n_e_simple_assembly_function_8cpp.xhtml ├── _n_e_simple_assembly_function_8cpp_source.xhtml ├── _n_e_simple_assembly_function_8h.xhtml ├── _n_e_simple_assembly_function_8h_source.xhtml ├── _n_e_slice_8cpp.xhtml ├── _n_e_slice_8cpp_source.xhtml ├── _n_e_slice_8h.xhtml ├── _n_e_slice_8h_source.xhtml ├── _n_e_sobel3x3_8cpp.xhtml ├── _n_e_sobel3x3_8cpp_source.xhtml ├── _n_e_sobel3x3_8h.xhtml ├── _n_e_sobel3x3_8h_source.xhtml ├── _n_e_sobel3x3_kernel_8cpp.xhtml ├── _n_e_sobel3x3_kernel_8cpp_source.xhtml ├── _n_e_sobel3x3_kernel_8h.xhtml ├── _n_e_sobel3x3_kernel_8h_source.xhtml ├── _n_e_sobel5x5_8cpp.xhtml ├── _n_e_sobel5x5_8cpp_source.xhtml ├── _n_e_sobel5x5_8h.xhtml ├── _n_e_sobel5x5_8h_source.xhtml ├── _n_e_sobel5x5_kernel_8cpp.xhtml ├── _n_e_sobel5x5_kernel_8cpp_source.xhtml ├── _n_e_sobel5x5_kernel_8h.xhtml ├── _n_e_sobel5x5_kernel_8h_source.xhtml ├── _n_e_sobel7x7_8cpp.xhtml ├── _n_e_sobel7x7_8cpp_source.xhtml ├── _n_e_sobel7x7_8h.xhtml ├── _n_e_sobel7x7_8h_source.xhtml ├── _n_e_sobel7x7_kernel_8cpp.xhtml ├── _n_e_sobel7x7_kernel_8cpp_source.xhtml ├── _n_e_sobel7x7_kernel_8h.xhtml ├── _n_e_sobel7x7_kernel_8h_source.xhtml ├── _n_e_softmax_layer_8cpp.xhtml ├── _n_e_softmax_layer_8cpp_source.xhtml ├── _n_e_softmax_layer_8h.xhtml ├── _n_e_softmax_layer_8h_source.xhtml ├── _n_e_softmax_layer_kernel_8cpp.js ├── _n_e_softmax_layer_kernel_8cpp.xhtml ├── _n_e_softmax_layer_kernel_8cpp_source.xhtml ├── _n_e_softmax_layer_kernel_8h.xhtml ├── _n_e_softmax_layer_kernel_8h_source.xhtml ├── _n_e_space_to_batch_layer_8cpp.xhtml ├── _n_e_space_to_batch_layer_8cpp_source.xhtml ├── _n_e_space_to_batch_layer_8h.xhtml ├── _n_e_space_to_batch_layer_8h_source.xhtml ├── _n_e_space_to_batch_layer_kernel_8cpp.xhtml ├── _n_e_space_to_batch_layer_kernel_8cpp_source.xhtml ├── _n_e_space_to_batch_layer_kernel_8h.xhtml ├── _n_e_space_to_batch_layer_kernel_8h_source.xhtml ├── _n_e_space_to_depth_layer_8cpp.xhtml ├── _n_e_space_to_depth_layer_8cpp_source.xhtml ├── _n_e_space_to_depth_layer_8h.xhtml ├── _n_e_space_to_depth_layer_8h_source.xhtml ├── _n_e_space_to_depth_layer_kernel_8cpp.xhtml ├── _n_e_space_to_depth_layer_kernel_8cpp_source.xhtml ├── _n_e_space_to_depth_layer_kernel_8h.xhtml ├── _n_e_space_to_depth_layer_kernel_8h_source.xhtml ├── _n_e_split_8cpp.xhtml ├── _n_e_split_8cpp_source.xhtml ├── _n_e_split_8h.xhtml ├── _n_e_split_8h_source.xhtml ├── _n_e_stack_layer_8cpp.xhtml ├── _n_e_stack_layer_8cpp_source.xhtml ├── _n_e_stack_layer_8h.xhtml ├── _n_e_stack_layer_8h_source.xhtml ├── _n_e_stack_layer_kernel_8cpp.xhtml ├── _n_e_stack_layer_kernel_8cpp_source.xhtml ├── _n_e_stack_layer_kernel_8h.xhtml ├── _n_e_stack_layer_kernel_8h_source.xhtml ├── _n_e_strided_slice_8cpp.xhtml ├── _n_e_strided_slice_8cpp_source.xhtml ├── _n_e_strided_slice_8h.xhtml ├── _n_e_strided_slice_8h_source.xhtml ├── _n_e_strided_slice_kernel_8cpp.xhtml ├── _n_e_strided_slice_kernel_8cpp_source.xhtml ├── _n_e_strided_slice_kernel_8h.xhtml ├── _n_e_strided_slice_kernel_8h_source.xhtml ├── _n_e_sub_tensor_handle_8cpp.xhtml ├── _n_e_sub_tensor_handle_8cpp_source.xhtml ├── _n_e_sub_tensor_handle_8h.xhtml ├── _n_e_sub_tensor_handle_8h_source.xhtml ├── _n_e_symm_8h.js ├── _n_e_symm_8h.xhtml ├── _n_e_symm_8h_source.xhtml ├── _n_e_table_lookup_8cpp.xhtml ├── _n_e_table_lookup_8cpp_source.xhtml ├── _n_e_table_lookup_8h.xhtml ├── _n_e_table_lookup_8h_source.xhtml ├── _n_e_table_lookup_kernel_8cpp.js ├── _n_e_table_lookup_kernel_8cpp.xhtml ├── _n_e_table_lookup_kernel_8cpp_source.xhtml ├── _n_e_table_lookup_kernel_8h.xhtml ├── _n_e_table_lookup_kernel_8h_source.xhtml ├── _n_e_tensor_handle_8cpp.xhtml ├── _n_e_tensor_handle_8cpp_source.xhtml ├── _n_e_tensor_handle_8h.xhtml ├── _n_e_tensor_handle_8h_source.xhtml ├── _n_e_threshold_8cpp.xhtml ├── _n_e_threshold_8cpp_source.xhtml ├── _n_e_threshold_8h.xhtml ├── _n_e_threshold_8h_source.xhtml ├── _n_e_threshold_kernel_8cpp.xhtml ├── _n_e_threshold_kernel_8cpp_source.xhtml ├── _n_e_threshold_kernel_8h.xhtml ├── _n_e_threshold_kernel_8h_source.xhtml ├── _n_e_tile_8cpp.xhtml ├── _n_e_tile_8cpp_source.xhtml ├── _n_e_tile_8h.xhtml ├── _n_e_tile_8h_source.xhtml ├── _n_e_tile_kernel_8cpp.xhtml ├── _n_e_tile_kernel_8cpp_source.xhtml ├── _n_e_tile_kernel_8h.xhtml ├── _n_e_tile_kernel_8h_source.xhtml ├── _n_e_transpose_8cpp.xhtml ├── _n_e_transpose_8cpp_source.xhtml ├── _n_e_transpose_8h.xhtml ├── _n_e_transpose_8h_source.xhtml ├── _n_e_transpose_kernel_8cpp.xhtml ├── _n_e_transpose_kernel_8cpp_source.xhtml ├── _n_e_transpose_kernel_8h.xhtml ├── _n_e_transpose_kernel_8h_source.xhtml ├── _n_e_unstack_8cpp.xhtml ├── _n_e_unstack_8cpp_source.xhtml ├── _n_e_unstack_8h.xhtml ├── _n_e_unstack_8h_source.xhtml ├── _n_e_upsample_layer_8cpp.xhtml ├── _n_e_upsample_layer_8cpp_source.xhtml ├── _n_e_upsample_layer_8h.xhtml ├── _n_e_upsample_layer_8h_source.xhtml ├── _n_e_upsample_layer_kernel_8cpp.xhtml ├── _n_e_upsample_layer_kernel_8cpp_source.xhtml ├── _n_e_upsample_layer_kernel_8h.xhtml ├── _n_e_upsample_layer_kernel_8h_source.xhtml ├── _n_e_warp_affine_8cpp.xhtml ├── _n_e_warp_affine_8cpp_source.xhtml ├── _n_e_warp_affine_8h.xhtml ├── _n_e_warp_affine_8h_source.xhtml ├── _n_e_warp_kernel_8cpp.xhtml ├── _n_e_warp_kernel_8cpp_source.xhtml ├── _n_e_warp_kernel_8h.xhtml ├── _n_e_warp_kernel_8h_source.xhtml ├── _n_e_warp_perspective_8cpp.xhtml ├── _n_e_warp_perspective_8cpp_source.xhtml ├── _n_e_warp_perspective_8h.xhtml ├── _n_e_warp_perspective_8h_source.xhtml ├── _n_e_weights_reshape_kernel_8cpp.xhtml ├── _n_e_weights_reshape_kernel_8cpp_source.xhtml ├── _n_e_weights_reshape_kernel_8h.xhtml ├── _n_e_weights_reshape_kernel_8h_source.xhtml ├── _n_e_width_concatenate_layer_kernel_8cpp.xhtml ├── _n_e_width_concatenate_layer_kernel_8cpp_source.xhtml ├── _n_e_width_concatenate_layer_kernel_8h.xhtml ├── _n_e_width_concatenate_layer_kernel_8h_source.xhtml ├── _n_e_winograd_convolution_layer_8cpp.xhtml ├── _n_e_winograd_convolution_layer_8cpp_source.xhtml ├── _n_e_winograd_convolution_layer_8h.xhtml ├── _n_e_winograd_convolution_layer_8h_source.xhtml ├── _n_e_winograd_convolution_layer_kernel_8cpp.xhtml ├── _n_e_winograd_convolution_layer_kernel_8cpp_source.xhtml ├── _n_e_winograd_convolution_layer_kernel_8h.xhtml ├── _n_e_winograd_convolution_layer_kernel_8h_source.xhtml ├── _n_e_y_o_l_o_layer_8cpp.xhtml ├── _n_e_y_o_l_o_layer_8cpp_source.xhtml ├── _n_e_y_o_l_o_layer_8h.xhtml ├── _n_e_y_o_l_o_layer_8h_source.xhtml ├── _n_e_y_o_l_o_layer_kernel_8cpp.xhtml ├── _n_e_y_o_l_o_layer_kernel_8cpp_source.xhtml ├── _n_e_y_o_l_o_layer_kernel_8h.xhtml ├── _n_e_y_o_l_o_layer_kernel_8h_source.xhtml ├── _neg_layer_8cpp.js ├── _neg_layer_8cpp.xhtml ├── _neg_layer_8cpp_source.xhtml ├── _node_execution_method_mutator_8cpp.xhtml ├── _node_execution_method_mutator_8cpp_source.xhtml ├── _node_execution_method_mutator_8h.xhtml ├── _node_execution_method_mutator_8h_source.xhtml ├── _node_fusion_mutator_8cpp.js ├── _node_fusion_mutator_8cpp.xhtml ├── _node_fusion_mutator_8cpp_source.xhtml ├── _node_fusion_mutator_8h.xhtml ├── _node_fusion_mutator_8h_source.xhtml ├── _nodes_8h.xhtml ├── _nodes_8h_source.xhtml ├── _nodes_fwd_8h.xhtml ├── _nodes_fwd_8h_source.xhtml ├── _non_linear_filter_8h.js ├── _non_linear_filter_8h.xhtml ├── _non_linear_filter_8h_source.xhtml ├── _non_max_suppression_8cpp.js ├── _non_max_suppression_8cpp.xhtml ├── _non_max_suppression_8cpp_source.xhtml ├── _non_max_suppression_8h.js ├── _non_max_suppression_8h.xhtml ├── _non_max_suppression_8h_source.xhtml ├── _non_maxima_suppression_8cpp.js ├── _non_maxima_suppression_8cpp.xhtml ├── _non_maxima_suppression_8cpp_source.xhtml ├── _non_maxima_suppression_8h.js ├── _non_maxima_suppression_8h.xhtml ├── _non_maxima_suppression_8h_source.xhtml ├── _non_maximum_suppression_8cpp.js ├── _non_maximum_suppression_8cpp.xhtml ├── _non_maximum_suppression_8cpp_source.xhtml ├── _normalization_layer_8h.js ├── _normalization_layer_8h.xhtml ├── _normalization_layer_8h_source.xhtml ├── _normalization_layer_node_8cpp.xhtml ├── _normalization_layer_node_8cpp_source.xhtml ├── _normalization_layer_node_8h.xhtml ├── _normalization_layer_node_8h_source.xhtml ├── _normalize_planar_y_u_v_layer_8h.js ├── _normalize_planar_y_u_v_layer_8h.xhtml ├── _normalize_planar_y_u_v_layer_8h_source.xhtml ├── _normalize_planar_y_u_v_layer_node_8cpp.xhtml ├── _normalize_planar_y_u_v_layer_node_8cpp_source.xhtml ├── _normalize_planar_y_u_v_layer_node_8h.xhtml ├── _normalize_planar_y_u_v_layer_node_8h_source.xhtml ├── _o_m_p_scheduler_8cpp.xhtml ├── _o_m_p_scheduler_8cpp_source.xhtml ├── _o_m_p_scheduler_8h.xhtml ├── _o_m_p_scheduler_8h_source.xhtml ├── _offset_lifetime_manager_8cpp.xhtml ├── _offset_lifetime_manager_8cpp_source.xhtml ├── _offset_lifetime_manager_8h.xhtml ├── _offset_lifetime_manager_8h_source.xhtml ├── _offset_memory_pool_8cpp.xhtml ├── _offset_memory_pool_8cpp_source.xhtml ├── _offset_memory_pool_8h.xhtml ├── _offset_memory_pool_8h_source.xhtml ├── _open_c_l_8cpp.js ├── _open_c_l_8cpp.xhtml ├── _open_c_l_8cpp_source.xhtml ├── _open_c_l_8h.js ├── _open_c_l_8h.xhtml ├── _open_c_l_8h_source.xhtml ├── _open_c_l_memory_usage_8cpp.xhtml ├── _open_c_l_memory_usage_8cpp_source.xhtml ├── _open_c_l_memory_usage_8h.xhtml ├── _open_c_l_memory_usage_8h_source.xhtml ├── _open_c_l_timer_8cpp.xhtml ├── _open_c_l_timer_8cpp_source.xhtml ├── _open_c_l_timer_8h.js ├── _open_c_l_timer_8h.xhtml ├── _open_c_l_timer_8h_source.xhtml ├── _open_g_l_e_s_8cpp.js ├── _open_g_l_e_s_8cpp.xhtml ├── _open_g_l_e_s_8cpp_source.xhtml ├── _open_g_l_e_s_8h.js ├── _open_g_l_e_s_8h.xhtml ├── _open_g_l_e_s_8h_source.xhtml ├── _optical_flow_8h.js ├── _optical_flow_8h.xhtml ├── _optical_flow_8h_source.xhtml ├── _option_8h.xhtml ├── _option_8h_source.xhtml ├── _output_node_8cpp.xhtml ├── _output_node_8cpp_source.xhtml ├── _output_node_8h.xhtml ├── _output_node_8h_source.xhtml ├── _p_m_u_8cpp.xhtml ├── _p_m_u_8cpp_source.xhtml ├── _p_m_u_8h.xhtml ├── _p_m_u_8h_source.xhtml ├── _p_m_u_counter_8cpp.xhtml ├── _p_m_u_counter_8cpp_source.xhtml ├── _p_m_u_counter_8h.xhtml ├── _p_m_u_counter_8h_source.xhtml ├── _pad_layer_8h.js ├── _pad_layer_8h.xhtml ├── _pad_layer_8h_source.xhtml ├── _pad_layer_node_8cpp.xhtml ├── _pad_layer_node_8cpp_source.xhtml ├── _pad_layer_node_8h.xhtml ├── _pad_layer_node_8h_source.xhtml ├── _padding_calculator_8h.xhtml ├── _padding_calculator_8h_source.xhtml ├── _pass_manager_8cpp.xhtml ├── _pass_manager_8cpp_source.xhtml ├── _pass_manager_8h.xhtml ├── _pass_manager_8h_source.xhtml ├── _permute_8h.js ├── _permute_8h.xhtml ├── _permute_8h_source.xhtml ├── _permute_layer_node_8cpp.xhtml ├── _permute_layer_node_8cpp_source.xhtml ├── _permute_layer_node_8h.xhtml ├── _permute_layer_node_8h_source.xhtml ├── _phase_8h.js ├── _phase_8h.xhtml ├── _phase_8h_source.xhtml ├── _pixel_value_8h.xhtml ├── _pixel_value_8h_source.xhtml ├── _pixel_wise_multiplication_8h.js ├── _pixel_wise_multiplication_8h.xhtml ├── _pixel_wise_multiplication_8h_source.xhtml ├── _pool_manager_8cpp.xhtml ├── _pool_manager_8cpp_source.xhtml ├── _pool_manager_8h.xhtml ├── _pool_manager_8h_source.xhtml ├── _pooling_layer_8h.js ├── _pooling_layer_8h.xhtml ├── _pooling_layer_8h_source.xhtml ├── _pooling_layer_node_8cpp.xhtml ├── _pooling_layer_node_8cpp_source.xhtml ├── _pooling_layer_node_8h.xhtml ├── _pooling_layer_node_8h_source.xhtml ├── _pretty_printer_8cpp.xhtml ├── _pretty_printer_8cpp_source.xhtml ├── _pretty_printer_8h.xhtml ├── _pretty_printer_8h_source.xhtml ├── _printer_8cpp.xhtml ├── _printer_8cpp_source.xhtml ├── _printer_8h.xhtml ├── _printer_8h_source.xhtml ├── _printers_8cpp.js ├── _printers_8cpp.xhtml ├── _printers_8cpp_source.xhtml ├── _prior_box_layer_8h.js ├── _prior_box_layer_8h.xhtml ├── _prior_box_layer_8h_source.xhtml ├── _prior_box_layer_node_8cpp.xhtml ├── _prior_box_layer_node_8cpp_source.xhtml ├── _prior_box_layer_node_8h.xhtml ├── _prior_box_layer_node_8h_source.xhtml ├── _profiler_8cpp.xhtml ├── _profiler_8cpp_source.xhtml ├── _profiler_8h.xhtml ├── _profiler_8h_source.xhtml ├── _pyramid_8cpp.xhtml ├── _pyramid_8cpp_source.xhtml ├── _pyramid_8h.xhtml ├── _pyramid_8h_source.xhtml ├── _pyramid_info_8cpp.xhtml ├── _pyramid_info_8cpp_source.xhtml ├── _pyramid_info_8h.xhtml ├── _pyramid_info_8h_source.xhtml ├── _quantization_info_8h.js ├── _quantization_info_8h.xhtml ├── _quantization_info_8h_source.xhtml ├── _quantization_layer_8h.js ├── _quantization_layer_8h.xhtml ├── _quantization_layer_8h_source.xhtml ├── _quantization_layer_node_8cpp.xhtml ├── _quantization_layer_node_8cpp_source.xhtml ├── _quantization_layer_node_8h.xhtml ├── _quantization_layer_node_8h_source.xhtml ├── _r_o_i_align_layer_8h.js ├── _r_o_i_align_layer_8h.xhtml ├── _r_o_i_align_layer_8h_source.xhtml ├── _r_o_i_align_layer_node_8cpp.xhtml ├── _r_o_i_align_layer_node_8cpp_source.xhtml ├── _r_o_i_align_layer_node_8h.xhtml ├── _r_o_i_align_layer_node_8h_source.xhtml ├── _random_8h.xhtml ├── _random_8h_source.xhtml ├── _range_8h.js ├── _range_8h.xhtml ├── _range_8h_source.xhtml ├── _range_dataset_8h.js ├── _range_dataset_8h.xhtml ├── _range_dataset_8h_source.xhtml ├── _raw_lut_accessor_8h.xhtml ├── _raw_lut_accessor_8h_source.xhtml ├── _raw_tensor_8cpp.xhtml ├── _raw_tensor_8cpp_source.xhtml ├── _raw_tensor_8h.xhtml ├── _raw_tensor_8h_source.xhtml ├── _reduction_operation_8h.js ├── _reduction_operation_8h.xhtml ├── _reduction_operation_8h_source.xhtml ├── _registrars_8h.xhtml ├── _registrars_8h_source.xhtml ├── _remap_8h.js ├── _remap_8h.xhtml ├── _remap_8h_source.xhtml ├── _reorg_layer_8h.js ├── _reorg_layer_8h.xhtml ├── _reorg_layer_8h_source.xhtml ├── _reorg_layer_node_8cpp.xhtml ├── _reorg_layer_node_8cpp_source.xhtml ├── _reorg_layer_node_8h.xhtml ├── _reorg_layer_node_8h_source.xhtml ├── _requires_8h.js ├── _requires_8h.xhtml ├── _requires_8h_source.xhtml ├── _reshape_layer_8h.js ├── _reshape_layer_8h.xhtml ├── _reshape_layer_8h_source.xhtml ├── _reshape_layer_node_8h.xhtml ├── _reshape_layer_node_8h_source.xhtml ├── _resize_layer_node_8cpp.xhtml ├── _resize_layer_node_8cpp_source.xhtml ├── _resize_layer_node_8h.xhtml ├── _resize_layer_node_8h_source.xhtml ├── _reverse_8h.js ├── _reverse_8h.xhtml ├── _reverse_8h_source.xhtml ├── _round_layer_8cpp.js ├── _round_layer_8cpp.xhtml ├── _round_layer_8cpp_source.xhtml ├── _rounding_8cpp.xhtml ├── _rounding_8cpp_source.xhtml ├── _rounding_8h.js ├── _rounding_8h.xhtml ├── _rounding_8h_source.xhtml ├── _rsqrt_layer_8cpp.js ├── _rsqrt_layer_8cpp.xhtml ├── _rsqrt_layer_8cpp_source.xhtml ├── _saturate_cast_8h.js ├── _saturate_cast_8h.xhtml ├── _saturate_cast_8h_source.xhtml ├── _scale_8h.js ├── _scale_8h.xhtml ├── _scale_8h_source.xhtml ├── _schaar_8cpp.js ├── _schaar_8cpp.xhtml ├── _schaar_8cpp_source.xhtml ├── _scharr_8h.js ├── _scharr_8h.xhtml ├── _scharr_8h_source.xhtml ├── _scheduler_8cpp.xhtml ├── _scheduler_8cpp_source.xhtml ├── _scheduler_8h.xhtml ├── _scheduler_8h_source.xhtml ├── _scheduler_timer_8cpp.xhtml ├── _scheduler_timer_8cpp_source.xhtml ├── _scheduler_timer_8h.js ├── _scheduler_timer_8h.xhtml ├── _scheduler_timer_8h_source.xhtml ├── _select_8h.js ├── _select_8h.xhtml ├── _select_8h_source.xhtml ├── _semaphore_8h.xhtml ├── _semaphore_8h_source.xhtml ├── _shape_calculator_8h.js ├── _shape_calculator_8h.xhtml ├── _shape_calculator_8h_source.xhtml ├── _simple_option_8h.xhtml ├── _simple_option_8h_source.xhtml ├── _simple_tensor_8h.js ├── _simple_tensor_8h.xhtml ├── _simple_tensor_8h_source.xhtml ├── _simple_tensor_accessor_8h.xhtml ├── _simple_tensor_accessor_8h_source.xhtml ├── _simple_tensor_printer_8h.xhtml ├── _simple_tensor_printer_8h_source.xhtml ├── _sin_layer_8cpp.js ├── _sin_layer_8cpp.xhtml ├── _sin_layer_8cpp_source.xhtml ├── _single_thread_scheduler_8cpp.xhtml ├── _single_thread_scheduler_8cpp_source.xhtml ├── _single_thread_scheduler_8h.xhtml ├── _single_thread_scheduler_8h_source.xhtml ├── _singleton_dataset_8h.js ├── _singleton_dataset_8h.xhtml ├── _singleton_dataset_8h_source.xhtml ├── _size2_d_8h.xhtml ├── _size2_d_8h_source.xhtml ├── _slice_layer_node_8cpp.xhtml ├── _slice_layer_node_8cpp_source.xhtml ├── _slice_layer_node_8h.xhtml ├── _slice_layer_node_8h_source.xhtml ├── _slice_operations_8cpp.js ├── _slice_operations_8cpp.xhtml ├── _slice_operations_8cpp_source.xhtml ├── _slice_operations_8h.js ├── _slice_operations_8h.xhtml ├── _slice_operations_8h_source.xhtml ├── _sobel_8h.js ├── _sobel_8h.xhtml ├── _sobel_8h_source.xhtml ├── _softmax_layer_8h.js ├── _softmax_layer_8h.xhtml ├── _softmax_layer_8h_source.xhtml ├── _softmax_layer_node_8cpp.xhtml ├── _softmax_layer_node_8cpp_source.xhtml ├── _softmax_layer_node_8h.xhtml ├── _softmax_layer_node_8h_source.xhtml ├── _space_to_batch_8cpp.js ├── _space_to_batch_8cpp.xhtml ├── _space_to_batch_8cpp_source.xhtml ├── _space_to_batch_8h.js ├── _space_to_batch_8h.xhtml ├── _space_to_batch_8h_source.xhtml ├── _space_to_depth_8cpp.js ├── _space_to_depth_8cpp.xhtml ├── _space_to_depth_8cpp_source.xhtml ├── _space_to_depth_8h.js ├── _space_to_depth_8h.xhtml ├── _space_to_depth_8h_source.xhtml ├── _split_layer_node_8cpp.xhtml ├── _split_layer_node_8cpp_source.xhtml ├── _split_layer_node_8h.xhtml ├── _split_layer_node_8h_source.xhtml ├── _split_layer_sub_tensor_mutator_8cpp.xhtml ├── _split_layer_sub_tensor_mutator_8cpp_source.xhtml ├── _split_layer_sub_tensor_mutator_8h.xhtml ├── _split_layer_sub_tensor_mutator_8h_source.xhtml ├── _stack_layer_8h.js ├── _stack_layer_8h.xhtml ├── _stack_layer_8h_source.xhtml ├── _stack_layer_node_8cpp.xhtml ├── _stack_layer_node_8cpp_source.xhtml ├── _stack_layer_node_8h.xhtml ├── _stack_layer_node_8h_source.xhtml ├── _std_printer_8h.xhtml ├── _std_printer_8h_source.xhtml ├── _steps_8h.xhtml ├── _steps_8h_source.xhtml ├── _stream_8cpp.xhtml ├── _stream_8cpp_source.xhtml ├── _stream_8h.xhtml ├── _stream_8h_source.xhtml ├── _strides_8h.xhtml ├── _strides_8h_source.xhtml ├── _sub_stream_8cpp.xhtml ├── _sub_stream_8cpp_source.xhtml ├── _sub_stream_8h.xhtml ├── _sub_stream_8h_source.xhtml ├── _sub_tensor_8cpp.xhtml ├── _sub_tensor_8cpp_source.xhtml ├── _sub_tensor_8h.xhtml ├── _sub_tensor_8h_source.xhtml ├── _sub_tensor_info_8cpp.xhtml ├── _sub_tensor_info_8cpp_source.xhtml ├── _sub_tensor_info_8h.xhtml ├── _sub_tensor_info_8h_source.xhtml ├── _table_lookup_8h.js ├── _table_lookup_8h.xhtml ├── _table_lookup_8h_source.xhtml ├── _tensor_allocator_8h.xhtml ├── _tensor_allocator_8h_source.xhtml ├── _tensor_cache_8h.xhtml ├── _tensor_cache_8h_source.xhtml ├── _tensor_descriptor_8h.xhtml ├── _tensor_descriptor_8h_source.xhtml ├── _tensor_info_8h.xhtml ├── _tensor_info_8h_source.xhtml ├── _tensor_shape_8cpp.js ├── _tensor_shape_8cpp.xhtml ├── _tensor_shape_8cpp_source.xhtml ├── _tensor_shape_8h.xhtml ├── _tensor_shape_8h_source.xhtml ├── _test_case_8h.xhtml ├── _test_case_8h_source.xhtml ├── _test_case_factory_8h.js ├── _test_case_factory_8h.xhtml ├── _test_case_factory_8h_source.xhtml ├── _test_filter_8cpp.xhtml ├── _test_filter_8cpp_source.xhtml ├── _test_filter_8h.xhtml ├── _test_filter_8h_source.xhtml ├── _test_result_8h.xhtml ├── _test_result_8h_source.xhtml ├── _threshold_8h.js ├── _threshold_8h.xhtml ├── _threshold_8h_source.xhtml ├── _tile_8h.js ├── _tile_8h.xhtml ├── _tile_8h_source.xhtml ├── _toggle_option_8h.xhtml ├── _toggle_option_8h_source.xhtml ├── _toolchain_support_8h.js ├── _toolchain_support_8h.xhtml ├── _toolchain_support_8h_source.xhtml ├── _top_k_v_8cpp.js ├── _top_k_v_8cpp.xhtml ├── _top_k_v_8cpp_source.xhtml ├── _topological_sort_8cpp.js ├── _topological_sort_8cpp.xhtml ├── _topological_sort_8cpp_source.xhtml ├── _topological_sort_8h.js ├── _topological_sort_8h.xhtml ├── _topological_sort_8h_source.xhtml ├── _transpose_8h.js ├── _transpose_8h.xhtml ├── _transpose_8h_source.xhtml ├── _tuner_8cpp.js ├── _tuner_8cpp.xhtml ├── _tuner_8cpp_source.xhtml ├── _tuners_8h.xhtml ├── _tuners_8h_source.xhtml ├── _type_loader_8cpp.js ├── _type_loader_8cpp.xhtml ├── _type_loader_8cpp_source.xhtml ├── _type_loader_8h.js ├── _type_loader_8h.xhtml ├── _type_loader_8h_source.xhtml ├── _type_reader_8h.js ├── _type_reader_8h.xhtml ├── _type_reader_8h_source.xhtml ├── _unstack_8h.js ├── _unstack_8h.xhtml ├── _unstack_8h_source.xhtml ├── _upsample_8cpp.js ├── _upsample_8cpp.xhtml ├── _upsample_8cpp_source.xhtml ├── _upsample_layer_8h.js ├── _upsample_layer_8h.xhtml ├── _upsample_layer_8h_source.xhtml ├── _upsample_layer_node_8cpp.xhtml ├── _upsample_layer_node_8cpp_source.xhtml ├── _upsample_layer_node_8h.xhtml ├── _upsample_layer_node_8h_source.xhtml ├── _utility_8h.js ├── _utility_8h.xhtml ├── _utility_8h_source.xhtml ├── _utils_quantized_asymm_8h.js ├── _utils_quantized_asymm_8h.xhtml ├── _utils_quantized_asymm_8h_source.xhtml ├── _validate_8cpp.xhtml ├── _validate_8cpp_source.xhtml ├── _validate_8h.js ├── _validate_8h.xhtml ├── _validate_8h_source.xhtml ├── _validate_helpers_8h.js ├── _validate_helpers_8h.xhtml ├── _validate_helpers_8h_source.xhtml ├── _validation_8cpp.js ├── _validation_8cpp.xhtml ├── _validation_8cpp_source.xhtml ├── _validation_8h.js ├── _validation_8h.xhtml ├── _validation_8h_source.xhtml ├── _wall_clock_timer_8cpp.xhtml ├── _wall_clock_timer_8cpp_source.xhtml ├── _wall_clock_timer_8h.js ├── _wall_clock_timer_8h.xhtml ├── _wall_clock_timer_8h_source.xhtml ├── _warp_affine_8h.js ├── _warp_affine_8h.xhtml ├── _warp_affine_8h_source.xhtml ├── _warp_perspective_8h.js ├── _warp_perspective_8h.xhtml ├── _warp_perspective_8h_source.xhtml ├── _weights_reshape_8h.js ├── _weights_reshape_8h.xhtml ├── _weights_reshape_8h_source.xhtml ├── _weights_retention_8cpp.js ├── _weights_retention_8cpp.xhtml ├── _weights_retention_8cpp_source.xhtml ├── _window_8h.xhtml ├── _window_8h_source.xhtml ├── _window_8inl.js ├── _window_8inl.xhtml ├── _window_8inl_source.xhtml ├── _window_iterator_8cpp.js ├── _window_iterator_8cpp.xhtml ├── _window_iterator_8cpp_source.xhtml ├── _window_iterator_8h.js ├── _window_iterator_8h.xhtml ├── _window_iterator_8h_source.xhtml ├── _winograd_8h.js ├── _winograd_8h.xhtml ├── _winograd_8h_source.xhtml ├── _workload_8cpp.js ├── _workload_8cpp.xhtml ├── _workload_8cpp_source.xhtml ├── _workload_8h.js ├── _workload_8h.xhtml ├── _workload_8h_source.xhtml ├── _y_o_l_o_layer_8h.js ├── _y_o_l_o_layer_8h.xhtml ├── _y_o_l_o_layer_8h_source.xhtml ├── _y_o_l_o_layer_node_8cpp.xhtml ├── _y_o_l_o_layer_node_8cpp_source.xhtml ├── _y_o_l_o_layer_node_8h.xhtml ├── _y_o_l_o_layer_node_8h_source.xhtml ├── _zip_dataset_8h.js ├── _zip_dataset_8h.xhtml ├── _zip_dataset_8h_source.xhtml ├── a32__interleave__6way__32bit_8hpp.xhtml ├── a32__interleave__6way__32bit_8hpp_source.xhtml ├── a32__merge__float__8x6_8hpp.xhtml ├── a32__merge__float__8x6_8hpp_source.xhtml ├── a32__sgemm__8x6_2a53_8cpp.xhtml ├── a32__sgemm__8x6_2a53_8cpp_source.xhtml ├── a32__sgemm__8x6_2a55r1_8cpp.xhtml ├── a32__sgemm__8x6_2a55r1_8cpp_source.xhtml ├── a32__sgemm__8x6_2generic_8cpp.xhtml ├── a32__sgemm__8x6_2generic_8cpp_source.xhtml ├── a32__sgemm__8x6_8hpp.xhtml ├── a32__sgemm__8x6_8hpp_source.xhtml ├── a32__transpose__interleave__8way__32bit_8hpp.xhtml ├── a32__transpose__interleave__8way__32bit_8hpp_source.xhtml ├── a64__block16__interleave4__8bit_8hpp.xhtml ├── a64__block16__interleave4__8bit_8hpp_source.xhtml ├── a64__gemm__s16__12x8_2generic_8cpp.xhtml ├── a64__gemm__s16__12x8_2generic_8cpp_source.xhtml ├── a64__gemm__s16__12x8_8hpp.xhtml ├── a64__gemm__s16__12x8_8hpp_source.xhtml ├── a64__gemm__s8__12x8_2a55r1_8cpp.xhtml ├── a64__gemm__s8__12x8_2a55r1_8cpp_source.xhtml ├── a64__gemm__s8__12x8_2dot__toolchain__support_8h.js ├── a64__gemm__s8__12x8_2dot__toolchain__support_8h.xhtml ├── a64__gemm__s8__12x8_2dot__toolchain__support_8h_source.xhtml ├── a64__gemm__s8__12x8_2generic_8cpp.xhtml ├── a64__gemm__s8__12x8_2generic_8cpp_source.xhtml ├── a64__gemm__s8__12x8_8hpp.xhtml ├── a64__gemm__s8__12x8_8hpp_source.xhtml ├── a64__gemm__s8__4x4_2generic_8cpp.xhtml ├── a64__gemm__s8__4x4_2generic_8cpp_source.xhtml ├── a64__gemm__s8__4x4_8hpp.xhtml ├── a64__gemm__s8__4x4_8hpp_source.xhtml ├── a64__gemm__u16__12x8_2generic_8cpp.xhtml ├── a64__gemm__u16__12x8_2generic_8cpp_source.xhtml ├── a64__gemm__u16__12x8_8hpp.xhtml ├── a64__gemm__u16__12x8_8hpp_source.xhtml ├── a64__gemm__u8__12x8_2a55r1_8cpp.xhtml ├── a64__gemm__u8__12x8_2a55r1_8cpp_source.xhtml ├── a64__gemm__u8__12x8_2dot__toolchain__support_8h.js ├── a64__gemm__u8__12x8_2dot__toolchain__support_8h.xhtml ├── a64__gemm__u8__12x8_2dot__toolchain__support_8h_source.xhtml ├── a64__gemm__u8__12x8_2generic_8cpp.xhtml ├── a64__gemm__u8__12x8_2generic_8cpp_source.xhtml ├── a64__gemm__u8__12x8_8hpp.xhtml ├── a64__gemm__u8__12x8_8hpp_source.xhtml ├── a64__gemm__u8__4x4_2generic_8cpp.xhtml ├── a64__gemm__u8__4x4_2generic_8cpp_source.xhtml ├── a64__gemm__u8__4x4_8hpp.xhtml ├── a64__gemm__u8__4x4_8hpp_source.xhtml ├── a64__hgemm__24x8_2a55r1_8cpp.xhtml ├── a64__hgemm__24x8_2a55r1_8cpp_source.xhtml ├── a64__hgemm__24x8_2generic_8cpp.xhtml ├── a64__hgemm__24x8_2generic_8cpp_source.xhtml ├── a64__hgemm__24x8_8hpp.xhtml ├── a64__hgemm__24x8_8hpp_source.xhtml ├── a64__hybrid__fp32__mla__16x4_2a55_8cpp.xhtml ├── a64__hybrid__fp32__mla__16x4_2a55_8cpp_source.xhtml ├── a64__hybrid__fp32__mla__16x4_2generic_8cpp.xhtml ├── a64__hybrid__fp32__mla__16x4_2generic_8cpp_source.xhtml ├── a64__hybrid__fp32__mla__16x4_8hpp.xhtml ├── a64__hybrid__fp32__mla__16x4_8hpp_source.xhtml ├── a64__hybrid__s8s32__dot__16x4_2a55_8cpp.xhtml ├── a64__hybrid__s8s32__dot__16x4_2a55_8cpp_source.xhtml ├── a64__hybrid__s8s32__dot__16x4_2generic_8cpp.xhtml ├── a64__hybrid__s8s32__dot__16x4_2generic_8cpp_source.xhtml ├── a64__hybrid__s8s32__dot__16x4_8hpp.xhtml ├── a64__hybrid__s8s32__dot__16x4_8hpp_source.xhtml ├── a64__hybrid__u8u32__dot__16x4_2a55_8cpp.xhtml ├── a64__hybrid__u8u32__dot__16x4_2a55_8cpp_source.xhtml ├── a64__hybrid__u8u32__dot__16x4_2generic_8cpp.xhtml ├── a64__hybrid__u8u32__dot__16x4_2generic_8cpp_source.xhtml ├── a64__hybrid__u8u32__dot__16x4_8hpp.xhtml ├── a64__hybrid__u8u32__dot__16x4_8hpp_source.xhtml ├── a64__interleave__8way__16bit_8hpp.xhtml ├── a64__interleave__8way__16bit_8hpp_source.xhtml ├── a64__interleave__8way__32bit_8hpp.xhtml ├── a64__interleave__8way__32bit_8hpp_source.xhtml ├── a64__interleave__8way__half__to__float_8hpp.xhtml ├── a64__interleave__8way__half__to__float_8hpp_source.xhtml ├── a64__merge__float__12x8_8hpp.xhtml ├── a64__merge__float__12x8_8hpp_source.xhtml ├── a64__merge__float__to__half__12x8_8hpp.xhtml ├── a64__merge__float__to__half__12x8_8hpp_source.xhtml ├── a64__merge__fp32__12x8_8hpp.xhtml ├── a64__merge__fp32__12x8_8hpp_source.xhtml ├── a64__merge__half__24x8_8hpp.xhtml ├── a64__merge__half__24x8_8hpp_source.xhtml ├── a64__merge__int32__12x8_8hpp.xhtml ├── a64__merge__int32__12x8_8hpp_source.xhtml ├── a64__sgemm__12x8_2a53_8cpp.xhtml ├── a64__sgemm__12x8_2a53_8cpp_source.xhtml ├── a64__sgemm__12x8_2a55_8cpp.xhtml ├── a64__sgemm__12x8_2a55_8cpp_source.xhtml ├── a64__sgemm__12x8_2a55r1_8cpp.xhtml ├── a64__sgemm__12x8_2a55r1_8cpp_source.xhtml ├── a64__sgemm__12x8_2generic_8cpp.xhtml ├── a64__sgemm__12x8_2generic_8cpp_source.xhtml ├── a64__sgemm__12x8_8hpp.xhtml ├── a64__sgemm__12x8_8hpp_source.xhtml ├── a64__sgemm__native__16x4_2generic_8cpp.xhtml ├── a64__sgemm__native__16x4_2generic_8cpp_source.xhtml ├── a64__sgemm__native__16x4_8hpp.xhtml ├── a64__sgemm__native__16x4_8hpp_source.xhtml ├── a64__sgemm__native_a__pretranspose_b__16x4_2generic_8cpp.xhtml ├── a64__sgemm__native_a__pretranspose_b__16x4_2generic_8cpp_source.xhtml ├── a64__sgemm__native_a__pretranspose_b__16x4_8hpp.xhtml ├── a64__sgemm__native_a__pretranspose_b__16x4_8hpp_source.xhtml ├── a64__sgemv__pretransposed_2generic_8cpp.xhtml ├── a64__sgemv__pretransposed_2generic_8cpp_source.xhtml ├── a64__sgemv__pretransposed_8hpp.xhtml ├── a64__sgemv__pretransposed_8hpp_source.xhtml ├── a64__sgemv__trans_2generic_8cpp.xhtml ├── a64__sgemv__trans_2generic_8cpp_source.xhtml ├── a64__sgemv__trans_8hpp.xhtml ├── a64__sgemv__trans_8hpp_source.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x6_2a55_8cpp.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x6_2a55_8cpp_source.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x6_2generic_8cpp.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x6_2generic_8cpp_source.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x6_8hpp.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x6_8hpp_source.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x8_2a55_8cpp.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x8_2a55_8cpp_source.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x8_2generic_8cpp.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x8_2generic_8cpp_source.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x8_8hpp.xhtml ├── a64__small_k__hybrid__s8s32__dot__4x8_8hpp_source.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x6_2a55_8cpp.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x6_2a55_8cpp_source.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x6_2generic_8cpp.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x6_2generic_8cpp_source.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x6_8hpp.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x6_8hpp_source.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x8_2a55_8cpp.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x8_2a55_8cpp_source.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x8_2generic_8cpp.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x8_2generic_8cpp_source.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x8_8hpp.xhtml ├── a64__small_k__hybrid__u8u32__dot__4x8_8hpp_source.xhtml ├── a64__transpose__interleave__12way__16bit_8hpp.xhtml ├── a64__transpose__interleave__12way__16bit_8hpp_source.xhtml ├── a64__transpose__interleave__12way__half__to__float_8hpp.xhtml ├── a64__transpose__interleave__12way__half__to__float_8hpp_source.xhtml ├── a64__transpose__interleave__24way__16bit_8hpp.xhtml ├── a64__transpose__interleave__24way__16bit_8hpp_source.xhtml ├── abs_8h.js ├── abs_8h.xhtml ├── abs_8h_source.xhtml ├── absdiff_8cl.js ├── absdiff_8cl.xhtml ├── absdiff_8cl_source.xhtml ├── accumulate_8cl.js ├── accumulate_8cl.xhtml ├── accumulate_8cl_source.xhtml ├── activation__float__helpers_8h.js ├── activation__float__helpers_8h.xhtml ├── activation__float__helpers_8h_source.xhtml ├── activation__layer_8cl.xhtml ├── activation__layer_8cl_source.xhtml ├── activation__layer__quant_8cl.js ├── activation__layer__quant_8cl.xhtml ├── activation__layer__quant_8cl_source.xhtml ├── activation__quant__helpers_8h.js ├── activation__quant__helpers_8h.xhtml ├── activation__quant__helpers_8h_source.xhtml ├── add_operator.xhtml ├── and_8h.js ├── and_8h.xhtml ├── and_8h_source.xhtml ├── annotated.xhtml ├── annotated_dup.js ├── architecture.xhtml ├── arm__compute_2core_2_helpers_8h.js ├── arm__compute_2core_2_helpers_8h.xhtml ├── arm__compute_2core_2_helpers_8h_source.xhtml ├── arm__compute_2core_2_types_8h.js ├── arm__compute_2core_2_types_8h.xhtml ├── arm__compute_2core_2_types_8h_source.xhtml ├── arm__compute_2core_2_utils_8h.js ├── arm__compute_2core_2_utils_8h.xhtml ├── arm__compute_2core_2_utils_8h_source.xhtml ├── arm__compute_2core_2utils_2logging_2_helpers_8h.js ├── arm__compute_2core_2utils_2logging_2_helpers_8h.xhtml ├── arm__compute_2core_2utils_2logging_2_helpers_8h_source.xhtml ├── arm__compute_2core_2utils_2logging_2_macros_8h.js ├── arm__compute_2core_2utils_2logging_2_macros_8h.xhtml ├── arm__compute_2core_2utils_2logging_2_macros_8h_source.xhtml ├── arm__compute_2core_2utils_2logging_2_printers_8h.xhtml ├── arm__compute_2core_2utils_2logging_2_printers_8h_source.xhtml ├── arm__compute_2core_2utils_2logging_2_types_8h.js ├── arm__compute_2core_2utils_2logging_2_types_8h.xhtml ├── arm__compute_2core_2utils_2logging_2_types_8h_source.xhtml ├── arm__compute_2core_2utils_2misc_2_macros_8h.js ├── arm__compute_2core_2utils_2misc_2_macros_8h.xhtml ├── arm__compute_2core_2utils_2misc_2_macros_8h_source.xhtml ├── arm__compute_2graph_2_type_printer_8h.js ├── arm__compute_2graph_2_type_printer_8h.xhtml ├── arm__compute_2graph_2_type_printer_8h_source.xhtml ├── arm__compute_2graph_2_types_8h.js ├── arm__compute_2graph_2_types_8h.xhtml ├── arm__compute_2graph_2_types_8h_source.xhtml ├── arm__compute_2graph_2_utils_8h.js ├── arm__compute_2graph_2_utils_8h.xhtml ├── arm__compute_2graph_2_utils_8h_source.xhtml ├── arm__compute_2graph_2backends_2_utils_8h.js ├── arm__compute_2graph_2backends_2_utils_8h.xhtml ├── arm__compute_2graph_2backends_2_utils_8h_source.xhtml ├── arm__compute_2graph_2frontend_2_types_8h.xhtml ├── arm__compute_2graph_2frontend_2_types_8h_source.xhtml ├── arm__compute_2graph_2printers_2_printers_8h.xhtml ├── arm__compute_2graph_2printers_2_printers_8h_source.xhtml ├── arm__compute_2runtime_2_types_8h.js ├── arm__compute_2runtime_2_types_8h.xhtml ├── arm__compute_2runtime_2_types_8h_source.xhtml ├── arm__compute_2runtime_2_utils_8h.js ├── arm__compute_2runtime_2_utils_8h.xhtml ├── arm__compute_2runtime_2_utils_8h_source.xhtml ├── asmlib_8hpp.js ├── asmlib_8hpp.xhtml ├── asmlib_8hpp_source.xhtml ├── barrier_8hpp.xhtml ├── barrier_8hpp_source.xhtml ├── batch__to__space_8cl.xhtml ├── batch__to__space_8cl_source.xhtml ├── batchnormalization__layer_8cl.js ├── batchnormalization__layer_8cl.xhtml ├── batchnormalization__layer_8cl_source.xhtml ├── bc_s.png ├── bdwn.png ├── benchmark_2_c_l_2_activation_layer_8cpp.js ├── benchmark_2_c_l_2_activation_layer_8cpp.xhtml ├── benchmark_2_c_l_2_activation_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_batch_normalization_layer_8cpp.js ├── benchmark_2_c_l_2_batch_normalization_layer_8cpp.xhtml ├── benchmark_2_c_l_2_batch_normalization_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_canny_edge_8cpp.js ├── benchmark_2_c_l_2_canny_edge_8cpp.xhtml ├── benchmark_2_c_l_2_canny_edge_8cpp_source.xhtml ├── benchmark_2_c_l_2_color_convert_8cpp.js ├── benchmark_2_c_l_2_color_convert_8cpp.xhtml ├── benchmark_2_c_l_2_color_convert_8cpp_source.xhtml ├── benchmark_2_c_l_2_convolution_8cpp.js ├── benchmark_2_c_l_2_convolution_8cpp.xhtml ├── benchmark_2_c_l_2_convolution_8cpp_source.xhtml ├── benchmark_2_c_l_2_convolution_layer_8cpp.js ├── benchmark_2_c_l_2_convolution_layer_8cpp.xhtml ├── benchmark_2_c_l_2_convolution_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_depth_concatenate_layer_8cpp.js ├── benchmark_2_c_l_2_depth_concatenate_layer_8cpp.xhtml ├── benchmark_2_c_l_2_depth_concatenate_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_depthwise_convolution_layer_8cpp.js ├── benchmark_2_c_l_2_depthwise_convolution_layer_8cpp.xhtml ├── benchmark_2_c_l_2_depthwise_convolution_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp.js ├── benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp.xhtml ├── benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_dequantization_layer_8cpp.js ├── benchmark_2_c_l_2_dequantization_layer_8cpp.xhtml ├── benchmark_2_c_l_2_dequantization_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_direct_convolution_layer_8cpp.js ├── benchmark_2_c_l_2_direct_convolution_layer_8cpp.xhtml ├── benchmark_2_c_l_2_direct_convolution_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_equalize_histogram_8cpp.js ├── benchmark_2_c_l_2_equalize_histogram_8cpp.xhtml ├── benchmark_2_c_l_2_equalize_histogram_8cpp_source.xhtml ├── benchmark_2_c_l_2_fast_corners_8cpp.js ├── benchmark_2_c_l_2_fast_corners_8cpp.xhtml ├── benchmark_2_c_l_2_fast_corners_8cpp_source.xhtml ├── benchmark_2_c_l_2_flatten_layer_8cpp.js ├── benchmark_2_c_l_2_flatten_layer_8cpp.xhtml ├── benchmark_2_c_l_2_flatten_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_floor_8cpp.js ├── benchmark_2_c_l_2_floor_8cpp.xhtml ├── benchmark_2_c_l_2_floor_8cpp_source.xhtml ├── benchmark_2_c_l_2_g_e_m_m_8cpp.js ├── benchmark_2_c_l_2_g_e_m_m_8cpp.xhtml ├── benchmark_2_c_l_2_g_e_m_m_8cpp_source.xhtml ├── benchmark_2_c_l_2_g_e_m_m_lowp_8cpp.js ├── benchmark_2_c_l_2_g_e_m_m_lowp_8cpp.xhtml ├── benchmark_2_c_l_2_g_e_m_m_lowp_8cpp_source.xhtml ├── benchmark_2_c_l_2_gaussian_pyramid_8cpp.js ├── benchmark_2_c_l_2_gaussian_pyramid_8cpp.xhtml ├── benchmark_2_c_l_2_gaussian_pyramid_8cpp_source.xhtml ├── benchmark_2_c_l_2_h_o_g_descriptor_8cpp.js ├── benchmark_2_c_l_2_h_o_g_descriptor_8cpp.xhtml ├── benchmark_2_c_l_2_h_o_g_descriptor_8cpp_source.xhtml ├── benchmark_2_c_l_2_h_o_g_detector_8cpp.js ├── benchmark_2_c_l_2_h_o_g_detector_8cpp.xhtml ├── benchmark_2_c_l_2_h_o_g_detector_8cpp_source.xhtml ├── benchmark_2_c_l_2_h_o_g_multi_detection_8cpp.js ├── benchmark_2_c_l_2_h_o_g_multi_detection_8cpp.xhtml ├── benchmark_2_c_l_2_h_o_g_multi_detection_8cpp_source.xhtml ├── benchmark_2_c_l_2_harris_corners_8cpp.js ├── benchmark_2_c_l_2_harris_corners_8cpp.xhtml ├── benchmark_2_c_l_2_harris_corners_8cpp_source.xhtml ├── benchmark_2_c_l_2_histogram_8cpp.js ├── benchmark_2_c_l_2_histogram_8cpp.xhtml ├── benchmark_2_c_l_2_histogram_8cpp_source.xhtml ├── benchmark_2_c_l_2_integral_image_8cpp.js ├── benchmark_2_c_l_2_integral_image_8cpp.xhtml ├── benchmark_2_c_l_2_integral_image_8cpp_source.xhtml ├── benchmark_2_c_l_2_l2_normalize_layer_8cpp.js ├── benchmark_2_c_l_2_l2_normalize_layer_8cpp.xhtml ├── benchmark_2_c_l_2_l2_normalize_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_laplacian_pyramid_8cpp.js ├── benchmark_2_c_l_2_laplacian_pyramid_8cpp.xhtml ├── benchmark_2_c_l_2_laplacian_pyramid_8cpp_source.xhtml ├── benchmark_2_c_l_2_laplacian_reconstruct_8cpp.js ├── benchmark_2_c_l_2_laplacian_reconstruct_8cpp.xhtml ├── benchmark_2_c_l_2_laplacian_reconstruct_8cpp_source.xhtml ├── benchmark_2_c_l_2_magnitude_8cpp.js ├── benchmark_2_c_l_2_magnitude_8cpp.xhtml ├── benchmark_2_c_l_2_magnitude_8cpp_source.xhtml ├── benchmark_2_c_l_2_mean_std_dev_8cpp.js ├── benchmark_2_c_l_2_mean_std_dev_8cpp.xhtml ├── benchmark_2_c_l_2_mean_std_dev_8cpp_source.xhtml ├── benchmark_2_c_l_2_median3x3_8cpp.js ├── benchmark_2_c_l_2_median3x3_8cpp.xhtml ├── benchmark_2_c_l_2_median3x3_8cpp_source.xhtml ├── benchmark_2_c_l_2_min_max_location_8cpp.js ├── benchmark_2_c_l_2_min_max_location_8cpp.xhtml ├── benchmark_2_c_l_2_min_max_location_8cpp_source.xhtml ├── benchmark_2_c_l_2_normalization_layer_8cpp.js ├── benchmark_2_c_l_2_normalization_layer_8cpp.xhtml ├── benchmark_2_c_l_2_normalization_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_optical_flow_8cpp.js ├── benchmark_2_c_l_2_optical_flow_8cpp.xhtml ├── benchmark_2_c_l_2_optical_flow_8cpp_source.xhtml ├── benchmark_2_c_l_2_phase_8cpp.js ├── benchmark_2_c_l_2_phase_8cpp.xhtml ├── benchmark_2_c_l_2_phase_8cpp_source.xhtml ├── benchmark_2_c_l_2_pooling_layer_8cpp.js ├── benchmark_2_c_l_2_pooling_layer_8cpp.xhtml ├── benchmark_2_c_l_2_pooling_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_quantization_layer_8cpp.js ├── benchmark_2_c_l_2_quantization_layer_8cpp.xhtml ├── benchmark_2_c_l_2_quantization_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_remap_8cpp.js ├── benchmark_2_c_l_2_remap_8cpp.xhtml ├── benchmark_2_c_l_2_remap_8cpp_source.xhtml ├── benchmark_2_c_l_2_scale_8cpp.js ├── benchmark_2_c_l_2_scale_8cpp.xhtml ├── benchmark_2_c_l_2_scale_8cpp_source.xhtml ├── benchmark_2_c_l_2_sobel_8cpp.js ├── benchmark_2_c_l_2_sobel_8cpp.xhtml ├── benchmark_2_c_l_2_sobel_8cpp_source.xhtml ├── benchmark_2_c_l_2_softmax_layer_8cpp.js ├── benchmark_2_c_l_2_softmax_layer_8cpp.xhtml ├── benchmark_2_c_l_2_softmax_layer_8cpp_source.xhtml ├── benchmark_2_c_l_2_transpose_8cpp.js ├── benchmark_2_c_l_2_transpose_8cpp.xhtml ├── benchmark_2_c_l_2_transpose_8cpp_source.xhtml ├── benchmark_2_c_l_2_warp_affine_8cpp.js ├── benchmark_2_c_l_2_warp_affine_8cpp.xhtml ├── benchmark_2_c_l_2_warp_affine_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp_source.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp.js ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp.xhtml ├── benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_activation_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_activation_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_activation_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_canny_edge_8cpp.js ├── benchmark_2_n_e_o_n_2_canny_edge_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_canny_edge_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_color_convert_8cpp.js ├── benchmark_2_n_e_o_n_2_color_convert_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_color_convert_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_convolution_8cpp.js ├── benchmark_2_n_e_o_n_2_convolution_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_convolution_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_convolution_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_convolution_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_depth_concatenate_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_depth_concatenate_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_depth_concatenate_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_dequantization_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_dequantization_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_dequantization_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_elementwise_sin_8cpp.js ├── benchmark_2_n_e_o_n_2_elementwise_sin_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_elementwise_sin_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_equalize_histogram_8cpp.js ├── benchmark_2_n_e_o_n_2_equalize_histogram_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_equalize_histogram_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_fast_corners_8cpp.js ├── benchmark_2_n_e_o_n_2_fast_corners_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_fast_corners_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_flatten_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_flatten_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_flatten_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_floor_8cpp.js ├── benchmark_2_n_e_o_n_2_floor_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_floor_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.js ├── benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.js ├── benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_gaussian_pyramid_8cpp.js ├── benchmark_2_n_e_o_n_2_gaussian_pyramid_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_gaussian_pyramid_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_h_o_g_descriptor_8cpp.js ├── benchmark_2_n_e_o_n_2_h_o_g_descriptor_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_h_o_g_descriptor_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_h_o_g_detector_8cpp.js ├── benchmark_2_n_e_o_n_2_h_o_g_detector_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_h_o_g_detector_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_h_o_g_multi_detection_8cpp.js ├── benchmark_2_n_e_o_n_2_h_o_g_multi_detection_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_h_o_g_multi_detection_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_harris_corners_8cpp.js ├── benchmark_2_n_e_o_n_2_harris_corners_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_harris_corners_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_histogram_8cpp.js ├── benchmark_2_n_e_o_n_2_histogram_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_histogram_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_integral_image_8cpp.js ├── benchmark_2_n_e_o_n_2_integral_image_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_integral_image_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_l2_normalize_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_l2_normalize_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_l2_normalize_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_laplacian_pyramid_8cpp.js ├── benchmark_2_n_e_o_n_2_laplacian_pyramid_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_laplacian_pyramid_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_laplacian_reconstruct_8cpp.js ├── benchmark_2_n_e_o_n_2_laplacian_reconstruct_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_laplacian_reconstruct_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_magnitude_8cpp.js ├── benchmark_2_n_e_o_n_2_magnitude_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_magnitude_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_mean_std_dev_8cpp.js ├── benchmark_2_n_e_o_n_2_mean_std_dev_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_mean_std_dev_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_median3x3_8cpp.js ├── benchmark_2_n_e_o_n_2_median3x3_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_median3x3_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_min_max_location_8cpp.js ├── benchmark_2_n_e_o_n_2_min_max_location_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_min_max_location_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_normalization_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_normalization_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_normalization_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_optical_flow_8cpp.js ├── benchmark_2_n_e_o_n_2_optical_flow_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_optical_flow_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_phase_8cpp.js ├── benchmark_2_n_e_o_n_2_phase_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_phase_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_pooling_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_pooling_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_pooling_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_quantization_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_quantization_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_quantization_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_remap_8cpp.js ├── benchmark_2_n_e_o_n_2_remap_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_remap_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_scale_8cpp.js ├── benchmark_2_n_e_o_n_2_scale_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_scale_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_sobel_8cpp.js ├── benchmark_2_n_e_o_n_2_sobel_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_sobel_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_softmax_layer_8cpp.js ├── benchmark_2_n_e_o_n_2_softmax_layer_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_softmax_layer_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_transpose_8cpp.js ├── benchmark_2_n_e_o_n_2_transpose_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_transpose_8cpp_source.xhtml ├── benchmark_2_n_e_o_n_2_warp_affine_8cpp.js ├── benchmark_2_n_e_o_n_2_warp_affine_8cpp.xhtml ├── benchmark_2_n_e_o_n_2_warp_affine_8cpp_source.xhtml ├── bit__ops_8h.js ├── bit__ops_8h.xhtml ├── bit__ops_8h_source.xhtml ├── bitwise__op_8cl.js ├── bitwise__op_8cl.xhtml ├── bitwise__op_8cl_source.xhtml ├── bounding__box__transform_8cl.xhtml ├── bounding__box__transform_8cl_source.xhtml ├── bsl_8h.js ├── bsl_8h.xhtml ├── bsl_8h_source.xhtml ├── buffer__manager_8hpp.js ├── buffer__manager_8hpp.xhtml ├── buffer__manager_8hpp_source.xhtml ├── canny_8cl.js ├── canny_8cl.xhtml ├── canny_8cl_source.xhtml ├── ceq_8h.js ├── ceq_8h.xhtml ├── ceq_8h_source.xhtml ├── cge_8h.js ├── cge_8h.xhtml ├── cge_8h_source.xhtml ├── cgt_8h.js ├── cgt_8h.xhtml ├── cgt_8h_source.xhtml ├── channel__combine_8cl.js ├── channel__combine_8cl.xhtml ├── channel__combine_8cl_source.xhtml ├── channel__extract_8cl.js ├── channel__extract_8cl.xhtml ├── channel__extract_8cl_source.xhtml ├── channel__shuffle_8cl.xhtml ├── channel__shuffle_8cl_source.xhtml ├── cl__cache_8cpp.js ├── cl__cache_8cpp.xhtml ├── cl__cache_8cpp_source.xhtml ├── cl__convolution_8cpp.js ├── cl__convolution_8cpp.xhtml ├── cl__convolution_8cpp_source.xhtml ├── cl__events_8cpp.js ├── cl__events_8cpp.xhtml ├── cl__events_8cpp_source.xhtml ├── cl__sgemm_8cpp.js ├── cl__sgemm_8cpp.xhtml ├── cl__sgemm_8cpp_source.xhtml ├── classarm__compute_1_1_access_window_auto_padding.js ├── classarm__compute_1_1_access_window_auto_padding.xhtml ├── classarm__compute_1_1_access_window_auto_padding__coll__graph.map ├── classarm__compute_1_1_access_window_auto_padding__coll__graph.md5 ├── classarm__compute_1_1_access_window_auto_padding__coll__graph.svg ├── classarm__compute_1_1_access_window_horizontal.js ├── classarm__compute_1_1_access_window_horizontal.xhtml ├── classarm__compute_1_1_access_window_horizontal__coll__graph.map ├── classarm__compute_1_1_access_window_horizontal__coll__graph.md5 ├── classarm__compute_1_1_access_window_horizontal__coll__graph.svg ├── classarm__compute_1_1_access_window_rectangle.js ├── classarm__compute_1_1_access_window_rectangle.xhtml ├── classarm__compute_1_1_access_window_rectangle__coll__graph.map ├── classarm__compute_1_1_access_window_rectangle__coll__graph.md5 ├── classarm__compute_1_1_access_window_rectangle__coll__graph.svg ├── classarm__compute_1_1_access_window_static.js ├── classarm__compute_1_1_access_window_static.xhtml ├── classarm__compute_1_1_access_window_static__coll__graph.map ├── classarm__compute_1_1_access_window_static__coll__graph.md5 ├── classarm__compute_1_1_access_window_static__coll__graph.svg ├── classarm__compute_1_1_access_window_transpose.js ├── classarm__compute_1_1_access_window_transpose.xhtml ├── classarm__compute_1_1_access_window_transpose__coll__graph.map ├── classarm__compute_1_1_access_window_transpose__coll__graph.md5 ├── classarm__compute_1_1_access_window_transpose__coll__graph.svg ├── classarm__compute_1_1_access_window_vertical.js ├── classarm__compute_1_1_access_window_vertical.xhtml ├── classarm__compute_1_1_access_window_vertical__coll__graph.map ├── classarm__compute_1_1_access_window_vertical__coll__graph.md5 ├── classarm__compute_1_1_access_window_vertical__coll__graph.svg ├── classarm__compute_1_1_activation_layer_info.js ├── classarm__compute_1_1_activation_layer_info.xhtml ├── classarm__compute_1_1_allocator.js ├── classarm__compute_1_1_allocator.xhtml ├── classarm__compute_1_1_allocator__coll__graph.map ├── classarm__compute_1_1_allocator__coll__graph.md5 ├── classarm__compute_1_1_allocator__coll__graph.svg ├── classarm__compute_1_1_array.js ├── classarm__compute_1_1_array.xhtml ├── classarm__compute_1_1_array__coll__graph.map ├── classarm__compute_1_1_array__coll__graph.md5 ├── classarm__compute_1_1_array__coll__graph.svg ├── classarm__compute_1_1_blob_lifetime_manager.js ├── classarm__compute_1_1_blob_lifetime_manager.xhtml ├── classarm__compute_1_1_blob_lifetime_manager__coll__graph.map ├── classarm__compute_1_1_blob_lifetime_manager__coll__graph.md5 ├── classarm__compute_1_1_blob_lifetime_manager__coll__graph.svg ├── classarm__compute_1_1_blob_memory_pool.js ├── classarm__compute_1_1_blob_memory_pool.xhtml ├── classarm__compute_1_1_blob_memory_pool__coll__graph.map ├── classarm__compute_1_1_blob_memory_pool__coll__graph.md5 ├── classarm__compute_1_1_blob_memory_pool__coll__graph.svg ├── classarm__compute_1_1_bounding_box_transform_info.js ├── classarm__compute_1_1_bounding_box_transform_info.xhtml ├── classarm__compute_1_1_box_n_m_s_limit_info.js ├── classarm__compute_1_1_box_n_m_s_limit_info.xhtml ├── classarm__compute_1_1_c_l_abs_layer.js ├── classarm__compute_1_1_c_l_abs_layer.xhtml ├── classarm__compute_1_1_c_l_abs_layer__coll__graph.map ├── classarm__compute_1_1_c_l_abs_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_abs_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_absolute_difference.js ├── classarm__compute_1_1_c_l_absolute_difference.xhtml ├── classarm__compute_1_1_c_l_absolute_difference__coll__graph.map ├── classarm__compute_1_1_c_l_absolute_difference__coll__graph.md5 ├── classarm__compute_1_1_c_l_absolute_difference__coll__graph.svg ├── classarm__compute_1_1_c_l_absolute_difference_kernel.js ├── classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml ├── classarm__compute_1_1_c_l_absolute_difference_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_absolute_difference_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_absolute_difference_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_accumulate.js ├── classarm__compute_1_1_c_l_accumulate.xhtml ├── classarm__compute_1_1_c_l_accumulate__coll__graph.map ├── classarm__compute_1_1_c_l_accumulate__coll__graph.md5 ├── classarm__compute_1_1_c_l_accumulate__coll__graph.svg ├── classarm__compute_1_1_c_l_accumulate_kernel.js ├── classarm__compute_1_1_c_l_accumulate_kernel.xhtml ├── classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_accumulate_squared.js ├── classarm__compute_1_1_c_l_accumulate_squared.xhtml ├── classarm__compute_1_1_c_l_accumulate_squared__coll__graph.map ├── classarm__compute_1_1_c_l_accumulate_squared__coll__graph.md5 ├── classarm__compute_1_1_c_l_accumulate_squared__coll__graph.svg ├── classarm__compute_1_1_c_l_accumulate_squared_kernel.js ├── classarm__compute_1_1_c_l_accumulate_squared_kernel.xhtml ├── classarm__compute_1_1_c_l_accumulate_squared_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_accumulate_squared_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_accumulate_squared_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_accumulate_weighted.js ├── classarm__compute_1_1_c_l_accumulate_weighted.xhtml ├── classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.map ├── classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.md5 ├── classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.svg ├── classarm__compute_1_1_c_l_accumulate_weighted_kernel.js ├── classarm__compute_1_1_c_l_accumulate_weighted_kernel.xhtml ├── classarm__compute_1_1_c_l_accumulate_weighted_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_accumulate_weighted_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_accumulate_weighted_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_activation_layer.js ├── classarm__compute_1_1_c_l_activation_layer.xhtml ├── classarm__compute_1_1_c_l_activation_layer__coll__graph.map ├── classarm__compute_1_1_c_l_activation_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_activation_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_activation_layer_kernel.js ├── classarm__compute_1_1_c_l_activation_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_activation_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_arg_min_max_layer.js ├── classarm__compute_1_1_c_l_arg_min_max_layer.xhtml ├── classarm__compute_1_1_c_l_arg_min_max_layer__coll__graph.map ├── classarm__compute_1_1_c_l_arg_min_max_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_arg_min_max_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_arithmetic_addition.js ├── classarm__compute_1_1_c_l_arithmetic_addition.xhtml ├── classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.map ├── classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.md5 ├── classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.svg ├── classarm__compute_1_1_c_l_arithmetic_division.js ├── classarm__compute_1_1_c_l_arithmetic_division.xhtml ├── classarm__compute_1_1_c_l_arithmetic_division__coll__graph.map ├── classarm__compute_1_1_c_l_arithmetic_division__coll__graph.md5 ├── classarm__compute_1_1_c_l_arithmetic_division__coll__graph.svg ├── classarm__compute_1_1_c_l_arithmetic_operation_kernel.js ├── classarm__compute_1_1_c_l_arithmetic_operation_kernel.xhtml ├── classarm__compute_1_1_c_l_arithmetic_operation_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_arithmetic_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_arithmetic_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_arithmetic_subtraction.js ├── classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml ├── classarm__compute_1_1_c_l_arithmetic_subtraction__coll__graph.map ├── classarm__compute_1_1_c_l_arithmetic_subtraction__coll__graph.md5 ├── classarm__compute_1_1_c_l_arithmetic_subtraction__coll__graph.svg ├── classarm__compute_1_1_c_l_array.js ├── classarm__compute_1_1_c_l_array.xhtml ├── classarm__compute_1_1_c_l_array__coll__graph.map ├── classarm__compute_1_1_c_l_array__coll__graph.md5 ├── classarm__compute_1_1_c_l_array__coll__graph.svg ├── classarm__compute_1_1_c_l_batch_concatenate_layer_kernel.js ├── classarm__compute_1_1_c_l_batch_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_batch_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_batch_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_batch_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_batch_normalization_layer.js ├── classarm__compute_1_1_c_l_batch_normalization_layer.xhtml ├── classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.map ├── classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_batch_normalization_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_batch_normalization_layer_kernel.js ├── classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_batch_normalization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_batch_to_space_layer.js ├── classarm__compute_1_1_c_l_batch_to_space_layer.xhtml ├── classarm__compute_1_1_c_l_batch_to_space_layer__coll__graph.map ├── classarm__compute_1_1_c_l_batch_to_space_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_batch_to_space_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_batch_to_space_layer_kernel.js ├── classarm__compute_1_1_c_l_batch_to_space_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_batch_to_space_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_batch_to_space_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_batch_to_space_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_bitwise_and.js ├── classarm__compute_1_1_c_l_bitwise_and.xhtml ├── classarm__compute_1_1_c_l_bitwise_and__coll__graph.map ├── classarm__compute_1_1_c_l_bitwise_and__coll__graph.md5 ├── classarm__compute_1_1_c_l_bitwise_and__coll__graph.svg ├── classarm__compute_1_1_c_l_bitwise_and_kernel.js ├── classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml ├── classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_bitwise_not.js ├── classarm__compute_1_1_c_l_bitwise_not.xhtml ├── classarm__compute_1_1_c_l_bitwise_not__coll__graph.map ├── classarm__compute_1_1_c_l_bitwise_not__coll__graph.md5 ├── classarm__compute_1_1_c_l_bitwise_not__coll__graph.svg ├── classarm__compute_1_1_c_l_bitwise_not_kernel.js ├── classarm__compute_1_1_c_l_bitwise_not_kernel.xhtml ├── classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_bitwise_or.js ├── classarm__compute_1_1_c_l_bitwise_or.xhtml ├── classarm__compute_1_1_c_l_bitwise_or__coll__graph.map ├── classarm__compute_1_1_c_l_bitwise_or__coll__graph.md5 ├── classarm__compute_1_1_c_l_bitwise_or__coll__graph.svg ├── classarm__compute_1_1_c_l_bitwise_or_kernel.js ├── classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml ├── classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_bitwise_xor.js ├── classarm__compute_1_1_c_l_bitwise_xor.xhtml ├── classarm__compute_1_1_c_l_bitwise_xor__coll__graph.map ├── classarm__compute_1_1_c_l_bitwise_xor__coll__graph.md5 ├── classarm__compute_1_1_c_l_bitwise_xor__coll__graph.svg ├── classarm__compute_1_1_c_l_bitwise_xor_kernel.js ├── classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml ├── classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_bounding_box_transform.js ├── classarm__compute_1_1_c_l_bounding_box_transform.xhtml ├── classarm__compute_1_1_c_l_bounding_box_transform__coll__graph.map ├── classarm__compute_1_1_c_l_bounding_box_transform__coll__graph.md5 ├── classarm__compute_1_1_c_l_bounding_box_transform__coll__graph.svg ├── classarm__compute_1_1_c_l_bounding_box_transform_kernel.js ├── classarm__compute_1_1_c_l_bounding_box_transform_kernel.xhtml ├── classarm__compute_1_1_c_l_bounding_box_transform_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_bounding_box_transform_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_bounding_box_transform_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_box3x3.js ├── classarm__compute_1_1_c_l_box3x3.xhtml ├── classarm__compute_1_1_c_l_box3x3__coll__graph.map ├── classarm__compute_1_1_c_l_box3x3__coll__graph.md5 ├── classarm__compute_1_1_c_l_box3x3__coll__graph.svg ├── classarm__compute_1_1_c_l_box3x3_kernel.js ├── classarm__compute_1_1_c_l_box3x3_kernel.xhtml ├── classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_buffer_allocator.js ├── classarm__compute_1_1_c_l_buffer_allocator.xhtml ├── classarm__compute_1_1_c_l_buffer_allocator__coll__graph.map ├── classarm__compute_1_1_c_l_buffer_allocator__coll__graph.md5 ├── classarm__compute_1_1_c_l_buffer_allocator__coll__graph.svg ├── classarm__compute_1_1_c_l_buffer_memory_region.js ├── classarm__compute_1_1_c_l_buffer_memory_region.xhtml ├── classarm__compute_1_1_c_l_buffer_memory_region__coll__graph.map ├── classarm__compute_1_1_c_l_buffer_memory_region__coll__graph.md5 ├── classarm__compute_1_1_c_l_buffer_memory_region__coll__graph.svg ├── classarm__compute_1_1_c_l_build_options.js ├── classarm__compute_1_1_c_l_build_options.xhtml ├── classarm__compute_1_1_c_l_canny_edge.js ├── classarm__compute_1_1_c_l_canny_edge.xhtml ├── classarm__compute_1_1_c_l_canny_edge__coll__graph.map ├── classarm__compute_1_1_c_l_canny_edge__coll__graph.md5 ├── classarm__compute_1_1_c_l_canny_edge__coll__graph.svg ├── classarm__compute_1_1_c_l_cast.js ├── classarm__compute_1_1_c_l_cast.xhtml ├── classarm__compute_1_1_c_l_cast__coll__graph.map ├── classarm__compute_1_1_c_l_cast__coll__graph.md5 ├── classarm__compute_1_1_c_l_cast__coll__graph.svg ├── classarm__compute_1_1_c_l_channel_combine.js ├── classarm__compute_1_1_c_l_channel_combine.xhtml ├── classarm__compute_1_1_c_l_channel_combine__coll__graph.map ├── classarm__compute_1_1_c_l_channel_combine__coll__graph.md5 ├── classarm__compute_1_1_c_l_channel_combine__coll__graph.svg ├── classarm__compute_1_1_c_l_channel_combine_kernel.js ├── classarm__compute_1_1_c_l_channel_combine_kernel.xhtml ├── classarm__compute_1_1_c_l_channel_combine_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_channel_combine_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_channel_combine_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_channel_extract.js ├── classarm__compute_1_1_c_l_channel_extract.xhtml ├── classarm__compute_1_1_c_l_channel_extract__coll__graph.map ├── classarm__compute_1_1_c_l_channel_extract__coll__graph.md5 ├── classarm__compute_1_1_c_l_channel_extract__coll__graph.svg ├── classarm__compute_1_1_c_l_channel_extract_kernel.js ├── classarm__compute_1_1_c_l_channel_extract_kernel.xhtml ├── classarm__compute_1_1_c_l_channel_extract_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_channel_extract_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_channel_extract_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_channel_shuffle_layer.js ├── classarm__compute_1_1_c_l_channel_shuffle_layer.xhtml ├── classarm__compute_1_1_c_l_channel_shuffle_layer__coll__graph.map ├── classarm__compute_1_1_c_l_channel_shuffle_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_channel_shuffle_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_channel_shuffle_layer_kernel.js ├── classarm__compute_1_1_c_l_channel_shuffle_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_channel_shuffle_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_channel_shuffle_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_channel_shuffle_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_coarse_s_v_m_memory_region.js ├── classarm__compute_1_1_c_l_coarse_s_v_m_memory_region.xhtml ├── classarm__compute_1_1_c_l_coarse_s_v_m_memory_region__coll__graph.map ├── classarm__compute_1_1_c_l_coarse_s_v_m_memory_region__coll__graph.md5 ├── classarm__compute_1_1_c_l_coarse_s_v_m_memory_region__coll__graph.svg ├── classarm__compute_1_1_c_l_col2_im_kernel.js ├── classarm__compute_1_1_c_l_col2_im_kernel.xhtml ├── classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_color_convert.js ├── classarm__compute_1_1_c_l_color_convert.xhtml ├── classarm__compute_1_1_c_l_color_convert__coll__graph.map ├── classarm__compute_1_1_c_l_color_convert__coll__graph.md5 ├── classarm__compute_1_1_c_l_color_convert__coll__graph.svg ├── classarm__compute_1_1_c_l_color_convert_kernel.js ├── classarm__compute_1_1_c_l_color_convert_kernel.xhtml ├── classarm__compute_1_1_c_l_color_convert_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_color_convert_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_color_convert_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_comparison.js ├── classarm__compute_1_1_c_l_comparison.xhtml ├── classarm__compute_1_1_c_l_comparison__coll__graph.map ├── classarm__compute_1_1_c_l_comparison__coll__graph.md5 ├── classarm__compute_1_1_c_l_comparison__coll__graph.svg ├── classarm__compute_1_1_c_l_comparison_kernel.js ├── classarm__compute_1_1_c_l_comparison_kernel.xhtml ├── classarm__compute_1_1_c_l_comparison_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_comparison_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_comparison_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_comparison_static.js ├── classarm__compute_1_1_c_l_comparison_static.xhtml ├── classarm__compute_1_1_c_l_comparison_static__coll__graph.map ├── classarm__compute_1_1_c_l_comparison_static__coll__graph.md5 ├── classarm__compute_1_1_c_l_comparison_static__coll__graph.svg ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication.js ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication.xhtml ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication__coll__graph.map ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication__coll__graph.md5 ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication__coll__graph.svg ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication_kernel.js ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication_kernel.xhtml ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_complex_pixel_wise_multiplication_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_compute_all_anchors.js ├── classarm__compute_1_1_c_l_compute_all_anchors.xhtml ├── classarm__compute_1_1_c_l_compute_all_anchors__coll__graph.map ├── classarm__compute_1_1_c_l_compute_all_anchors__coll__graph.md5 ├── classarm__compute_1_1_c_l_compute_all_anchors__coll__graph.svg ├── classarm__compute_1_1_c_l_compute_all_anchors_kernel.js ├── classarm__compute_1_1_c_l_compute_all_anchors_kernel.xhtml ├── classarm__compute_1_1_c_l_compute_all_anchors_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_compute_all_anchors_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_compute_all_anchors_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_concatenate_layer.js ├── classarm__compute_1_1_c_l_concatenate_layer.xhtml ├── classarm__compute_1_1_c_l_concatenate_layer__coll__graph.map ├── classarm__compute_1_1_c_l_concatenate_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_concatenate_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_convert_fully_connected_weights.js ├── classarm__compute_1_1_c_l_convert_fully_connected_weights.xhtml ├── classarm__compute_1_1_c_l_convert_fully_connected_weights__coll__graph.map ├── classarm__compute_1_1_c_l_convert_fully_connected_weights__coll__graph.md5 ├── classarm__compute_1_1_c_l_convert_fully_connected_weights__coll__graph.svg ├── classarm__compute_1_1_c_l_convert_fully_connected_weights_kernel.js ├── classarm__compute_1_1_c_l_convert_fully_connected_weights_kernel.xhtml ├── classarm__compute_1_1_c_l_convert_fully_connected_weights_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_convert_fully_connected_weights_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_convert_fully_connected_weights_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_convolution3x3.js ├── classarm__compute_1_1_c_l_convolution3x3.xhtml ├── classarm__compute_1_1_c_l_convolution3x3__coll__graph.map ├── classarm__compute_1_1_c_l_convolution3x3__coll__graph.md5 ├── classarm__compute_1_1_c_l_convolution3x3__coll__graph.svg ├── classarm__compute_1_1_c_l_convolution_kernel.js ├── classarm__compute_1_1_c_l_convolution_kernel.xhtml ├── classarm__compute_1_1_c_l_convolution_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_convolution_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_convolution_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_convolution_layer.js ├── classarm__compute_1_1_c_l_convolution_layer.xhtml ├── classarm__compute_1_1_c_l_convolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_convolution_layer_reshape_weights.js ├── classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml ├── classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.map ├── classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.md5 ├── classarm__compute_1_1_c_l_convolution_layer_reshape_weights__coll__graph.svg ├── classarm__compute_1_1_c_l_convolution_rectangle.js ├── classarm__compute_1_1_c_l_convolution_rectangle.xhtml ├── classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.map ├── classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.md5 ├── classarm__compute_1_1_c_l_convolution_rectangle__coll__graph.svg ├── classarm__compute_1_1_c_l_convolution_rectangle_kernel.js ├── classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml ├── classarm__compute_1_1_c_l_convolution_rectangle_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_convolution_rectangle_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_convolution_rectangle_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_convolution_square.js ├── classarm__compute_1_1_c_l_convolution_square.xhtml ├── classarm__compute_1_1_c_l_convolution_square__coll__graph.map ├── classarm__compute_1_1_c_l_convolution_square__coll__graph.md5 ├── classarm__compute_1_1_c_l_convolution_square__coll__graph.svg ├── classarm__compute_1_1_c_l_copy.js ├── classarm__compute_1_1_c_l_copy.xhtml ├── classarm__compute_1_1_c_l_copy__coll__graph.map ├── classarm__compute_1_1_c_l_copy__coll__graph.md5 ├── classarm__compute_1_1_c_l_copy__coll__graph.svg ├── classarm__compute_1_1_c_l_copy_kernel.js ├── classarm__compute_1_1_c_l_copy_kernel.xhtml ├── classarm__compute_1_1_c_l_copy_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_copy_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_copy_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_copy_to_array_kernel.js ├── classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml ├── classarm__compute_1_1_c_l_copy_to_array_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_copy_to_array_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_copy_to_array_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_crop_kernel.js ├── classarm__compute_1_1_c_l_crop_kernel.xhtml ├── classarm__compute_1_1_c_l_crop_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_crop_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_crop_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_crop_resize.js ├── classarm__compute_1_1_c_l_crop_resize.xhtml ├── classarm__compute_1_1_c_l_crop_resize__coll__graph.map ├── classarm__compute_1_1_c_l_crop_resize__coll__graph.md5 ├── classarm__compute_1_1_c_l_crop_resize__coll__graph.svg ├── classarm__compute_1_1_c_l_deconvolution_layer.js ├── classarm__compute_1_1_c_l_deconvolution_layer.xhtml ├── classarm__compute_1_1_c_l_deconvolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_deconvolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_deconvolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample.js ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample.xhtml ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample__coll__graph.map ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample__coll__graph.md5 ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample__coll__graph.svg ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel.js ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel.xhtml ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_deconvolution_reshape_output_kernel.js ├── classarm__compute_1_1_c_l_deconvolution_reshape_output_kernel.xhtml ├── classarm__compute_1_1_c_l_deconvolution_reshape_output_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_deconvolution_reshape_output_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_deconvolution_reshape_output_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depth_concatenate_layer_kernel.js ├── classarm__compute_1_1_c_l_depth_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_depth_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depth_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depth_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depth_convert_layer.js ├── classarm__compute_1_1_c_l_depth_convert_layer.xhtml ├── classarm__compute_1_1_c_l_depth_convert_layer__coll__graph.map ├── classarm__compute_1_1_c_l_depth_convert_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_depth_convert_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_depth_convert_layer_kernel.js ├── classarm__compute_1_1_c_l_depth_convert_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_depth_convert_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depth_convert_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depth_convert_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depth_to_space_layer.js ├── classarm__compute_1_1_c_l_depth_to_space_layer.xhtml ├── classarm__compute_1_1_c_l_depth_to_space_layer__coll__graph.map ├── classarm__compute_1_1_c_l_depth_to_space_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_depth_to_space_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_depth_to_space_layer_kernel.js ├── classarm__compute_1_1_c_l_depth_to_space_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_depth_to_space_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depth_to_space_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depth_to_space_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_convolution_layer.js ├── classarm__compute_1_1_c_l_depthwise_convolution_layer.xhtml ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.js ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.xhtml ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel.js ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel.xhtml ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_c_h_w_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel.js ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel.xhtml ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_n_h_w_c_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_convolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_generic_kernel.js ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_generic_kernel.xhtml ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_generic_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_generic_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_generic_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_kernel.js ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_kernel.xhtml ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_convolution_layer_reshape_weights_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_im2_col_kernel.js ├── classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml ├── classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_im2_col_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.js ├── classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml ├── classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_separable_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.js ├── classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml ├── classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_dequantization_layer.js ├── classarm__compute_1_1_c_l_dequantization_layer.xhtml ├── classarm__compute_1_1_c_l_dequantization_layer__coll__graph.map ├── classarm__compute_1_1_c_l_dequantization_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_dequantization_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_dequantization_layer_kernel.js ├── classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_dequantization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_derivative.js ├── classarm__compute_1_1_c_l_derivative.xhtml ├── classarm__compute_1_1_c_l_derivative__coll__graph.map ├── classarm__compute_1_1_c_l_derivative__coll__graph.md5 ├── classarm__compute_1_1_c_l_derivative__coll__graph.svg ├── classarm__compute_1_1_c_l_derivative_kernel.js ├── classarm__compute_1_1_c_l_derivative_kernel.xhtml ├── classarm__compute_1_1_c_l_derivative_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_derivative_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_derivative_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_dilate.js ├── classarm__compute_1_1_c_l_dilate.xhtml ├── classarm__compute_1_1_c_l_dilate__coll__graph.map ├── classarm__compute_1_1_c_l_dilate__coll__graph.md5 ├── classarm__compute_1_1_c_l_dilate__coll__graph.svg ├── classarm__compute_1_1_c_l_dilate_kernel.js ├── classarm__compute_1_1_c_l_dilate_kernel.xhtml ├── classarm__compute_1_1_c_l_dilate_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_dilate_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_dilate_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_direct_convolution_layer.js ├── classarm__compute_1_1_c_l_direct_convolution_layer.xhtml ├── classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_direct_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_direct_convolution_layer_kernel.js ├── classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_direct_convolution_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.js ├── classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml ├── classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_direct_deconvolution_layer.js ├── classarm__compute_1_1_c_l_direct_deconvolution_layer.xhtml ├── classarm__compute_1_1_c_l_direct_deconvolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_direct_deconvolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_direct_deconvolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_distribution1_d.js ├── classarm__compute_1_1_c_l_distribution1_d.xhtml ├── classarm__compute_1_1_c_l_distribution1_d__coll__graph.map ├── classarm__compute_1_1_c_l_distribution1_d__coll__graph.md5 ├── classarm__compute_1_1_c_l_distribution1_d__coll__graph.svg ├── classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.js ├── classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml ├── classarm__compute_1_1_c_l_edge_non_max_suppression_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_edge_non_max_suppression_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_edge_non_max_suppression_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_edge_trace_kernel.js ├── classarm__compute_1_1_c_l_edge_trace_kernel.xhtml ├── classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_element_wise_unary_layer_kernel.js ├── classarm__compute_1_1_c_l_element_wise_unary_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_element_wise_unary_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_element_wise_unary_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_element_wise_unary_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_elementwise_max.js ├── classarm__compute_1_1_c_l_elementwise_max.xhtml ├── classarm__compute_1_1_c_l_elementwise_max__coll__graph.map ├── classarm__compute_1_1_c_l_elementwise_max__coll__graph.md5 ├── classarm__compute_1_1_c_l_elementwise_max__coll__graph.svg ├── classarm__compute_1_1_c_l_elementwise_min.js ├── classarm__compute_1_1_c_l_elementwise_min.xhtml ├── classarm__compute_1_1_c_l_elementwise_min__coll__graph.map ├── classarm__compute_1_1_c_l_elementwise_min__coll__graph.md5 ├── classarm__compute_1_1_c_l_elementwise_min__coll__graph.svg ├── classarm__compute_1_1_c_l_elementwise_operation_kernel.js ├── classarm__compute_1_1_c_l_elementwise_operation_kernel.xhtml ├── classarm__compute_1_1_c_l_elementwise_operation_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_elementwise_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_elementwise_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_elementwise_power.js ├── classarm__compute_1_1_c_l_elementwise_power.xhtml ├── classarm__compute_1_1_c_l_elementwise_power__coll__graph.map ├── classarm__compute_1_1_c_l_elementwise_power__coll__graph.md5 ├── classarm__compute_1_1_c_l_elementwise_power__coll__graph.svg ├── classarm__compute_1_1_c_l_elementwise_squared_diff.js ├── classarm__compute_1_1_c_l_elementwise_squared_diff.xhtml ├── classarm__compute_1_1_c_l_elementwise_squared_diff__coll__graph.map ├── classarm__compute_1_1_c_l_elementwise_squared_diff__coll__graph.md5 ├── classarm__compute_1_1_c_l_elementwise_squared_diff__coll__graph.svg ├── classarm__compute_1_1_c_l_equalize_histogram.js ├── classarm__compute_1_1_c_l_equalize_histogram.xhtml ├── classarm__compute_1_1_c_l_equalize_histogram__coll__graph.map ├── classarm__compute_1_1_c_l_equalize_histogram__coll__graph.md5 ├── classarm__compute_1_1_c_l_equalize_histogram__coll__graph.svg ├── classarm__compute_1_1_c_l_erode.js ├── classarm__compute_1_1_c_l_erode.xhtml ├── classarm__compute_1_1_c_l_erode__coll__graph.map ├── classarm__compute_1_1_c_l_erode__coll__graph.md5 ├── classarm__compute_1_1_c_l_erode__coll__graph.svg ├── classarm__compute_1_1_c_l_erode_kernel.js ├── classarm__compute_1_1_c_l_erode_kernel.xhtml ├── classarm__compute_1_1_c_l_erode_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_erode_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_erode_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_exp_layer.js ├── classarm__compute_1_1_c_l_exp_layer.xhtml ├── classarm__compute_1_1_c_l_exp_layer__coll__graph.map ├── classarm__compute_1_1_c_l_exp_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_exp_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_f_f_t1_d.js ├── classarm__compute_1_1_c_l_f_f_t1_d.xhtml ├── classarm__compute_1_1_c_l_f_f_t1_d__coll__graph.map ├── classarm__compute_1_1_c_l_f_f_t1_d__coll__graph.md5 ├── classarm__compute_1_1_c_l_f_f_t1_d__coll__graph.svg ├── classarm__compute_1_1_c_l_f_f_t2_d.js ├── classarm__compute_1_1_c_l_f_f_t2_d.xhtml ├── classarm__compute_1_1_c_l_f_f_t2_d__coll__graph.map ├── classarm__compute_1_1_c_l_f_f_t2_d__coll__graph.md5 ├── classarm__compute_1_1_c_l_f_f_t2_d__coll__graph.svg ├── classarm__compute_1_1_c_l_f_f_t_convolution_layer.js ├── classarm__compute_1_1_c_l_f_f_t_convolution_layer.xhtml ├── classarm__compute_1_1_c_l_f_f_t_convolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_f_f_t_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_f_f_t_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_f_f_t_digit_reverse_kernel.js ├── classarm__compute_1_1_c_l_f_f_t_digit_reverse_kernel.xhtml ├── classarm__compute_1_1_c_l_f_f_t_digit_reverse_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_f_f_t_digit_reverse_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_f_f_t_digit_reverse_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_f_f_t_radix_stage_kernel.js ├── classarm__compute_1_1_c_l_f_f_t_radix_stage_kernel.xhtml ├── classarm__compute_1_1_c_l_f_f_t_radix_stage_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_f_f_t_radix_stage_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_f_f_t_radix_stage_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_f_f_t_scale_kernel.js ├── classarm__compute_1_1_c_l_f_f_t_scale_kernel.xhtml ├── classarm__compute_1_1_c_l_f_f_t_scale_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_f_f_t_scale_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_f_f_t_scale_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_fast_corners.js ├── classarm__compute_1_1_c_l_fast_corners.xhtml ├── classarm__compute_1_1_c_l_fast_corners__coll__graph.map ├── classarm__compute_1_1_c_l_fast_corners__coll__graph.md5 ├── classarm__compute_1_1_c_l_fast_corners__coll__graph.svg ├── classarm__compute_1_1_c_l_fast_corners_kernel.js ├── classarm__compute_1_1_c_l_fast_corners_kernel.xhtml ├── classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_fill_border.js ├── classarm__compute_1_1_c_l_fill_border.xhtml ├── classarm__compute_1_1_c_l_fill_border__coll__graph.map ├── classarm__compute_1_1_c_l_fill_border__coll__graph.md5 ├── classarm__compute_1_1_c_l_fill_border__coll__graph.svg ├── classarm__compute_1_1_c_l_fill_border_kernel.js ├── classarm__compute_1_1_c_l_fill_border_kernel.xhtml ├── classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_fine_s_v_m_memory_region.js ├── classarm__compute_1_1_c_l_fine_s_v_m_memory_region.xhtml ├── classarm__compute_1_1_c_l_fine_s_v_m_memory_region__coll__graph.map ├── classarm__compute_1_1_c_l_fine_s_v_m_memory_region__coll__graph.md5 ├── classarm__compute_1_1_c_l_fine_s_v_m_memory_region__coll__graph.svg ├── classarm__compute_1_1_c_l_flatten_layer.js ├── classarm__compute_1_1_c_l_flatten_layer.xhtml ├── classarm__compute_1_1_c_l_flatten_layer__coll__graph.map ├── classarm__compute_1_1_c_l_flatten_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_flatten_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_flatten_layer_kernel.js ├── classarm__compute_1_1_c_l_flatten_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_flatten_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_flatten_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_flatten_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_floor.js ├── classarm__compute_1_1_c_l_floor.xhtml ├── classarm__compute_1_1_c_l_floor__coll__graph.map ├── classarm__compute_1_1_c_l_floor__coll__graph.md5 ├── classarm__compute_1_1_c_l_floor__coll__graph.svg ├── classarm__compute_1_1_c_l_floor_kernel.js ├── classarm__compute_1_1_c_l_floor_kernel.xhtml ├── classarm__compute_1_1_c_l_floor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_floor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_floor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_fully_connected_layer.js ├── classarm__compute_1_1_c_l_fully_connected_layer.xhtml ├── classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.map ├── classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_fully_connected_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.js ├── classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.xhtml ├── classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.map ├── classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.md5 ├── classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights__coll__graph.svg ├── classarm__compute_1_1_c_l_fuse_batch_normalization.js ├── classarm__compute_1_1_c_l_fuse_batch_normalization.xhtml ├── classarm__compute_1_1_c_l_fuse_batch_normalization__coll__graph.map ├── classarm__compute_1_1_c_l_fuse_batch_normalization__coll__graph.md5 ├── classarm__compute_1_1_c_l_fuse_batch_normalization__coll__graph.svg ├── classarm__compute_1_1_c_l_fuse_batch_normalization_kernel.js ├── classarm__compute_1_1_c_l_fuse_batch_normalization_kernel.xhtml ├── classarm__compute_1_1_c_l_fuse_batch_normalization_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_fuse_batch_normalization_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_fuse_batch_normalization_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m.js ├── classarm__compute_1_1_c_l_g_e_m_m.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_convolution_layer.js ├── classarm__compute_1_1_c_l_g_e_m_m_convolution_layer.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_convolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_deconvolution_layer.js ├── classarm__compute_1_1_c_l_g_e_m_m_deconvolution_layer.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_deconvolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_deconvolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_deconvolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_native_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_native_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_native_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_native_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_native_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_reshaped_only_r_h_s_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_output_stage_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_float_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_native_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_native_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_native_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_native_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_native_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_reshaped_only_r_h_s_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_l_h_s_matrix_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_l_h_s_matrix_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_l_h_s_matrix_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_l_h_s_matrix_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_l_h_s_matrix_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_r_h_s_matrix_kernel.js ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_r_h_s_matrix_kernel.xhtml ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_r_h_s_matrix_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_r_h_s_matrix_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_g_e_m_m_reshape_r_h_s_matrix_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_gather.js ├── classarm__compute_1_1_c_l_gather.xhtml ├── classarm__compute_1_1_c_l_gather__coll__graph.map ├── classarm__compute_1_1_c_l_gather__coll__graph.md5 ├── classarm__compute_1_1_c_l_gather__coll__graph.svg ├── classarm__compute_1_1_c_l_gather_kernel.js ├── classarm__compute_1_1_c_l_gather_kernel.xhtml ├── classarm__compute_1_1_c_l_gather_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_gather_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_gather_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian3x3.js ├── classarm__compute_1_1_c_l_gaussian3x3.xhtml ├── classarm__compute_1_1_c_l_gaussian3x3__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian3x3__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian3x3__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian3x3_kernel.js ├── classarm__compute_1_1_c_l_gaussian3x3_kernel.xhtml ├── classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian5x5.js ├── classarm__compute_1_1_c_l_gaussian5x5.xhtml ├── classarm__compute_1_1_c_l_gaussian5x5__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian5x5__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian5x5__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.js ├── classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.xhtml ├── classarm__compute_1_1_c_l_gaussian5x5_hor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian5x5_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian5x5_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.js ├── classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.xhtml ├── classarm__compute_1_1_c_l_gaussian5x5_vert_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian5x5_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian5x5_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian_pyramid.js ├── classarm__compute_1_1_c_l_gaussian_pyramid.xhtml ├── classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian_pyramid_half.js ├── classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml ├── classarm__compute_1_1_c_l_gaussian_pyramid_half__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian_pyramid_half__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian_pyramid_half__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.js ├── classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml ├── classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian_pyramid_orb.js ├── classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml ├── classarm__compute_1_1_c_l_gaussian_pyramid_orb__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian_pyramid_orb__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian_pyramid_orb__coll__graph.svg ├── classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.js ├── classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml ├── classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_generate_proposals_layer.js ├── classarm__compute_1_1_c_l_generate_proposals_layer.xhtml ├── classarm__compute_1_1_c_l_generate_proposals_layer__coll__graph.map ├── classarm__compute_1_1_c_l_generate_proposals_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_generate_proposals_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_gradient_kernel.js ├── classarm__compute_1_1_c_l_gradient_kernel.xhtml ├── classarm__compute_1_1_c_l_gradient_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_gradient_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_gradient_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_h_o_g.js ├── classarm__compute_1_1_c_l_h_o_g.xhtml ├── classarm__compute_1_1_c_l_h_o_g__coll__graph.map ├── classarm__compute_1_1_c_l_h_o_g__coll__graph.md5 ├── classarm__compute_1_1_c_l_h_o_g__coll__graph.svg ├── classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.js ├── classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.xhtml ├── classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_h_o_g_descriptor.js ├── classarm__compute_1_1_c_l_h_o_g_descriptor.xhtml ├── classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.map ├── classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.md5 ├── classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.svg ├── classarm__compute_1_1_c_l_h_o_g_detector.js ├── classarm__compute_1_1_c_l_h_o_g_detector.xhtml ├── classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.map ├── classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.md5 ├── classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.svg ├── classarm__compute_1_1_c_l_h_o_g_detector_kernel.js ├── classarm__compute_1_1_c_l_h_o_g_detector_kernel.xhtml ├── classarm__compute_1_1_c_l_h_o_g_detector_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_h_o_g_detector_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_h_o_g_detector_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_h_o_g_gradient.js ├── classarm__compute_1_1_c_l_h_o_g_gradient.xhtml ├── classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.map ├── classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.md5 ├── classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.svg ├── classarm__compute_1_1_c_l_h_o_g_multi_detection.js ├── classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml ├── classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.map ├── classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.md5 ├── classarm__compute_1_1_c_l_h_o_g_multi_detection__coll__graph.svg ├── classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.js ├── classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.xhtml ├── classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_harris_corners.js ├── classarm__compute_1_1_c_l_harris_corners.xhtml ├── classarm__compute_1_1_c_l_harris_corners__coll__graph.map ├── classarm__compute_1_1_c_l_harris_corners__coll__graph.md5 ├── classarm__compute_1_1_c_l_harris_corners__coll__graph.svg ├── classarm__compute_1_1_c_l_harris_score_kernel.js ├── classarm__compute_1_1_c_l_harris_score_kernel.xhtml ├── classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_height_concatenate_layer_kernel.js ├── classarm__compute_1_1_c_l_height_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_height_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_height_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_height_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_histogram.js ├── classarm__compute_1_1_c_l_histogram.xhtml ├── classarm__compute_1_1_c_l_histogram__coll__graph.map ├── classarm__compute_1_1_c_l_histogram__coll__graph.md5 ├── classarm__compute_1_1_c_l_histogram__coll__graph.svg ├── classarm__compute_1_1_c_l_histogram_border_kernel.js ├── classarm__compute_1_1_c_l_histogram_border_kernel.xhtml ├── classarm__compute_1_1_c_l_histogram_border_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_histogram_border_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_histogram_border_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_histogram_kernel.js ├── classarm__compute_1_1_c_l_histogram_kernel.xhtml ├── classarm__compute_1_1_c_l_histogram_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_histogram_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_histogram_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_im2_col_kernel.js ├── classarm__compute_1_1_c_l_im2_col_kernel.xhtml ├── classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_integral_image.js ├── classarm__compute_1_1_c_l_integral_image.xhtml ├── classarm__compute_1_1_c_l_integral_image__coll__graph.map ├── classarm__compute_1_1_c_l_integral_image__coll__graph.md5 ├── classarm__compute_1_1_c_l_integral_image__coll__graph.svg ├── classarm__compute_1_1_c_l_integral_image_hor_kernel.js ├── classarm__compute_1_1_c_l_integral_image_hor_kernel.xhtml ├── classarm__compute_1_1_c_l_integral_image_hor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_integral_image_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_integral_image_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_integral_image_vert_kernel.js ├── classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml ├── classarm__compute_1_1_c_l_integral_image_vert_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_integral_image_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_integral_image_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_kernel_library.js ├── classarm__compute_1_1_c_l_kernel_library.xhtml ├── classarm__compute_1_1_c_l_l2_normalize_layer.js ├── classarm__compute_1_1_c_l_l2_normalize_layer.xhtml ├── classarm__compute_1_1_c_l_l2_normalize_layer__coll__graph.map ├── classarm__compute_1_1_c_l_l2_normalize_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_l2_normalize_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_l2_normalize_layer_kernel.js ├── classarm__compute_1_1_c_l_l2_normalize_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_l2_normalize_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_l2_normalize_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_l2_normalize_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.js ├── classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml ├── classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_l_k_tracker_init_kernel.js ├── classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml ├── classarm__compute_1_1_c_l_l_k_tracker_init_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_l_k_tracker_init_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_l_k_tracker_init_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.js ├── classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml ├── classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.js ├── classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml ├── classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_l_s_t_m_layer.js ├── classarm__compute_1_1_c_l_l_s_t_m_layer.xhtml ├── classarm__compute_1_1_c_l_l_s_t_m_layer__coll__graph.map ├── classarm__compute_1_1_c_l_l_s_t_m_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_l_s_t_m_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_l_s_t_m_layer_quantized.js ├── classarm__compute_1_1_c_l_l_s_t_m_layer_quantized.xhtml ├── classarm__compute_1_1_c_l_l_s_t_m_layer_quantized__coll__graph.map ├── classarm__compute_1_1_c_l_l_s_t_m_layer_quantized__coll__graph.md5 ├── classarm__compute_1_1_c_l_l_s_t_m_layer_quantized__coll__graph.svg ├── classarm__compute_1_1_c_l_laplacian_pyramid.js ├── classarm__compute_1_1_c_l_laplacian_pyramid.xhtml ├── classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.map ├── classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.md5 ├── classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.svg ├── classarm__compute_1_1_c_l_laplacian_reconstruct.js ├── classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml ├── classarm__compute_1_1_c_l_laplacian_reconstruct__coll__graph.map ├── classarm__compute_1_1_c_l_laplacian_reconstruct__coll__graph.md5 ├── classarm__compute_1_1_c_l_laplacian_reconstruct__coll__graph.svg ├── classarm__compute_1_1_c_l_locally_connected_layer.js ├── classarm__compute_1_1_c_l_locally_connected_layer.xhtml ├── classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.map ├── classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_locally_connected_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.js ├── classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml ├── classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_log_layer.js ├── classarm__compute_1_1_c_l_log_layer.xhtml ├── classarm__compute_1_1_c_l_log_layer__coll__graph.map ├── classarm__compute_1_1_c_l_log_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_log_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_logits1_d_max_kernel.js ├── classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml ├── classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_logits1_d_max_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel.js ├── classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel.xhtml ├── classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_logits1_d_norm_kernel.js ├── classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml ├── classarm__compute_1_1_c_l_logits1_d_norm_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_logits1_d_norm_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_logits1_d_norm_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.js ├── classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml ├── classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_lut.js ├── classarm__compute_1_1_c_l_lut.xhtml ├── classarm__compute_1_1_c_l_lut__coll__graph.map ├── classarm__compute_1_1_c_l_lut__coll__graph.md5 ├── classarm__compute_1_1_c_l_lut__coll__graph.svg ├── classarm__compute_1_1_c_l_lut_allocator.js ├── classarm__compute_1_1_c_l_lut_allocator.xhtml ├── classarm__compute_1_1_c_l_lut_allocator__coll__graph.map ├── classarm__compute_1_1_c_l_lut_allocator__coll__graph.md5 ├── classarm__compute_1_1_c_l_lut_allocator__coll__graph.svg ├── classarm__compute_1_1_c_l_magnitude.js ├── classarm__compute_1_1_c_l_magnitude.xhtml ├── classarm__compute_1_1_c_l_magnitude__coll__graph.map ├── classarm__compute_1_1_c_l_magnitude__coll__graph.md5 ├── classarm__compute_1_1_c_l_magnitude__coll__graph.svg ├── classarm__compute_1_1_c_l_magnitude_phase_kernel.js ├── classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml ├── classarm__compute_1_1_c_l_magnitude_phase_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_magnitude_phase_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_magnitude_phase_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_mean_std_dev.js ├── classarm__compute_1_1_c_l_mean_std_dev.xhtml ├── classarm__compute_1_1_c_l_mean_std_dev__coll__graph.map ├── classarm__compute_1_1_c_l_mean_std_dev__coll__graph.md5 ├── classarm__compute_1_1_c_l_mean_std_dev__coll__graph.svg ├── classarm__compute_1_1_c_l_mean_std_dev_kernel.js ├── classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml ├── classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_kernel.js ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_kernel.xhtml ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_layer.js ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_layer.xhtml ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_layer__coll__graph.map ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_mean_std_dev_normalization_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_median3x3.js ├── classarm__compute_1_1_c_l_median3x3.xhtml ├── classarm__compute_1_1_c_l_median3x3__coll__graph.map ├── classarm__compute_1_1_c_l_median3x3__coll__graph.md5 ├── classarm__compute_1_1_c_l_median3x3__coll__graph.svg ├── classarm__compute_1_1_c_l_median3x3_kernel.js ├── classarm__compute_1_1_c_l_median3x3_kernel.xhtml ├── classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_memory.js ├── classarm__compute_1_1_c_l_memory.xhtml ├── classarm__compute_1_1_c_l_memory__coll__graph.map ├── classarm__compute_1_1_c_l_memory__coll__graph.md5 ├── classarm__compute_1_1_c_l_memory__coll__graph.svg ├── classarm__compute_1_1_c_l_memset_kernel.js ├── classarm__compute_1_1_c_l_memset_kernel.xhtml ├── classarm__compute_1_1_c_l_memset_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_memset_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_memset_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_min_max_kernel.js ├── classarm__compute_1_1_c_l_min_max_kernel.xhtml ├── classarm__compute_1_1_c_l_min_max_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_min_max_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_min_max_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_min_max_layer_kernel.js ├── classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_min_max_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_min_max_location.js ├── classarm__compute_1_1_c_l_min_max_location.xhtml ├── classarm__compute_1_1_c_l_min_max_location__coll__graph.map ├── classarm__compute_1_1_c_l_min_max_location__coll__graph.md5 ├── classarm__compute_1_1_c_l_min_max_location__coll__graph.svg ├── classarm__compute_1_1_c_l_min_max_location_kernel.js ├── classarm__compute_1_1_c_l_min_max_location_kernel.xhtml ├── classarm__compute_1_1_c_l_min_max_location_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_min_max_location_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_min_max_location_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_multi_h_o_g.js ├── classarm__compute_1_1_c_l_multi_h_o_g.xhtml ├── classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.map ├── classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.md5 ├── classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.svg ├── classarm__compute_1_1_c_l_multi_image.js ├── classarm__compute_1_1_c_l_multi_image.xhtml ├── classarm__compute_1_1_c_l_multi_image__coll__graph.map ├── classarm__compute_1_1_c_l_multi_image__coll__graph.md5 ├── classarm__compute_1_1_c_l_multi_image__coll__graph.svg ├── classarm__compute_1_1_c_l_neg_layer.js ├── classarm__compute_1_1_c_l_neg_layer.xhtml ├── classarm__compute_1_1_c_l_neg_layer__coll__graph.map ├── classarm__compute_1_1_c_l_neg_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_neg_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_non_linear_filter.js ├── classarm__compute_1_1_c_l_non_linear_filter.xhtml ├── classarm__compute_1_1_c_l_non_linear_filter__coll__graph.map ├── classarm__compute_1_1_c_l_non_linear_filter__coll__graph.md5 ├── classarm__compute_1_1_c_l_non_linear_filter__coll__graph.svg ├── classarm__compute_1_1_c_l_non_linear_filter_kernel.js ├── classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml ├── classarm__compute_1_1_c_l_non_linear_filter_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_non_linear_filter_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_non_linear_filter_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3.js ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3.xhtml ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3__coll__graph.map ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3__coll__graph.md5 ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3__coll__graph.svg ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.js ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.xhtml ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_normalization_layer.js ├── classarm__compute_1_1_c_l_normalization_layer.xhtml ├── classarm__compute_1_1_c_l_normalization_layer__coll__graph.map ├── classarm__compute_1_1_c_l_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_normalization_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_normalization_layer_kernel.js ├── classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_normalization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer.js ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer.xhtml ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer__coll__graph.map ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer_kernel.js ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_normalize_planar_y_u_v_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_optical_flow.js ├── classarm__compute_1_1_c_l_optical_flow.xhtml ├── classarm__compute_1_1_c_l_optical_flow__coll__graph.map ├── classarm__compute_1_1_c_l_optical_flow__coll__graph.md5 ├── classarm__compute_1_1_c_l_optical_flow__coll__graph.svg ├── classarm__compute_1_1_c_l_p_relu_layer.js ├── classarm__compute_1_1_c_l_p_relu_layer.xhtml ├── classarm__compute_1_1_c_l_p_relu_layer__coll__graph.map ├── classarm__compute_1_1_c_l_p_relu_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_p_relu_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_pad_layer.js ├── classarm__compute_1_1_c_l_pad_layer.xhtml ├── classarm__compute_1_1_c_l_pad_layer__coll__graph.map ├── classarm__compute_1_1_c_l_pad_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_pad_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_permute.js ├── classarm__compute_1_1_c_l_permute.xhtml ├── classarm__compute_1_1_c_l_permute__coll__graph.map ├── classarm__compute_1_1_c_l_permute__coll__graph.md5 ├── classarm__compute_1_1_c_l_permute__coll__graph.svg ├── classarm__compute_1_1_c_l_permute_kernel.js ├── classarm__compute_1_1_c_l_permute_kernel.xhtml ├── classarm__compute_1_1_c_l_permute_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_permute_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_permute_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_phase.js ├── classarm__compute_1_1_c_l_phase.xhtml ├── classarm__compute_1_1_c_l_phase__coll__graph.map ├── classarm__compute_1_1_c_l_phase__coll__graph.md5 ├── classarm__compute_1_1_c_l_phase__coll__graph.svg ├── classarm__compute_1_1_c_l_pixel_wise_multiplication.js ├── classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml ├── classarm__compute_1_1_c_l_pixel_wise_multiplication__coll__graph.map ├── classarm__compute_1_1_c_l_pixel_wise_multiplication__coll__graph.md5 ├── classarm__compute_1_1_c_l_pixel_wise_multiplication__coll__graph.svg ├── classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.js ├── classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml ├── classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_pooling_layer.js ├── classarm__compute_1_1_c_l_pooling_layer.xhtml ├── classarm__compute_1_1_c_l_pooling_layer__coll__graph.map ├── classarm__compute_1_1_c_l_pooling_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_pooling_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_pooling_layer_kernel.js ├── classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_pooling_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_pooling_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_pooling_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_prior_box_layer.js ├── classarm__compute_1_1_c_l_prior_box_layer.xhtml ├── classarm__compute_1_1_c_l_prior_box_layer__coll__graph.map ├── classarm__compute_1_1_c_l_prior_box_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_prior_box_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_prior_box_layer_kernel.js ├── classarm__compute_1_1_c_l_prior_box_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_prior_box_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_prior_box_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_prior_box_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_pyramid.js ├── classarm__compute_1_1_c_l_pyramid.xhtml ├── classarm__compute_1_1_c_l_pyramid__coll__graph.map ├── classarm__compute_1_1_c_l_pyramid__coll__graph.md5 ├── classarm__compute_1_1_c_l_pyramid__coll__graph.svg ├── classarm__compute_1_1_c_l_quantization_layer.js ├── classarm__compute_1_1_c_l_quantization_layer.xhtml ├── classarm__compute_1_1_c_l_quantization_layer__coll__graph.map ├── classarm__compute_1_1_c_l_quantization_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_quantization_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_quantization_layer_kernel.js ├── classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_quantization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_r_n_n_layer.js ├── classarm__compute_1_1_c_l_r_n_n_layer.xhtml ├── classarm__compute_1_1_c_l_r_n_n_layer__coll__graph.map ├── classarm__compute_1_1_c_l_r_n_n_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_r_n_n_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_r_o_i_align_layer.js ├── classarm__compute_1_1_c_l_r_o_i_align_layer.xhtml ├── classarm__compute_1_1_c_l_r_o_i_align_layer__coll__graph.map ├── classarm__compute_1_1_c_l_r_o_i_align_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_r_o_i_align_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_r_o_i_align_layer_kernel.js ├── classarm__compute_1_1_c_l_r_o_i_align_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_r_o_i_align_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_r_o_i_align_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_r_o_i_align_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer.js ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer.xhtml ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.map ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.js ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_range.js ├── classarm__compute_1_1_c_l_range.xhtml ├── classarm__compute_1_1_c_l_range__coll__graph.map ├── classarm__compute_1_1_c_l_range__coll__graph.md5 ├── classarm__compute_1_1_c_l_range__coll__graph.svg ├── classarm__compute_1_1_c_l_range_kernel.js ├── classarm__compute_1_1_c_l_range_kernel.xhtml ├── classarm__compute_1_1_c_l_range_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_range_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_range_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_reduce_mean.js ├── classarm__compute_1_1_c_l_reduce_mean.xhtml ├── classarm__compute_1_1_c_l_reduce_mean__coll__graph.map ├── classarm__compute_1_1_c_l_reduce_mean__coll__graph.md5 ├── classarm__compute_1_1_c_l_reduce_mean__coll__graph.svg ├── classarm__compute_1_1_c_l_reduction_operation.js ├── classarm__compute_1_1_c_l_reduction_operation.xhtml ├── classarm__compute_1_1_c_l_reduction_operation__coll__graph.map ├── classarm__compute_1_1_c_l_reduction_operation__coll__graph.md5 ├── classarm__compute_1_1_c_l_reduction_operation__coll__graph.svg ├── classarm__compute_1_1_c_l_reduction_operation_kernel.js ├── classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml ├── classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_reduction_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_remap.js ├── classarm__compute_1_1_c_l_remap.xhtml ├── classarm__compute_1_1_c_l_remap__coll__graph.map ├── classarm__compute_1_1_c_l_remap__coll__graph.md5 ├── classarm__compute_1_1_c_l_remap__coll__graph.svg ├── classarm__compute_1_1_c_l_remap_kernel.js ├── classarm__compute_1_1_c_l_remap_kernel.xhtml ├── classarm__compute_1_1_c_l_remap_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_remap_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_remap_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_reorg_layer.js ├── classarm__compute_1_1_c_l_reorg_layer.xhtml ├── classarm__compute_1_1_c_l_reorg_layer__coll__graph.map ├── classarm__compute_1_1_c_l_reorg_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_reorg_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_reorg_layer_kernel.js ├── classarm__compute_1_1_c_l_reorg_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_reorg_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_reorg_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_reorg_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_reshape_layer.js ├── classarm__compute_1_1_c_l_reshape_layer.xhtml ├── classarm__compute_1_1_c_l_reshape_layer__coll__graph.map ├── classarm__compute_1_1_c_l_reshape_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_reshape_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_reshape_layer_kernel.js ├── classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_reshape_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_reverse.js ├── classarm__compute_1_1_c_l_reverse.xhtml ├── classarm__compute_1_1_c_l_reverse__coll__graph.map ├── classarm__compute_1_1_c_l_reverse__coll__graph.md5 ├── classarm__compute_1_1_c_l_reverse__coll__graph.svg ├── classarm__compute_1_1_c_l_reverse_kernel.js ├── classarm__compute_1_1_c_l_reverse_kernel.xhtml ├── classarm__compute_1_1_c_l_reverse_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_reverse_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_reverse_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_round_layer.js ├── classarm__compute_1_1_c_l_round_layer.xhtml ├── classarm__compute_1_1_c_l_round_layer__coll__graph.map ├── classarm__compute_1_1_c_l_round_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_round_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_rsqrt_layer.js ├── classarm__compute_1_1_c_l_rsqrt_layer.xhtml ├── classarm__compute_1_1_c_l_rsqrt_layer__coll__graph.map ├── classarm__compute_1_1_c_l_rsqrt_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_rsqrt_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_saturated_arithmetic_operation_kernel.js ├── classarm__compute_1_1_c_l_saturated_arithmetic_operation_kernel.xhtml ├── classarm__compute_1_1_c_l_saturated_arithmetic_operation_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_saturated_arithmetic_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_saturated_arithmetic_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_scale.js ├── classarm__compute_1_1_c_l_scale.xhtml ├── classarm__compute_1_1_c_l_scale__coll__graph.map ├── classarm__compute_1_1_c_l_scale__coll__graph.md5 ├── classarm__compute_1_1_c_l_scale__coll__graph.svg ├── classarm__compute_1_1_c_l_scale_kernel.js ├── classarm__compute_1_1_c_l_scale_kernel.xhtml ├── classarm__compute_1_1_c_l_scale_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_scale_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_scale_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_scharr3x3.js ├── classarm__compute_1_1_c_l_scharr3x3.xhtml ├── classarm__compute_1_1_c_l_scharr3x3__coll__graph.map ├── classarm__compute_1_1_c_l_scharr3x3__coll__graph.md5 ├── classarm__compute_1_1_c_l_scharr3x3__coll__graph.svg ├── classarm__compute_1_1_c_l_scharr3x3_kernel.js ├── classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml ├── classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_scheduler.js ├── classarm__compute_1_1_c_l_scheduler.xhtml ├── classarm__compute_1_1_c_l_select.js ├── classarm__compute_1_1_c_l_select.xhtml ├── classarm__compute_1_1_c_l_select__coll__graph.map ├── classarm__compute_1_1_c_l_select__coll__graph.md5 ├── classarm__compute_1_1_c_l_select__coll__graph.svg ├── classarm__compute_1_1_c_l_select_kernel.js ├── classarm__compute_1_1_c_l_select_kernel.xhtml ├── classarm__compute_1_1_c_l_select_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_select_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_select_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_separable_convolution_hor_kernel.js ├── classarm__compute_1_1_c_l_separable_convolution_hor_kernel.xhtml ├── classarm__compute_1_1_c_l_separable_convolution_hor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_separable_convolution_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_separable_convolution_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_separable_convolution_vert_kernel.js ├── classarm__compute_1_1_c_l_separable_convolution_vert_kernel.xhtml ├── classarm__compute_1_1_c_l_separable_convolution_vert_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_separable_convolution_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_separable_convolution_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_sin_layer.js ├── classarm__compute_1_1_c_l_sin_layer.xhtml ├── classarm__compute_1_1_c_l_sin_layer__coll__graph.map ├── classarm__compute_1_1_c_l_sin_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_sin_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_slice.js ├── classarm__compute_1_1_c_l_slice.xhtml ├── classarm__compute_1_1_c_l_slice__coll__graph.map ├── classarm__compute_1_1_c_l_slice__coll__graph.md5 ├── classarm__compute_1_1_c_l_slice__coll__graph.svg ├── classarm__compute_1_1_c_l_sobel3x3.js ├── classarm__compute_1_1_c_l_sobel3x3.xhtml ├── classarm__compute_1_1_c_l_sobel3x3__coll__graph.map ├── classarm__compute_1_1_c_l_sobel3x3__coll__graph.md5 ├── classarm__compute_1_1_c_l_sobel3x3__coll__graph.svg ├── classarm__compute_1_1_c_l_sobel3x3_kernel.js ├── classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml ├── classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_sobel5x5.js ├── classarm__compute_1_1_c_l_sobel5x5.xhtml ├── classarm__compute_1_1_c_l_sobel5x5__coll__graph.map ├── classarm__compute_1_1_c_l_sobel5x5__coll__graph.md5 ├── classarm__compute_1_1_c_l_sobel5x5__coll__graph.svg ├── classarm__compute_1_1_c_l_sobel5x5_hor_kernel.js ├── classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml ├── classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_sobel5x5_vert_kernel.js ├── classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml ├── classarm__compute_1_1_c_l_sobel5x5_vert_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_sobel5x5_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_sobel5x5_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_sobel7x7.js ├── classarm__compute_1_1_c_l_sobel7x7.xhtml ├── classarm__compute_1_1_c_l_sobel7x7__coll__graph.map ├── classarm__compute_1_1_c_l_sobel7x7__coll__graph.md5 ├── classarm__compute_1_1_c_l_sobel7x7__coll__graph.svg ├── classarm__compute_1_1_c_l_sobel7x7_hor_kernel.js ├── classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml ├── classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_sobel7x7_vert_kernel.js ├── classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml ├── classarm__compute_1_1_c_l_sobel7x7_vert_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_sobel7x7_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_sobel7x7_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_softmax_layer.js ├── classarm__compute_1_1_c_l_softmax_layer.xhtml ├── classarm__compute_1_1_c_l_softmax_layer__coll__graph.map ├── classarm__compute_1_1_c_l_softmax_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_softmax_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_space_to_batch_layer.js ├── classarm__compute_1_1_c_l_space_to_batch_layer.xhtml ├── classarm__compute_1_1_c_l_space_to_batch_layer__coll__graph.map ├── classarm__compute_1_1_c_l_space_to_batch_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_space_to_batch_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_space_to_batch_layer_kernel.js ├── classarm__compute_1_1_c_l_space_to_batch_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_space_to_batch_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_space_to_batch_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_space_to_batch_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_space_to_depth_layer.js ├── classarm__compute_1_1_c_l_space_to_depth_layer.xhtml ├── classarm__compute_1_1_c_l_space_to_depth_layer__coll__graph.map ├── classarm__compute_1_1_c_l_space_to_depth_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_space_to_depth_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_space_to_depth_layer_kernel.js ├── classarm__compute_1_1_c_l_space_to_depth_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_space_to_depth_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_space_to_depth_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_space_to_depth_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_split.js ├── classarm__compute_1_1_c_l_split.xhtml ├── classarm__compute_1_1_c_l_split__coll__graph.map ├── classarm__compute_1_1_c_l_split__coll__graph.md5 ├── classarm__compute_1_1_c_l_split__coll__graph.svg ├── classarm__compute_1_1_c_l_stack_layer.js ├── classarm__compute_1_1_c_l_stack_layer.xhtml ├── classarm__compute_1_1_c_l_stack_layer__coll__graph.map ├── classarm__compute_1_1_c_l_stack_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_stack_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_stack_layer_kernel.js ├── classarm__compute_1_1_c_l_stack_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_stack_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_stack_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_stack_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_strided_slice.js ├── classarm__compute_1_1_c_l_strided_slice.xhtml ├── classarm__compute_1_1_c_l_strided_slice__coll__graph.map ├── classarm__compute_1_1_c_l_strided_slice__coll__graph.md5 ├── classarm__compute_1_1_c_l_strided_slice__coll__graph.svg ├── classarm__compute_1_1_c_l_strided_slice_kernel.js ├── classarm__compute_1_1_c_l_strided_slice_kernel.xhtml ├── classarm__compute_1_1_c_l_strided_slice_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_strided_slice_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_strided_slice_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_sub_tensor.js ├── classarm__compute_1_1_c_l_sub_tensor.xhtml ├── classarm__compute_1_1_c_l_sub_tensor__coll__graph.map ├── classarm__compute_1_1_c_l_sub_tensor__coll__graph.md5 ├── classarm__compute_1_1_c_l_sub_tensor__coll__graph.svg ├── classarm__compute_1_1_c_l_symbols.js ├── classarm__compute_1_1_c_l_symbols.xhtml ├── classarm__compute_1_1_c_l_table_lookup.js ├── classarm__compute_1_1_c_l_table_lookup.xhtml ├── classarm__compute_1_1_c_l_table_lookup__coll__graph.map ├── classarm__compute_1_1_c_l_table_lookup__coll__graph.md5 ├── classarm__compute_1_1_c_l_table_lookup__coll__graph.svg ├── classarm__compute_1_1_c_l_table_lookup_kernel.js ├── classarm__compute_1_1_c_l_table_lookup_kernel.xhtml ├── classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_tensor.js ├── classarm__compute_1_1_c_l_tensor.xhtml ├── classarm__compute_1_1_c_l_tensor__coll__graph.map ├── classarm__compute_1_1_c_l_tensor__coll__graph.md5 ├── classarm__compute_1_1_c_l_tensor__coll__graph.svg ├── classarm__compute_1_1_c_l_tensor_allocator.js ├── classarm__compute_1_1_c_l_tensor_allocator.xhtml ├── classarm__compute_1_1_c_l_tensor_allocator__coll__graph.map ├── classarm__compute_1_1_c_l_tensor_allocator__coll__graph.md5 ├── classarm__compute_1_1_c_l_tensor_allocator__coll__graph.svg ├── classarm__compute_1_1_c_l_threshold.js ├── classarm__compute_1_1_c_l_threshold.xhtml ├── classarm__compute_1_1_c_l_threshold__coll__graph.map ├── classarm__compute_1_1_c_l_threshold__coll__graph.md5 ├── classarm__compute_1_1_c_l_threshold__coll__graph.svg ├── classarm__compute_1_1_c_l_threshold_kernel.js ├── classarm__compute_1_1_c_l_threshold_kernel.xhtml ├── classarm__compute_1_1_c_l_threshold_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_threshold_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_threshold_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_tile.js ├── classarm__compute_1_1_c_l_tile.xhtml ├── classarm__compute_1_1_c_l_tile__coll__graph.map ├── classarm__compute_1_1_c_l_tile__coll__graph.md5 ├── classarm__compute_1_1_c_l_tile__coll__graph.svg ├── classarm__compute_1_1_c_l_tile_kernel.js ├── classarm__compute_1_1_c_l_tile_kernel.xhtml ├── classarm__compute_1_1_c_l_tile_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_tile_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_tile_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_transpose.js ├── classarm__compute_1_1_c_l_transpose.xhtml ├── classarm__compute_1_1_c_l_transpose__coll__graph.map ├── classarm__compute_1_1_c_l_transpose__coll__graph.md5 ├── classarm__compute_1_1_c_l_transpose__coll__graph.svg ├── classarm__compute_1_1_c_l_transpose_kernel.js ├── classarm__compute_1_1_c_l_transpose_kernel.xhtml ├── classarm__compute_1_1_c_l_transpose_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_transpose_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_transpose_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_tuner.js ├── classarm__compute_1_1_c_l_tuner.xhtml ├── classarm__compute_1_1_c_l_tuner__coll__graph.map ├── classarm__compute_1_1_c_l_tuner__coll__graph.md5 ├── classarm__compute_1_1_c_l_tuner__coll__graph.svg ├── classarm__compute_1_1_c_l_unstack.js ├── classarm__compute_1_1_c_l_unstack.xhtml ├── classarm__compute_1_1_c_l_unstack__coll__graph.map ├── classarm__compute_1_1_c_l_unstack__coll__graph.md5 ├── classarm__compute_1_1_c_l_unstack__coll__graph.svg ├── classarm__compute_1_1_c_l_upsample_layer.js ├── classarm__compute_1_1_c_l_upsample_layer.xhtml ├── classarm__compute_1_1_c_l_upsample_layer__coll__graph.map ├── classarm__compute_1_1_c_l_upsample_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_upsample_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_upsample_layer_kernel.js ├── classarm__compute_1_1_c_l_upsample_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_upsample_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_upsample_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_upsample_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_warp_affine.js ├── classarm__compute_1_1_c_l_warp_affine.xhtml ├── classarm__compute_1_1_c_l_warp_affine__coll__graph.map ├── classarm__compute_1_1_c_l_warp_affine__coll__graph.md5 ├── classarm__compute_1_1_c_l_warp_affine__coll__graph.svg ├── classarm__compute_1_1_c_l_warp_affine_kernel.js ├── classarm__compute_1_1_c_l_warp_affine_kernel.xhtml ├── classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_warp_perspective.js ├── classarm__compute_1_1_c_l_warp_perspective.xhtml ├── classarm__compute_1_1_c_l_warp_perspective__coll__graph.map ├── classarm__compute_1_1_c_l_warp_perspective__coll__graph.md5 ├── classarm__compute_1_1_c_l_warp_perspective__coll__graph.svg ├── classarm__compute_1_1_c_l_warp_perspective_kernel.js ├── classarm__compute_1_1_c_l_warp_perspective_kernel.xhtml ├── classarm__compute_1_1_c_l_warp_perspective_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_warp_perspective_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_warp_perspective_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_weights_reshape_kernel.js ├── classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml ├── classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_weights_reshape_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_width_concatenate2_tensors_kernel.js ├── classarm__compute_1_1_c_l_width_concatenate2_tensors_kernel.xhtml ├── classarm__compute_1_1_c_l_width_concatenate2_tensors_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_width_concatenate2_tensors_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_width_concatenate2_tensors_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_width_concatenate4_tensors_kernel.js ├── classarm__compute_1_1_c_l_width_concatenate4_tensors_kernel.xhtml ├── classarm__compute_1_1_c_l_width_concatenate4_tensors_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_width_concatenate4_tensors_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_width_concatenate4_tensors_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_width_concatenate_layer_kernel.js ├── classarm__compute_1_1_c_l_width_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_width_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_width_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_width_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_winograd_convolution_layer.js ├── classarm__compute_1_1_c_l_winograd_convolution_layer.xhtml ├── classarm__compute_1_1_c_l_winograd_convolution_layer__coll__graph.map ├── classarm__compute_1_1_c_l_winograd_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_winograd_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_winograd_filter_transform_kernel.js ├── classarm__compute_1_1_c_l_winograd_filter_transform_kernel.xhtml ├── classarm__compute_1_1_c_l_winograd_filter_transform_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_winograd_filter_transform_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_winograd_filter_transform_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_winograd_input_transform.js ├── classarm__compute_1_1_c_l_winograd_input_transform.xhtml ├── classarm__compute_1_1_c_l_winograd_input_transform__coll__graph.map ├── classarm__compute_1_1_c_l_winograd_input_transform__coll__graph.md5 ├── classarm__compute_1_1_c_l_winograd_input_transform__coll__graph.svg ├── classarm__compute_1_1_c_l_winograd_input_transform_kernel.js ├── classarm__compute_1_1_c_l_winograd_input_transform_kernel.xhtml ├── classarm__compute_1_1_c_l_winograd_input_transform_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_winograd_input_transform_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_winograd_input_transform_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_winograd_output_transform_kernel.js ├── classarm__compute_1_1_c_l_winograd_output_transform_kernel.xhtml ├── classarm__compute_1_1_c_l_winograd_output_transform_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_winograd_output_transform_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_winograd_output_transform_kernel__coll__graph.svg ├── classarm__compute_1_1_c_l_y_o_l_o_layer.js ├── classarm__compute_1_1_c_l_y_o_l_o_layer.xhtml ├── classarm__compute_1_1_c_l_y_o_l_o_layer__coll__graph.map ├── classarm__compute_1_1_c_l_y_o_l_o_layer__coll__graph.md5 ├── classarm__compute_1_1_c_l_y_o_l_o_layer__coll__graph.svg ├── classarm__compute_1_1_c_l_y_o_l_o_layer_kernel.js ├── classarm__compute_1_1_c_l_y_o_l_o_layer_kernel.xhtml ├── classarm__compute_1_1_c_l_y_o_l_o_layer_kernel__coll__graph.map ├── classarm__compute_1_1_c_l_y_o_l_o_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_l_y_o_l_o_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit.js ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit.xhtml ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit__coll__graph.map ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit__coll__graph.svg ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit_kernel.js ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit_kernel.xhtml ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_box_with_non_maxima_suppression_limit_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_corner_candidates_kernel.js ├── classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml ├── classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_corner_candidates_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_detection_output_layer.js ├── classarm__compute_1_1_c_p_p_detection_output_layer.xhtml ├── classarm__compute_1_1_c_p_p_detection_output_layer__coll__graph.map ├── classarm__compute_1_1_c_p_p_detection_output_layer__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_detection_output_layer__coll__graph.svg ├── classarm__compute_1_1_c_p_p_detection_post_process_layer.js ├── classarm__compute_1_1_c_p_p_detection_post_process_layer.xhtml ├── classarm__compute_1_1_c_p_p_detection_post_process_layer__coll__graph.map ├── classarm__compute_1_1_c_p_p_detection_post_process_layer__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_detection_post_process_layer__coll__graph.svg ├── classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.js ├── classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml ├── classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_flip_weights_kernel.js ├── classarm__compute_1_1_c_p_p_flip_weights_kernel.xhtml ├── classarm__compute_1_1_c_p_p_flip_weights_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_flip_weights_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_flip_weights_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_non_maximum_suppression.js ├── classarm__compute_1_1_c_p_p_non_maximum_suppression.xhtml ├── classarm__compute_1_1_c_p_p_non_maximum_suppression__coll__graph.map ├── classarm__compute_1_1_c_p_p_non_maximum_suppression__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_non_maximum_suppression__coll__graph.svg ├── classarm__compute_1_1_c_p_p_non_maximum_suppression_kernel.js ├── classarm__compute_1_1_c_p_p_non_maximum_suppression_kernel.xhtml ├── classarm__compute_1_1_c_p_p_non_maximum_suppression_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_non_maximum_suppression_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_non_maximum_suppression_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_permute.js ├── classarm__compute_1_1_c_p_p_permute.xhtml ├── classarm__compute_1_1_c_p_p_permute__coll__graph.map ├── classarm__compute_1_1_c_p_p_permute__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_permute__coll__graph.svg ├── classarm__compute_1_1_c_p_p_permute_kernel.js ├── classarm__compute_1_1_c_p_p_permute_kernel.xhtml ├── classarm__compute_1_1_c_p_p_permute_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_permute_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_permute_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_scheduler.js ├── classarm__compute_1_1_c_p_p_scheduler.xhtml ├── classarm__compute_1_1_c_p_p_scheduler__coll__graph.map ├── classarm__compute_1_1_c_p_p_scheduler__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_scheduler__coll__graph.svg ├── classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.js ├── classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml ├── classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_top_k_v.js ├── classarm__compute_1_1_c_p_p_top_k_v.xhtml ├── classarm__compute_1_1_c_p_p_top_k_v__coll__graph.map ├── classarm__compute_1_1_c_p_p_top_k_v__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_top_k_v__coll__graph.svg ├── classarm__compute_1_1_c_p_p_top_k_v_kernel.js ├── classarm__compute_1_1_c_p_p_top_k_v_kernel.xhtml ├── classarm__compute_1_1_c_p_p_top_k_v_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_top_k_v_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_top_k_v_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_p_upsample.js ├── classarm__compute_1_1_c_p_p_upsample.xhtml ├── classarm__compute_1_1_c_p_p_upsample__coll__graph.map ├── classarm__compute_1_1_c_p_p_upsample__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_upsample__coll__graph.svg ├── classarm__compute_1_1_c_p_p_upsample_kernel.js ├── classarm__compute_1_1_c_p_p_upsample_kernel.xhtml ├── classarm__compute_1_1_c_p_p_upsample_kernel__coll__graph.map ├── classarm__compute_1_1_c_p_p_upsample_kernel__coll__graph.md5 ├── classarm__compute_1_1_c_p_p_upsample_kernel__coll__graph.svg ├── classarm__compute_1_1_c_p_u_info.js ├── classarm__compute_1_1_c_p_u_info.xhtml ├── classarm__compute_1_1_compute_anchors_info.js ├── classarm__compute_1_1_compute_anchors_info.xhtml ├── classarm__compute_1_1_coordinates.js ├── classarm__compute_1_1_coordinates.xhtml ├── classarm__compute_1_1_coordinates__coll__graph.map ├── classarm__compute_1_1_coordinates__coll__graph.md5 ├── classarm__compute_1_1_coordinates__coll__graph.svg ├── classarm__compute_1_1_detection_output_layer_info.js ├── classarm__compute_1_1_detection_output_layer_info.xhtml ├── classarm__compute_1_1_detection_post_process_layer_info.js ├── classarm__compute_1_1_detection_post_process_layer_info.xhtml ├── classarm__compute_1_1_dimensions.js ├── classarm__compute_1_1_dimensions.xhtml ├── classarm__compute_1_1_distribution1_d.js ├── classarm__compute_1_1_distribution1_d.xhtml ├── classarm__compute_1_1_distribution1_d__coll__graph.map ├── classarm__compute_1_1_distribution1_d__coll__graph.md5 ├── classarm__compute_1_1_distribution1_d__coll__graph.svg ├── classarm__compute_1_1_g_c_absolute_difference.js ├── classarm__compute_1_1_g_c_absolute_difference.xhtml ├── classarm__compute_1_1_g_c_absolute_difference__coll__graph.map ├── classarm__compute_1_1_g_c_absolute_difference__coll__graph.md5 ├── classarm__compute_1_1_g_c_absolute_difference__coll__graph.svg ├── classarm__compute_1_1_g_c_absolute_difference_kernel.js ├── classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml ├── classarm__compute_1_1_g_c_absolute_difference_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_absolute_difference_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_absolute_difference_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_activation_layer.js ├── classarm__compute_1_1_g_c_activation_layer.xhtml ├── classarm__compute_1_1_g_c_activation_layer__coll__graph.map ├── classarm__compute_1_1_g_c_activation_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_activation_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_activation_layer_kernel.js ├── classarm__compute_1_1_g_c_activation_layer_kernel.xhtml ├── classarm__compute_1_1_g_c_activation_layer_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_activation_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_activation_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_arithmetic_addition.js ├── classarm__compute_1_1_g_c_arithmetic_addition.xhtml ├── classarm__compute_1_1_g_c_arithmetic_addition__coll__graph.map ├── classarm__compute_1_1_g_c_arithmetic_addition__coll__graph.md5 ├── classarm__compute_1_1_g_c_arithmetic_addition__coll__graph.svg ├── classarm__compute_1_1_g_c_arithmetic_addition_kernel.js ├── classarm__compute_1_1_g_c_arithmetic_addition_kernel.xhtml ├── classarm__compute_1_1_g_c_arithmetic_addition_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_arithmetic_addition_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_arithmetic_addition_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_batch_normalization_layer.js ├── classarm__compute_1_1_g_c_batch_normalization_layer.xhtml ├── classarm__compute_1_1_g_c_batch_normalization_layer__coll__graph.map ├── classarm__compute_1_1_g_c_batch_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_batch_normalization_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_batch_normalization_layer_kernel.js ├── classarm__compute_1_1_g_c_batch_normalization_layer_kernel.xhtml ├── classarm__compute_1_1_g_c_batch_normalization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_batch_normalization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_batch_normalization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_buffer_allocator.js ├── classarm__compute_1_1_g_c_buffer_allocator.xhtml ├── classarm__compute_1_1_g_c_buffer_allocator__coll__graph.map ├── classarm__compute_1_1_g_c_buffer_allocator__coll__graph.md5 ├── classarm__compute_1_1_g_c_buffer_allocator__coll__graph.svg ├── classarm__compute_1_1_g_c_buffer_memory_region.js ├── classarm__compute_1_1_g_c_buffer_memory_region.xhtml ├── classarm__compute_1_1_g_c_buffer_memory_region__coll__graph.map ├── classarm__compute_1_1_g_c_buffer_memory_region__coll__graph.md5 ├── classarm__compute_1_1_g_c_buffer_memory_region__coll__graph.svg ├── classarm__compute_1_1_g_c_col2_im_kernel.js ├── classarm__compute_1_1_g_c_col2_im_kernel.xhtml ├── classarm__compute_1_1_g_c_col2_im_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_col2_im_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_col2_im_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_concatenate_layer.js ├── classarm__compute_1_1_g_c_concatenate_layer.xhtml ├── classarm__compute_1_1_g_c_concatenate_layer__coll__graph.map ├── classarm__compute_1_1_g_c_concatenate_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_concatenate_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_convolution_layer.js ├── classarm__compute_1_1_g_c_convolution_layer.xhtml ├── classarm__compute_1_1_g_c_convolution_layer__coll__graph.map ├── classarm__compute_1_1_g_c_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_convolution_layer_reshape_weights.js ├── classarm__compute_1_1_g_c_convolution_layer_reshape_weights.xhtml ├── classarm__compute_1_1_g_c_convolution_layer_reshape_weights__coll__graph.map ├── classarm__compute_1_1_g_c_convolution_layer_reshape_weights__coll__graph.md5 ├── classarm__compute_1_1_g_c_convolution_layer_reshape_weights__coll__graph.svg ├── classarm__compute_1_1_g_c_depth_concatenate_layer_kernel.js ├── classarm__compute_1_1_g_c_depth_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_g_c_depth_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_depth_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_depth_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3.js ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3.xhtml ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3__coll__graph.map ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3__coll__graph.md5 ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3__coll__graph.svg ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel.js ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel.xhtml ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_direct_convolution_layer.js ├── classarm__compute_1_1_g_c_direct_convolution_layer.xhtml ├── classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.map ├── classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_direct_convolution_layer_kernel.js ├── classarm__compute_1_1_g_c_direct_convolution_layer_kernel.xhtml ├── classarm__compute_1_1_g_c_direct_convolution_layer_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_direct_convolution_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_direct_convolution_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_dropout_layer.js ├── classarm__compute_1_1_g_c_dropout_layer.xhtml ├── classarm__compute_1_1_g_c_dropout_layer__coll__graph.map ├── classarm__compute_1_1_g_c_dropout_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_dropout_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_dropout_layer_kernel.js ├── classarm__compute_1_1_g_c_dropout_layer_kernel.xhtml ├── classarm__compute_1_1_g_c_dropout_layer_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_dropout_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_dropout_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_fill_border.js ├── classarm__compute_1_1_g_c_fill_border.xhtml ├── classarm__compute_1_1_g_c_fill_border__coll__graph.map ├── classarm__compute_1_1_g_c_fill_border__coll__graph.md5 ├── classarm__compute_1_1_g_c_fill_border__coll__graph.svg ├── classarm__compute_1_1_g_c_fill_border_kernel.js ├── classarm__compute_1_1_g_c_fill_border_kernel.xhtml ├── classarm__compute_1_1_g_c_fill_border_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_fill_border_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_fill_border_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_fully_connected_layer.js ├── classarm__compute_1_1_g_c_fully_connected_layer.xhtml ├── classarm__compute_1_1_g_c_fully_connected_layer__coll__graph.map ├── classarm__compute_1_1_g_c_fully_connected_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_fully_connected_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights.js ├── classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights.xhtml ├── classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights__coll__graph.map ├── classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights__coll__graph.md5 ├── classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights__coll__graph.svg ├── classarm__compute_1_1_g_c_g_e_m_m.js ├── classarm__compute_1_1_g_c_g_e_m_m.xhtml ├── classarm__compute_1_1_g_c_g_e_m_m__coll__graph.map ├── classarm__compute_1_1_g_c_g_e_m_m__coll__graph.md5 ├── classarm__compute_1_1_g_c_g_e_m_m__coll__graph.svg ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4.js ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4.xhtml ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4__coll__graph.map ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4__coll__graph.md5 ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4__coll__graph.svg ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel.js ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel.xhtml ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel.js ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel.xhtml ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel.js ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel.xhtml ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.js ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.xhtml ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w.js ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w.xhtml ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w__coll__graph.map ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w__coll__graph.md5 ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w__coll__graph.svg ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel.js ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel.xhtml ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_im2_col_kernel.js ├── classarm__compute_1_1_g_c_im2_col_kernel.xhtml ├── classarm__compute_1_1_g_c_im2_col_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_im2_col_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_im2_col_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_kernel.js ├── classarm__compute_1_1_g_c_kernel.xhtml ├── classarm__compute_1_1_g_c_kernel_library.js ├── classarm__compute_1_1_g_c_kernel_library.xhtml ├── classarm__compute_1_1_g_c_logits1_d_max_kernel.js ├── classarm__compute_1_1_g_c_logits1_d_max_kernel.xhtml ├── classarm__compute_1_1_g_c_logits1_d_max_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_logits1_d_max_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_logits1_d_max_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_logits1_d_norm_kernel.js ├── classarm__compute_1_1_g_c_logits1_d_norm_kernel.xhtml ├── classarm__compute_1_1_g_c_logits1_d_norm_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_logits1_d_norm_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_logits1_d_norm_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel.js ├── classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel.xhtml ├── classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_memory.js ├── classarm__compute_1_1_g_c_memory.xhtml ├── classarm__compute_1_1_g_c_memory__coll__graph.map ├── classarm__compute_1_1_g_c_memory__coll__graph.md5 ├── classarm__compute_1_1_g_c_memory__coll__graph.svg ├── classarm__compute_1_1_g_c_normalization_layer.js ├── classarm__compute_1_1_g_c_normalization_layer.xhtml ├── classarm__compute_1_1_g_c_normalization_layer__coll__graph.map ├── classarm__compute_1_1_g_c_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_normalization_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_normalization_layer_kernel.js ├── classarm__compute_1_1_g_c_normalization_layer_kernel.xhtml ├── classarm__compute_1_1_g_c_normalization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_normalization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_normalization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer.js ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer.xhtml ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer__coll__graph.map ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer_kernel.js ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer_kernel.xhtml ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_pixel_wise_multiplication.js ├── classarm__compute_1_1_g_c_pixel_wise_multiplication.xhtml ├── classarm__compute_1_1_g_c_pixel_wise_multiplication__coll__graph.map ├── classarm__compute_1_1_g_c_pixel_wise_multiplication__coll__graph.md5 ├── classarm__compute_1_1_g_c_pixel_wise_multiplication__coll__graph.svg ├── classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel.js ├── classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel.xhtml ├── classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_pooling_layer.js ├── classarm__compute_1_1_g_c_pooling_layer.xhtml ├── classarm__compute_1_1_g_c_pooling_layer__coll__graph.map ├── classarm__compute_1_1_g_c_pooling_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_pooling_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_pooling_layer_kernel.js ├── classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml ├── classarm__compute_1_1_g_c_pooling_layer_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_pooling_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_pooling_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_program.js ├── classarm__compute_1_1_g_c_program.xhtml ├── classarm__compute_1_1_g_c_scale.js ├── classarm__compute_1_1_g_c_scale.xhtml ├── classarm__compute_1_1_g_c_scale__coll__graph.map ├── classarm__compute_1_1_g_c_scale__coll__graph.md5 ├── classarm__compute_1_1_g_c_scale__coll__graph.svg ├── classarm__compute_1_1_g_c_scale_kernel.js ├── classarm__compute_1_1_g_c_scale_kernel.xhtml ├── classarm__compute_1_1_g_c_scale_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_scale_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_scale_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_scheduler.js ├── classarm__compute_1_1_g_c_scheduler.xhtml ├── classarm__compute_1_1_g_c_softmax_layer.js ├── classarm__compute_1_1_g_c_softmax_layer.xhtml ├── classarm__compute_1_1_g_c_softmax_layer__coll__graph.map ├── classarm__compute_1_1_g_c_softmax_layer__coll__graph.md5 ├── classarm__compute_1_1_g_c_softmax_layer__coll__graph.svg ├── classarm__compute_1_1_g_c_tensor.js ├── classarm__compute_1_1_g_c_tensor.xhtml ├── classarm__compute_1_1_g_c_tensor__coll__graph.map ├── classarm__compute_1_1_g_c_tensor__coll__graph.md5 ├── classarm__compute_1_1_g_c_tensor__coll__graph.svg ├── classarm__compute_1_1_g_c_tensor_allocator.js ├── classarm__compute_1_1_g_c_tensor_allocator.xhtml ├── classarm__compute_1_1_g_c_tensor_allocator__coll__graph.map ├── classarm__compute_1_1_g_c_tensor_allocator__coll__graph.md5 ├── classarm__compute_1_1_g_c_tensor_allocator__coll__graph.svg ├── classarm__compute_1_1_g_c_tensor_shift.js ├── classarm__compute_1_1_g_c_tensor_shift.xhtml ├── classarm__compute_1_1_g_c_tensor_shift__coll__graph.map ├── classarm__compute_1_1_g_c_tensor_shift__coll__graph.md5 ├── classarm__compute_1_1_g_c_tensor_shift__coll__graph.svg ├── classarm__compute_1_1_g_c_tensor_shift_kernel.js ├── classarm__compute_1_1_g_c_tensor_shift_kernel.xhtml ├── classarm__compute_1_1_g_c_tensor_shift_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_tensor_shift_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_tensor_shift_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_transpose.js ├── classarm__compute_1_1_g_c_transpose.xhtml ├── classarm__compute_1_1_g_c_transpose__coll__graph.map ├── classarm__compute_1_1_g_c_transpose__coll__graph.md5 ├── classarm__compute_1_1_g_c_transpose__coll__graph.svg ├── classarm__compute_1_1_g_c_transpose_kernel.js ├── classarm__compute_1_1_g_c_transpose_kernel.xhtml ├── classarm__compute_1_1_g_c_transpose_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_transpose_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_transpose_kernel__coll__graph.svg ├── classarm__compute_1_1_g_c_weights_reshape_kernel.js ├── classarm__compute_1_1_g_c_weights_reshape_kernel.xhtml ├── classarm__compute_1_1_g_c_weights_reshape_kernel__coll__graph.map ├── classarm__compute_1_1_g_c_weights_reshape_kernel__coll__graph.md5 ├── classarm__compute_1_1_g_c_weights_reshape_kernel__coll__graph.svg ├── classarm__compute_1_1_g_e_m_m_info.js ├── classarm__compute_1_1_g_e_m_m_info.xhtml ├── classarm__compute_1_1_g_e_m_m_reshape_info.js ├── classarm__compute_1_1_g_e_m_m_reshape_info.xhtml ├── classarm__compute_1_1_generate_proposals_info.js ├── classarm__compute_1_1_generate_proposals_info.xhtml ├── classarm__compute_1_1_h_o_g.js ├── classarm__compute_1_1_h_o_g.xhtml ├── classarm__compute_1_1_h_o_g__coll__graph.map ├── classarm__compute_1_1_h_o_g__coll__graph.md5 ├── classarm__compute_1_1_h_o_g__coll__graph.svg ├── classarm__compute_1_1_h_o_g_info.js ├── classarm__compute_1_1_h_o_g_info.xhtml ├── classarm__compute_1_1_i_access_window.js ├── classarm__compute_1_1_i_access_window.xhtml ├── classarm__compute_1_1_i_allocator.js ├── classarm__compute_1_1_i_allocator.xhtml ├── classarm__compute_1_1_i_array.js ├── classarm__compute_1_1_i_array.xhtml ├── classarm__compute_1_1_i_buffer_manager.js ├── classarm__compute_1_1_i_buffer_manager.xhtml ├── classarm__compute_1_1_i_c_l_array.js ├── classarm__compute_1_1_i_c_l_array.xhtml ├── classarm__compute_1_1_i_c_l_array__coll__graph.map ├── classarm__compute_1_1_i_c_l_array__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_array__coll__graph.svg ├── classarm__compute_1_1_i_c_l_depthwise_convolution_layer3x3_kernel.js ├── classarm__compute_1_1_i_c_l_depthwise_convolution_layer3x3_kernel.xhtml ├── classarm__compute_1_1_i_c_l_depthwise_convolution_layer3x3_kernel__coll__graph.map ├── classarm__compute_1_1_i_c_l_depthwise_convolution_layer3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_depthwise_convolution_layer3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_i_c_l_distribution1_d.js ├── classarm__compute_1_1_i_c_l_distribution1_d.xhtml ├── classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.map ├── classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.svg ├── classarm__compute_1_1_i_c_l_g_e_m_m_kernel_configuration.js ├── classarm__compute_1_1_i_c_l_g_e_m_m_kernel_configuration.xhtml ├── classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel.js ├── classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel.xhtml ├── classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel__coll__graph.map ├── classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel__coll__graph.svg ├── classarm__compute_1_1_i_c_l_h_o_g.js ├── classarm__compute_1_1_i_c_l_h_o_g.xhtml ├── classarm__compute_1_1_i_c_l_h_o_g__coll__graph.map ├── classarm__compute_1_1_i_c_l_h_o_g__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_h_o_g__coll__graph.svg ├── classarm__compute_1_1_i_c_l_kernel.js ├── classarm__compute_1_1_i_c_l_kernel.xhtml ├── classarm__compute_1_1_i_c_l_kernel__coll__graph.map ├── classarm__compute_1_1_i_c_l_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_kernel__coll__graph.svg ├── classarm__compute_1_1_i_c_l_lut.js ├── classarm__compute_1_1_i_c_l_lut.xhtml ├── classarm__compute_1_1_i_c_l_lut__coll__graph.map ├── classarm__compute_1_1_i_c_l_lut__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_lut__coll__graph.svg ├── classarm__compute_1_1_i_c_l_memory_region.js ├── classarm__compute_1_1_i_c_l_memory_region.xhtml ├── classarm__compute_1_1_i_c_l_memory_region__coll__graph.map ├── classarm__compute_1_1_i_c_l_memory_region__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_memory_region__coll__graph.svg ├── classarm__compute_1_1_i_c_l_multi_h_o_g.js ├── classarm__compute_1_1_i_c_l_multi_h_o_g.xhtml ├── classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.map ├── classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.svg ├── classarm__compute_1_1_i_c_l_multi_image.js ├── classarm__compute_1_1_i_c_l_multi_image.xhtml ├── classarm__compute_1_1_i_c_l_multi_image__coll__graph.map ├── classarm__compute_1_1_i_c_l_multi_image__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_multi_image__coll__graph.svg ├── classarm__compute_1_1_i_c_l_s_v_m_memory_region.xhtml ├── classarm__compute_1_1_i_c_l_s_v_m_memory_region__coll__graph.map ├── classarm__compute_1_1_i_c_l_s_v_m_memory_region__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_s_v_m_memory_region__coll__graph.svg ├── classarm__compute_1_1_i_c_l_simple2_d_kernel.js ├── classarm__compute_1_1_i_c_l_simple2_d_kernel.xhtml ├── classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.map ├── classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.svg ├── classarm__compute_1_1_i_c_l_simple3_d_kernel.js ├── classarm__compute_1_1_i_c_l_simple3_d_kernel.xhtml ├── classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.map ├── classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.svg ├── classarm__compute_1_1_i_c_l_simple_function.js ├── classarm__compute_1_1_i_c_l_simple_function.xhtml ├── classarm__compute_1_1_i_c_l_simple_function__coll__graph.map ├── classarm__compute_1_1_i_c_l_simple_function__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_simple_function__coll__graph.svg ├── classarm__compute_1_1_i_c_l_simple_kernel.js ├── classarm__compute_1_1_i_c_l_simple_kernel.xhtml ├── classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.map ├── classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.svg ├── classarm__compute_1_1_i_c_l_tensor.js ├── classarm__compute_1_1_i_c_l_tensor.xhtml ├── classarm__compute_1_1_i_c_l_tensor__coll__graph.map ├── classarm__compute_1_1_i_c_l_tensor__coll__graph.md5 ├── classarm__compute_1_1_i_c_l_tensor__coll__graph.svg ├── classarm__compute_1_1_i_c_l_tuner.js ├── classarm__compute_1_1_i_c_l_tuner.xhtml ├── classarm__compute_1_1_i_c_p_p_kernel.js ├── classarm__compute_1_1_i_c_p_p_kernel.xhtml ├── classarm__compute_1_1_i_c_p_p_kernel__coll__graph.map ├── classarm__compute_1_1_i_c_p_p_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_c_p_p_kernel__coll__graph.svg ├── classarm__compute_1_1_i_c_p_p_simple_function.js ├── classarm__compute_1_1_i_c_p_p_simple_function.xhtml ├── classarm__compute_1_1_i_c_p_p_simple_function__coll__graph.map ├── classarm__compute_1_1_i_c_p_p_simple_function__coll__graph.md5 ├── classarm__compute_1_1_i_c_p_p_simple_function__coll__graph.svg ├── classarm__compute_1_1_i_c_p_p_simple_kernel.js ├── classarm__compute_1_1_i_c_p_p_simple_kernel.xhtml ├── classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.map ├── classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.svg ├── classarm__compute_1_1_i_distribution.js ├── classarm__compute_1_1_i_distribution.xhtml ├── classarm__compute_1_1_i_distribution1_d.js ├── classarm__compute_1_1_i_distribution1_d.xhtml ├── classarm__compute_1_1_i_distribution1_d__coll__graph.map ├── classarm__compute_1_1_i_distribution1_d__coll__graph.md5 ├── classarm__compute_1_1_i_distribution1_d__coll__graph.svg ├── classarm__compute_1_1_i_function.js ├── classarm__compute_1_1_i_function.xhtml ├── classarm__compute_1_1_i_g_c_kernel.js ├── classarm__compute_1_1_i_g_c_kernel.xhtml ├── classarm__compute_1_1_i_g_c_kernel__coll__graph.map ├── classarm__compute_1_1_i_g_c_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_g_c_kernel__coll__graph.svg ├── classarm__compute_1_1_i_g_c_memory_region.js ├── classarm__compute_1_1_i_g_c_memory_region.xhtml ├── classarm__compute_1_1_i_g_c_memory_region__coll__graph.map ├── classarm__compute_1_1_i_g_c_memory_region__coll__graph.md5 ├── classarm__compute_1_1_i_g_c_memory_region__coll__graph.svg ├── classarm__compute_1_1_i_g_c_simple2_d_kernel.js ├── classarm__compute_1_1_i_g_c_simple2_d_kernel.xhtml ├── classarm__compute_1_1_i_g_c_simple2_d_kernel__coll__graph.map ├── classarm__compute_1_1_i_g_c_simple2_d_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_g_c_simple2_d_kernel__coll__graph.svg ├── classarm__compute_1_1_i_g_c_simple3_d_kernel.js ├── classarm__compute_1_1_i_g_c_simple3_d_kernel.xhtml ├── classarm__compute_1_1_i_g_c_simple3_d_kernel__coll__graph.map ├── classarm__compute_1_1_i_g_c_simple3_d_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_g_c_simple3_d_kernel__coll__graph.svg ├── classarm__compute_1_1_i_g_c_simple_function.js ├── classarm__compute_1_1_i_g_c_simple_function.xhtml ├── classarm__compute_1_1_i_g_c_simple_function__coll__graph.map ├── classarm__compute_1_1_i_g_c_simple_function__coll__graph.md5 ├── classarm__compute_1_1_i_g_c_simple_function__coll__graph.svg ├── classarm__compute_1_1_i_g_c_simple_kernel.js ├── classarm__compute_1_1_i_g_c_simple_kernel.xhtml ├── classarm__compute_1_1_i_g_c_simple_kernel__coll__graph.map ├── classarm__compute_1_1_i_g_c_simple_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_g_c_simple_kernel__coll__graph.svg ├── classarm__compute_1_1_i_g_c_tensor.js ├── classarm__compute_1_1_i_g_c_tensor.xhtml ├── classarm__compute_1_1_i_g_c_tensor__coll__graph.map ├── classarm__compute_1_1_i_g_c_tensor__coll__graph.md5 ├── classarm__compute_1_1_i_g_c_tensor__coll__graph.svg ├── classarm__compute_1_1_i_h_o_g.js ├── classarm__compute_1_1_i_h_o_g.xhtml ├── classarm__compute_1_1_i_kernel.js ├── classarm__compute_1_1_i_kernel.xhtml ├── classarm__compute_1_1_i_lifetime_manager.js ├── classarm__compute_1_1_i_lifetime_manager.xhtml ├── classarm__compute_1_1_i_lut.js ├── classarm__compute_1_1_i_lut.xhtml ├── classarm__compute_1_1_i_lut_allocator.js ├── classarm__compute_1_1_i_lut_allocator.xhtml ├── classarm__compute_1_1_i_memory.js ├── classarm__compute_1_1_i_memory.xhtml ├── classarm__compute_1_1_i_memory_group.js ├── classarm__compute_1_1_i_memory_group.xhtml ├── classarm__compute_1_1_i_memory_manager.js ├── classarm__compute_1_1_i_memory_manager.xhtml ├── classarm__compute_1_1_i_memory_pool.js ├── classarm__compute_1_1_i_memory_pool.xhtml ├── classarm__compute_1_1_i_memory_region.js ├── classarm__compute_1_1_i_memory_region.xhtml ├── classarm__compute_1_1_i_multi_h_o_g.js ├── classarm__compute_1_1_i_multi_h_o_g.xhtml ├── classarm__compute_1_1_i_multi_image.js ├── classarm__compute_1_1_i_multi_image.xhtml ├── classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel.js ├── classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel.xhtml ├── classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel__coll__graph.map ├── classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel__coll__graph.svg ├── classarm__compute_1_1_i_n_e_harris_score_kernel.js ├── classarm__compute_1_1_i_n_e_harris_score_kernel.xhtml ├── classarm__compute_1_1_i_n_e_harris_score_kernel__coll__graph.map ├── classarm__compute_1_1_i_n_e_harris_score_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_n_e_harris_score_kernel__coll__graph.svg ├── classarm__compute_1_1_i_n_e_simple_function.js ├── classarm__compute_1_1_i_n_e_simple_function.xhtml ├── classarm__compute_1_1_i_n_e_simple_function__coll__graph.map ├── classarm__compute_1_1_i_n_e_simple_function__coll__graph.md5 ├── classarm__compute_1_1_i_n_e_simple_function__coll__graph.svg ├── classarm__compute_1_1_i_n_e_simple_function_no_border.js ├── classarm__compute_1_1_i_n_e_simple_function_no_border.xhtml ├── classarm__compute_1_1_i_n_e_simple_function_no_border__coll__graph.map ├── classarm__compute_1_1_i_n_e_simple_function_no_border__coll__graph.md5 ├── classarm__compute_1_1_i_n_e_simple_function_no_border__coll__graph.svg ├── classarm__compute_1_1_i_n_e_warp_kernel.js ├── classarm__compute_1_1_i_n_e_warp_kernel.xhtml ├── classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.map ├── classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.svg ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel.js ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel.xhtml ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel__coll__graph.map ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel__coll__graph.svg ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel.js ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel.xhtml ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel__coll__graph.map ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel__coll__graph.svg ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel.js ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel.xhtml ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel__coll__graph.map ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel__coll__graph.md5 ├── classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel__coll__graph.svg ├── classarm__compute_1_1_i_pool_manager.js ├── classarm__compute_1_1_i_pool_manager.xhtml ├── classarm__compute_1_1_i_pyramid.js ├── classarm__compute_1_1_i_pyramid.xhtml ├── classarm__compute_1_1_i_scheduler.js ├── classarm__compute_1_1_i_scheduler.xhtml ├── classarm__compute_1_1_i_scheduler_1_1_hints.js ├── classarm__compute_1_1_i_scheduler_1_1_hints.xhtml ├── classarm__compute_1_1_i_simple_lifetime_manager.js ├── classarm__compute_1_1_i_simple_lifetime_manager.xhtml ├── classarm__compute_1_1_i_simple_lifetime_manager__coll__graph.map ├── classarm__compute_1_1_i_simple_lifetime_manager__coll__graph.md5 ├── classarm__compute_1_1_i_simple_lifetime_manager__coll__graph.svg ├── classarm__compute_1_1_i_tensor.js ├── classarm__compute_1_1_i_tensor.xhtml ├── classarm__compute_1_1_i_tensor_allocator.js ├── classarm__compute_1_1_i_tensor_allocator.xhtml ├── classarm__compute_1_1_i_tensor_info.js ├── classarm__compute_1_1_i_tensor_info.xhtml ├── classarm__compute_1_1_i_tensor_info__coll__graph.map ├── classarm__compute_1_1_i_tensor_info__coll__graph.md5 ├── classarm__compute_1_1_i_tensor_info__coll__graph.svg ├── classarm__compute_1_1_iterator.js ├── classarm__compute_1_1_iterator.xhtml ├── classarm__compute_1_1_kernel.js ├── classarm__compute_1_1_kernel.xhtml ├── classarm__compute_1_1_l_s_t_m_params.js ├── classarm__compute_1_1_l_s_t_m_params.xhtml ├── classarm__compute_1_1_lut.js ├── classarm__compute_1_1_lut.xhtml ├── classarm__compute_1_1_lut__coll__graph.map ├── classarm__compute_1_1_lut__coll__graph.md5 ├── classarm__compute_1_1_lut__coll__graph.svg ├── classarm__compute_1_1_lut_allocator.js ├── classarm__compute_1_1_lut_allocator.xhtml ├── classarm__compute_1_1_lut_allocator__coll__graph.map ├── classarm__compute_1_1_lut_allocator__coll__graph.md5 ├── classarm__compute_1_1_lut_allocator__coll__graph.svg ├── classarm__compute_1_1_m_e_m_info.js ├── classarm__compute_1_1_m_e_m_info.xhtml ├── classarm__compute_1_1_memory.js ├── classarm__compute_1_1_memory.xhtml ├── classarm__compute_1_1_memory__coll__graph.map ├── classarm__compute_1_1_memory__coll__graph.md5 ├── classarm__compute_1_1_memory__coll__graph.svg ├── classarm__compute_1_1_memory_group_base.js ├── classarm__compute_1_1_memory_group_base.xhtml ├── classarm__compute_1_1_memory_group_base__coll__graph.map ├── classarm__compute_1_1_memory_group_base__coll__graph.md5 ├── classarm__compute_1_1_memory_group_base__coll__graph.svg ├── classarm__compute_1_1_memory_group_resource_scope.js ├── classarm__compute_1_1_memory_group_resource_scope.xhtml ├── classarm__compute_1_1_memory_manager_on_demand.js ├── classarm__compute_1_1_memory_manager_on_demand.xhtml ├── classarm__compute_1_1_memory_manager_on_demand__coll__graph.map ├── classarm__compute_1_1_memory_manager_on_demand__coll__graph.md5 ├── classarm__compute_1_1_memory_manager_on_demand__coll__graph.svg ├── classarm__compute_1_1_memory_region.js ├── classarm__compute_1_1_memory_region.xhtml ├── classarm__compute_1_1_memory_region__coll__graph.map ├── classarm__compute_1_1_memory_region__coll__graph.md5 ├── classarm__compute_1_1_memory_region__coll__graph.svg ├── classarm__compute_1_1_multi_h_o_g.js ├── classarm__compute_1_1_multi_h_o_g.xhtml ├── classarm__compute_1_1_multi_h_o_g__coll__graph.map ├── classarm__compute_1_1_multi_h_o_g__coll__graph.md5 ├── classarm__compute_1_1_multi_h_o_g__coll__graph.svg ├── classarm__compute_1_1_multi_image.js ├── classarm__compute_1_1_multi_image.xhtml ├── classarm__compute_1_1_multi_image__coll__graph.map ├── classarm__compute_1_1_multi_image__coll__graph.md5 ├── classarm__compute_1_1_multi_image__coll__graph.svg ├── classarm__compute_1_1_multi_image_info.js ├── classarm__compute_1_1_multi_image_info.xhtml ├── classarm__compute_1_1_n_e_abs_layer.js ├── classarm__compute_1_1_n_e_abs_layer.xhtml ├── classarm__compute_1_1_n_e_abs_layer__coll__graph.map ├── classarm__compute_1_1_n_e_abs_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_abs_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_absolute_difference.js ├── classarm__compute_1_1_n_e_absolute_difference.xhtml ├── classarm__compute_1_1_n_e_absolute_difference__coll__graph.map ├── classarm__compute_1_1_n_e_absolute_difference__coll__graph.md5 ├── classarm__compute_1_1_n_e_absolute_difference__coll__graph.svg ├── classarm__compute_1_1_n_e_absolute_difference_kernel.js ├── classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml ├── classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_absolute_difference_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_accumulate.js ├── classarm__compute_1_1_n_e_accumulate.xhtml ├── classarm__compute_1_1_n_e_accumulate__coll__graph.map ├── classarm__compute_1_1_n_e_accumulate__coll__graph.md5 ├── classarm__compute_1_1_n_e_accumulate__coll__graph.svg ├── classarm__compute_1_1_n_e_accumulate_kernel.js ├── classarm__compute_1_1_n_e_accumulate_kernel.xhtml ├── classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_accumulate_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_accumulate_squared.js ├── classarm__compute_1_1_n_e_accumulate_squared.xhtml ├── classarm__compute_1_1_n_e_accumulate_squared__coll__graph.map ├── classarm__compute_1_1_n_e_accumulate_squared__coll__graph.md5 ├── classarm__compute_1_1_n_e_accumulate_squared__coll__graph.svg ├── classarm__compute_1_1_n_e_accumulate_squared_kernel.js ├── classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml ├── classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_accumulate_squared_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_accumulate_weighted.js ├── classarm__compute_1_1_n_e_accumulate_weighted.xhtml ├── classarm__compute_1_1_n_e_accumulate_weighted__coll__graph.map ├── classarm__compute_1_1_n_e_accumulate_weighted__coll__graph.md5 ├── classarm__compute_1_1_n_e_accumulate_weighted__coll__graph.svg ├── classarm__compute_1_1_n_e_accumulate_weighted_kernel.js ├── classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml ├── classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_accumulate_weighted_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_activation_layer.js ├── classarm__compute_1_1_n_e_activation_layer.xhtml ├── classarm__compute_1_1_n_e_activation_layer__coll__graph.map ├── classarm__compute_1_1_n_e_activation_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_activation_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_activation_layer_kernel.js ├── classarm__compute_1_1_n_e_activation_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_activation_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_arg_min_max_layer.js ├── classarm__compute_1_1_n_e_arg_min_max_layer.xhtml ├── classarm__compute_1_1_n_e_arg_min_max_layer__coll__graph.map ├── classarm__compute_1_1_n_e_arg_min_max_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_arg_min_max_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_arithmetic_addition.js ├── classarm__compute_1_1_n_e_arithmetic_addition.xhtml ├── classarm__compute_1_1_n_e_arithmetic_addition__coll__graph.map ├── classarm__compute_1_1_n_e_arithmetic_addition__coll__graph.md5 ├── classarm__compute_1_1_n_e_arithmetic_addition__coll__graph.svg ├── classarm__compute_1_1_n_e_arithmetic_addition_kernel.js ├── classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml ├── classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_arithmetic_addition_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_arithmetic_operation_kernel.js ├── classarm__compute_1_1_n_e_arithmetic_operation_kernel.xhtml ├── classarm__compute_1_1_n_e_arithmetic_operation_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_arithmetic_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_arithmetic_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_arithmetic_subtraction.js ├── classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml ├── classarm__compute_1_1_n_e_arithmetic_subtraction__coll__graph.map ├── classarm__compute_1_1_n_e_arithmetic_subtraction__coll__graph.md5 ├── classarm__compute_1_1_n_e_arithmetic_subtraction__coll__graph.svg ├── classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.js ├── classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml ├── classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_arithmetic_subtraction_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_batch_concatenate_layer_kernel.js ├── classarm__compute_1_1_n_e_batch_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_batch_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_batch_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_batch_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_batch_normalization_layer.js ├── classarm__compute_1_1_n_e_batch_normalization_layer.xhtml ├── classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.map ├── classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_batch_normalization_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_batch_normalization_layer_kernel.js ├── classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_batch_normalization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_batch_to_space_layer.js ├── classarm__compute_1_1_n_e_batch_to_space_layer.xhtml ├── classarm__compute_1_1_n_e_batch_to_space_layer__coll__graph.map ├── classarm__compute_1_1_n_e_batch_to_space_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_batch_to_space_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_batch_to_space_layer_kernel.js ├── classarm__compute_1_1_n_e_batch_to_space_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_batch_to_space_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_batch_to_space_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_batch_to_space_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_bitwise_and.js ├── classarm__compute_1_1_n_e_bitwise_and.xhtml ├── classarm__compute_1_1_n_e_bitwise_and__coll__graph.map ├── classarm__compute_1_1_n_e_bitwise_and__coll__graph.md5 ├── classarm__compute_1_1_n_e_bitwise_and__coll__graph.svg ├── classarm__compute_1_1_n_e_bitwise_and_kernel.js ├── classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml ├── classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_bitwise_and_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_bitwise_not.js ├── classarm__compute_1_1_n_e_bitwise_not.xhtml ├── classarm__compute_1_1_n_e_bitwise_not__coll__graph.map ├── classarm__compute_1_1_n_e_bitwise_not__coll__graph.md5 ├── classarm__compute_1_1_n_e_bitwise_not__coll__graph.svg ├── classarm__compute_1_1_n_e_bitwise_not_kernel.js ├── classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml ├── classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_bitwise_not_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_bitwise_or.js ├── classarm__compute_1_1_n_e_bitwise_or.xhtml ├── classarm__compute_1_1_n_e_bitwise_or__coll__graph.map ├── classarm__compute_1_1_n_e_bitwise_or__coll__graph.md5 ├── classarm__compute_1_1_n_e_bitwise_or__coll__graph.svg ├── classarm__compute_1_1_n_e_bitwise_or_kernel.js ├── classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml ├── classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_bitwise_or_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_bitwise_xor.js ├── classarm__compute_1_1_n_e_bitwise_xor.xhtml ├── classarm__compute_1_1_n_e_bitwise_xor__coll__graph.map ├── classarm__compute_1_1_n_e_bitwise_xor__coll__graph.md5 ├── classarm__compute_1_1_n_e_bitwise_xor__coll__graph.svg ├── classarm__compute_1_1_n_e_bitwise_xor_kernel.js ├── classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml ├── classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_bitwise_xor_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_box3x3.js ├── classarm__compute_1_1_n_e_box3x3.xhtml ├── classarm__compute_1_1_n_e_box3x3__coll__graph.map ├── classarm__compute_1_1_n_e_box3x3__coll__graph.md5 ├── classarm__compute_1_1_n_e_box3x3__coll__graph.svg ├── classarm__compute_1_1_n_e_box3x3_kernel.js ├── classarm__compute_1_1_n_e_box3x3_kernel.xhtml ├── classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_canny_edge.js ├── classarm__compute_1_1_n_e_canny_edge.xhtml ├── classarm__compute_1_1_n_e_canny_edge__coll__graph.map ├── classarm__compute_1_1_n_e_canny_edge__coll__graph.md5 ├── classarm__compute_1_1_n_e_canny_edge__coll__graph.svg ├── classarm__compute_1_1_n_e_cast.js ├── classarm__compute_1_1_n_e_cast.xhtml ├── classarm__compute_1_1_n_e_cast__coll__graph.map ├── classarm__compute_1_1_n_e_cast__coll__graph.md5 ├── classarm__compute_1_1_n_e_cast__coll__graph.svg ├── classarm__compute_1_1_n_e_channel_combine.js ├── classarm__compute_1_1_n_e_channel_combine.xhtml ├── classarm__compute_1_1_n_e_channel_combine__coll__graph.map ├── classarm__compute_1_1_n_e_channel_combine__coll__graph.md5 ├── classarm__compute_1_1_n_e_channel_combine__coll__graph.svg ├── classarm__compute_1_1_n_e_channel_combine_kernel.js ├── classarm__compute_1_1_n_e_channel_combine_kernel.xhtml ├── classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_channel_combine_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_channel_extract.js ├── classarm__compute_1_1_n_e_channel_extract.xhtml ├── classarm__compute_1_1_n_e_channel_extract__coll__graph.map ├── classarm__compute_1_1_n_e_channel_extract__coll__graph.md5 ├── classarm__compute_1_1_n_e_channel_extract__coll__graph.svg ├── classarm__compute_1_1_n_e_channel_extract_kernel.js ├── classarm__compute_1_1_n_e_channel_extract_kernel.xhtml ├── classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_channel_extract_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_channel_shuffle_layer.js ├── classarm__compute_1_1_n_e_channel_shuffle_layer.xhtml ├── classarm__compute_1_1_n_e_channel_shuffle_layer__coll__graph.map ├── classarm__compute_1_1_n_e_channel_shuffle_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_channel_shuffle_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_channel_shuffle_layer_kernel.js ├── classarm__compute_1_1_n_e_channel_shuffle_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_channel_shuffle_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_channel_shuffle_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_channel_shuffle_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_col2_im.js ├── classarm__compute_1_1_n_e_col2_im.xhtml ├── classarm__compute_1_1_n_e_col2_im__coll__graph.map ├── classarm__compute_1_1_n_e_col2_im__coll__graph.md5 ├── classarm__compute_1_1_n_e_col2_im__coll__graph.svg ├── classarm__compute_1_1_n_e_col2_im_kernel.js ├── classarm__compute_1_1_n_e_col2_im_kernel.xhtml ├── classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_color_convert.js ├── classarm__compute_1_1_n_e_color_convert.xhtml ├── classarm__compute_1_1_n_e_color_convert__coll__graph.map ├── classarm__compute_1_1_n_e_color_convert__coll__graph.md5 ├── classarm__compute_1_1_n_e_color_convert__coll__graph.svg ├── classarm__compute_1_1_n_e_color_convert_kernel.js ├── classarm__compute_1_1_n_e_color_convert_kernel.xhtml ├── classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_color_convert_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_comparison_operation_kernel.js ├── classarm__compute_1_1_n_e_comparison_operation_kernel.xhtml ├── classarm__compute_1_1_n_e_comparison_operation_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_comparison_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_comparison_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication.js ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication.xhtml ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication__coll__graph.map ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication__coll__graph.md5 ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication__coll__graph.svg ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication_kernel.js ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication_kernel.xhtml ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_complex_pixel_wise_multiplication_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_concatenate_layer.js ├── classarm__compute_1_1_n_e_concatenate_layer.xhtml ├── classarm__compute_1_1_n_e_concatenate_layer__coll__graph.map ├── classarm__compute_1_1_n_e_concatenate_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_concatenate_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_convert_fully_connected_weights.js ├── classarm__compute_1_1_n_e_convert_fully_connected_weights.xhtml ├── classarm__compute_1_1_n_e_convert_fully_connected_weights__coll__graph.map ├── classarm__compute_1_1_n_e_convert_fully_connected_weights__coll__graph.md5 ├── classarm__compute_1_1_n_e_convert_fully_connected_weights__coll__graph.svg ├── classarm__compute_1_1_n_e_convert_fully_connected_weights_kernel.js ├── classarm__compute_1_1_n_e_convert_fully_connected_weights_kernel.xhtml ├── classarm__compute_1_1_n_e_convert_fully_connected_weights_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_convert_fully_connected_weights_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_convert_fully_connected_weights_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_convolution3x3.js ├── classarm__compute_1_1_n_e_convolution3x3.xhtml ├── classarm__compute_1_1_n_e_convolution3x3__coll__graph.map ├── classarm__compute_1_1_n_e_convolution3x3__coll__graph.md5 ├── classarm__compute_1_1_n_e_convolution3x3__coll__graph.svg ├── classarm__compute_1_1_n_e_convolution_kernel.js ├── classarm__compute_1_1_n_e_convolution_kernel.xhtml ├── classarm__compute_1_1_n_e_convolution_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_convolution_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_convolution_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_convolution_layer.js ├── classarm__compute_1_1_n_e_convolution_layer.xhtml ├── classarm__compute_1_1_n_e_convolution_layer__coll__graph.map ├── classarm__compute_1_1_n_e_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_convolution_layer_reshape_weights.js ├── classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml ├── classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.map ├── classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.md5 ├── classarm__compute_1_1_n_e_convolution_layer_reshape_weights__coll__graph.svg ├── classarm__compute_1_1_n_e_convolution_rectangle.js ├── classarm__compute_1_1_n_e_convolution_rectangle.xhtml ├── classarm__compute_1_1_n_e_convolution_rectangle__coll__graph.map ├── classarm__compute_1_1_n_e_convolution_rectangle__coll__graph.md5 ├── classarm__compute_1_1_n_e_convolution_rectangle__coll__graph.svg ├── classarm__compute_1_1_n_e_convolution_rectangle_kernel.js ├── classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml ├── classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_convolution_rectangle_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_convolution_square.js ├── classarm__compute_1_1_n_e_convolution_square.xhtml ├── classarm__compute_1_1_n_e_convolution_square__coll__graph.map ├── classarm__compute_1_1_n_e_convolution_square__coll__graph.md5 ├── classarm__compute_1_1_n_e_convolution_square__coll__graph.svg ├── classarm__compute_1_1_n_e_copy.js ├── classarm__compute_1_1_n_e_copy.xhtml ├── classarm__compute_1_1_n_e_copy__coll__graph.map ├── classarm__compute_1_1_n_e_copy__coll__graph.md5 ├── classarm__compute_1_1_n_e_copy__coll__graph.svg ├── classarm__compute_1_1_n_e_copy_kernel.js ├── classarm__compute_1_1_n_e_copy_kernel.xhtml ├── classarm__compute_1_1_n_e_copy_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_copy_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_copy_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_crop_kernel.js ├── classarm__compute_1_1_n_e_crop_kernel.xhtml ├── classarm__compute_1_1_n_e_crop_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_crop_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_crop_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_crop_resize.js ├── classarm__compute_1_1_n_e_crop_resize.xhtml ├── classarm__compute_1_1_n_e_crop_resize__coll__graph.map ├── classarm__compute_1_1_n_e_crop_resize__coll__graph.md5 ├── classarm__compute_1_1_n_e_crop_resize__coll__graph.svg ├── classarm__compute_1_1_n_e_cumulative_distribution_kernel.js ├── classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml ├── classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_cumulative_distribution_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_deconvolution_layer.js ├── classarm__compute_1_1_n_e_deconvolution_layer.xhtml ├── classarm__compute_1_1_n_e_deconvolution_layer__coll__graph.map ├── classarm__compute_1_1_n_e_deconvolution_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_deconvolution_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.js ├── classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_depth_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_depth_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_depth_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_depth_convert_layer.js ├── classarm__compute_1_1_n_e_depth_convert_layer.xhtml ├── classarm__compute_1_1_n_e_depth_convert_layer__coll__graph.map ├── classarm__compute_1_1_n_e_depth_convert_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_depth_convert_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_depth_convert_layer_kernel.js ├── classarm__compute_1_1_n_e_depth_convert_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_depth_convert_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_depth_convert_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_depth_convert_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_depth_to_space_layer.js ├── classarm__compute_1_1_n_e_depth_to_space_layer.xhtml ├── classarm__compute_1_1_n_e_depth_to_space_layer__coll__graph.map ├── classarm__compute_1_1_n_e_depth_to_space_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_depth_to_space_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_depth_to_space_layer_kernel.js ├── classarm__compute_1_1_n_e_depth_to_space_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_depth_to_space_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_depth_to_space_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_depth_to_space_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_convolution_assembly_dispatch.js ├── classarm__compute_1_1_n_e_depthwise_convolution_assembly_dispatch.xhtml ├── classarm__compute_1_1_n_e_depthwise_convolution_assembly_dispatch__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_convolution_assembly_dispatch__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_convolution_assembly_dispatch__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_convolution_layer.js ├── classarm__compute_1_1_n_e_depthwise_convolution_layer.xhtml ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3.js ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3.xhtml ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.js ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.xhtml ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_convolution_layer__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_native_kernel.js ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_native_kernel.xhtml ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_native_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_native_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_native_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_optimized.js ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_optimized.xhtml ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_optimized__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_optimized__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_convolution_layer_optimized__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_im2_col_kernel.js ├── classarm__compute_1_1_n_e_depthwise_im2_col_kernel.xhtml ├── classarm__compute_1_1_n_e_depthwise_im2_col_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_im2_col_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_im2_col_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_separable_convolution_layer.js ├── classarm__compute_1_1_n_e_depthwise_separable_convolution_layer.xhtml ├── classarm__compute_1_1_n_e_depthwise_separable_convolution_layer__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_separable_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_separable_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.js ├── classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.xhtml ├── classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.js ├── classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.xhtml ├── classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_dequantization_layer.js ├── classarm__compute_1_1_n_e_dequantization_layer.xhtml ├── classarm__compute_1_1_n_e_dequantization_layer__coll__graph.map ├── classarm__compute_1_1_n_e_dequantization_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_dequantization_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_dequantization_layer_kernel.js ├── classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_dequantization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_derivative.js ├── classarm__compute_1_1_n_e_derivative.xhtml ├── classarm__compute_1_1_n_e_derivative__coll__graph.map ├── classarm__compute_1_1_n_e_derivative__coll__graph.md5 ├── classarm__compute_1_1_n_e_derivative__coll__graph.svg ├── classarm__compute_1_1_n_e_derivative_kernel.js ├── classarm__compute_1_1_n_e_derivative_kernel.xhtml ├── classarm__compute_1_1_n_e_derivative_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_derivative_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_derivative_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_dilate.js ├── classarm__compute_1_1_n_e_dilate.xhtml ├── classarm__compute_1_1_n_e_dilate__coll__graph.map ├── classarm__compute_1_1_n_e_dilate__coll__graph.md5 ├── classarm__compute_1_1_n_e_dilate__coll__graph.svg ├── classarm__compute_1_1_n_e_dilate_kernel.js ├── classarm__compute_1_1_n_e_dilate_kernel.xhtml ├── classarm__compute_1_1_n_e_dilate_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_dilate_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_dilate_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_direct_convolution_layer.js ├── classarm__compute_1_1_n_e_direct_convolution_layer.xhtml ├── classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.map ├── classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_direct_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_direct_convolution_layer_kernel.js ├── classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_direct_convolution_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.js ├── classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.xhtml ├── classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_division_operation_kernel.js ├── classarm__compute_1_1_n_e_division_operation_kernel.xhtml ├── classarm__compute_1_1_n_e_division_operation_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_division_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_division_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.js ├── classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml ├── classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_edge_non_max_suppression_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_edge_trace_kernel.js ├── classarm__compute_1_1_n_e_edge_trace_kernel.xhtml ├── classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_edge_trace_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_comparison.js ├── classarm__compute_1_1_n_e_elementwise_comparison.xhtml ├── classarm__compute_1_1_n_e_elementwise_comparison__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_comparison__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_comparison__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_comparison_static.js ├── classarm__compute_1_1_n_e_elementwise_comparison_static.xhtml ├── classarm__compute_1_1_n_e_elementwise_comparison_static__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_comparison_static__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_comparison_static__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_division.js ├── classarm__compute_1_1_n_e_elementwise_division.xhtml ├── classarm__compute_1_1_n_e_elementwise_division__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_division__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_division__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_max.js ├── classarm__compute_1_1_n_e_elementwise_max.xhtml ├── classarm__compute_1_1_n_e_elementwise_max__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_max__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_max__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_min.js ├── classarm__compute_1_1_n_e_elementwise_min.xhtml ├── classarm__compute_1_1_n_e_elementwise_min__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_min__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_min__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_operation_kernel.js ├── classarm__compute_1_1_n_e_elementwise_operation_kernel.xhtml ├── classarm__compute_1_1_n_e_elementwise_operation_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_power.js ├── classarm__compute_1_1_n_e_elementwise_power.xhtml ├── classarm__compute_1_1_n_e_elementwise_power__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_power__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_power__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_squared_diff.js ├── classarm__compute_1_1_n_e_elementwise_squared_diff.xhtml ├── classarm__compute_1_1_n_e_elementwise_squared_diff__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_squared_diff__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_squared_diff__coll__graph.svg ├── classarm__compute_1_1_n_e_elementwise_unary_kernel.js ├── classarm__compute_1_1_n_e_elementwise_unary_kernel.xhtml ├── classarm__compute_1_1_n_e_elementwise_unary_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_elementwise_unary_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_elementwise_unary_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_equalize_histogram.js ├── classarm__compute_1_1_n_e_equalize_histogram.xhtml ├── classarm__compute_1_1_n_e_equalize_histogram__coll__graph.map ├── classarm__compute_1_1_n_e_equalize_histogram__coll__graph.md5 ├── classarm__compute_1_1_n_e_equalize_histogram__coll__graph.svg ├── classarm__compute_1_1_n_e_erode.js ├── classarm__compute_1_1_n_e_erode.xhtml ├── classarm__compute_1_1_n_e_erode__coll__graph.map ├── classarm__compute_1_1_n_e_erode__coll__graph.md5 ├── classarm__compute_1_1_n_e_erode__coll__graph.svg ├── classarm__compute_1_1_n_e_erode_kernel.js ├── classarm__compute_1_1_n_e_erode_kernel.xhtml ├── classarm__compute_1_1_n_e_erode_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_erode_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_erode_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_exp_layer.js ├── classarm__compute_1_1_n_e_exp_layer.xhtml ├── classarm__compute_1_1_n_e_exp_layer__coll__graph.map ├── classarm__compute_1_1_n_e_exp_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_exp_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_f_f_t1_d.js ├── classarm__compute_1_1_n_e_f_f_t1_d.xhtml ├── classarm__compute_1_1_n_e_f_f_t1_d__coll__graph.map ├── classarm__compute_1_1_n_e_f_f_t1_d__coll__graph.md5 ├── classarm__compute_1_1_n_e_f_f_t1_d__coll__graph.svg ├── classarm__compute_1_1_n_e_f_f_t2_d.js ├── classarm__compute_1_1_n_e_f_f_t2_d.xhtml ├── classarm__compute_1_1_n_e_f_f_t2_d__coll__graph.map ├── classarm__compute_1_1_n_e_f_f_t2_d__coll__graph.md5 ├── classarm__compute_1_1_n_e_f_f_t2_d__coll__graph.svg ├── classarm__compute_1_1_n_e_f_f_t_convolution_layer.js ├── classarm__compute_1_1_n_e_f_f_t_convolution_layer.xhtml ├── classarm__compute_1_1_n_e_f_f_t_convolution_layer__coll__graph.map ├── classarm__compute_1_1_n_e_f_f_t_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_f_f_t_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_f_f_t_digit_reverse_kernel.js ├── classarm__compute_1_1_n_e_f_f_t_digit_reverse_kernel.xhtml ├── classarm__compute_1_1_n_e_f_f_t_digit_reverse_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_f_f_t_digit_reverse_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_f_f_t_digit_reverse_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_f_f_t_radix_stage_kernel.js ├── classarm__compute_1_1_n_e_f_f_t_radix_stage_kernel.xhtml ├── classarm__compute_1_1_n_e_f_f_t_radix_stage_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_f_f_t_radix_stage_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_f_f_t_radix_stage_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_f_f_t_scale_kernel.js ├── classarm__compute_1_1_n_e_f_f_t_scale_kernel.xhtml ├── classarm__compute_1_1_n_e_f_f_t_scale_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_f_f_t_scale_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_f_f_t_scale_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_fast_corners.js ├── classarm__compute_1_1_n_e_fast_corners.xhtml ├── classarm__compute_1_1_n_e_fast_corners__coll__graph.map ├── classarm__compute_1_1_n_e_fast_corners__coll__graph.md5 ├── classarm__compute_1_1_n_e_fast_corners__coll__graph.svg ├── classarm__compute_1_1_n_e_fast_corners_kernel.js ├── classarm__compute_1_1_n_e_fast_corners_kernel.xhtml ├── classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_fast_corners_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_fill_array_kernel.js ├── classarm__compute_1_1_n_e_fill_array_kernel.xhtml ├── classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_fill_array_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_fill_border.js ├── classarm__compute_1_1_n_e_fill_border.xhtml ├── classarm__compute_1_1_n_e_fill_border__coll__graph.map ├── classarm__compute_1_1_n_e_fill_border__coll__graph.md5 ├── classarm__compute_1_1_n_e_fill_border__coll__graph.svg ├── classarm__compute_1_1_n_e_fill_border_kernel.js ├── classarm__compute_1_1_n_e_fill_border_kernel.xhtml ├── classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_fill_border_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_fill_inner_border_kernel.js ├── classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml ├── classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_fill_inner_border_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_flatten_layer.js ├── classarm__compute_1_1_n_e_flatten_layer.xhtml ├── classarm__compute_1_1_n_e_flatten_layer__coll__graph.map ├── classarm__compute_1_1_n_e_flatten_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_flatten_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_flatten_layer_kernel.js ├── classarm__compute_1_1_n_e_flatten_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_flatten_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_flatten_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_flatten_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_floor.js ├── classarm__compute_1_1_n_e_floor.xhtml ├── classarm__compute_1_1_n_e_floor__coll__graph.map ├── classarm__compute_1_1_n_e_floor__coll__graph.md5 ├── classarm__compute_1_1_n_e_floor__coll__graph.svg ├── classarm__compute_1_1_n_e_floor_kernel.js ├── classarm__compute_1_1_n_e_floor_kernel.xhtml ├── classarm__compute_1_1_n_e_floor_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_floor_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_floor_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_fully_connected_layer.js ├── classarm__compute_1_1_n_e_fully_connected_layer.xhtml ├── classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.map ├── classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_fully_connected_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.js ├── classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml ├── classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.map ├── classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.md5 ├── classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights__coll__graph.svg ├── classarm__compute_1_1_n_e_fuse_batch_normalization.js ├── classarm__compute_1_1_n_e_fuse_batch_normalization.xhtml ├── classarm__compute_1_1_n_e_fuse_batch_normalization__coll__graph.map ├── classarm__compute_1_1_n_e_fuse_batch_normalization__coll__graph.md5 ├── classarm__compute_1_1_n_e_fuse_batch_normalization__coll__graph.svg ├── classarm__compute_1_1_n_e_fuse_batch_normalization_kernel.js ├── classarm__compute_1_1_n_e_fuse_batch_normalization_kernel.xhtml ├── classarm__compute_1_1_n_e_fuse_batch_normalization_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_fuse_batch_normalization_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_fuse_batch_normalization_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m.js ├── classarm__compute_1_1_n_e_g_e_m_m.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch.js ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch_1_1_i_fallback.js ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch_1_1_i_fallback.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_assembly_dispatch__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_convolution_layer.js ├── classarm__compute_1_1_n_e_g_e_m_m_convolution_layer.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_convolution_layer__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.js ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_interleaved_wrapper.js ├── classarm__compute_1_1_n_e_g_e_m_m_interleaved_wrapper.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_interleaved_wrapper__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_interleaved_wrapper__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_interleaved_wrapper__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_output_stage_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_int16_scale_by_fixed_point_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.js ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w__coll__graph.svg ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.js ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_gather.js ├── classarm__compute_1_1_n_e_gather.xhtml ├── classarm__compute_1_1_n_e_gather__coll__graph.map ├── classarm__compute_1_1_n_e_gather__coll__graph.md5 ├── classarm__compute_1_1_n_e_gather__coll__graph.svg ├── classarm__compute_1_1_n_e_gather_kernel.js ├── classarm__compute_1_1_n_e_gather_kernel.xhtml ├── classarm__compute_1_1_n_e_gather_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_gather_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_gather_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian3x3.js ├── classarm__compute_1_1_n_e_gaussian3x3.xhtml ├── classarm__compute_1_1_n_e_gaussian3x3__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian3x3__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian3x3__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian3x3_kernel.js ├── classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml ├── classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian5x5.js ├── classarm__compute_1_1_n_e_gaussian5x5.xhtml ├── classarm__compute_1_1_n_e_gaussian5x5__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian5x5__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian5x5__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.js ├── classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml ├── classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian5x5_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.js ├── classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml ├── classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian5x5_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian_pyramid.js ├── classarm__compute_1_1_n_e_gaussian_pyramid.xhtml ├── classarm__compute_1_1_n_e_gaussian_pyramid__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian_pyramid__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian_pyramid__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian_pyramid_half.js ├── classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml ├── classarm__compute_1_1_n_e_gaussian_pyramid_half__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian_pyramid_half__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian_pyramid_half__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.js ├── classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.xhtml ├── classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian_pyramid_orb.js ├── classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml ├── classarm__compute_1_1_n_e_gaussian_pyramid_orb__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian_pyramid_orb__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian_pyramid_orb__coll__graph.svg ├── classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.js ├── classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.xhtml ├── classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_gradient_kernel.js ├── classarm__compute_1_1_n_e_gradient_kernel.xhtml ├── classarm__compute_1_1_n_e_gradient_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_gradient_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_gradient_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.js ├── classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.xhtml ├── classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_h_o_g_descriptor.js ├── classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml ├── classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.map ├── classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.md5 ├── classarm__compute_1_1_n_e_h_o_g_descriptor__coll__graph.svg ├── classarm__compute_1_1_n_e_h_o_g_detector.js ├── classarm__compute_1_1_n_e_h_o_g_detector.xhtml ├── classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.map ├── classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.md5 ├── classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.svg ├── classarm__compute_1_1_n_e_h_o_g_detector_kernel.js ├── classarm__compute_1_1_n_e_h_o_g_detector_kernel.xhtml ├── classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_h_o_g_detector_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_h_o_g_gradient.js ├── classarm__compute_1_1_n_e_h_o_g_gradient.xhtml ├── classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.map ├── classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.md5 ├── classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.svg ├── classarm__compute_1_1_n_e_h_o_g_multi_detection.js ├── classarm__compute_1_1_n_e_h_o_g_multi_detection.xhtml ├── classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.map ├── classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.md5 ├── classarm__compute_1_1_n_e_h_o_g_multi_detection__coll__graph.svg ├── classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.js ├── classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml ├── classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_harris_corners.js ├── classarm__compute_1_1_n_e_harris_corners.xhtml ├── classarm__compute_1_1_n_e_harris_corners__coll__graph.map ├── classarm__compute_1_1_n_e_harris_corners__coll__graph.md5 ├── classarm__compute_1_1_n_e_harris_corners__coll__graph.svg ├── classarm__compute_1_1_n_e_harris_score_kernel.js ├── classarm__compute_1_1_n_e_harris_score_kernel.xhtml ├── classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_harris_score_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_height_concatenate_layer_kernel.js ├── classarm__compute_1_1_n_e_height_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_height_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_height_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_height_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_histogram.js ├── classarm__compute_1_1_n_e_histogram.xhtml ├── classarm__compute_1_1_n_e_histogram__coll__graph.map ├── classarm__compute_1_1_n_e_histogram__coll__graph.md5 ├── classarm__compute_1_1_n_e_histogram__coll__graph.svg ├── classarm__compute_1_1_n_e_histogram_kernel.js ├── classarm__compute_1_1_n_e_histogram_kernel.xhtml ├── classarm__compute_1_1_n_e_histogram_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_histogram_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_histogram_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_im2_col.js ├── classarm__compute_1_1_n_e_im2_col.xhtml ├── classarm__compute_1_1_n_e_im2_col__coll__graph.map ├── classarm__compute_1_1_n_e_im2_col__coll__graph.md5 ├── classarm__compute_1_1_n_e_im2_col__coll__graph.svg ├── classarm__compute_1_1_n_e_im2_col_kernel.js ├── classarm__compute_1_1_n_e_im2_col_kernel.xhtml ├── classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_integral_image.js ├── classarm__compute_1_1_n_e_integral_image.xhtml ├── classarm__compute_1_1_n_e_integral_image__coll__graph.map ├── classarm__compute_1_1_n_e_integral_image__coll__graph.md5 ├── classarm__compute_1_1_n_e_integral_image__coll__graph.svg ├── classarm__compute_1_1_n_e_integral_image_kernel.js ├── classarm__compute_1_1_n_e_integral_image_kernel.xhtml ├── classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_integral_image_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_l2_normalize_layer.js ├── classarm__compute_1_1_n_e_l2_normalize_layer.xhtml ├── classarm__compute_1_1_n_e_l2_normalize_layer__coll__graph.map ├── classarm__compute_1_1_n_e_l2_normalize_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_l2_normalize_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_l2_normalize_layer_kernel.js ├── classarm__compute_1_1_n_e_l2_normalize_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_l2_normalize_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_l2_normalize_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_l2_normalize_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_l_k_tracker_kernel.js ├── classarm__compute_1_1_n_e_l_k_tracker_kernel.xhtml ├── classarm__compute_1_1_n_e_l_k_tracker_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_l_k_tracker_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_l_k_tracker_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_l_s_t_m_layer.js ├── classarm__compute_1_1_n_e_l_s_t_m_layer.xhtml ├── classarm__compute_1_1_n_e_l_s_t_m_layer__coll__graph.map ├── classarm__compute_1_1_n_e_l_s_t_m_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_l_s_t_m_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_l_s_t_m_layer_quantized.js ├── classarm__compute_1_1_n_e_l_s_t_m_layer_quantized.xhtml ├── classarm__compute_1_1_n_e_l_s_t_m_layer_quantized__coll__graph.map ├── classarm__compute_1_1_n_e_l_s_t_m_layer_quantized__coll__graph.md5 ├── classarm__compute_1_1_n_e_l_s_t_m_layer_quantized__coll__graph.svg ├── classarm__compute_1_1_n_e_laplacian_pyramid.js ├── classarm__compute_1_1_n_e_laplacian_pyramid.xhtml ├── classarm__compute_1_1_n_e_laplacian_pyramid__coll__graph.map ├── classarm__compute_1_1_n_e_laplacian_pyramid__coll__graph.md5 ├── classarm__compute_1_1_n_e_laplacian_pyramid__coll__graph.svg ├── classarm__compute_1_1_n_e_laplacian_reconstruct.js ├── classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml ├── classarm__compute_1_1_n_e_laplacian_reconstruct__coll__graph.map ├── classarm__compute_1_1_n_e_laplacian_reconstruct__coll__graph.md5 ├── classarm__compute_1_1_n_e_laplacian_reconstruct__coll__graph.svg ├── classarm__compute_1_1_n_e_locally_connected_layer.js ├── classarm__compute_1_1_n_e_locally_connected_layer.xhtml ├── classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.map ├── classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_locally_connected_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.js ├── classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.xhtml ├── classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_log_layer.js ├── classarm__compute_1_1_n_e_log_layer.xhtml ├── classarm__compute_1_1_n_e_log_layer__coll__graph.map ├── classarm__compute_1_1_n_e_log_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_log_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_logits1_d_max_kernel.js ├── classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml ├── classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_logits1_d_max_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_logits1_d_softmax_kernel.js ├── classarm__compute_1_1_n_e_logits1_d_softmax_kernel.xhtml ├── classarm__compute_1_1_n_e_logits1_d_softmax_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_logits1_d_softmax_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_logits1_d_softmax_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_magnitude.js ├── classarm__compute_1_1_n_e_magnitude.xhtml ├── classarm__compute_1_1_n_e_magnitude__coll__graph.map ├── classarm__compute_1_1_n_e_magnitude__coll__graph.md5 ├── classarm__compute_1_1_n_e_magnitude__coll__graph.svg ├── classarm__compute_1_1_n_e_magnitude_phase_kernel.js ├── classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml ├── classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_magnitude_phase_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_mean_std_dev.js ├── classarm__compute_1_1_n_e_mean_std_dev.xhtml ├── classarm__compute_1_1_n_e_mean_std_dev__coll__graph.map ├── classarm__compute_1_1_n_e_mean_std_dev__coll__graph.md5 ├── classarm__compute_1_1_n_e_mean_std_dev__coll__graph.svg ├── classarm__compute_1_1_n_e_mean_std_dev_kernel.js ├── classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml ├── classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_mean_std_dev_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_kernel.js ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_kernel.xhtml ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_layer.js ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_layer.xhtml ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_layer__coll__graph.map ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_mean_std_dev_normalization_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_median3x3.js ├── classarm__compute_1_1_n_e_median3x3.xhtml ├── classarm__compute_1_1_n_e_median3x3__coll__graph.map ├── classarm__compute_1_1_n_e_median3x3__coll__graph.md5 ├── classarm__compute_1_1_n_e_median3x3__coll__graph.svg ├── classarm__compute_1_1_n_e_median3x3_kernel.js ├── classarm__compute_1_1_n_e_median3x3_kernel.xhtml ├── classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_median3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_memset_kernel.js ├── classarm__compute_1_1_n_e_memset_kernel.xhtml ├── classarm__compute_1_1_n_e_memset_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_memset_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_memset_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_min_max_kernel.js ├── classarm__compute_1_1_n_e_min_max_kernel.xhtml ├── classarm__compute_1_1_n_e_min_max_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_min_max_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_min_max_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_min_max_layer_kernel.js ├── classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_min_max_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_min_max_location.js ├── classarm__compute_1_1_n_e_min_max_location.xhtml ├── classarm__compute_1_1_n_e_min_max_location__coll__graph.map ├── classarm__compute_1_1_n_e_min_max_location__coll__graph.md5 ├── classarm__compute_1_1_n_e_min_max_location__coll__graph.svg ├── classarm__compute_1_1_n_e_min_max_location_kernel.js ├── classarm__compute_1_1_n_e_min_max_location_kernel.xhtml ├── classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_min_max_location_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_neg_layer.js ├── classarm__compute_1_1_n_e_neg_layer.xhtml ├── classarm__compute_1_1_n_e_neg_layer__coll__graph.map ├── classarm__compute_1_1_n_e_neg_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_neg_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_non_linear_filter.js ├── classarm__compute_1_1_n_e_non_linear_filter.xhtml ├── classarm__compute_1_1_n_e_non_linear_filter__coll__graph.map ├── classarm__compute_1_1_n_e_non_linear_filter__coll__graph.md5 ├── classarm__compute_1_1_n_e_non_linear_filter__coll__graph.svg ├── classarm__compute_1_1_n_e_non_linear_filter_kernel.js ├── classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml ├── classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_non_linear_filter_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3.js ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3.xhtml ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3__coll__graph.map ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3__coll__graph.md5 ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3__coll__graph.svg ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.js ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.xhtml ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_normalization_layer.js ├── classarm__compute_1_1_n_e_normalization_layer.xhtml ├── classarm__compute_1_1_n_e_normalization_layer__coll__graph.map ├── classarm__compute_1_1_n_e_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_normalization_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_normalization_layer_kernel.js ├── classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_normalization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_optical_flow.js ├── classarm__compute_1_1_n_e_optical_flow.xhtml ├── classarm__compute_1_1_n_e_optical_flow__coll__graph.map ├── classarm__compute_1_1_n_e_optical_flow__coll__graph.md5 ├── classarm__compute_1_1_n_e_optical_flow__coll__graph.svg ├── classarm__compute_1_1_n_e_p_relu_layer.js ├── classarm__compute_1_1_n_e_p_relu_layer.xhtml ├── classarm__compute_1_1_n_e_p_relu_layer__coll__graph.map ├── classarm__compute_1_1_n_e_p_relu_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_p_relu_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_pad_layer.js ├── classarm__compute_1_1_n_e_pad_layer.xhtml ├── classarm__compute_1_1_n_e_pad_layer__coll__graph.map ├── classarm__compute_1_1_n_e_pad_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_pad_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_permute.js ├── classarm__compute_1_1_n_e_permute.xhtml ├── classarm__compute_1_1_n_e_permute__coll__graph.map ├── classarm__compute_1_1_n_e_permute__coll__graph.md5 ├── classarm__compute_1_1_n_e_permute__coll__graph.svg ├── classarm__compute_1_1_n_e_permute_kernel.js ├── classarm__compute_1_1_n_e_permute_kernel.xhtml ├── classarm__compute_1_1_n_e_permute_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_permute_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_permute_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_phase.js ├── classarm__compute_1_1_n_e_phase.xhtml ├── classarm__compute_1_1_n_e_phase__coll__graph.map ├── classarm__compute_1_1_n_e_phase__coll__graph.md5 ├── classarm__compute_1_1_n_e_phase__coll__graph.svg ├── classarm__compute_1_1_n_e_pixel_wise_multiplication.js ├── classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml ├── classarm__compute_1_1_n_e_pixel_wise_multiplication__coll__graph.map ├── classarm__compute_1_1_n_e_pixel_wise_multiplication__coll__graph.md5 ├── classarm__compute_1_1_n_e_pixel_wise_multiplication__coll__graph.svg ├── classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.js ├── classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml ├── classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_pooling_layer.js ├── classarm__compute_1_1_n_e_pooling_layer.xhtml ├── classarm__compute_1_1_n_e_pooling_layer__coll__graph.map ├── classarm__compute_1_1_n_e_pooling_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_pooling_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_pooling_layer_kernel.js ├── classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_pooling_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_power_operation_kernel.js ├── classarm__compute_1_1_n_e_power_operation_kernel.xhtml ├── classarm__compute_1_1_n_e_power_operation_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_power_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_power_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_prior_box_layer.js ├── classarm__compute_1_1_n_e_prior_box_layer.xhtml ├── classarm__compute_1_1_n_e_prior_box_layer__coll__graph.map ├── classarm__compute_1_1_n_e_prior_box_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_prior_box_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_prior_box_layer_kernel.js ├── classarm__compute_1_1_n_e_prior_box_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_prior_box_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_prior_box_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_prior_box_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_quantization_layer.js ├── classarm__compute_1_1_n_e_quantization_layer.xhtml ├── classarm__compute_1_1_n_e_quantization_layer__coll__graph.map ├── classarm__compute_1_1_n_e_quantization_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_quantization_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_quantization_layer_kernel.js ├── classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_quantization_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_r_n_n_layer.js ├── classarm__compute_1_1_n_e_r_n_n_layer.xhtml ├── classarm__compute_1_1_n_e_r_n_n_layer__coll__graph.map ├── classarm__compute_1_1_n_e_r_n_n_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_r_n_n_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer.js ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer.xhtml ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.map ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.js ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_range.js ├── classarm__compute_1_1_n_e_range.xhtml ├── classarm__compute_1_1_n_e_range__coll__graph.map ├── classarm__compute_1_1_n_e_range__coll__graph.md5 ├── classarm__compute_1_1_n_e_range__coll__graph.svg ├── classarm__compute_1_1_n_e_range_kernel.js ├── classarm__compute_1_1_n_e_range_kernel.xhtml ├── classarm__compute_1_1_n_e_range_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_range_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_range_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_reduce_mean.js ├── classarm__compute_1_1_n_e_reduce_mean.xhtml ├── classarm__compute_1_1_n_e_reduce_mean__coll__graph.map ├── classarm__compute_1_1_n_e_reduce_mean__coll__graph.md5 ├── classarm__compute_1_1_n_e_reduce_mean__coll__graph.svg ├── classarm__compute_1_1_n_e_reduction_operation.js ├── classarm__compute_1_1_n_e_reduction_operation.xhtml ├── classarm__compute_1_1_n_e_reduction_operation__coll__graph.map ├── classarm__compute_1_1_n_e_reduction_operation__coll__graph.md5 ├── classarm__compute_1_1_n_e_reduction_operation__coll__graph.svg ├── classarm__compute_1_1_n_e_reduction_operation_kernel.js ├── classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml ├── classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_reduction_operation_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_remap.js ├── classarm__compute_1_1_n_e_remap.xhtml ├── classarm__compute_1_1_n_e_remap__coll__graph.map ├── classarm__compute_1_1_n_e_remap__coll__graph.md5 ├── classarm__compute_1_1_n_e_remap__coll__graph.svg ├── classarm__compute_1_1_n_e_remap_kernel.js ├── classarm__compute_1_1_n_e_remap_kernel.xhtml ├── classarm__compute_1_1_n_e_remap_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_remap_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_remap_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_reorg_layer.js ├── classarm__compute_1_1_n_e_reorg_layer.xhtml ├── classarm__compute_1_1_n_e_reorg_layer__coll__graph.map ├── classarm__compute_1_1_n_e_reorg_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_reorg_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_reorg_layer_kernel.js ├── classarm__compute_1_1_n_e_reorg_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_reorg_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_reorg_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_reorg_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_reshape_layer.js ├── classarm__compute_1_1_n_e_reshape_layer.xhtml ├── classarm__compute_1_1_n_e_reshape_layer__coll__graph.map ├── classarm__compute_1_1_n_e_reshape_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_reshape_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_reshape_layer_kernel.js ├── classarm__compute_1_1_n_e_reshape_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_reshape_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_reverse.js ├── classarm__compute_1_1_n_e_reverse.xhtml ├── classarm__compute_1_1_n_e_reverse__coll__graph.map ├── classarm__compute_1_1_n_e_reverse__coll__graph.md5 ├── classarm__compute_1_1_n_e_reverse__coll__graph.svg ├── classarm__compute_1_1_n_e_reverse_kernel.js ├── classarm__compute_1_1_n_e_reverse_kernel.xhtml ├── classarm__compute_1_1_n_e_reverse_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_reverse_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_reverse_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_round_layer.js ├── classarm__compute_1_1_n_e_round_layer.xhtml ├── classarm__compute_1_1_n_e_round_layer__coll__graph.map ├── classarm__compute_1_1_n_e_round_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_round_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_rsqrt_layer.js ├── classarm__compute_1_1_n_e_rsqrt_layer.xhtml ├── classarm__compute_1_1_n_e_rsqrt_layer__coll__graph.map ├── classarm__compute_1_1_n_e_rsqrt_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_rsqrt_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_scale.js ├── classarm__compute_1_1_n_e_scale.xhtml ├── classarm__compute_1_1_n_e_scale__coll__graph.map ├── classarm__compute_1_1_n_e_scale__coll__graph.md5 ├── classarm__compute_1_1_n_e_scale__coll__graph.svg ├── classarm__compute_1_1_n_e_scale_kernel.js ├── classarm__compute_1_1_n_e_scale_kernel.xhtml ├── classarm__compute_1_1_n_e_scale_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_scale_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_scale_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_scharr3x3.js ├── classarm__compute_1_1_n_e_scharr3x3.xhtml ├── classarm__compute_1_1_n_e_scharr3x3__coll__graph.map ├── classarm__compute_1_1_n_e_scharr3x3__coll__graph.md5 ├── classarm__compute_1_1_n_e_scharr3x3__coll__graph.svg ├── classarm__compute_1_1_n_e_scharr3x3_kernel.js ├── classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml ├── classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_scharr3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_select.js ├── classarm__compute_1_1_n_e_select.xhtml ├── classarm__compute_1_1_n_e_select__coll__graph.map ├── classarm__compute_1_1_n_e_select__coll__graph.md5 ├── classarm__compute_1_1_n_e_select__coll__graph.svg ├── classarm__compute_1_1_n_e_select_kernel.js ├── classarm__compute_1_1_n_e_select_kernel.xhtml ├── classarm__compute_1_1_n_e_select_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_select_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_select_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_separable_convolution_hor_kernel.js ├── classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml ├── classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_separable_convolution_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_separable_convolution_vert_kernel.js ├── classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml ├── classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_separable_convolution_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_simple_assembly_function.js ├── classarm__compute_1_1_n_e_simple_assembly_function.xhtml ├── classarm__compute_1_1_n_e_simple_assembly_function__coll__graph.map ├── classarm__compute_1_1_n_e_simple_assembly_function__coll__graph.md5 ├── classarm__compute_1_1_n_e_simple_assembly_function__coll__graph.svg ├── classarm__compute_1_1_n_e_sin_layer.js ├── classarm__compute_1_1_n_e_sin_layer.xhtml ├── classarm__compute_1_1_n_e_sin_layer__coll__graph.map ├── classarm__compute_1_1_n_e_sin_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_sin_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_slice.js ├── classarm__compute_1_1_n_e_slice.xhtml ├── classarm__compute_1_1_n_e_slice__coll__graph.map ├── classarm__compute_1_1_n_e_slice__coll__graph.md5 ├── classarm__compute_1_1_n_e_slice__coll__graph.svg ├── classarm__compute_1_1_n_e_sobel3x3.js ├── classarm__compute_1_1_n_e_sobel3x3.xhtml ├── classarm__compute_1_1_n_e_sobel3x3__coll__graph.map ├── classarm__compute_1_1_n_e_sobel3x3__coll__graph.md5 ├── classarm__compute_1_1_n_e_sobel3x3__coll__graph.svg ├── classarm__compute_1_1_n_e_sobel3x3_kernel.js ├── classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml ├── classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_sobel3x3_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_sobel5x5.js ├── classarm__compute_1_1_n_e_sobel5x5.xhtml ├── classarm__compute_1_1_n_e_sobel5x5__coll__graph.map ├── classarm__compute_1_1_n_e_sobel5x5__coll__graph.md5 ├── classarm__compute_1_1_n_e_sobel5x5__coll__graph.svg ├── classarm__compute_1_1_n_e_sobel5x5_hor_kernel.js ├── classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml ├── classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_sobel5x5_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_sobel5x5_vert_kernel.js ├── classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml ├── classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_sobel5x5_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_sobel7x7.js ├── classarm__compute_1_1_n_e_sobel7x7.xhtml ├── classarm__compute_1_1_n_e_sobel7x7__coll__graph.map ├── classarm__compute_1_1_n_e_sobel7x7__coll__graph.md5 ├── classarm__compute_1_1_n_e_sobel7x7__coll__graph.svg ├── classarm__compute_1_1_n_e_sobel7x7_hor_kernel.js ├── classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml ├── classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_sobel7x7_hor_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_sobel7x7_vert_kernel.js ├── classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml ├── classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_sobel7x7_vert_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_softmax_layer.js ├── classarm__compute_1_1_n_e_softmax_layer.xhtml ├── classarm__compute_1_1_n_e_softmax_layer__coll__graph.map ├── classarm__compute_1_1_n_e_softmax_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_softmax_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_space_to_batch_layer.js ├── classarm__compute_1_1_n_e_space_to_batch_layer.xhtml ├── classarm__compute_1_1_n_e_space_to_batch_layer__coll__graph.map ├── classarm__compute_1_1_n_e_space_to_batch_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_space_to_batch_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_space_to_batch_layer_kernel.js ├── classarm__compute_1_1_n_e_space_to_batch_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_space_to_batch_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_space_to_batch_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_space_to_batch_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_space_to_depth_layer.js ├── classarm__compute_1_1_n_e_space_to_depth_layer.xhtml ├── classarm__compute_1_1_n_e_space_to_depth_layer__coll__graph.map ├── classarm__compute_1_1_n_e_space_to_depth_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_space_to_depth_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_space_to_depth_layer_kernel.js ├── classarm__compute_1_1_n_e_space_to_depth_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_space_to_depth_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_space_to_depth_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_space_to_depth_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_split.js ├── classarm__compute_1_1_n_e_split.xhtml ├── classarm__compute_1_1_n_e_split__coll__graph.map ├── classarm__compute_1_1_n_e_split__coll__graph.md5 ├── classarm__compute_1_1_n_e_split__coll__graph.svg ├── classarm__compute_1_1_n_e_stack_layer.js ├── classarm__compute_1_1_n_e_stack_layer.xhtml ├── classarm__compute_1_1_n_e_stack_layer__coll__graph.map ├── classarm__compute_1_1_n_e_stack_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_stack_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_stack_layer_kernel.js ├── classarm__compute_1_1_n_e_stack_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_stack_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_stack_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_stack_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_strided_slice.js ├── classarm__compute_1_1_n_e_strided_slice.xhtml ├── classarm__compute_1_1_n_e_strided_slice__coll__graph.map ├── classarm__compute_1_1_n_e_strided_slice__coll__graph.md5 ├── classarm__compute_1_1_n_e_strided_slice__coll__graph.svg ├── classarm__compute_1_1_n_e_strided_slice_kernel.js ├── classarm__compute_1_1_n_e_strided_slice_kernel.xhtml ├── classarm__compute_1_1_n_e_strided_slice_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_strided_slice_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_strided_slice_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_table_lookup.js ├── classarm__compute_1_1_n_e_table_lookup.xhtml ├── classarm__compute_1_1_n_e_table_lookup__coll__graph.map ├── classarm__compute_1_1_n_e_table_lookup__coll__graph.md5 ├── classarm__compute_1_1_n_e_table_lookup__coll__graph.svg ├── classarm__compute_1_1_n_e_table_lookup_kernel.js ├── classarm__compute_1_1_n_e_table_lookup_kernel.xhtml ├── classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_table_lookup_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_threshold.js ├── classarm__compute_1_1_n_e_threshold.xhtml ├── classarm__compute_1_1_n_e_threshold__coll__graph.map ├── classarm__compute_1_1_n_e_threshold__coll__graph.md5 ├── classarm__compute_1_1_n_e_threshold__coll__graph.svg ├── classarm__compute_1_1_n_e_threshold_kernel.js ├── classarm__compute_1_1_n_e_threshold_kernel.xhtml ├── classarm__compute_1_1_n_e_threshold_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_threshold_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_threshold_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_tile.js ├── classarm__compute_1_1_n_e_tile.xhtml ├── classarm__compute_1_1_n_e_tile__coll__graph.map ├── classarm__compute_1_1_n_e_tile__coll__graph.md5 ├── classarm__compute_1_1_n_e_tile__coll__graph.svg ├── classarm__compute_1_1_n_e_tile_kernel.js ├── classarm__compute_1_1_n_e_tile_kernel.xhtml ├── classarm__compute_1_1_n_e_tile_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_tile_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_tile_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_transpose.js ├── classarm__compute_1_1_n_e_transpose.xhtml ├── classarm__compute_1_1_n_e_transpose__coll__graph.map ├── classarm__compute_1_1_n_e_transpose__coll__graph.md5 ├── classarm__compute_1_1_n_e_transpose__coll__graph.svg ├── classarm__compute_1_1_n_e_transpose_kernel.js ├── classarm__compute_1_1_n_e_transpose_kernel.xhtml ├── classarm__compute_1_1_n_e_transpose_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_transpose_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_transpose_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_unstack.js ├── classarm__compute_1_1_n_e_unstack.xhtml ├── classarm__compute_1_1_n_e_unstack__coll__graph.map ├── classarm__compute_1_1_n_e_unstack__coll__graph.md5 ├── classarm__compute_1_1_n_e_unstack__coll__graph.svg ├── classarm__compute_1_1_n_e_upsample_layer.js ├── classarm__compute_1_1_n_e_upsample_layer.xhtml ├── classarm__compute_1_1_n_e_upsample_layer__coll__graph.map ├── classarm__compute_1_1_n_e_upsample_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_upsample_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_upsample_layer_kernel.js ├── classarm__compute_1_1_n_e_upsample_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_upsample_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_upsample_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_upsample_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_warp_affine.js ├── classarm__compute_1_1_n_e_warp_affine.xhtml ├── classarm__compute_1_1_n_e_warp_affine__coll__graph.map ├── classarm__compute_1_1_n_e_warp_affine__coll__graph.md5 ├── classarm__compute_1_1_n_e_warp_affine__coll__graph.svg ├── classarm__compute_1_1_n_e_warp_affine_kernel.xhtml ├── classarm__compute_1_1_n_e_warp_affine_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_warp_affine_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_warp_affine_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_warp_perspective.js ├── classarm__compute_1_1_n_e_warp_perspective.xhtml ├── classarm__compute_1_1_n_e_warp_perspective__coll__graph.map ├── classarm__compute_1_1_n_e_warp_perspective__coll__graph.md5 ├── classarm__compute_1_1_n_e_warp_perspective__coll__graph.svg ├── classarm__compute_1_1_n_e_warp_perspective_kernel.xhtml ├── classarm__compute_1_1_n_e_warp_perspective_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_warp_perspective_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_warp_perspective_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_weights_reshape_kernel.js ├── classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml ├── classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_weights_reshape_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_width_concatenate_layer_kernel.js ├── classarm__compute_1_1_n_e_width_concatenate_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_width_concatenate_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_width_concatenate_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_width_concatenate_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_winograd_convolution_layer.js ├── classarm__compute_1_1_n_e_winograd_convolution_layer.xhtml ├── classarm__compute_1_1_n_e_winograd_convolution_layer__coll__graph.map ├── classarm__compute_1_1_n_e_winograd_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_winograd_convolution_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_winograd_layer_configuration.js ├── classarm__compute_1_1_n_e_winograd_layer_configuration.xhtml ├── classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel.js ├── classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel.xhtml ├── classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel.js ├── classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel.xhtml ├── classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel.js ├── classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel.xhtml ├── classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel__coll__graph.svg ├── classarm__compute_1_1_n_e_y_o_l_o_layer.js ├── classarm__compute_1_1_n_e_y_o_l_o_layer.xhtml ├── classarm__compute_1_1_n_e_y_o_l_o_layer__coll__graph.map ├── classarm__compute_1_1_n_e_y_o_l_o_layer__coll__graph.md5 ├── classarm__compute_1_1_n_e_y_o_l_o_layer__coll__graph.svg ├── classarm__compute_1_1_n_e_y_o_l_o_layer_kernel.js ├── classarm__compute_1_1_n_e_y_o_l_o_layer_kernel.xhtml ├── classarm__compute_1_1_n_e_y_o_l_o_layer_kernel__coll__graph.map ├── classarm__compute_1_1_n_e_y_o_l_o_layer_kernel__coll__graph.md5 ├── classarm__compute_1_1_n_e_y_o_l_o_layer_kernel__coll__graph.svg ├── classarm__compute_1_1_normalization_layer_info.js ├── classarm__compute_1_1_normalization_layer_info.xhtml ├── classarm__compute_1_1_o_m_p_scheduler.js ├── classarm__compute_1_1_o_m_p_scheduler.xhtml ├── classarm__compute_1_1_o_m_p_scheduler__coll__graph.map ├── classarm__compute_1_1_o_m_p_scheduler__coll__graph.md5 ├── classarm__compute_1_1_o_m_p_scheduler__coll__graph.svg ├── classarm__compute_1_1_offset_lifetime_manager.js ├── classarm__compute_1_1_offset_lifetime_manager.xhtml ├── classarm__compute_1_1_offset_lifetime_manager__coll__graph.map ├── classarm__compute_1_1_offset_lifetime_manager__coll__graph.md5 ├── classarm__compute_1_1_offset_lifetime_manager__coll__graph.svg ├── classarm__compute_1_1_offset_memory_pool.js ├── classarm__compute_1_1_offset_memory_pool.xhtml ├── classarm__compute_1_1_offset_memory_pool__coll__graph.map ├── classarm__compute_1_1_offset_memory_pool__coll__graph.md5 ├── classarm__compute_1_1_offset_memory_pool__coll__graph.svg ├── classarm__compute_1_1_pad_stride_info.js ├── classarm__compute_1_1_pad_stride_info.xhtml ├── classarm__compute_1_1_pixel_value.js ├── classarm__compute_1_1_pixel_value.xhtml ├── classarm__compute_1_1_pool_manager.js ├── classarm__compute_1_1_pool_manager.xhtml ├── classarm__compute_1_1_pool_manager__coll__graph.map ├── classarm__compute_1_1_pool_manager__coll__graph.md5 ├── classarm__compute_1_1_pool_manager__coll__graph.svg ├── classarm__compute_1_1_pooling_layer_info.js ├── classarm__compute_1_1_pooling_layer_info.xhtml ├── classarm__compute_1_1_prior_box_layer_info.js ├── classarm__compute_1_1_prior_box_layer_info.xhtml ├── classarm__compute_1_1_program.js ├── classarm__compute_1_1_program.xhtml ├── classarm__compute_1_1_pyramid.js ├── classarm__compute_1_1_pyramid.xhtml ├── classarm__compute_1_1_pyramid__coll__graph.map ├── classarm__compute_1_1_pyramid__coll__graph.md5 ├── classarm__compute_1_1_pyramid__coll__graph.svg ├── classarm__compute_1_1_pyramid_info.js ├── classarm__compute_1_1_pyramid_info.xhtml ├── classarm__compute_1_1_quantization_info.js ├── classarm__compute_1_1_quantization_info.xhtml ├── classarm__compute_1_1_r_o_i_pooling_layer_info.js ├── classarm__compute_1_1_r_o_i_pooling_layer_info.xhtml ├── classarm__compute_1_1_scheduler.js ├── classarm__compute_1_1_scheduler.xhtml ├── classarm__compute_1_1_semaphore.js ├── classarm__compute_1_1_semaphore.xhtml ├── classarm__compute_1_1_single_thread_scheduler.js ├── classarm__compute_1_1_single_thread_scheduler.xhtml ├── classarm__compute_1_1_single_thread_scheduler__coll__graph.map ├── classarm__compute_1_1_single_thread_scheduler__coll__graph.md5 ├── classarm__compute_1_1_single_thread_scheduler__coll__graph.svg ├── classarm__compute_1_1_size2_d.js ├── classarm__compute_1_1_size2_d.xhtml ├── classarm__compute_1_1_status.js ├── classarm__compute_1_1_status.xhtml ├── classarm__compute_1_1_steps.js ├── classarm__compute_1_1_steps.xhtml ├── classarm__compute_1_1_steps__coll__graph.map ├── classarm__compute_1_1_steps__coll__graph.md5 ├── classarm__compute_1_1_steps__coll__graph.svg ├── classarm__compute_1_1_strides.js ├── classarm__compute_1_1_strides.xhtml ├── classarm__compute_1_1_strides__coll__graph.map ├── classarm__compute_1_1_strides__coll__graph.md5 ├── classarm__compute_1_1_strides__coll__graph.svg ├── classarm__compute_1_1_sub_tensor.js ├── classarm__compute_1_1_sub_tensor.xhtml ├── classarm__compute_1_1_sub_tensor__coll__graph.map ├── classarm__compute_1_1_sub_tensor__coll__graph.md5 ├── classarm__compute_1_1_sub_tensor__coll__graph.svg ├── classarm__compute_1_1_sub_tensor_info.js ├── classarm__compute_1_1_sub_tensor_info.xhtml ├── classarm__compute_1_1_sub_tensor_info__coll__graph.map ├── classarm__compute_1_1_sub_tensor_info__coll__graph.md5 ├── classarm__compute_1_1_sub_tensor_info__coll__graph.svg ├── classarm__compute_1_1_tensor.js ├── classarm__compute_1_1_tensor.xhtml ├── classarm__compute_1_1_tensor__coll__graph.map ├── classarm__compute_1_1_tensor__coll__graph.md5 ├── classarm__compute_1_1_tensor__coll__graph.svg ├── classarm__compute_1_1_tensor_accessor.js ├── classarm__compute_1_1_tensor_accessor.xhtml ├── classarm__compute_1_1_tensor_allocator.js ├── classarm__compute_1_1_tensor_allocator.xhtml ├── classarm__compute_1_1_tensor_allocator__coll__graph.map ├── classarm__compute_1_1_tensor_allocator__coll__graph.md5 ├── classarm__compute_1_1_tensor_allocator__coll__graph.svg ├── classarm__compute_1_1_tensor_info.js ├── classarm__compute_1_1_tensor_info.xhtml ├── classarm__compute_1_1_tensor_info__coll__graph.map ├── classarm__compute_1_1_tensor_info__coll__graph.md5 ├── classarm__compute_1_1_tensor_info__coll__graph.svg ├── classarm__compute_1_1_tensor_shape.js ├── classarm__compute_1_1_tensor_shape.xhtml ├── classarm__compute_1_1_tensor_shape__coll__graph.map ├── classarm__compute_1_1_tensor_shape__coll__graph.md5 ├── classarm__compute_1_1_tensor_shape__coll__graph.svg ├── classarm__compute_1_1_weights_info.js ├── classarm__compute_1_1_weights_info.xhtml ├── classarm__compute_1_1_window.js ├── classarm__compute_1_1_window.xhtml ├── classarm__compute_1_1_window_1_1_dimension.js ├── classarm__compute_1_1_window_1_1_dimension.xhtml ├── classarm__compute_1_1_window_iterator.js ├── classarm__compute_1_1_window_iterator.xhtml ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_native_kernel_configuration_bifrost.js ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_native_kernel_configuration_bifrost.xhtml ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_native_kernel_configuration_bifrost__coll__graph.map ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_native_kernel_configuration_bifrost__coll__graph.md5 ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_native_kernel_configuration_bifrost__coll__graph.svg ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_native_kernel_configuration_factory.xhtml ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_kernel_configuration_bifrost.js ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_kernel_configuration_bifrost.xhtml ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_kernel_configuration_bifrost__coll__graph.map ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_kernel_configuration_bifrost__coll__graph.md5 ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_kernel_configuration_bifrost__coll__graph.svg ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_kernel_configuration_factory.xhtml ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost.js ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost.xhtml ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost__coll__graph.map ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost__coll__graph.md5 ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_bifrost__coll__graph.svg ├── classarm__compute_1_1cl__gemm_1_1_c_l_g_e_m_m_reshaped_only_r_h_s_kernel_configuration_factory.xhtml ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list.xhtml ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list__coll__graph.map ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list__coll__graph.md5 ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list__coll__graph.svg ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_exhaustive.js ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_exhaustive.xhtml ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_exhaustive__coll__graph.map ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_exhaustive__coll__graph.md5 ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_exhaustive__coll__graph.svg ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_factory.xhtml ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_normal.js ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_normal.xhtml ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_normal__coll__graph.map ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_normal__coll__graph.md5 ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_normal__coll__graph.svg ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_rapid.js ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_rapid.xhtml ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_rapid__coll__graph.map ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_rapid__coll__graph.md5 ├── classarm__compute_1_1cl__tuner_1_1_c_l_l_w_s_list_rapid__coll__graph.svg ├── classarm__compute_1_1cl__tuner_1_1_i_c_l_l_w_s_list.js ├── classarm__compute_1_1cl__tuner_1_1_i_c_l_l_w_s_list.xhtml ├── classarm__compute_1_1detail_1_1compare__dimension.js ├── classarm__compute_1_1detail_1_1compare__dimension.xhtml ├── classarm__compute_1_1gles_1_1_n_d_range.js ├── classarm__compute_1_1gles_1_1_n_d_range.xhtml ├── classarm__compute_1_1graph_1_1_activation_layer_node.js ├── classarm__compute_1_1graph_1_1_activation_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_activation_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_activation_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_activation_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_batch_normalization_layer_node.js ├── classarm__compute_1_1graph_1_1_batch_normalization_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_batch_normalization_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_batch_normalization_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_batch_normalization_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_bounding_box_transform_layer_node.js ├── classarm__compute_1_1graph_1_1_bounding_box_transform_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_bounding_box_transform_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_bounding_box_transform_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_bounding_box_transform_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_channel_shuffle_layer_node.js ├── classarm__compute_1_1graph_1_1_channel_shuffle_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_channel_shuffle_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_channel_shuffle_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_channel_shuffle_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_concatenate_layer_node.js ├── classarm__compute_1_1graph_1_1_concatenate_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_concatenate_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_concatenate_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_concatenate_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_const_node.js ├── classarm__compute_1_1graph_1_1_const_node.xhtml ├── classarm__compute_1_1graph_1_1_const_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_const_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_const_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_convolution_layer_node.js ├── classarm__compute_1_1graph_1_1_convolution_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_convolution_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_convolution_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_convolution_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_deconvolution_layer_node.js ├── classarm__compute_1_1graph_1_1_deconvolution_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_deconvolution_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_deconvolution_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_deconvolution_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_default_node_visitor.js ├── classarm__compute_1_1graph_1_1_default_node_visitor.xhtml ├── classarm__compute_1_1graph_1_1_default_node_visitor__coll__graph.map ├── classarm__compute_1_1graph_1_1_default_node_visitor__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_default_node_visitor__coll__graph.svg ├── classarm__compute_1_1graph_1_1_depth_concat_sub_tensor_mutator.js ├── classarm__compute_1_1graph_1_1_depth_concat_sub_tensor_mutator.xhtml ├── classarm__compute_1_1graph_1_1_depth_concat_sub_tensor_mutator__coll__graph.map ├── classarm__compute_1_1graph_1_1_depth_concat_sub_tensor_mutator__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_depth_concat_sub_tensor_mutator__coll__graph.svg ├── classarm__compute_1_1graph_1_1_depthwise_convolution_layer_node.js ├── classarm__compute_1_1graph_1_1_depthwise_convolution_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_depthwise_convolution_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_depthwise_convolution_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_depthwise_convolution_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_detection_output_layer_node.js ├── classarm__compute_1_1graph_1_1_detection_output_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_detection_output_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_detection_output_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_detection_output_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_detection_post_process_layer_node.js ├── classarm__compute_1_1graph_1_1_detection_post_process_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_detection_post_process_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_detection_post_process_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_detection_post_process_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_dot_graph_printer.js ├── classarm__compute_1_1graph_1_1_dot_graph_printer.xhtml ├── classarm__compute_1_1graph_1_1_dot_graph_printer__coll__graph.map ├── classarm__compute_1_1graph_1_1_dot_graph_printer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_dot_graph_printer__coll__graph.svg ├── classarm__compute_1_1graph_1_1_dot_graph_visitor.js ├── classarm__compute_1_1graph_1_1_dot_graph_visitor.xhtml ├── classarm__compute_1_1graph_1_1_dot_graph_visitor__coll__graph.map ├── classarm__compute_1_1graph_1_1_dot_graph_visitor__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_dot_graph_visitor__coll__graph.svg ├── classarm__compute_1_1graph_1_1_dummy_node.js ├── classarm__compute_1_1graph_1_1_dummy_node.xhtml ├── classarm__compute_1_1graph_1_1_dummy_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_dummy_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_dummy_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_edge.js ├── classarm__compute_1_1graph_1_1_edge.xhtml ├── classarm__compute_1_1graph_1_1_eltwise_layer_node.js ├── classarm__compute_1_1graph_1_1_eltwise_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_eltwise_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_eltwise_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_eltwise_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_flatten_layer_node.js ├── classarm__compute_1_1graph_1_1_flatten_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_flatten_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_flatten_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_flatten_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_fully_connected_layer_node.js ├── classarm__compute_1_1graph_1_1_fully_connected_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_fully_connected_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_fully_connected_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_fully_connected_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_fused_convolution_batch_normalization_node.js ├── classarm__compute_1_1graph_1_1_fused_convolution_batch_normalization_node.xhtml ├── classarm__compute_1_1graph_1_1_fused_convolution_batch_normalization_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_fused_convolution_batch_normalization_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_fused_convolution_batch_normalization_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_fused_depthwise_convolution_batch_normalization_node.js ├── classarm__compute_1_1graph_1_1_fused_depthwise_convolution_batch_normalization_node.xhtml ├── classarm__compute_1_1graph_1_1_fused_depthwise_convolution_batch_normalization_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_fused_depthwise_convolution_batch_normalization_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_fused_depthwise_convolution_batch_normalization_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_generate_proposals_layer_node.js ├── classarm__compute_1_1graph_1_1_generate_proposals_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_generate_proposals_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_generate_proposals_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_generate_proposals_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_graph.js ├── classarm__compute_1_1graph_1_1_graph.xhtml ├── classarm__compute_1_1graph_1_1_graph_builder.xhtml ├── classarm__compute_1_1graph_1_1_graph_context.js ├── classarm__compute_1_1graph_1_1_graph_context.xhtml ├── classarm__compute_1_1graph_1_1_graph_manager.js ├── classarm__compute_1_1graph_1_1_graph_manager.xhtml ├── classarm__compute_1_1graph_1_1_grouped_convolution_mutator.js ├── classarm__compute_1_1graph_1_1_grouped_convolution_mutator.xhtml ├── classarm__compute_1_1graph_1_1_grouped_convolution_mutator__coll__graph.map ├── classarm__compute_1_1graph_1_1_grouped_convolution_mutator__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_grouped_convolution_mutator__coll__graph.svg ├── classarm__compute_1_1graph_1_1_i_graph_mutator.js ├── classarm__compute_1_1graph_1_1_i_graph_mutator.xhtml ├── classarm__compute_1_1graph_1_1_i_graph_printer.js ├── classarm__compute_1_1graph_1_1_i_graph_printer.xhtml ├── classarm__compute_1_1graph_1_1_i_node.js ├── classarm__compute_1_1graph_1_1_i_node.xhtml ├── classarm__compute_1_1graph_1_1_i_node_visitor.js ├── classarm__compute_1_1graph_1_1_i_node_visitor.xhtml ├── classarm__compute_1_1graph_1_1_i_tensor_accessor.js ├── classarm__compute_1_1graph_1_1_i_tensor_accessor.xhtml ├── classarm__compute_1_1graph_1_1_i_tensor_handle.js ├── classarm__compute_1_1graph_1_1_i_tensor_handle.xhtml ├── classarm__compute_1_1graph_1_1_in_place_operation_mutator.js ├── classarm__compute_1_1graph_1_1_in_place_operation_mutator.xhtml ├── classarm__compute_1_1graph_1_1_in_place_operation_mutator__coll__graph.map ├── classarm__compute_1_1graph_1_1_in_place_operation_mutator__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_in_place_operation_mutator__coll__graph.svg ├── classarm__compute_1_1graph_1_1_input_node.js ├── classarm__compute_1_1graph_1_1_input_node.xhtml ├── classarm__compute_1_1graph_1_1_input_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_input_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_input_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_node_execution_method_mutator.js ├── classarm__compute_1_1graph_1_1_node_execution_method_mutator.xhtml ├── classarm__compute_1_1graph_1_1_node_execution_method_mutator__coll__graph.map ├── classarm__compute_1_1graph_1_1_node_execution_method_mutator__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_node_execution_method_mutator__coll__graph.svg ├── classarm__compute_1_1graph_1_1_node_fusion_mutator.js ├── classarm__compute_1_1graph_1_1_node_fusion_mutator.xhtml ├── classarm__compute_1_1graph_1_1_node_fusion_mutator__coll__graph.map ├── classarm__compute_1_1graph_1_1_node_fusion_mutator__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_node_fusion_mutator__coll__graph.svg ├── classarm__compute_1_1graph_1_1_normalization_layer_node.js ├── classarm__compute_1_1graph_1_1_normalization_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_normalization_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_normalization_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_normalization_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_normalize_planar_y_u_v_layer_node.js ├── classarm__compute_1_1graph_1_1_normalize_planar_y_u_v_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_normalize_planar_y_u_v_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_normalize_planar_y_u_v_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_normalize_planar_y_u_v_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_output_node.js ├── classarm__compute_1_1graph_1_1_output_node.xhtml ├── classarm__compute_1_1graph_1_1_output_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_output_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_output_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_pad_layer_node.js ├── classarm__compute_1_1graph_1_1_pad_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_pad_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_pad_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_pad_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_pass_manager.js ├── classarm__compute_1_1graph_1_1_pass_manager.xhtml ├── classarm__compute_1_1graph_1_1_permute_layer_node.js ├── classarm__compute_1_1graph_1_1_permute_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_permute_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_permute_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_permute_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_pooling_layer_node.js ├── classarm__compute_1_1graph_1_1_pooling_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_pooling_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_pooling_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_pooling_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_prior_box_layer_node.js ├── classarm__compute_1_1graph_1_1_prior_box_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_prior_box_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_prior_box_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_prior_box_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_quantization_layer_node.js ├── classarm__compute_1_1graph_1_1_quantization_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_quantization_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_quantization_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_quantization_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_r_o_i_align_layer_node.js ├── classarm__compute_1_1graph_1_1_r_o_i_align_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_r_o_i_align_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_r_o_i_align_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_r_o_i_align_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_reorg_layer_node.js ├── classarm__compute_1_1graph_1_1_reorg_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_reorg_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_reorg_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_reorg_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_reshape_layer_node.js ├── classarm__compute_1_1graph_1_1_reshape_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_reshape_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_reshape_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_reshape_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_resize_layer_node.js ├── classarm__compute_1_1graph_1_1_resize_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_resize_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_resize_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_resize_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_slice_layer_node.js ├── classarm__compute_1_1graph_1_1_slice_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_slice_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_slice_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_slice_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_softmax_layer_node.js ├── classarm__compute_1_1graph_1_1_softmax_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_softmax_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_softmax_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_softmax_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_split_layer_node.js ├── classarm__compute_1_1graph_1_1_split_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_split_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_split_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_split_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_split_layer_sub_tensor_mutator.js ├── classarm__compute_1_1graph_1_1_split_layer_sub_tensor_mutator.xhtml ├── classarm__compute_1_1graph_1_1_split_layer_sub_tensor_mutator__coll__graph.map ├── classarm__compute_1_1graph_1_1_split_layer_sub_tensor_mutator__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_split_layer_sub_tensor_mutator__coll__graph.svg ├── classarm__compute_1_1graph_1_1_stack_layer_node.js ├── classarm__compute_1_1graph_1_1_stack_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_stack_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_stack_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_stack_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_task_executor.js ├── classarm__compute_1_1graph_1_1_task_executor.xhtml ├── classarm__compute_1_1graph_1_1_tensor.js ├── classarm__compute_1_1graph_1_1_tensor.xhtml ├── classarm__compute_1_1graph_1_1_upsample_layer_node.js ├── classarm__compute_1_1graph_1_1_upsample_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_upsample_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_upsample_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_upsample_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1_y_o_l_o_layer_node.js ├── classarm__compute_1_1graph_1_1_y_o_l_o_layer_node.xhtml ├── classarm__compute_1_1graph_1_1_y_o_l_o_layer_node__coll__graph.map ├── classarm__compute_1_1graph_1_1_y_o_l_o_layer_node__coll__graph.md5 ├── classarm__compute_1_1graph_1_1_y_o_l_o_layer_node__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_backend_registry.js ├── classarm__compute_1_1graph_1_1backends_1_1_backend_registry.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_device_backend.js ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_device_backend.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_device_backend__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_device_backend__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_device_backend__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_function_factory.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_node_validator.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_sub_tensor_handle.js ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_sub_tensor_handle.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_sub_tensor_handle__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_sub_tensor_handle__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_sub_tensor_handle__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_tensor_handle.js ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_tensor_handle.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_tensor_handle__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_tensor_handle__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_c_l_tensor_handle__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_fused_convolution_batch_normalization_function.js ├── classarm__compute_1_1graph_1_1backends_1_1_fused_convolution_batch_normalization_function.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_fused_convolution_batch_normalization_function__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_fused_convolution_batch_normalization_function__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_fused_convolution_batch_normalization_function__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_fused_depthwise_convolution_batch_normalization_function.js ├── classarm__compute_1_1graph_1_1backends_1_1_fused_depthwise_convolution_batch_normalization_function.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_fused_depthwise_convolution_batch_normalization_function__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_fused_depthwise_convolution_batch_normalization_function__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_fused_depthwise_convolution_batch_normalization_function__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_device_backend.js ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_device_backend.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_device_backend__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_device_backend__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_device_backend__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_function_factory.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_node_validator.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_tensor_handle.js ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_tensor_handle.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_tensor_handle__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_tensor_handle__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_g_c_tensor_handle__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_i_device_backend.js ├── classarm__compute_1_1graph_1_1backends_1_1_i_device_backend.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_device_backend.js ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_device_backend.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_device_backend__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_device_backend__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_device_backend__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_function_factory.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_node_validator.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_sub_tensor_handle.js ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_sub_tensor_handle.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_sub_tensor_handle__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_sub_tensor_handle__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_sub_tensor_handle__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_tensor_handle.js ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_tensor_handle.xhtml ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_tensor_handle__coll__graph.map ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_tensor_handle__coll__graph.md5 ├── classarm__compute_1_1graph_1_1backends_1_1_n_e_tensor_handle__coll__graph.svg ├── classarm__compute_1_1graph_1_1backends_1_1detail_1_1_backend_registrar.js ├── classarm__compute_1_1graph_1_1backends_1_1detail_1_1_backend_registrar.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_activation_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_activation_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_activation_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_activation_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_activation_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_batch_normalization_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_batch_normalization_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_batch_normalization_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_batch_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_batch_normalization_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_bounding_box_transform_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_bounding_box_transform_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_bounding_box_transform_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_bounding_box_transform_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_bounding_box_transform_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_channel_shuffle_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_channel_shuffle_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_channel_shuffle_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_channel_shuffle_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_channel_shuffle_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_concat_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_concat_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_concat_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_concat_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_concat_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_convolution_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_convolution_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_convolution_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_convolution_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_deconvolution_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_deconvolution_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_deconvolution_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_deconvolution_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_deconvolution_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_depthwise_convolution_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_depthwise_convolution_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_depthwise_convolution_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_depthwise_convolution_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_depthwise_convolution_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_output_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_output_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_output_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_output_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_output_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_post_process_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_post_process_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_post_process_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_post_process_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_detection_post_process_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_dummy_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_dummy_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_dummy_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_dummy_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_dummy_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_eltwise_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_eltwise_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_eltwise_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_eltwise_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_eltwise_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_flatten_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_flatten_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_flatten_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_flatten_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_flatten_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_fully_connected_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_fully_connected_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_fully_connected_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_fully_connected_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_fully_connected_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_generate_proposals_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_generate_proposals_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_generate_proposals_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_generate_proposals_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_generate_proposals_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_i_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_i_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_i_stream.js ├── classarm__compute_1_1graph_1_1frontend_1_1_i_stream.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_input_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_input_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_input_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_input_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_input_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_normalization_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_normalization_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_normalization_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_normalization_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_normalization_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_normalize_planar_y_u_v_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_normalize_planar_y_u_v_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_normalize_planar_y_u_v_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_normalize_planar_y_u_v_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_normalize_planar_y_u_v_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_output_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_output_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_output_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_output_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_output_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_pad_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_pad_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_pad_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_pad_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_pad_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_permute_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_permute_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_permute_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_permute_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_permute_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_pooling_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_pooling_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_pooling_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_pooling_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_pooling_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_prior_box_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_prior_box_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_prior_box_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_prior_box_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_prior_box_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_quantization_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_quantization_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_quantization_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_quantization_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_quantization_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_r_o_i_align_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_r_o_i_align_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_r_o_i_align_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_r_o_i_align_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_r_o_i_align_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_reorg_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_reorg_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_reorg_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_reorg_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_reorg_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_reshape_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_reshape_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_reshape_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_reshape_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_reshape_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_resize_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_resize_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_resize_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_resize_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_resize_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_scale_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_scale_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_scale_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_scale_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_scale_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_slice_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_slice_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_slice_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_slice_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_slice_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_softmax_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_softmax_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_softmax_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_softmax_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_softmax_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_stack_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_stack_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_stack_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_stack_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_stack_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_stream.js ├── classarm__compute_1_1graph_1_1frontend_1_1_stream.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_stream__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_stream__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_stream__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_sub_stream.js ├── classarm__compute_1_1graph_1_1frontend_1_1_sub_stream.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_sub_stream__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_sub_stream__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_sub_stream__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_upsample_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_upsample_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_upsample_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_upsample_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_upsample_layer__coll__graph.svg ├── classarm__compute_1_1graph_1_1frontend_1_1_y_o_l_o_layer.js ├── classarm__compute_1_1graph_1_1frontend_1_1_y_o_l_o_layer.xhtml ├── classarm__compute_1_1graph_1_1frontend_1_1_y_o_l_o_layer__coll__graph.map ├── classarm__compute_1_1graph_1_1frontend_1_1_y_o_l_o_layer__coll__graph.md5 ├── classarm__compute_1_1graph_1_1frontend_1_1_y_o_l_o_layer__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_caffe_preproccessor.js ├── classarm__compute_1_1graph__utils_1_1_caffe_preproccessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_caffe_preproccessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_caffe_preproccessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_caffe_preproccessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_detection_output_accessor.js ├── classarm__compute_1_1graph__utils_1_1_detection_output_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_detection_output_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_detection_output_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_detection_output_accessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_dummy_accessor.js ├── classarm__compute_1_1graph__utils_1_1_dummy_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_dummy_accessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_i_preprocessor.js ├── classarm__compute_1_1graph__utils_1_1_i_preprocessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_image_accessor.js ├── classarm__compute_1_1graph__utils_1_1_image_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_image_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_image_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_image_accessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_num_py_accessor.js ├── classarm__compute_1_1graph__utils_1_1_num_py_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_num_py_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_num_py_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_num_py_accessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_num_py_bin_loader.js ├── classarm__compute_1_1graph__utils_1_1_num_py_bin_loader.xhtml ├── classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_num_py_bin_loader__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_p_p_m_writer.js ├── classarm__compute_1_1graph__utils_1_1_p_p_m_writer.xhtml ├── classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_p_p_m_writer__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_random_accessor.js ├── classarm__compute_1_1graph__utils_1_1_random_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_random_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_random_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_random_accessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_save_num_py_accessor.js ├── classarm__compute_1_1graph__utils_1_1_save_num_py_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_save_num_py_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_save_num_py_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_save_num_py_accessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_t_f_preproccessor.js ├── classarm__compute_1_1graph__utils_1_1_t_f_preproccessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_t_f_preproccessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_t_f_preproccessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_t_f_preproccessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor.js ├── classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_validation_input_accessor.js ├── classarm__compute_1_1graph__utils_1_1_validation_input_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_validation_input_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_validation_input_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_validation_input_accessor__coll__graph.svg ├── classarm__compute_1_1graph__utils_1_1_validation_output_accessor.js ├── classarm__compute_1_1graph__utils_1_1_validation_output_accessor.xhtml ├── classarm__compute_1_1graph__utils_1_1_validation_output_accessor__coll__graph.map ├── classarm__compute_1_1graph__utils_1_1_validation_output_accessor__coll__graph.md5 ├── classarm__compute_1_1graph__utils_1_1_validation_output_accessor__coll__graph.svg ├── classarm__compute_1_1io_1_1_file_handler.js ├── classarm__compute_1_1io_1_1_file_handler.xhtml ├── classarm__compute_1_1logging_1_1_date_decorator.js ├── classarm__compute_1_1logging_1_1_date_decorator.xhtml ├── classarm__compute_1_1logging_1_1_date_decorator__coll__graph.map ├── classarm__compute_1_1logging_1_1_date_decorator__coll__graph.md5 ├── classarm__compute_1_1logging_1_1_date_decorator__coll__graph.svg ├── classarm__compute_1_1logging_1_1_file_printer.js ├── classarm__compute_1_1logging_1_1_file_printer.xhtml ├── classarm__compute_1_1logging_1_1_file_printer__coll__graph.map ├── classarm__compute_1_1logging_1_1_file_printer__coll__graph.md5 ├── classarm__compute_1_1logging_1_1_file_printer__coll__graph.svg ├── classarm__compute_1_1logging_1_1_i_decorator.js ├── classarm__compute_1_1logging_1_1_i_decorator.xhtml ├── classarm__compute_1_1logging_1_1_log_level_decorator.js ├── classarm__compute_1_1logging_1_1_log_level_decorator.xhtml ├── classarm__compute_1_1logging_1_1_log_level_decorator__coll__graph.map ├── classarm__compute_1_1logging_1_1_log_level_decorator__coll__graph.md5 ├── classarm__compute_1_1logging_1_1_log_level_decorator__coll__graph.svg ├── classarm__compute_1_1logging_1_1_logger.js ├── classarm__compute_1_1logging_1_1_logger.xhtml ├── classarm__compute_1_1logging_1_1_logger_registry.js ├── classarm__compute_1_1logging_1_1_logger_registry.xhtml ├── classarm__compute_1_1logging_1_1_printer.js ├── classarm__compute_1_1logging_1_1_printer.xhtml ├── classarm__compute_1_1logging_1_1_std_printer.xhtml ├── classarm__compute_1_1logging_1_1_std_printer__coll__graph.map ├── classarm__compute_1_1logging_1_1_std_printer__coll__graph.md5 ├── classarm__compute_1_1logging_1_1_std_printer__coll__graph.svg ├── classarm__compute_1_1logging_1_1_string_decorator.js ├── classarm__compute_1_1logging_1_1_string_decorator.xhtml ├── classarm__compute_1_1logging_1_1_string_decorator__coll__graph.map ├── classarm__compute_1_1logging_1_1_string_decorator__coll__graph.md5 ├── classarm__compute_1_1logging_1_1_string_decorator__coll__graph.svg ├── classarm__compute_1_1logging_1_1_thread_id_decorator.js ├── classarm__compute_1_1logging_1_1_thread_id_decorator.xhtml ├── classarm__compute_1_1logging_1_1_thread_id_decorator__coll__graph.map ├── classarm__compute_1_1logging_1_1_thread_id_decorator__coll__graph.md5 ├── classarm__compute_1_1logging_1_1_thread_id_decorator__coll__graph.svg ├── classarm__compute_1_1misc_1_1_i_cloneable.js ├── classarm__compute_1_1misc_1_1_i_cloneable.xhtml ├── classarm__compute_1_1test_1_1_accessor.js ├── classarm__compute_1_1test_1_1_accessor.xhtml ├── classarm__compute_1_1test_1_1_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_array_accessor.js ├── classarm__compute_1_1test_1_1_array_accessor.xhtml ├── classarm__compute_1_1test_1_1_array_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_array_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_array_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_assets_library.js ├── classarm__compute_1_1test_1_1_assets_library.xhtml ├── classarm__compute_1_1test_1_1_c_l_accessor.js ├── classarm__compute_1_1test_1_1_c_l_accessor.xhtml ├── classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_c_l_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_c_l_array_accessor.js ├── classarm__compute_1_1test_1_1_c_l_array_accessor.xhtml ├── classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_c_l_array_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_c_l_h_o_g_accessor.js ├── classarm__compute_1_1test_1_1_c_l_h_o_g_accessor.xhtml ├── classarm__compute_1_1test_1_1_c_l_h_o_g_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_c_l_h_o_g_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_c_l_h_o_g_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_c_l_lut_accessor.js ├── classarm__compute_1_1test_1_1_c_l_lut_accessor.xhtml ├── classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_c_l_lut_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_c_l_synthetize_function.js ├── classarm__compute_1_1test_1_1_c_l_synthetize_function.xhtml ├── classarm__compute_1_1test_1_1_c_l_synthetize_function__coll__graph.map ├── classarm__compute_1_1test_1_1_c_l_synthetize_function__coll__graph.md5 ├── classarm__compute_1_1test_1_1_c_l_synthetize_function__coll__graph.svg ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_init_output_with_zero_and_with_zero_constant_border.js ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_init_output_with_zero_and_with_zero_constant_border.xhtml ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_init_output_with_zero_and_with_zero_constant_border__coll__graph.map ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_init_output_with_zero_and_with_zero_constant_border__coll__graph.md5 ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_init_output_with_zero_and_with_zero_constant_border__coll__graph.svg ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_with_zero_constant_border.js ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_with_zero_constant_border.xhtml ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_with_zero_constant_border__coll__graph.map ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_with_zero_constant_border__coll__graph.md5 ├── classarm__compute_1_1test_1_1_c_l_synthetize_function_with_zero_constant_border__coll__graph.svg ├── classarm__compute_1_1test_1_1_g_c_accessor.js ├── classarm__compute_1_1test_1_1_g_c_accessor.xhtml ├── classarm__compute_1_1test_1_1_g_c_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_g_c_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_g_c_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_h_o_g_accessor.js ├── classarm__compute_1_1test_1_1_h_o_g_accessor.xhtml ├── classarm__compute_1_1test_1_1_h_o_g_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_h_o_g_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_h_o_g_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_i_accessor.js ├── classarm__compute_1_1test_1_1_i_accessor.xhtml ├── classarm__compute_1_1test_1_1_i_array_accessor.js ├── classarm__compute_1_1test_1_1_i_array_accessor.xhtml ├── classarm__compute_1_1test_1_1_i_h_o_g_accessor.js ├── classarm__compute_1_1test_1_1_i_h_o_g_accessor.xhtml ├── classarm__compute_1_1test_1_1_i_lut_accessor.js ├── classarm__compute_1_1test_1_1_i_lut_accessor.xhtml ├── classarm__compute_1_1test_1_1_lut_accessor.js ├── classarm__compute_1_1test_1_1_lut_accessor.xhtml ├── classarm__compute_1_1test_1_1_lut_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_lut_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_lut_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_n_e_synthetize_function.js ├── classarm__compute_1_1test_1_1_n_e_synthetize_function.xhtml ├── classarm__compute_1_1test_1_1_n_e_synthetize_function__coll__graph.map ├── classarm__compute_1_1test_1_1_n_e_synthetize_function__coll__graph.md5 ├── classarm__compute_1_1test_1_1_n_e_synthetize_function__coll__graph.svg ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border.js ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border.xhtml ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border__coll__graph.map ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border__coll__graph.md5 ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border__coll__graph.svg ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_kernel_border.js ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_kernel_border.xhtml ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_kernel_border__coll__graph.map ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_kernel_border__coll__graph.md5 ├── classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_kernel_border__coll__graph.svg ├── classarm__compute_1_1test_1_1_padding_calculator.js ├── classarm__compute_1_1test_1_1_padding_calculator.xhtml ├── classarm__compute_1_1test_1_1_raw_lut_accessor.js ├── classarm__compute_1_1test_1_1_raw_lut_accessor.xhtml ├── classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_raw_lut_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_raw_tensor.js ├── classarm__compute_1_1test_1_1_raw_tensor.xhtml ├── classarm__compute_1_1test_1_1_raw_tensor__coll__graph.map ├── classarm__compute_1_1test_1_1_raw_tensor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_raw_tensor__coll__graph.svg ├── classarm__compute_1_1test_1_1_simple_tensor.js ├── classarm__compute_1_1test_1_1_simple_tensor.xhtml ├── classarm__compute_1_1test_1_1_simple_tensor__coll__graph.map ├── classarm__compute_1_1test_1_1_simple_tensor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_simple_tensor__coll__graph.svg ├── classarm__compute_1_1test_1_1_simple_tensor_accessor.js ├── classarm__compute_1_1test_1_1_simple_tensor_accessor.xhtml ├── classarm__compute_1_1test_1_1_simple_tensor_accessor__coll__graph.map ├── classarm__compute_1_1test_1_1_simple_tensor_accessor__coll__graph.md5 ├── classarm__compute_1_1test_1_1_simple_tensor_accessor__coll__graph.svg ├── classarm__compute_1_1test_1_1_tensor_cache.js ├── classarm__compute_1_1test_1_1_tensor_cache.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_common_options.js ├── classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_common_options__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_common_options__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_common_options__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.js ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_file_not_found.js ├── classarm__compute_1_1test_1_1framework_1_1_file_not_found.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_file_not_found__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_file_not_found__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_file_not_found__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_fixture.js ├── classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_framework.js ├── classarm__compute_1_1test_1_1framework_1_1_framework.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_instrument.js ├── classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_instruments_stats.js ├── classarm__compute_1_1test_1_1framework_1_1_instruments_stats.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer.js ├── classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_mali_counter.js ├── classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_mali_counter__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_clock.js ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_clock.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_clock__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_clock__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_clock__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_memory_usage.js ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_memory_usage.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_memory_usage__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_memory_usage__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_open_c_l_memory_usage__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_p_m_u.js ├── classarm__compute_1_1test_1_1framework_1_1_p_m_u.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.js ├── classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_pretty_printer.js ├── classarm__compute_1_1test_1_1framework_1_1_pretty_printer.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_pretty_printer__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_printer.js ├── classarm__compute_1_1test_1_1framework_1_1_printer.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_profiler.js ├── classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_scheduler_clock.js ├── classarm__compute_1_1test_1_1framework_1_1_scheduler_clock.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_scheduler_clock__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_scheduler_clock__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_scheduler_clock__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory.js ├── classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_test_case.js ├── classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_test_case_factory.js ├── classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_test_error.js ├── classarm__compute_1_1test_1_1framework_1_1_test_error.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_test_error__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_test_error__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_test_error__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1_test_filter.js ├── classarm__compute_1_1test_1_1framework_1_1_test_filter.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_wall_clock.js ├── classarm__compute_1_1test_1_1framework_1_1_wall_clock.xhtml ├── classarm__compute_1_1test_1_1framework_1_1_wall_clock__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1_wall_clock__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1_wall_clock__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset.js ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset.xhtml ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.map ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.md5 ├── classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset__coll__graph.svg ├── classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_case_registrar.js ├── classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_case_registrar.xhtml ├── classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.js ├── classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.xhtml ├── classarm__compute_1_1test_1_1validation_1_1_absolute_tolerance.js ├── classarm__compute_1_1test_1_1validation_1_1_absolute_tolerance.xhtml ├── classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.js ├── classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml ├── classarm__compute_1_1tuners_1_1_bifrost_tuner.js ├── classarm__compute_1_1tuners_1_1_bifrost_tuner.xhtml ├── classarm__compute_1_1tuners_1_1_bifrost_tuner__coll__graph.map ├── classarm__compute_1_1tuners_1_1_bifrost_tuner__coll__graph.md5 ├── classarm__compute_1_1tuners_1_1_bifrost_tuner__coll__graph.svg ├── classarm__compute_1_1tuners_1_1_midgard_tuner.js ├── classarm__compute_1_1tuners_1_1_midgard_tuner.xhtml ├── classarm__compute_1_1tuners_1_1_midgard_tuner__coll__graph.map ├── classarm__compute_1_1tuners_1_1_midgard_tuner__coll__graph.md5 ├── classarm__compute_1_1tuners_1_1_midgard_tuner__coll__graph.svg ├── classarm__compute_1_1tuners_1_1_tuner_factory.xhtml ├── classarm__compute_1_1utils_1_1_command_line_parser.js ├── classarm__compute_1_1utils_1_1_command_line_parser.xhtml ├── classarm__compute_1_1utils_1_1_common_graph_options.js ├── classarm__compute_1_1utils_1_1_common_graph_options.xhtml ├── classarm__compute_1_1utils_1_1_common_graph_options__coll__graph.map ├── classarm__compute_1_1utils_1_1_common_graph_options__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_common_graph_options__coll__graph.svg ├── classarm__compute_1_1utils_1_1_enum_list_option.js ├── classarm__compute_1_1utils_1_1_enum_list_option.xhtml ├── classarm__compute_1_1utils_1_1_enum_list_option__coll__graph.map ├── classarm__compute_1_1utils_1_1_enum_list_option__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_enum_list_option__coll__graph.svg ├── classarm__compute_1_1utils_1_1_enum_option.js ├── classarm__compute_1_1utils_1_1_enum_option.xhtml ├── classarm__compute_1_1utils_1_1_enum_option__coll__graph.map ├── classarm__compute_1_1utils_1_1_enum_option__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_enum_option__coll__graph.svg ├── classarm__compute_1_1utils_1_1_example.js ├── classarm__compute_1_1utils_1_1_example.xhtml ├── classarm__compute_1_1utils_1_1_file_image_feeder.js ├── classarm__compute_1_1utils_1_1_file_image_feeder.xhtml ├── classarm__compute_1_1utils_1_1_file_image_feeder__coll__graph.map ├── classarm__compute_1_1utils_1_1_file_image_feeder__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_file_image_feeder__coll__graph.svg ├── classarm__compute_1_1utils_1_1_i_image_data_feeder.js ├── classarm__compute_1_1utils_1_1_i_image_data_feeder.xhtml ├── classarm__compute_1_1utils_1_1_i_image_loader.js ├── classarm__compute_1_1utils_1_1_i_image_loader.xhtml ├── classarm__compute_1_1utils_1_1_image_loader_factory.xhtml ├── classarm__compute_1_1utils_1_1_j_p_e_g_loader.js ├── classarm__compute_1_1utils_1_1_j_p_e_g_loader.xhtml ├── classarm__compute_1_1utils_1_1_j_p_e_g_loader__coll__graph.map ├── classarm__compute_1_1utils_1_1_j_p_e_g_loader__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_j_p_e_g_loader__coll__graph.svg ├── classarm__compute_1_1utils_1_1_list_option.js ├── classarm__compute_1_1utils_1_1_list_option.xhtml ├── classarm__compute_1_1utils_1_1_list_option__coll__graph.map ├── classarm__compute_1_1utils_1_1_list_option__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_list_option__coll__graph.svg ├── classarm__compute_1_1utils_1_1_memory_image_feeder.js ├── classarm__compute_1_1utils_1_1_memory_image_feeder.xhtml ├── classarm__compute_1_1utils_1_1_memory_image_feeder__coll__graph.map ├── classarm__compute_1_1utils_1_1_memory_image_feeder__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_memory_image_feeder__coll__graph.svg ├── classarm__compute_1_1utils_1_1_n_p_y_loader.js ├── classarm__compute_1_1utils_1_1_n_p_y_loader.xhtml ├── classarm__compute_1_1utils_1_1_option.js ├── classarm__compute_1_1utils_1_1_option.xhtml ├── classarm__compute_1_1utils_1_1_p_p_m_loader.js ├── classarm__compute_1_1utils_1_1_p_p_m_loader.xhtml ├── classarm__compute_1_1utils_1_1_p_p_m_loader__coll__graph.map ├── classarm__compute_1_1utils_1_1_p_p_m_loader__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_p_p_m_loader__coll__graph.svg ├── classarm__compute_1_1utils_1_1_simple_option.js ├── classarm__compute_1_1utils_1_1_simple_option.xhtml ├── classarm__compute_1_1utils_1_1_simple_option__coll__graph.map ├── classarm__compute_1_1utils_1_1_simple_option__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_simple_option__coll__graph.svg ├── classarm__compute_1_1utils_1_1_toggle_option.js ├── classarm__compute_1_1utils_1_1_toggle_option.xhtml ├── classarm__compute_1_1utils_1_1_toggle_option__coll__graph.map ├── classarm__compute_1_1utils_1_1_toggle_option__coll__graph.md5 ├── classarm__compute_1_1utils_1_1_toggle_option__coll__graph.svg ├── classarm__compute_1_1utils_1_1iterable_1_1reverse__iterable.js ├── classarm__compute_1_1utils_1_1iterable_1_1reverse__iterable.xhtml ├── classarm__compute_1_1utils_1_1mmap__io_1_1_m_mapped_file.js ├── classarm__compute_1_1utils_1_1mmap__io_1_1_m_mapped_file.xhtml ├── classarm__compute_1_1utils_1_1random_1_1_ranged_uniform_distribution.js ├── classarm__compute_1_1utils_1_1random_1_1_ranged_uniform_distribution.xhtml ├── classarm__compute_1_1utils_1_1uniform__real__distribution__fp16.js ├── classarm__compute_1_1utils_1_1uniform__real__distribution__fp16.xhtml ├── classarm__gemm_1_1_buffer.js ├── classarm__gemm_1_1_buffer.xhtml ├── classarm__gemm_1_1_buffer_manager.js ├── classarm__gemm_1_1_buffer_manager.xhtml ├── classarm__gemm_1_1_gemm_hybrid.js ├── classarm__gemm_1_1_gemm_hybrid.xhtml ├── classarm__gemm_1_1_gemm_hybrid__coll__graph.map ├── classarm__gemm_1_1_gemm_hybrid__coll__graph.md5 ├── classarm__gemm_1_1_gemm_hybrid__coll__graph.svg ├── classarm__gemm_1_1_gemm_hybrid_quantized.js ├── classarm__gemm_1_1_gemm_hybrid_quantized.xhtml ├── classarm__gemm_1_1_gemm_hybrid_quantized__coll__graph.map ├── classarm__gemm_1_1_gemm_hybrid_quantized__coll__graph.md5 ├── classarm__gemm_1_1_gemm_hybrid_quantized__coll__graph.svg ├── classarm__gemm_1_1_gemm_interleaved.js ├── classarm__gemm_1_1_gemm_interleaved.xhtml ├── classarm__gemm_1_1_gemm_interleaved__coll__graph.map ├── classarm__gemm_1_1_gemm_interleaved__coll__graph.md5 ├── classarm__gemm_1_1_gemm_interleaved__coll__graph.svg ├── classarm__gemm_1_1_gemm_native.js ├── classarm__gemm_1_1_gemm_native.xhtml ├── classarm__gemm_1_1_gemm_native__coll__graph.map ├── classarm__gemm_1_1_gemm_native__coll__graph.md5 ├── classarm__gemm_1_1_gemm_native__coll__graph.svg ├── classarm__gemm_1_1_gemv_batched.js ├── classarm__gemm_1_1_gemv_batched.xhtml ├── classarm__gemm_1_1_gemv_batched__coll__graph.map ├── classarm__gemm_1_1_gemv_batched__coll__graph.md5 ├── classarm__gemm_1_1_gemv_batched__coll__graph.svg ├── classarm__gemm_1_1_gemv_native_transposed.js ├── classarm__gemm_1_1_gemv_native_transposed.xhtml ├── classarm__gemm_1_1_gemv_native_transposed__coll__graph.map ├── classarm__gemm_1_1_gemv_native_transposed__coll__graph.md5 ├── classarm__gemm_1_1_gemv_native_transposed__coll__graph.svg ├── classarm__gemm_1_1_gemv_pretransposed.js ├── classarm__gemm_1_1_gemv_pretransposed.xhtml ├── classarm__gemm_1_1_gemv_pretransposed__coll__graph.map ├── classarm__gemm_1_1_gemv_pretransposed__coll__graph.md5 ├── classarm__gemm_1_1_gemv_pretransposed__coll__graph.svg ├── classarm__gemm_1_1_n_d_range.js ├── classarm__gemm_1_1_n_d_range.xhtml ├── classarm__gemm_1_1_quantize_wrapper.js ├── classarm__gemm_1_1_quantize_wrapper.xhtml ├── classarm__gemm_1_1_quantize_wrapper__coll__graph.map ├── classarm__gemm_1_1_quantize_wrapper__coll__graph.md5 ├── classarm__gemm_1_1_quantize_wrapper__coll__graph.svg ├── classarm__gemm_1_1_std_transforms_fixed.js ├── classarm__gemm_1_1_std_transforms_fixed.xhtml ├── classarm__gemm_1_1_std_transforms_s_v_e.js ├── classarm__gemm_1_1_std_transforms_s_v_e.xhtml ├── classarm__gemm_1_1barrier.js ├── classarm__gemm_1_1barrier.xhtml ├── classes.xhtml ├── closed.png ├── clt_8h.js ├── clt_8h.xhtml ├── clt_8h_source.xhtml ├── col2im_8cl.xhtml ├── col2im_8cl_source.xhtml ├── color__convert_8cl.js ├── color__convert_8cl.xhtml ├── color__convert_8cl_source.xhtml ├── combine_8h.js ├── combine_8h.xhtml ├── combine_8h_source.xhtml ├── comparisons_8cl.js ├── comparisons_8cl.xhtml ├── comparisons_8cl_source.xhtml ├── concatenate_8cl.xhtml ├── concatenate_8cl_source.xhtml ├── convert__fc__weights_8cl.xhtml ├── convert__fc__weights_8cl_source.xhtml ├── convolution3x3_8cl.js ├── convolution3x3_8cl.xhtml ├── convolution3x3_8cl_source.xhtml ├── convolution5x5_8cl.js ├── convolution5x5_8cl.xhtml ├── convolution5x5_8cl_source.xhtml ├── convolution7x7_8cl.js ├── convolution7x7_8cl.xhtml ├── convolution7x7_8cl_source.xhtml ├── convolution9x9_8cl.js ├── convolution9x9_8cl.xhtml ├── convolution9x9_8cl_source.xhtml ├── convolution__layer_8cl.xhtml ├── convolution__layer_8cl_source.xhtml ├── convolution__rectangle_8cl.js ├── convolution__rectangle_8cl.xhtml ├── convolution__rectangle_8cl_source.xhtml ├── copy__tensor_8cl.xhtml ├── copy__tensor_8cl_source.xhtml ├── core_2_c_l_2_c_l_helpers_8cpp.js ├── core_2_c_l_2_c_l_helpers_8cpp.xhtml ├── core_2_c_l_2_c_l_helpers_8cpp_source.xhtml ├── core_2_c_l_2_c_l_helpers_8h.js ├── core_2_c_l_2_c_l_helpers_8h.xhtml ├── core_2_c_l_2_c_l_helpers_8h_source.xhtml ├── core_2utils_2logging_2_logger_8h.xhtml ├── core_2utils_2logging_2_logger_8h_source.xhtml ├── crop__tensor_8cl.xhtml ├── crop__tensor_8cl_source.xhtml ├── data_import.xhtml ├── deconvolution__layer_8cl.js ├── deconvolution__layer_8cl.xhtml ├── deconvolution__layer_8cl_source.xhtml ├── deprecated.xhtml ├── depth__convert_8cl.js ├── depth__convert_8cl.xhtml ├── depth__convert_8cl_source.xhtml ├── depth__to__space_8cl.xhtml ├── depth__to__space_8cl_source.xhtml ├── depthwise__convolution_8cl.js ├── depthwise__convolution_8cl.xhtml ├── depthwise__convolution_8cl_source.xhtml ├── depthwise__convolution__quantized_8cl.xhtml ├── depthwise__convolution__quantized_8cl_source.xhtml ├── dequantization__layer_8cl.xhtml ├── dequantization__layer_8cl_source.xhtml ├── derivative_8cl.js ├── derivative_8cl.xhtml ├── derivative_8cl_source.xhtml ├── dilate_8cl.js ├── dilate_8cl.xhtml ├── dilate_8cl_source.xhtml ├── dir_000000_000029.xhtml ├── dir_000000_000034.xhtml ├── dir_000000_000150.xhtml ├── dir_000001_000003.xhtml ├── dir_000001_000014.xhtml ├── dir_000001_000050.xhtml ├── dir_000001_000150.xhtml ├── dir_000002_000009.xhtml ├── dir_000002_000150.xhtml ├── dir_000003_000001.xhtml ├── dir_000003_000002.xhtml ├── dir_000003_000010.xhtml ├── dir_000003_000011.xhtml ├── dir_000003_000012.xhtml ├── dir_000003_000014.xhtml ├── dir_000003_000022.xhtml ├── dir_000003_000150.xhtml ├── dir_000004_000001.xhtml ├── dir_000004_000047.xhtml ├── dir_000004_000049.xhtml ├── dir_000004_000050.xhtml ├── dir_000004_000150.xhtml ├── dir_000010_000003.xhtml ├── dir_000010_000011.xhtml ├── dir_000010_000022.xhtml ├── dir_000010_000150.xhtml ├── dir_000011_000003.xhtml ├── dir_000011_000022.xhtml ├── dir_000011_000150.xhtml ├── dir_000012_000013.xhtml ├── dir_000012_000150.xhtml ├── dir_000014_000150.xhtml ├── dir_000015_000036.xhtml ├── dir_000015_000150.xhtml ├── dir_000017_000000.xhtml ├── dir_000017_000034.xhtml ├── dir_000017_000150.xhtml ├── dir_000018_000000.xhtml ├── dir_000018_000150.xhtml ├── dir_000021_000000.xhtml ├── dir_000021_000032.xhtml ├── dir_000021_000034.xhtml ├── dir_000021_000150.xhtml ├── dir_000021_000151.xhtml ├── dir_000021_000152.xhtml ├── dir_000021_000153.xhtml ├── dir_000022_000010.xhtml ├── dir_000022_000011.xhtml ├── dir_000022_000014.xhtml ├── dir_000022_000025.xhtml ├── dir_000022_000150.xhtml ├── dir_000023_000024.xhtml ├── dir_000023_000027.xhtml ├── dir_000025_000010.xhtml ├── dir_000025_000014.xhtml ├── dir_000025_000023.xhtml ├── dir_000025_000150.xhtml ├── dir_000026_000023.xhtml ├── dir_000028_000035.xhtml ├── dir_000028_000150.xhtml ├── dir_000029_000001.xhtml ├── dir_000029_000003.xhtml ├── dir_000029_000034.xhtml ├── dir_000029_000150.xhtml ├── dir_000030_000001.xhtml ├── dir_000031_000001.xhtml ├── dir_000031_000003.xhtml ├── dir_000031_000046.xhtml ├── dir_000031_000150.xhtml ├── dir_000032_000000.xhtml ├── dir_000032_000034.xhtml ├── dir_000032_000150.xhtml ├── dir_000033_000000.xhtml ├── dir_000033_000032.xhtml ├── dir_000033_000150.xhtml ├── dir_000034_000000.xhtml ├── dir_000034_000001.xhtml ├── dir_000034_000003.xhtml ├── dir_000034_000029.xhtml ├── dir_000034_000150.xhtml ├── dir_000034_000159.xhtml ├── dir_000035_000028.xhtml ├── dir_000038_000156.xhtml ├── dir_000041_000001.xhtml ├── dir_000041_000003.xhtml ├── dir_000042_000001.xhtml ├── dir_000042_000003.xhtml ├── dir_000043_000001.xhtml ├── dir_000043_000003.xhtml ├── dir_000046_000001.xhtml ├── dir_000047_000001.xhtml ├── dir_000047_000049.xhtml ├── dir_000047_000050.xhtml ├── dir_000048_000001.xhtml ├── dir_000048_000150.xhtml ├── dir_000049_000001.xhtml ├── dir_000050_000001.xhtml ├── dir_000050_000051.xhtml ├── dir_000051_000001.xhtml ├── dir_000052_000001.xhtml ├── dir_000052_000053.xhtml ├── dir_000053_000001.xhtml ├── dir_000054_000001.xhtml ├── dir_000054_000049.xhtml ├── dir_000054_000050.xhtml ├── dir_000055_000001.xhtml ├── dir_000055_000049.xhtml ├── dir_000055_000050.xhtml ├── dir_000055_000056.xhtml ├── dir_000059_000000.xhtml ├── dir_000059_000034.xhtml ├── dir_000059_000150.xhtml ├── dir_000060_000000.xhtml ├── dir_000060_000034.xhtml ├── dir_000060_000150.xhtml ├── dir_000061_000000.xhtml ├── dir_000061_000034.xhtml ├── dir_000061_000150.xhtml ├── dir_000062_000000.xhtml ├── dir_000063_000000.xhtml ├── dir_000064_000000.xhtml ├── dir_000065_000000.xhtml ├── dir_000066_000000.xhtml ├── dir_000066_000150.xhtml ├── dir_000067_000000.xhtml ├── dir_000067_000150.xhtml ├── dir_000068_000000.xhtml ├── dir_000068_000150.xhtml ├── dir_000069_000000.xhtml ├── dir_000069_000150.xhtml ├── dir_000070_000000.xhtml ├── dir_000070_000150.xhtml ├── dir_000071_000000.xhtml ├── dir_000071_000032.xhtml ├── dir_000071_000034.xhtml ├── dir_000071_000150.xhtml ├── dir_000072_000000.xhtml ├── dir_000072_000150.xhtml ├── dir_000073_000000.xhtml ├── dir_000073_000150.xhtml ├── dir_000074_000000.xhtml ├── dir_000074_000034.xhtml ├── dir_000074_000150.xhtml ├── dir_000075_000000.xhtml ├── dir_000075_000034.xhtml ├── dir_000075_000150.xhtml ├── dir_000076_000077.xhtml ├── dir_000076_000114.xhtml ├── dir_000076_000115.xhtml ├── dir_000116_000000.xhtml ├── dir_000116_000150.xhtml ├── dir_000117_000000.xhtml ├── dir_000118_000000.xhtml ├── dir_000118_000032.xhtml ├── dir_000118_000034.xhtml ├── dir_000118_000151.xhtml ├── dir_000118_000152.xhtml ├── dir_000118_000153.xhtml ├── dir_000119_000000.xhtml ├── dir_000119_000032.xhtml ├── dir_000119_000034.xhtml ├── dir_000119_000151.xhtml ├── dir_000120_000000.xhtml ├── dir_000120_000032.xhtml ├── dir_000120_000034.xhtml ├── dir_000120_000153.xhtml ├── dir_000121_000000.xhtml ├── dir_000121_000032.xhtml ├── dir_000121_000033.xhtml ├── dir_000121_000034.xhtml ├── dir_000121_000150.xhtml ├── dir_000121_000151.xhtml ├── dir_000122_000000.xhtml ├── dir_000122_000032.xhtml ├── dir_000122_000033.xhtml ├── dir_000122_000150.xhtml ├── dir_000122_000153.xhtml ├── dir_000123_000000.xhtml ├── dir_000123_000150.xhtml ├── dir_000124_000000.xhtml ├── dir_000125_000000.xhtml ├── dir_000126_000000.xhtml ├── dir_000127_000000.xhtml ├── dir_000127_000150.xhtml ├── dir_000128_000000.xhtml ├── dir_000128_000150.xhtml ├── dir_000129_000000.xhtml ├── dir_000129_000150.xhtml ├── dir_000130_000000.xhtml ├── dir_000130_000150.xhtml ├── dir_000131_000000.xhtml ├── dir_000132_000000.xhtml ├── dir_000133_000000.xhtml ├── dir_000134_000000.xhtml ├── dir_000135_000000.xhtml ├── dir_000135_000032.xhtml ├── dir_000135_000034.xhtml ├── dir_000135_000152.xhtml ├── dir_000136_000000.xhtml ├── dir_000136_000032.xhtml ├── dir_000136_000150.xhtml ├── dir_000136_000152.xhtml ├── dir_000137_000000.xhtml ├── dir_000138_000000.xhtml ├── dir_000138_000034.xhtml ├── dir_000138_000150.xhtml ├── dir_000139_000000.xhtml ├── dir_000140_000000.xhtml ├── dir_000140_000150.xhtml ├── dir_000141_000000.xhtml ├── dir_000141_000150.xhtml ├── dir_000142_000000.xhtml ├── dir_000142_000150.xhtml ├── dir_000143_000000.xhtml ├── dir_000143_000150.xhtml ├── dir_000144_000000.xhtml ├── dir_000144_000034.xhtml ├── dir_000144_000150.xhtml ├── dir_000145_000000.xhtml ├── dir_000145_000034.xhtml ├── dir_000145_000150.xhtml ├── dir_000146_000000.xhtml ├── dir_000147_000000.xhtml ├── dir_000148_000000.xhtml ├── dir_000148_000032.xhtml ├── dir_000148_000033.xhtml ├── dir_000148_000150.xhtml ├── dir_000148_000151.xhtml ├── dir_000149_000000.xhtml ├── dir_000149_000032.xhtml ├── dir_000149_000033.xhtml ├── dir_000149_000150.xhtml ├── dir_000149_000153.xhtml ├── dir_000151_000000.xhtml ├── dir_000151_000150.xhtml ├── dir_000152_000000.xhtml ├── dir_000153_000000.xhtml ├── dir_000153_000150.xhtml ├── dir_000154_000034.xhtml ├── dir_000154_000038.xhtml ├── dir_000154_000156.xhtml ├── dir_000155_000034.xhtml ├── dir_000155_000150.xhtml ├── dir_000156_000000.xhtml ├── dir_000157_000000.xhtml ├── dir_000157_000032.xhtml ├── dir_000157_000033.xhtml ├── dir_000157_000153.xhtml ├── dir_000158_000000.xhtml ├── dir_000158_000032.xhtml ├── dir_000158_000150.xhtml ├── dir_000158_000152.xhtml ├── dir_000159_000000.xhtml ├── dir_000159_000150.xhtml ├── dir_016fa5637888b23a90b93c4e98f1766c.js ├── dir_016fa5637888b23a90b93c4e98f1766c.xhtml ├── dir_016fa5637888b23a90b93c4e98f1766c_dep.map ├── dir_016fa5637888b23a90b93c4e98f1766c_dep.md5 ├── dir_016fa5637888b23a90b93c4e98f1766c_dep.svg ├── dir_0304d3529340c629ae0050036d07056a.js ├── dir_0304d3529340c629ae0050036d07056a.xhtml ├── dir_0304d3529340c629ae0050036d07056a_dep.map ├── dir_0304d3529340c629ae0050036d07056a_dep.md5 ├── dir_0304d3529340c629ae0050036d07056a_dep.svg ├── dir_03bf55092b89d15420bbae2538cbf20d.js ├── dir_03bf55092b89d15420bbae2538cbf20d.xhtml ├── dir_0538a82dae0483a21d0f1e9d7e0a45c6.js ├── dir_0538a82dae0483a21d0f1e9d7e0a45c6.xhtml ├── dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.map ├── dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.md5 ├── dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.svg ├── dir_0a6500f7272333a2de6dc109dffb6341.js ├── dir_0a6500f7272333a2de6dc109dffb6341.xhtml ├── dir_0a6500f7272333a2de6dc109dffb6341_dep.map ├── dir_0a6500f7272333a2de6dc109dffb6341_dep.md5 ├── dir_0a6500f7272333a2de6dc109dffb6341_dep.svg ├── dir_0c108762cda89b68d4571cbbabdf46df.js ├── dir_0c108762cda89b68d4571cbbabdf46df.xhtml ├── dir_0c108762cda89b68d4571cbbabdf46df_dep.map ├── dir_0c108762cda89b68d4571cbbabdf46df_dep.md5 ├── dir_0c108762cda89b68d4571cbbabdf46df_dep.svg ├── dir_0d355c666c9112d6c284db652fc19b7c.js ├── dir_0d355c666c9112d6c284db652fc19b7c.xhtml ├── dir_0dd7887818bb8d90732685575a13f58a.js ├── dir_0dd7887818bb8d90732685575a13f58a.xhtml ├── dir_0dd7887818bb8d90732685575a13f58a_dep.map ├── dir_0dd7887818bb8d90732685575a13f58a_dep.md5 ├── dir_0dd7887818bb8d90732685575a13f58a_dep.svg ├── dir_0f1ff859406f1a8b0006aceabacdc4c4.js ├── dir_0f1ff859406f1a8b0006aceabacdc4c4.xhtml ├── dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.map ├── dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.md5 ├── dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.svg ├── dir_109374e99be0205441d869eba1a88b2d.js ├── dir_109374e99be0205441d869eba1a88b2d.xhtml ├── dir_109374e99be0205441d869eba1a88b2d_dep.map ├── dir_109374e99be0205441d869eba1a88b2d_dep.md5 ├── dir_109374e99be0205441d869eba1a88b2d_dep.svg ├── dir_10a8ee34f3d0df8ebfa752c7937ca169.js ├── dir_10a8ee34f3d0df8ebfa752c7937ca169.xhtml ├── dir_10a8ee34f3d0df8ebfa752c7937ca169_dep.map ├── dir_10a8ee34f3d0df8ebfa752c7937ca169_dep.md5 ├── dir_10a8ee34f3d0df8ebfa752c7937ca169_dep.svg ├── dir_10e80573338332a4bfd4cb4cc0953674.js ├── dir_10e80573338332a4bfd4cb4cc0953674.xhtml ├── dir_14aed42c4f3e167f9cc9af94b3e4fe21.js ├── dir_14aed42c4f3e167f9cc9af94b3e4fe21.xhtml ├── dir_154b7715c8b805d6c07751152e8bda26.js ├── dir_154b7715c8b805d6c07751152e8bda26.xhtml ├── dir_154b7715c8b805d6c07751152e8bda26_dep.map ├── dir_154b7715c8b805d6c07751152e8bda26_dep.md5 ├── dir_154b7715c8b805d6c07751152e8bda26_dep.svg ├── dir_1592230d215bd21ed5df59a3c32f1151.js ├── dir_1592230d215bd21ed5df59a3c32f1151.xhtml ├── dir_1633709b037eda5b8477677909f78129.js ├── dir_1633709b037eda5b8477677909f78129.xhtml ├── dir_1633709b037eda5b8477677909f78129_dep.map ├── dir_1633709b037eda5b8477677909f78129_dep.md5 ├── dir_1633709b037eda5b8477677909f78129_dep.svg ├── dir_164760bf7329d24aeb5bf152d907957f.js ├── dir_164760bf7329d24aeb5bf152d907957f.xhtml ├── dir_184f72a532a521c8d66e76d860c2010a.js ├── dir_184f72a532a521c8d66e76d860c2010a.xhtml ├── dir_184f72a532a521c8d66e76d860c2010a_dep.map ├── dir_184f72a532a521c8d66e76d860c2010a_dep.md5 ├── dir_184f72a532a521c8d66e76d860c2010a_dep.svg ├── dir_1b9e532a4c8623825d945e964c6e4c7f.js ├── dir_1b9e532a4c8623825d945e964c6e4c7f.xhtml ├── dir_1b9e532a4c8623825d945e964c6e4c7f_dep.map ├── dir_1b9e532a4c8623825d945e964c6e4c7f_dep.md5 ├── dir_1b9e532a4c8623825d945e964c6e4c7f_dep.svg ├── dir_1bfffff844e6b15c54f06f69450095a2.js ├── dir_1bfffff844e6b15c54f06f69450095a2.xhtml ├── dir_1ce938f580a6f304b99685e2c1dd19db.js ├── dir_1ce938f580a6f304b99685e2c1dd19db.xhtml ├── dir_1ce938f580a6f304b99685e2c1dd19db_dep.map ├── dir_1ce938f580a6f304b99685e2c1dd19db_dep.md5 ├── dir_1ce938f580a6f304b99685e2c1dd19db_dep.svg ├── dir_1d3aea151800ecc57e9ba64dda115172.js ├── dir_1d3aea151800ecc57e9ba64dda115172.xhtml ├── dir_1d7cadfed01c895b25460177608d44e9.js ├── dir_1d7cadfed01c895b25460177608d44e9.xhtml ├── dir_1d7cadfed01c895b25460177608d44e9_dep.map ├── dir_1d7cadfed01c895b25460177608d44e9_dep.md5 ├── dir_1d7cadfed01c895b25460177608d44e9_dep.svg ├── dir_1fb090f0c6070330bfaccc4236d3ca0d.js ├── dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml ├── dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.map ├── dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.md5 ├── dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.svg ├── dir_206fa38e8c3fc97a898aacd11e6f0b79.js ├── dir_206fa38e8c3fc97a898aacd11e6f0b79.xhtml ├── dir_214608ef36d61442cb2b0c1c4e9a7def.js ├── dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml ├── dir_214608ef36d61442cb2b0c1c4e9a7def_dep.map ├── dir_214608ef36d61442cb2b0c1c4e9a7def_dep.md5 ├── dir_214608ef36d61442cb2b0c1c4e9a7def_dep.svg ├── dir_251c63bc3f70b60acf43edd6d870a3ef.js ├── dir_251c63bc3f70b60acf43edd6d870a3ef.xhtml ├── dir_251c63bc3f70b60acf43edd6d870a3ef_dep.map ├── dir_251c63bc3f70b60acf43edd6d870a3ef_dep.md5 ├── dir_251c63bc3f70b60acf43edd6d870a3ef_dep.svg ├── dir_25885286e9dad4fa105b7b25a8031bbf.js ├── dir_25885286e9dad4fa105b7b25a8031bbf.xhtml ├── dir_265d4fb1e77c48a431099258622540f0.js ├── dir_265d4fb1e77c48a431099258622540f0.xhtml ├── dir_2af5ba73c22f603fb662b4c21cfc8574.js ├── dir_2af5ba73c22f603fb662b4c21cfc8574.xhtml ├── dir_2af5ba73c22f603fb662b4c21cfc8574_dep.map ├── dir_2af5ba73c22f603fb662b4c21cfc8574_dep.md5 ├── dir_2af5ba73c22f603fb662b4c21cfc8574_dep.svg ├── dir_2c3c4cb85e732569e2614ad40a451d53.js ├── dir_2c3c4cb85e732569e2614ad40a451d53.xhtml ├── dir_2c3c4cb85e732569e2614ad40a451d53_dep.map ├── dir_2c3c4cb85e732569e2614ad40a451d53_dep.md5 ├── dir_2c3c4cb85e732569e2614ad40a451d53_dep.svg ├── dir_2d287d0b1a82c88d991f218c8bb4dd9a.js ├── dir_2d287d0b1a82c88d991f218c8bb4dd9a.xhtml ├── dir_2d287d0b1a82c88d991f218c8bb4dd9a_dep.map ├── dir_2d287d0b1a82c88d991f218c8bb4dd9a_dep.md5 ├── dir_2d287d0b1a82c88d991f218c8bb4dd9a_dep.svg ├── dir_315f6cf1ec0b2df3ae747ff8286a19f5.js ├── dir_315f6cf1ec0b2df3ae747ff8286a19f5.xhtml ├── dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.map ├── dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.md5 ├── dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.svg ├── dir_330aa6f4e434724354905027707c791c.js ├── dir_330aa6f4e434724354905027707c791c.xhtml ├── dir_330aa6f4e434724354905027707c791c_dep.map ├── dir_330aa6f4e434724354905027707c791c_dep.md5 ├── dir_330aa6f4e434724354905027707c791c_dep.svg ├── dir_345bd7154d1542d1e03fd2836959a19d.js ├── dir_345bd7154d1542d1e03fd2836959a19d.xhtml ├── dir_345bd7154d1542d1e03fd2836959a19d_dep.map ├── dir_345bd7154d1542d1e03fd2836959a19d_dep.md5 ├── dir_345bd7154d1542d1e03fd2836959a19d_dep.svg ├── dir_36bd1941057d7130e210a25993eacc69.js ├── dir_36bd1941057d7130e210a25993eacc69.xhtml ├── dir_36bd1941057d7130e210a25993eacc69_dep.map ├── dir_36bd1941057d7130e210a25993eacc69_dep.md5 ├── dir_36bd1941057d7130e210a25993eacc69_dep.svg ├── dir_37898111e8830d95410448dc3a0db5d0.js ├── dir_37898111e8830d95410448dc3a0db5d0.xhtml ├── dir_3903b3e0c5c8edc6256447940c1047e7.js ├── dir_3903b3e0c5c8edc6256447940c1047e7.xhtml ├── dir_3958bf7e8f64297ed36a3a01e8861c9a.js ├── dir_3958bf7e8f64297ed36a3a01e8861c9a.xhtml ├── dir_39e772dac1f6529f21fb52deefa146ea.js ├── dir_39e772dac1f6529f21fb52deefa146ea.xhtml ├── dir_39e772dac1f6529f21fb52deefa146ea_dep.map ├── dir_39e772dac1f6529f21fb52deefa146ea_dep.md5 ├── dir_39e772dac1f6529f21fb52deefa146ea_dep.svg ├── dir_3ae4dd920606513112c36def084883aa.js ├── dir_3ae4dd920606513112c36def084883aa.xhtml ├── dir_3c2f5f0a20181c747d4773b0ba30e968.js ├── dir_3c2f5f0a20181c747d4773b0ba30e968.xhtml ├── dir_3cbe5b6455504b72bdad57647abe41ab.js ├── dir_3cbe5b6455504b72bdad57647abe41ab.xhtml ├── dir_3cbe5b6455504b72bdad57647abe41ab_dep.map ├── dir_3cbe5b6455504b72bdad57647abe41ab_dep.md5 ├── dir_3cbe5b6455504b72bdad57647abe41ab_dep.svg ├── dir_3ce11c95fd532b87aa3e6777b412b94b.js ├── dir_3ce11c95fd532b87aa3e6777b412b94b.xhtml ├── dir_3ce11c95fd532b87aa3e6777b412b94b_dep.map ├── dir_3ce11c95fd532b87aa3e6777b412b94b_dep.md5 ├── dir_3ce11c95fd532b87aa3e6777b412b94b_dep.svg ├── dir_3e293f3ae81d2d545c4507ac4916d0ae.js ├── dir_3e293f3ae81d2d545c4507ac4916d0ae.xhtml ├── dir_4165fcd8206cc52fde421ae1f1275b40.js ├── dir_4165fcd8206cc52fde421ae1f1275b40.xhtml ├── dir_420d2db1b9c99f59825a3985434c3703.js ├── dir_420d2db1b9c99f59825a3985434c3703.xhtml ├── dir_420d2db1b9c99f59825a3985434c3703_dep.map ├── dir_420d2db1b9c99f59825a3985434c3703_dep.md5 ├── dir_420d2db1b9c99f59825a3985434c3703_dep.svg ├── dir_42a47fd2d5d1d5034826f0cf4120b9d2.js ├── dir_42a47fd2d5d1d5034826f0cf4120b9d2.xhtml ├── dir_43c3fdbf778d1fd99e2e38f09fddd920.js ├── dir_43c3fdbf778d1fd99e2e38f09fddd920.xhtml ├── dir_43c3fdbf778d1fd99e2e38f09fddd920_dep.map ├── dir_43c3fdbf778d1fd99e2e38f09fddd920_dep.md5 ├── dir_43c3fdbf778d1fd99e2e38f09fddd920_dep.svg ├── dir_445738e6fed662d0b65e690e3f1e1de0.js ├── dir_445738e6fed662d0b65e690e3f1e1de0.xhtml ├── dir_445738e6fed662d0b65e690e3f1e1de0_dep.map ├── dir_445738e6fed662d0b65e690e3f1e1de0_dep.md5 ├── dir_445738e6fed662d0b65e690e3f1e1de0_dep.svg ├── dir_46fdb196cebdbffe77dac340cde62f29.js ├── dir_46fdb196cebdbffe77dac340cde62f29.xhtml ├── dir_46fdb196cebdbffe77dac340cde62f29_dep.map ├── dir_46fdb196cebdbffe77dac340cde62f29_dep.md5 ├── dir_46fdb196cebdbffe77dac340cde62f29_dep.svg ├── dir_49c6f2cdaf048b4777902725298492e0.js ├── dir_49c6f2cdaf048b4777902725298492e0.xhtml ├── dir_49c6f2cdaf048b4777902725298492e0_dep.map ├── dir_49c6f2cdaf048b4777902725298492e0_dep.md5 ├── dir_49c6f2cdaf048b4777902725298492e0_dep.svg ├── dir_49e56c817e5e54854c35e136979f97ca.xhtml ├── dir_4d03f28cfd35f8f734a3b0a2f1168d27.js ├── dir_4d03f28cfd35f8f734a3b0a2f1168d27.xhtml ├── dir_4d03f28cfd35f8f734a3b0a2f1168d27_dep.map ├── dir_4d03f28cfd35f8f734a3b0a2f1168d27_dep.md5 ├── dir_4d03f28cfd35f8f734a3b0a2f1168d27_dep.svg ├── dir_4da487531dc5bdc76b523c9e82b781b1.js ├── dir_4da487531dc5bdc76b523c9e82b781b1.xhtml ├── dir_4da487531dc5bdc76b523c9e82b781b1_dep.map ├── dir_4da487531dc5bdc76b523c9e82b781b1_dep.md5 ├── dir_4da487531dc5bdc76b523c9e82b781b1_dep.svg ├── dir_4dbf711d3d3ef9d1292a532e836709c1.js ├── dir_4dbf711d3d3ef9d1292a532e836709c1.xhtml ├── dir_4dbf711d3d3ef9d1292a532e836709c1_dep.map ├── dir_4dbf711d3d3ef9d1292a532e836709c1_dep.md5 ├── dir_4dbf711d3d3ef9d1292a532e836709c1_dep.svg ├── dir_4efd0ee2ecda32567e74991b08d544ea.js ├── dir_4efd0ee2ecda32567e74991b08d544ea.xhtml ├── dir_4efd0ee2ecda32567e74991b08d544ea_dep.map ├── dir_4efd0ee2ecda32567e74991b08d544ea_dep.md5 ├── dir_4efd0ee2ecda32567e74991b08d544ea_dep.svg ├── dir_4f2df8950dc650bf7cf9176fae02facc.js ├── dir_4f2df8950dc650bf7cf9176fae02facc.xhtml ├── dir_4f2df8950dc650bf7cf9176fae02facc_dep.map ├── dir_4f2df8950dc650bf7cf9176fae02facc_dep.md5 ├── dir_4f2df8950dc650bf7cf9176fae02facc_dep.svg ├── dir_4fe3055359cf5438733b5e64b064b197.js ├── dir_4fe3055359cf5438733b5e64b064b197.xhtml ├── dir_4fe3055359cf5438733b5e64b064b197_dep.map ├── dir_4fe3055359cf5438733b5e64b064b197_dep.md5 ├── dir_4fe3055359cf5438733b5e64b064b197_dep.svg ├── dir_50b23570393db6a4ca8647d7d5ff6dbe.js ├── dir_50b23570393db6a4ca8647d7d5ff6dbe.xhtml ├── dir_50b23570393db6a4ca8647d7d5ff6dbe_dep.map ├── dir_50b23570393db6a4ca8647d7d5ff6dbe_dep.md5 ├── dir_50b23570393db6a4ca8647d7d5ff6dbe_dep.svg ├── dir_50c9c9ef2ed96b9f05a6a6f40f0f5c9e.js ├── dir_50c9c9ef2ed96b9f05a6a6f40f0f5c9e.xhtml ├── dir_50c9c9ef2ed96b9f05a6a6f40f0f5c9e_dep.map ├── dir_50c9c9ef2ed96b9f05a6a6f40f0f5c9e_dep.md5 ├── dir_50c9c9ef2ed96b9f05a6a6f40f0f5c9e_dep.svg ├── dir_541ebbb21ca179b54b469d645ff46bd9.js ├── dir_541ebbb21ca179b54b469d645ff46bd9.xhtml ├── dir_541ebbb21ca179b54b469d645ff46bd9_dep.map ├── dir_541ebbb21ca179b54b469d645ff46bd9_dep.md5 ├── dir_541ebbb21ca179b54b469d645ff46bd9_dep.svg ├── dir_550bba389faad7f08ae5a13c29129f99.js ├── dir_550bba389faad7f08ae5a13c29129f99.xhtml ├── dir_550bba389faad7f08ae5a13c29129f99_dep.map ├── dir_550bba389faad7f08ae5a13c29129f99_dep.md5 ├── dir_550bba389faad7f08ae5a13c29129f99_dep.svg ├── dir_5815af820a9cc9481f1d0990a0d60286.js ├── dir_5815af820a9cc9481f1d0990a0d60286.xhtml ├── dir_59425e443f801f1f2fd8bbe4959a3ccf.js ├── dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml ├── dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.map ├── dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.md5 ├── dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.svg ├── dir_59b2231210c554f4cc243709030bf1f8.js ├── dir_59b2231210c554f4cc243709030bf1f8.xhtml ├── dir_59b2231210c554f4cc243709030bf1f8_dep.map ├── dir_59b2231210c554f4cc243709030bf1f8_dep.md5 ├── dir_59b2231210c554f4cc243709030bf1f8_dep.svg ├── dir_5cc15eabebeaf52b5630c3e40d7a7661.js ├── dir_5cc15eabebeaf52b5630c3e40d7a7661.xhtml ├── dir_5cc15eabebeaf52b5630c3e40d7a7661_dep.map ├── dir_5cc15eabebeaf52b5630c3e40d7a7661_dep.md5 ├── dir_5cc15eabebeaf52b5630c3e40d7a7661_dep.svg ├── dir_5cd7c6994c9c36b087490b290382772a.js ├── dir_5cd7c6994c9c36b087490b290382772a.xhtml ├── dir_5cd7c6994c9c36b087490b290382772a_dep.map ├── dir_5cd7c6994c9c36b087490b290382772a_dep.md5 ├── dir_5cd7c6994c9c36b087490b290382772a_dep.svg ├── dir_5e492e6e3fe2ac2919691e9872c36ea9.js ├── dir_5e492e6e3fe2ac2919691e9872c36ea9.xhtml ├── dir_6013eaf2dfd46ef85ec5f8d403ae0adb.js ├── dir_6013eaf2dfd46ef85ec5f8d403ae0adb.xhtml ├── dir_6013eaf2dfd46ef85ec5f8d403ae0adb_dep.map ├── dir_6013eaf2dfd46ef85ec5f8d403ae0adb_dep.md5 ├── dir_6013eaf2dfd46ef85ec5f8d403ae0adb_dep.svg ├── dir_63622b7b1e2297c4b4fb2c5afb0cb755.js ├── dir_63622b7b1e2297c4b4fb2c5afb0cb755.xhtml ├── dir_63622b7b1e2297c4b4fb2c5afb0cb755_dep.map ├── dir_63622b7b1e2297c4b4fb2c5afb0cb755_dep.md5 ├── dir_63622b7b1e2297c4b4fb2c5afb0cb755_dep.svg ├── dir_63717e92fe324c8da54b7449d40f48d1.js ├── dir_63717e92fe324c8da54b7449d40f48d1.xhtml ├── dir_65e289039e1347f87d412b0a1b1a312c.js ├── dir_65e289039e1347f87d412b0a1b1a312c.xhtml ├── dir_65e289039e1347f87d412b0a1b1a312c_dep.map ├── dir_65e289039e1347f87d412b0a1b1a312c_dep.md5 ├── dir_65e289039e1347f87d412b0a1b1a312c_dep.svg ├── dir_68267d1309a1af8e8297ef4c3efbcdba.js ├── dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml ├── dir_68267d1309a1af8e8297ef4c3efbcdba_dep.map ├── dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5 ├── dir_68267d1309a1af8e8297ef4c3efbcdba_dep.svg ├── dir_683639b01107be110e7081378aa84a8b.js ├── dir_683639b01107be110e7081378aa84a8b.xhtml ├── dir_683639b01107be110e7081378aa84a8b_dep.map ├── dir_683639b01107be110e7081378aa84a8b_dep.md5 ├── dir_683639b01107be110e7081378aa84a8b_dep.svg ├── dir_68cb0bded1cc5601c88ddaacbb31e482.js ├── dir_68cb0bded1cc5601c88ddaacbb31e482.xhtml ├── dir_68cb0bded1cc5601c88ddaacbb31e482_dep.map ├── dir_68cb0bded1cc5601c88ddaacbb31e482_dep.md5 ├── dir_68cb0bded1cc5601c88ddaacbb31e482_dep.svg ├── dir_6915c5d185ea48a4b1716c1cd2b4d90a.js ├── dir_6915c5d185ea48a4b1716c1cd2b4d90a.xhtml ├── dir_6915c5d185ea48a4b1716c1cd2b4d90a_dep.map ├── dir_6915c5d185ea48a4b1716c1cd2b4d90a_dep.md5 ├── dir_6915c5d185ea48a4b1716c1cd2b4d90a_dep.svg ├── dir_6b58bd0be07bddcf3022ab9b026cbf38.js ├── dir_6b58bd0be07bddcf3022ab9b026cbf38.xhtml ├── dir_6b58bd0be07bddcf3022ab9b026cbf38_dep.map ├── dir_6b58bd0be07bddcf3022ab9b026cbf38_dep.md5 ├── dir_6b58bd0be07bddcf3022ab9b026cbf38_dep.svg ├── dir_6fc87decd8cffc07e5f49c197ca3de10.js ├── dir_6fc87decd8cffc07e5f49c197ca3de10.xhtml ├── dir_6fc87decd8cffc07e5f49c197ca3de10_dep.map ├── dir_6fc87decd8cffc07e5f49c197ca3de10_dep.md5 ├── dir_6fc87decd8cffc07e5f49c197ca3de10_dep.svg ├── dir_713a3f33e54da8ac1795ba641f2be8bc.js ├── dir_713a3f33e54da8ac1795ba641f2be8bc.xhtml ├── dir_7365e77196b52ca311bb83f181e59b8c.js ├── dir_7365e77196b52ca311bb83f181e59b8c.xhtml ├── dir_7365e77196b52ca311bb83f181e59b8c_dep.map ├── dir_7365e77196b52ca311bb83f181e59b8c_dep.md5 ├── dir_7365e77196b52ca311bb83f181e59b8c_dep.svg ├── dir_736b7cb5ae91601e9fac1dc1b70c4612.js ├── dir_736b7cb5ae91601e9fac1dc1b70c4612.xhtml ├── dir_7484b841a86f2d7fdd057c9b24fbf230.js ├── dir_7484b841a86f2d7fdd057c9b24fbf230.xhtml ├── dir_7484b841a86f2d7fdd057c9b24fbf230_dep.map ├── dir_7484b841a86f2d7fdd057c9b24fbf230_dep.md5 ├── dir_7484b841a86f2d7fdd057c9b24fbf230_dep.svg ├── dir_7526be4d1cfecb7bc660fdbdb8633223.js ├── dir_7526be4d1cfecb7bc660fdbdb8633223.xhtml ├── dir_7526be4d1cfecb7bc660fdbdb8633223_dep.map ├── dir_7526be4d1cfecb7bc660fdbdb8633223_dep.md5 ├── dir_7526be4d1cfecb7bc660fdbdb8633223_dep.svg ├── dir_7b0825b7536eda12b63e5d87347b1c7d.js ├── dir_7b0825b7536eda12b63e5d87347b1c7d.xhtml ├── dir_7b0825b7536eda12b63e5d87347b1c7d_dep.map ├── dir_7b0825b7536eda12b63e5d87347b1c7d_dep.md5 ├── dir_7b0825b7536eda12b63e5d87347b1c7d_dep.svg ├── dir_7c33ef795f818fa46460e86a2608dc00.js ├── dir_7c33ef795f818fa46460e86a2608dc00.xhtml ├── dir_7c33ef795f818fa46460e86a2608dc00_dep.map ├── dir_7c33ef795f818fa46460e86a2608dc00_dep.md5 ├── dir_7c33ef795f818fa46460e86a2608dc00_dep.svg ├── dir_7d9e792b56b44fd84901d9e18064c5a8.js ├── dir_7d9e792b56b44fd84901d9e18064c5a8.xhtml ├── dir_7d9e792b56b44fd84901d9e18064c5a8_dep.map ├── dir_7d9e792b56b44fd84901d9e18064c5a8_dep.md5 ├── dir_7d9e792b56b44fd84901d9e18064c5a8_dep.svg ├── dir_7e20423ab48dcd11e2e5380033c0b7a2.js ├── dir_7e20423ab48dcd11e2e5380033c0b7a2.xhtml ├── dir_7e20423ab48dcd11e2e5380033c0b7a2_dep.map ├── dir_7e20423ab48dcd11e2e5380033c0b7a2_dep.md5 ├── dir_7e20423ab48dcd11e2e5380033c0b7a2_dep.svg ├── dir_7f596af2533b2f5814016b826fe25d4f.js ├── dir_7f596af2533b2f5814016b826fe25d4f.xhtml ├── dir_82802cba367865ae2aaf13abccb39e83.js ├── dir_82802cba367865ae2aaf13abccb39e83.xhtml ├── dir_846d93e2bcf965be9c5d9ddbf898e82f.js ├── dir_846d93e2bcf965be9c5d9ddbf898e82f.xhtml ├── dir_860cb336d74994b1303832ed3557228e.js ├── dir_860cb336d74994b1303832ed3557228e.xhtml ├── dir_860cb336d74994b1303832ed3557228e_dep.map ├── dir_860cb336d74994b1303832ed3557228e_dep.md5 ├── dir_860cb336d74994b1303832ed3557228e_dep.svg ├── dir_88d9d635271c837c1d7ba8fdeb01761b.js ├── dir_88d9d635271c837c1d7ba8fdeb01761b.xhtml ├── dir_88eff89ba7e837209a0b9693ad92651e.js ├── dir_88eff89ba7e837209a0b9693ad92651e.xhtml ├── dir_88eff89ba7e837209a0b9693ad92651e_dep.map ├── dir_88eff89ba7e837209a0b9693ad92651e_dep.md5 ├── dir_88eff89ba7e837209a0b9693ad92651e_dep.svg ├── dir_896191444cf08ec8ade6f88256cb2bdd.js ├── dir_896191444cf08ec8ade6f88256cb2bdd.xhtml ├── dir_896191444cf08ec8ade6f88256cb2bdd_dep.map ├── dir_896191444cf08ec8ade6f88256cb2bdd_dep.md5 ├── dir_896191444cf08ec8ade6f88256cb2bdd_dep.svg ├── dir_8a6a287e420ec4de95804825506d2fde.js ├── dir_8a6a287e420ec4de95804825506d2fde.xhtml ├── dir_8a6a287e420ec4de95804825506d2fde_dep.map ├── dir_8a6a287e420ec4de95804825506d2fde_dep.md5 ├── dir_8a6a287e420ec4de95804825506d2fde_dep.svg ├── dir_8bc26130589aa16388b5a02f17abf2c2.js ├── dir_8bc26130589aa16388b5a02f17abf2c2.xhtml ├── dir_8bc26130589aa16388b5a02f17abf2c2_dep.map ├── dir_8bc26130589aa16388b5a02f17abf2c2_dep.md5 ├── dir_8bc26130589aa16388b5a02f17abf2c2_dep.svg ├── dir_8c278f79c760e5c5fbd911f9870614c1.js ├── dir_8c278f79c760e5c5fbd911f9870614c1.xhtml ├── dir_8c278f79c760e5c5fbd911f9870614c1_dep.map ├── dir_8c278f79c760e5c5fbd911f9870614c1_dep.md5 ├── dir_8c278f79c760e5c5fbd911f9870614c1_dep.svg ├── dir_8f7fe1d9d655d949f37b90c9cd0a7992.js ├── dir_8f7fe1d9d655d949f37b90c9cd0a7992.xhtml ├── dir_8f7fe1d9d655d949f37b90c9cd0a7992_dep.map ├── dir_8f7fe1d9d655d949f37b90c9cd0a7992_dep.md5 ├── dir_8f7fe1d9d655d949f37b90c9cd0a7992_dep.svg ├── dir_9240672d44dfdb0f539b385a1f058d2d.js ├── dir_9240672d44dfdb0f539b385a1f058d2d.xhtml ├── dir_9240672d44dfdb0f539b385a1f058d2d_dep.map ├── dir_9240672d44dfdb0f539b385a1f058d2d_dep.md5 ├── dir_9240672d44dfdb0f539b385a1f058d2d_dep.svg ├── dir_97061975172b7fe0368651cfbdc4a700.js ├── dir_97061975172b7fe0368651cfbdc4a700.xhtml ├── dir_97061975172b7fe0368651cfbdc4a700_dep.map ├── dir_97061975172b7fe0368651cfbdc4a700_dep.md5 ├── dir_97061975172b7fe0368651cfbdc4a700_dep.svg ├── dir_9847dd9cb7a28e46201717fa7336cf62.js ├── dir_9847dd9cb7a28e46201717fa7336cf62.xhtml ├── dir_9847dd9cb7a28e46201717fa7336cf62_dep.map ├── dir_9847dd9cb7a28e46201717fa7336cf62_dep.md5 ├── dir_9847dd9cb7a28e46201717fa7336cf62_dep.svg ├── dir_99ae3712d1eecd2a93fc4d38b59a99ba.js ├── dir_99ae3712d1eecd2a93fc4d38b59a99ba.xhtml ├── dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.map ├── dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.md5 ├── dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.svg ├── dir_9b109a3838d873f4037ee21889a49db8.js ├── dir_9b109a3838d873f4037ee21889a49db8.xhtml ├── dir_9b109a3838d873f4037ee21889a49db8_dep.map ├── dir_9b109a3838d873f4037ee21889a49db8_dep.md5 ├── dir_9b109a3838d873f4037ee21889a49db8_dep.svg ├── dir_9ddee4e142be2412143eaea2abb410da.js ├── dir_9ddee4e142be2412143eaea2abb410da.xhtml ├── dir_9e71e2da941d3cafc4d98a9f6ae3de4f.js ├── dir_9e71e2da941d3cafc4d98a9f6ae3de4f.xhtml ├── dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.map ├── dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.md5 ├── dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.svg ├── dir_9eca3c725728e372597fcd0d17c1ea0f.js ├── dir_9eca3c725728e372597fcd0d17c1ea0f.xhtml ├── dir_9eca3c725728e372597fcd0d17c1ea0f_dep.map ├── dir_9eca3c725728e372597fcd0d17c1ea0f_dep.md5 ├── dir_9eca3c725728e372597fcd0d17c1ea0f_dep.svg ├── dir_9f724cb39549bf1a51a35e0fafc48476.js ├── dir_9f724cb39549bf1a51a35e0fafc48476.xhtml ├── dir_a0f71818ea2c5c08950cb56389fab822.js ├── dir_a0f71818ea2c5c08950cb56389fab822.xhtml ├── dir_a0f71818ea2c5c08950cb56389fab822_dep.map ├── dir_a0f71818ea2c5c08950cb56389fab822_dep.md5 ├── dir_a0f71818ea2c5c08950cb56389fab822_dep.svg ├── dir_a36523fc4c32a6b0076906589b6fc202.js ├── dir_a36523fc4c32a6b0076906589b6fc202.xhtml ├── dir_a36523fc4c32a6b0076906589b6fc202_dep.map ├── dir_a36523fc4c32a6b0076906589b6fc202_dep.md5 ├── dir_a36523fc4c32a6b0076906589b6fc202_dep.svg ├── dir_a3a3362c7065796fe64974622266bfb7.js ├── dir_a3a3362c7065796fe64974622266bfb7.xhtml ├── dir_a3a3362c7065796fe64974622266bfb7_dep.map ├── dir_a3a3362c7065796fe64974622266bfb7_dep.md5 ├── dir_a3a3362c7065796fe64974622266bfb7_dep.svg ├── dir_a8053b3d69cfefb2b2e6ec7bf9dd5c1a.js ├── dir_a8053b3d69cfefb2b2e6ec7bf9dd5c1a.xhtml ├── dir_a8053b3d69cfefb2b2e6ec7bf9dd5c1a_dep.map ├── dir_a8053b3d69cfefb2b2e6ec7bf9dd5c1a_dep.md5 ├── dir_a8053b3d69cfefb2b2e6ec7bf9dd5c1a_dep.svg ├── dir_acedbc3c1c025eedca19641ef7b62820.js ├── dir_acedbc3c1c025eedca19641ef7b62820.xhtml ├── dir_acedbc3c1c025eedca19641ef7b62820_dep.map ├── dir_acedbc3c1c025eedca19641ef7b62820_dep.md5 ├── dir_acedbc3c1c025eedca19641ef7b62820_dep.svg ├── dir_aebb8dcc11953d78e620bbef0b9e2183.js ├── dir_aebb8dcc11953d78e620bbef0b9e2183.xhtml ├── dir_aebb8dcc11953d78e620bbef0b9e2183_dep.map ├── dir_aebb8dcc11953d78e620bbef0b9e2183_dep.md5 ├── dir_aebb8dcc11953d78e620bbef0b9e2183_dep.svg ├── dir_afe4835d9501312dff8cde2275a46453.js ├── dir_afe4835d9501312dff8cde2275a46453.xhtml ├── dir_afe4835d9501312dff8cde2275a46453_dep.map ├── dir_afe4835d9501312dff8cde2275a46453_dep.md5 ├── dir_afe4835d9501312dff8cde2275a46453_dep.svg ├── dir_b19d819d13c0f52aff9af701145a9252.js ├── dir_b19d819d13c0f52aff9af701145a9252.xhtml ├── dir_b19d819d13c0f52aff9af701145a9252_dep.map ├── dir_b19d819d13c0f52aff9af701145a9252_dep.md5 ├── dir_b19d819d13c0f52aff9af701145a9252_dep.svg ├── dir_b2d75812ef27339cb07aa08923a4a042.js ├── dir_b2d75812ef27339cb07aa08923a4a042.xhtml ├── dir_b2d75812ef27339cb07aa08923a4a042_dep.map ├── dir_b2d75812ef27339cb07aa08923a4a042_dep.md5 ├── dir_b2d75812ef27339cb07aa08923a4a042_dep.svg ├── dir_b30607d43e07fadf88f4c95a88a6c88e.js ├── dir_b30607d43e07fadf88f4c95a88a6c88e.xhtml ├── dir_b30607d43e07fadf88f4c95a88a6c88e_dep.map ├── dir_b30607d43e07fadf88f4c95a88a6c88e_dep.md5 ├── dir_b30607d43e07fadf88f4c95a88a6c88e_dep.svg ├── dir_b380ea7850246e3d17a9b2ca7d641d9f.js ├── dir_b380ea7850246e3d17a9b2ca7d641d9f.xhtml ├── dir_b380ea7850246e3d17a9b2ca7d641d9f_dep.map ├── dir_b380ea7850246e3d17a9b2ca7d641d9f_dep.md5 ├── dir_b380ea7850246e3d17a9b2ca7d641d9f_dep.svg ├── dir_b496024afd63bafbf4e8da80d7d3a81a.js ├── dir_b496024afd63bafbf4e8da80d7d3a81a.xhtml ├── dir_b496024afd63bafbf4e8da80d7d3a81a_dep.map ├── dir_b496024afd63bafbf4e8da80d7d3a81a_dep.md5 ├── dir_b496024afd63bafbf4e8da80d7d3a81a_dep.svg ├── dir_b522e8895b1a2b097ec0514a9a6c1549.js ├── dir_b522e8895b1a2b097ec0514a9a6c1549.xhtml ├── dir_b522e8895b1a2b097ec0514a9a6c1549_dep.map ├── dir_b522e8895b1a2b097ec0514a9a6c1549_dep.md5 ├── dir_b522e8895b1a2b097ec0514a9a6c1549_dep.svg ├── dir_b523ce05c2c84637005d8f1cd0b6c28b.js ├── dir_b523ce05c2c84637005d8f1cd0b6c28b.xhtml ├── dir_b523ce05c2c84637005d8f1cd0b6c28b_dep.map ├── dir_b523ce05c2c84637005d8f1cd0b6c28b_dep.md5 ├── dir_b523ce05c2c84637005d8f1cd0b6c28b_dep.svg ├── dir_b88a6d23833cc7e200916be8af5e3057.js ├── dir_b88a6d23833cc7e200916be8af5e3057.xhtml ├── dir_b88a6d23833cc7e200916be8af5e3057_dep.map ├── dir_b88a6d23833cc7e200916be8af5e3057_dep.md5 ├── dir_b88a6d23833cc7e200916be8af5e3057_dep.svg ├── dir_b9621ae687ab229876c54f8c2df20e15.js ├── dir_b9621ae687ab229876c54f8c2df20e15.xhtml ├── dir_b9621ae687ab229876c54f8c2df20e15_dep.map ├── dir_b9621ae687ab229876c54f8c2df20e15_dep.md5 ├── dir_b9621ae687ab229876c54f8c2df20e15_dep.svg ├── dir_b986aa98f9b6490bb4fc7918500346fb.js ├── dir_b986aa98f9b6490bb4fc7918500346fb.xhtml ├── dir_b986aa98f9b6490bb4fc7918500346fb_dep.map ├── dir_b986aa98f9b6490bb4fc7918500346fb_dep.md5 ├── dir_b986aa98f9b6490bb4fc7918500346fb_dep.svg ├── dir_bd82036549cb2b9c5b3542d0a5df616a.js ├── dir_bd82036549cb2b9c5b3542d0a5df616a.xhtml ├── dir_bd82036549cb2b9c5b3542d0a5df616a_dep.map ├── dir_bd82036549cb2b9c5b3542d0a5df616a_dep.md5 ├── dir_bd82036549cb2b9c5b3542d0a5df616a_dep.svg ├── dir_bf3d5de434fb5b085e73b3ddceaf8bd9.js ├── dir_bf3d5de434fb5b085e73b3ddceaf8bd9.xhtml ├── dir_bf3d5de434fb5b085e73b3ddceaf8bd9_dep.map ├── dir_bf3d5de434fb5b085e73b3ddceaf8bd9_dep.md5 ├── dir_bf3d5de434fb5b085e73b3ddceaf8bd9_dep.svg ├── dir_bf9f26469d00835ba20ff8d80ee5a804.js ├── dir_bf9f26469d00835ba20ff8d80ee5a804.xhtml ├── dir_bf9f26469d00835ba20ff8d80ee5a804_dep.map ├── dir_bf9f26469d00835ba20ff8d80ee5a804_dep.md5 ├── dir_bf9f26469d00835ba20ff8d80ee5a804_dep.svg ├── dir_c0c9d070ec18434cc4c70718e4c281a0.js ├── dir_c0c9d070ec18434cc4c70718e4c281a0.xhtml ├── dir_cab437ca4f6ec1fbc573ae83f91b2654.js ├── dir_cab437ca4f6ec1fbc573ae83f91b2654.xhtml ├── dir_cab437ca4f6ec1fbc573ae83f91b2654_dep.map ├── dir_cab437ca4f6ec1fbc573ae83f91b2654_dep.md5 ├── dir_cab437ca4f6ec1fbc573ae83f91b2654_dep.svg ├── dir_cbdb8362360e11eafe2fa3bc74cf0ffd.js ├── dir_cbdb8362360e11eafe2fa3bc74cf0ffd.xhtml ├── dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.map ├── dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.md5 ├── dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.svg ├── dir_cc2a706f7d96ed2faad3df2fda3edec3.js ├── dir_cc2a706f7d96ed2faad3df2fda3edec3.xhtml ├── dir_cf4458890b03c2fecc4456bb26b0662d.js ├── dir_cf4458890b03c2fecc4456bb26b0662d.xhtml ├── dir_cf4458890b03c2fecc4456bb26b0662d_dep.map ├── dir_cf4458890b03c2fecc4456bb26b0662d_dep.md5 ├── dir_cf4458890b03c2fecc4456bb26b0662d_dep.svg ├── dir_cfd0d3343ca74c445c880307c95c1494.js ├── dir_cfd0d3343ca74c445c880307c95c1494.xhtml ├── dir_cfd0d3343ca74c445c880307c95c1494_dep.map ├── dir_cfd0d3343ca74c445c880307c95c1494_dep.md5 ├── dir_cfd0d3343ca74c445c880307c95c1494_dep.svg ├── dir_d03e69479d487ec17de4c74c8d185b2d.js ├── dir_d03e69479d487ec17de4c74c8d185b2d.xhtml ├── dir_d03e69479d487ec17de4c74c8d185b2d_dep.map ├── dir_d03e69479d487ec17de4c74c8d185b2d_dep.md5 ├── dir_d03e69479d487ec17de4c74c8d185b2d_dep.svg ├── dir_d11d2bb7b977f0212589e0f2909c29f2.js ├── dir_d11d2bb7b977f0212589e0f2909c29f2.xhtml ├── dir_d182250f0c231765fc862e69db210731.js ├── dir_d182250f0c231765fc862e69db210731.xhtml ├── dir_d182250f0c231765fc862e69db210731_dep.map ├── dir_d182250f0c231765fc862e69db210731_dep.md5 ├── dir_d182250f0c231765fc862e69db210731_dep.svg ├── dir_d247c927d0dc22626cf668ab2bd7f080.js ├── dir_d247c927d0dc22626cf668ab2bd7f080.xhtml ├── dir_d247c927d0dc22626cf668ab2bd7f080_dep.map ├── dir_d247c927d0dc22626cf668ab2bd7f080_dep.md5 ├── dir_d247c927d0dc22626cf668ab2bd7f080_dep.svg ├── dir_d28a4824dc47e487b107a5db32ef43c4.js ├── dir_d28a4824dc47e487b107a5db32ef43c4.xhtml ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.map ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5 ├── dir_d28a4824dc47e487b107a5db32ef43c4_dep.svg ├── dir_d572f5ab553531078ae679e168ef5ab5.js ├── dir_d572f5ab553531078ae679e168ef5ab5.xhtml ├── dir_d7904fb5f65e3f2b5fdfe3ffda98931c.js ├── dir_d7904fb5f65e3f2b5fdfe3ffda98931c.xhtml ├── dir_d90595b7b2af98800ee76deb16975799.js ├── dir_d90595b7b2af98800ee76deb16975799.xhtml ├── dir_d91e1966cc57df4f49d1e07be7697713.js ├── dir_d91e1966cc57df4f49d1e07be7697713.xhtml ├── dir_d91e1966cc57df4f49d1e07be7697713_dep.map ├── dir_d91e1966cc57df4f49d1e07be7697713_dep.md5 ├── dir_d91e1966cc57df4f49d1e07be7697713_dep.svg ├── dir_dbad566b68432a708870d9303cd37347.js ├── dir_dbad566b68432a708870d9303cd37347.xhtml ├── dir_dbfe0e4196f53fa51766229f36f19f00.js ├── dir_dbfe0e4196f53fa51766229f36f19f00.xhtml ├── dir_dbfe0e4196f53fa51766229f36f19f00_dep.map ├── dir_dbfe0e4196f53fa51766229f36f19f00_dep.md5 ├── dir_dbfe0e4196f53fa51766229f36f19f00_dep.svg ├── dir_dfd177d17fe198b2123c626051c4d924.js ├── dir_dfd177d17fe198b2123c626051c4d924.xhtml ├── dir_dfd177d17fe198b2123c626051c4d924_dep.map ├── dir_dfd177d17fe198b2123c626051c4d924_dep.md5 ├── dir_dfd177d17fe198b2123c626051c4d924_dep.svg ├── dir_e50a6baa24878773b1097a906405814a.js ├── dir_e50a6baa24878773b1097a906405814a.xhtml ├── dir_e50a6baa24878773b1097a906405814a_dep.map ├── dir_e50a6baa24878773b1097a906405814a_dep.md5 ├── dir_e50a6baa24878773b1097a906405814a_dep.svg ├── dir_e575b855d3e83e3374bc2a6f9bf89d98.js ├── dir_e575b855d3e83e3374bc2a6f9bf89d98.xhtml ├── dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.map ├── dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.md5 ├── dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.svg ├── dir_e7c7b16542faa38cb4655ff1750d3604.js ├── dir_e7c7b16542faa38cb4655ff1750d3604.xhtml ├── dir_e7c7b16542faa38cb4655ff1750d3604_dep.map ├── dir_e7c7b16542faa38cb4655ff1750d3604_dep.md5 ├── dir_e7c7b16542faa38cb4655ff1750d3604_dep.svg ├── dir_e83fa7cb9796f3ad7be03e3d9fcd3249.js ├── dir_e83fa7cb9796f3ad7be03e3d9fcd3249.xhtml ├── dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.map ├── dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.md5 ├── dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.svg ├── dir_e86eb55c06708a9fd88427486e5644dc.js ├── dir_e86eb55c06708a9fd88427486e5644dc.xhtml ├── dir_eb22d1d173da78690ec56d57b95ec9ba.js ├── dir_eb22d1d173da78690ec56d57b95ec9ba.xhtml ├── dir_ec05701f68bea22653d08da5856c9ffc.js ├── dir_ec05701f68bea22653d08da5856c9ffc.xhtml ├── dir_ec05701f68bea22653d08da5856c9ffc_dep.map ├── dir_ec05701f68bea22653d08da5856c9ffc_dep.md5 ├── dir_ec05701f68bea22653d08da5856c9ffc_dep.svg ├── dir_ef971b9d1b13d17ff204d6bc826fbed3.js ├── dir_ef971b9d1b13d17ff204d6bc826fbed3.xhtml ├── dir_f11c7bbf76b3b5417003d346f29c89d2.js ├── dir_f11c7bbf76b3b5417003d346f29c89d2.xhtml ├── dir_f7024513cd67abef53e86ee9382ac5ce.js ├── dir_f7024513cd67abef53e86ee9382ac5ce.xhtml ├── dir_f7024513cd67abef53e86ee9382ac5ce_dep.map ├── dir_f7024513cd67abef53e86ee9382ac5ce_dep.md5 ├── dir_f7024513cd67abef53e86ee9382ac5ce_dep.svg ├── dir_f906bbebc596bc606d589ccb705e6595.js ├── dir_f906bbebc596bc606d589ccb705e6595.xhtml ├── dir_f906bbebc596bc606d589ccb705e6595_dep.map ├── dir_f906bbebc596bc606d589ccb705e6595_dep.md5 ├── dir_f906bbebc596bc606d589ccb705e6595_dep.svg ├── dir_fbdf7bf92663091dc4d5520df638c068.js ├── dir_fbdf7bf92663091dc4d5520df638c068.xhtml ├── dir_fbdf7bf92663091dc4d5520df638c068_dep.map ├── dir_fbdf7bf92663091dc4d5520df638c068_dep.md5 ├── dir_fbdf7bf92663091dc4d5520df638c068_dep.svg ├── dir_fcbbceee81c08e262f58d2e149e19d2a.js ├── dir_fcbbceee81c08e262f58d2e149e19d2a.xhtml ├── dir_ffdf7ee6fa0b2ade6600db6390285897.js ├── dir_ffdf7ee6fa0b2ade6600db6390285897.xhtml ├── direct__convolution1x1_8cl.js ├── direct__convolution1x1_8cl.xhtml ├── direct__convolution1x1_8cl_source.xhtml ├── direct__convolution3x3_8cl.js ├── direct__convolution3x3_8cl.xhtml ├── direct__convolution3x3_8cl_source.xhtml ├── direct__convolution5x5_8cl.xhtml ├── direct__convolution5x5_8cl_source.xhtml ├── direct__convolution9x9_8cl.xhtml ├── direct__convolution9x9_8cl_source.xhtml ├── direct__convolution__1x1__3x3__5x5__quantized_8cl.xhtml ├── direct__convolution__1x1__3x3__5x5__quantized_8cl_source.xhtml ├── div_8h.js ├── div_8h.xhtml ├── div_8h_source.xhtml ├── doc.png ├── doxygen.css ├── doxygen.png ├── dup__n_8h.js ├── dup__n_8h.xhtml ├── dup__n_8h_source.xhtml ├── dynsections.js ├── elementwise__operation_8cl.js ├── elementwise__operation_8cl.xhtml ├── elementwise__operation_8cl_source.xhtml ├── elementwise__operation__quantized_8cl.js ├── elementwise__operation__quantized_8cl.xhtml ├── elementwise__operation__quantized_8cl_source.xhtml ├── elementwise__unary_8cl.xhtml ├── elementwise__unary_8cl_source.xhtml ├── erode_8cl.js ├── erode_8cl.xhtml ├── erode_8cl_source.xhtml ├── exp_8h.js ├── exp_8h.xhtml ├── exp_8h_source.xhtml ├── fast__corners_8cl.js ├── fast__corners_8cl.xhtml ├── fast__corners_8cl_source.xhtml ├── fft_8cl.js ├── fft_8cl.xhtml ├── fft_8cl_source.xhtml ├── fft_8h.js ├── fft_8h.xhtml ├── fft_8h_source.xhtml ├── fft__digit__reverse_8cl.xhtml ├── fft__digit__reverse_8cl_source.xhtml ├── fft__scale_8cl.js ├── fft__scale_8cl.xhtml ├── fft__scale_8cl_source.xhtml ├── files.xhtml ├── files_dup.js ├── fill__border_8cl.js ├── fill__border_8cl.xhtml ├── fill__border_8cl_source.xhtml ├── flatten_8cl.xhtml ├── flatten_8cl_source.xhtml ├── float__ops_8h.js ├── float__ops_8h.xhtml ├── float__ops_8h_source.xhtml ├── floor_8cl.js ├── floor_8cl.xhtml ├── floor_8cl_source.xhtml ├── folderclosed.png ├── folderopen.png ├── functions.xhtml ├── functions_a.xhtml ├── functions_b.xhtml ├── functions_c.xhtml ├── functions_d.xhtml ├── functions_dup.js ├── functions_e.xhtml ├── functions_enum.xhtml ├── functions_f.xhtml ├── functions_func.js ├── functions_func.xhtml ├── functions_func_b.xhtml ├── functions_func_c.xhtml ├── functions_func_d.xhtml ├── functions_func_e.xhtml ├── functions_func_f.xhtml ├── functions_func_g.xhtml ├── functions_func_h.xhtml ├── functions_func_i.xhtml ├── functions_func_j.xhtml ├── functions_func_k.xhtml ├── functions_func_l.xhtml ├── functions_func_m.xhtml ├── functions_func_n.xhtml ├── functions_func_o.xhtml ├── functions_func_p.xhtml ├── functions_func_q.xhtml ├── functions_func_r.xhtml ├── functions_func_s.xhtml ├── functions_func_t.xhtml ├── functions_func_u.xhtml ├── functions_func_v.xhtml ├── functions_func_w.xhtml ├── functions_func_x.xhtml ├── functions_func_y.xhtml ├── functions_func_z.xhtml ├── functions_func_~.xhtml ├── functions_g.xhtml ├── functions_h.xhtml ├── functions_i.xhtml ├── functions_j.xhtml ├── functions_k.xhtml ├── functions_l.xhtml ├── functions_list.xhtml ├── functions_m.xhtml ├── functions_n.xhtml ├── functions_o.xhtml ├── functions_p.xhtml ├── functions_q.xhtml ├── functions_r.xhtml ├── functions_rela.xhtml ├── functions_s.xhtml ├── functions_t.xhtml ├── functions_type.xhtml ├── functions_u.xhtml ├── functions_v.xhtml ├── functions_vars.js ├── functions_vars.xhtml ├── functions_vars_a.xhtml ├── functions_vars_b.xhtml ├── functions_vars_c.xhtml ├── functions_vars_d.xhtml ├── functions_vars_e.xhtml ├── functions_vars_f.xhtml ├── functions_vars_g.xhtml ├── functions_vars_h.xhtml ├── functions_vars_i.xhtml ├── functions_vars_j.xhtml ├── functions_vars_k.xhtml ├── functions_vars_l.xhtml ├── functions_vars_m.xhtml ├── functions_vars_n.xhtml ├── functions_vars_o.xhtml ├── functions_vars_p.xhtml ├── functions_vars_q.xhtml ├── functions_vars_r.xhtml ├── functions_vars_s.xhtml ├── functions_vars_t.xhtml ├── functions_vars_u.xhtml ├── functions_vars_v.xhtml ├── functions_vars_w.xhtml ├── functions_vars_x.xhtml ├── functions_vars_y.xhtml ├── functions_vars_z.xhtml ├── functions_w.xhtml ├── functions_x.xhtml ├── functions_y.xhtml ├── functions_z.xhtml ├── functions_~.xhtml ├── gather_8cl.xhtml ├── gather_8cl_source.xhtml ├── gaussian__pyramid_8cl.js ├── gaussian__pyramid_8cl.xhtml ├── gaussian__pyramid_8cl_source.xhtml ├── gc__absdiff_8cpp.js ├── gc__absdiff_8cpp.xhtml ├── gc__absdiff_8cpp_source.xhtml ├── gc__dc_8cpp.js ├── gc__dc_8cpp.xhtml ├── gc__dc_8cpp_source.xhtml ├── gemm_8cl.js ├── gemm_8cl.xhtml ├── gemm_8cl_source.xhtml ├── gemm__fp16_8cpp.xhtml ├── gemm__fp16_8cpp_source.xhtml ├── gemm__fp32_8cpp.js ├── gemm__fp32_8cpp.xhtml ├── gemm__fp32_8cpp_source.xhtml ├── gemm__helpers_8h.js ├── gemm__helpers_8h.xhtml ├── gemm__helpers_8h_source.xhtml ├── gemm__hybrid_8hpp.xhtml ├── gemm__hybrid_8hpp_source.xhtml ├── gemm__hybrid__quantized_8hpp.xhtml ├── gemm__hybrid__quantized_8hpp_source.xhtml ├── gemm__implementation_8hpp.js ├── gemm__implementation_8hpp.xhtml ├── gemm__implementation_8hpp_source.xhtml ├── gemm__int16_8cpp.xhtml ├── gemm__int16_8cpp_source.xhtml ├── gemm__int8_8cpp.xhtml ├── gemm__int8_8cpp_source.xhtml ├── gemm__interleaved_8hpp.js ├── gemm__interleaved_8hpp.xhtml ├── gemm__interleaved_8hpp_source.xhtml ├── gemm__native_8hpp.xhtml ├── gemm__native_8hpp_source.xhtml ├── gemm__quint8_8cpp.xhtml ├── gemm__quint8_8cpp_source.xhtml ├── gemm__uint16_8cpp.xhtml ├── gemm__uint16_8cpp_source.xhtml ├── gemm__uint8_8cpp.xhtml ├── gemm__uint8_8cpp_source.xhtml ├── gemmlowp_8cl.js ├── gemmlowp_8cl.xhtml ├── gemmlowp_8cl_source.xhtml ├── gemv_8cl.xhtml ├── gemv_8cl_source.xhtml ├── gemv__batched_8hpp.xhtml ├── gemv__batched_8hpp_source.xhtml ├── gemv__native__transposed_8hpp.xhtml ├── gemv__native__transposed_8hpp_source.xhtml ├── gemv__pretransposed_8hpp.xhtml ├── gemv__pretransposed_8hpp_source.xhtml ├── generate__proposals_8cl.xhtml ├── generate__proposals_8cl_source.xhtml ├── gethigh_8h.js ├── gethigh_8h.xhtml ├── gethigh_8h_source.xhtml ├── getlane_8h.js ├── getlane_8h.xhtml ├── getlane_8h_source.xhtml ├── getlow_8h.js ├── getlow_8h.xhtml ├── getlow_8h_source.xhtml ├── globals.xhtml ├── globals_a.xhtml ├── globals_b.xhtml ├── globals_c.xhtml ├── globals_d.xhtml ├── globals_defs.js ├── globals_defs.xhtml ├── globals_defs_a.xhtml ├── globals_defs_b.xhtml ├── globals_defs_c.xhtml ├── globals_defs_d.xhtml ├── globals_defs_e.xhtml ├── globals_defs_f.xhtml ├── globals_defs_g.xhtml ├── globals_defs_h.xhtml ├── globals_defs_i.xhtml ├── globals_defs_j.xhtml ├── globals_defs_l.xhtml ├── globals_defs_m.xhtml ├── globals_defs_n.xhtml ├── globals_defs_o.xhtml ├── globals_defs_p.xhtml ├── globals_defs_r.xhtml ├── globals_defs_s.xhtml ├── globals_defs_t.xhtml ├── globals_defs_u.xhtml ├── globals_defs_v.xhtml ├── globals_defs_w.xhtml ├── globals_defs_x.xhtml ├── globals_defs_y.xhtml ├── globals_dup.js ├── globals_e.xhtml ├── globals_f.xhtml ├── globals_func.js ├── globals_func.xhtml ├── globals_func_b.xhtml ├── globals_func_c.xhtml ├── globals_func_d.xhtml ├── globals_func_e.xhtml ├── globals_func_f.xhtml ├── globals_func_g.xhtml ├── globals_func_h.xhtml ├── globals_func_i.xhtml ├── globals_func_k.xhtml ├── globals_func_l.xhtml ├── globals_func_m.xhtml ├── globals_func_n.xhtml ├── globals_func_o.xhtml ├── globals_func_p.xhtml ├── globals_func_r.xhtml ├── globals_func_s.xhtml ├── globals_func_t.xhtml ├── globals_func_u.xhtml ├── globals_func_v.xhtml ├── globals_func_w.xhtml ├── globals_func_y.xhtml ├── globals_g.xhtml ├── globals_h.xhtml ├── globals_i.xhtml ├── globals_j.xhtml ├── globals_k.xhtml ├── globals_l.xhtml ├── globals_m.xhtml ├── globals_n.xhtml ├── globals_o.xhtml ├── globals_p.xhtml ├── globals_r.xhtml ├── globals_s.xhtml ├── globals_t.xhtml ├── globals_type.xhtml ├── globals_u.xhtml ├── globals_v.xhtml ├── globals_vars.xhtml ├── globals_w.xhtml ├── globals_x.xhtml ├── globals_y.xhtml ├── graph_2_graph_8h.xhtml ├── graph_2_graph_8h_source.xhtml ├── graph_2_logger_8h.js ├── graph_2_logger_8h.xhtml ├── graph_2_logger_8h_source.xhtml ├── graph_2_tensor_8cpp.xhtml ├── graph_2_tensor_8cpp_source.xhtml ├── graph_2_tensor_8h.xhtml ├── graph_2_tensor_8h_source.xhtml ├── graph__alexnet_8cpp.js ├── graph__alexnet_8cpp.xhtml ├── graph__alexnet_8cpp_source.xhtml ├── graph__deepspeech__v0__4__1_8cpp.js ├── graph__deepspeech__v0__4__1_8cpp.xhtml ├── graph__deepspeech__v0__4__1_8cpp_source.xhtml ├── graph__googlenet_8cpp.js ├── graph__googlenet_8cpp.xhtml ├── graph__googlenet_8cpp_source.xhtml ├── graph__inception__resnet__v1_8cpp.js ├── graph__inception__resnet__v1_8cpp.xhtml ├── graph__inception__resnet__v1_8cpp_source.xhtml ├── graph__inception__resnet__v2_8cpp.js ├── graph__inception__resnet__v2_8cpp.xhtml ├── graph__inception__resnet__v2_8cpp_source.xhtml ├── graph__inception__v3_8cpp.js ├── graph__inception__v3_8cpp.xhtml ├── graph__inception__v3_8cpp_source.xhtml ├── graph__inception__v4_8cpp.js ├── graph__inception__v4_8cpp.xhtml ├── graph__inception__v4_8cpp_source.xhtml ├── graph__lenet_8cpp.js ├── graph__lenet_8cpp.xhtml ├── graph__lenet_8cpp_source.xhtml ├── graph__mobilenet_8cpp.js ├── graph__mobilenet_8cpp.xhtml ├── graph__mobilenet_8cpp_source.xhtml ├── graph__mobilenet__v2_8cpp.js ├── graph__mobilenet__v2_8cpp.xhtml ├── graph__mobilenet__v2_8cpp_source.xhtml ├── graph__resnet12_8cpp.js ├── graph__resnet12_8cpp.xhtml ├── graph__resnet12_8cpp_source.xhtml ├── graph__resnet50_8cpp.js ├── graph__resnet50_8cpp.xhtml ├── graph__resnet50_8cpp_source.xhtml ├── graph__resnet__v2__50_8cpp.js ├── graph__resnet__v2__50_8cpp.xhtml ├── graph__resnet__v2__50_8cpp_source.xhtml ├── graph__resnext50_8cpp.js ├── graph__resnext50_8cpp.xhtml ├── graph__resnext50_8cpp_source.xhtml ├── graph__shufflenet_8cpp.js ├── graph__shufflenet_8cpp.xhtml ├── graph__shufflenet_8cpp_source.xhtml ├── graph__squeezenet_8cpp.js ├── graph__squeezenet_8cpp.xhtml ├── graph__squeezenet_8cpp_source.xhtml ├── graph__squeezenet__v1__1_8cpp.js ├── graph__squeezenet__v1__1_8cpp.xhtml ├── graph__squeezenet__v1__1_8cpp_source.xhtml ├── graph__srcnn955_8cpp.js ├── graph__srcnn955_8cpp.xhtml ├── graph__srcnn955_8cpp_source.xhtml ├── graph__ssd__mobilenet_8cpp.js ├── graph__ssd__mobilenet_8cpp.xhtml ├── graph__ssd__mobilenet_8cpp_source.xhtml ├── graph__vgg16_8cpp.js ├── graph__vgg16_8cpp.xhtml ├── graph__vgg16_8cpp_source.xhtml ├── graph__vgg19_8cpp.js ├── graph__vgg19_8cpp.xhtml ├── graph__vgg19_8cpp_source.xhtml ├── graph__vgg__vdsr_8cpp.js ├── graph__vgg__vdsr_8cpp.xhtml ├── graph__vgg__vdsr_8cpp_source.xhtml ├── graph__yolov3_8cpp.js ├── graph__yolov3_8cpp.xhtml ├── graph__yolov3_8cpp_source.xhtml ├── graph_legend.md5 ├── graph_legend.svg ├── graph_legend.xhtml ├── harris__corners_8cl.js ├── harris__corners_8cl.xhtml ├── harris__corners_8cl_source.xhtml ├── helpers__asymm_8h.js ├── helpers__asymm_8h.xhtml ├── helpers__asymm_8h_source.xhtml ├── hierarchy.js ├── hierarchy.xhtml ├── histogram_8cl.js ├── histogram_8cl.xhtml ├── histogram_8cl_source.xhtml ├── hog_8cl.xhtml ├── hog_8cl_source.xhtml ├── hwc_8hpp.xhtml ├── hwc_8hpp_source.xhtml ├── hwc__names_8hpp.xhtml ├── hwc__names_8hpp_source.xhtml ├── im2col_8cl.xhtml ├── im2col_8cl_source.xhtml ├── index.xhtml ├── inherit_graph_0.map ├── inherit_graph_0.md5 ├── inherit_graph_0.svg ├── inherit_graph_1.map ├── inherit_graph_1.md5 ├── inherit_graph_1.svg ├── inherit_graph_10.map ├── inherit_graph_10.md5 ├── inherit_graph_10.svg ├── inherit_graph_100.map ├── inherit_graph_100.md5 ├── inherit_graph_100.svg ├── inherit_graph_101.map ├── inherit_graph_101.md5 ├── inherit_graph_101.svg ├── inherit_graph_102.map ├── inherit_graph_102.md5 ├── inherit_graph_102.svg ├── inherit_graph_103.map ├── inherit_graph_103.md5 ├── inherit_graph_103.svg ├── inherit_graph_104.map ├── inherit_graph_104.md5 ├── inherit_graph_104.svg ├── inherit_graph_105.map ├── inherit_graph_105.md5 ├── inherit_graph_105.svg ├── inherit_graph_106.map ├── inherit_graph_106.md5 ├── inherit_graph_106.svg ├── inherit_graph_107.map ├── inherit_graph_107.md5 ├── inherit_graph_107.svg ├── inherit_graph_108.map ├── inherit_graph_108.md5 ├── inherit_graph_108.svg ├── inherit_graph_109.map ├── inherit_graph_109.md5 ├── inherit_graph_109.svg ├── inherit_graph_11.map ├── inherit_graph_11.md5 ├── inherit_graph_11.svg ├── inherit_graph_110.map ├── inherit_graph_110.md5 ├── inherit_graph_110.svg ├── inherit_graph_111.map ├── inherit_graph_111.md5 ├── inherit_graph_111.svg ├── inherit_graph_112.map ├── inherit_graph_112.md5 ├── inherit_graph_112.svg ├── inherit_graph_113.map ├── inherit_graph_113.md5 ├── inherit_graph_113.svg ├── inherit_graph_114.map ├── inherit_graph_114.md5 ├── inherit_graph_114.svg ├── inherit_graph_115.map ├── inherit_graph_115.md5 ├── inherit_graph_115.svg ├── inherit_graph_116.map ├── inherit_graph_116.md5 ├── inherit_graph_116.svg ├── inherit_graph_117.map ├── inherit_graph_117.md5 ├── inherit_graph_117.svg ├── inherit_graph_118.map ├── inherit_graph_118.md5 ├── inherit_graph_118.svg ├── inherit_graph_119.map ├── inherit_graph_119.md5 ├── inherit_graph_119.svg ├── inherit_graph_12.map ├── inherit_graph_12.md5 ├── inherit_graph_12.svg ├── inherit_graph_120.map ├── inherit_graph_120.md5 ├── inherit_graph_120.svg ├── inherit_graph_121.map ├── inherit_graph_121.md5 ├── inherit_graph_121.svg ├── inherit_graph_122.map ├── inherit_graph_122.md5 ├── inherit_graph_122.svg ├── inherit_graph_123.map ├── inherit_graph_123.md5 ├── inherit_graph_123.svg ├── inherit_graph_124.map ├── inherit_graph_124.md5 ├── inherit_graph_124.svg ├── inherit_graph_125.map ├── inherit_graph_125.md5 ├── inherit_graph_125.svg ├── inherit_graph_126.map ├── inherit_graph_126.md5 ├── inherit_graph_126.svg ├── inherit_graph_127.map ├── inherit_graph_127.md5 ├── inherit_graph_127.svg ├── inherit_graph_128.map ├── inherit_graph_128.md5 ├── inherit_graph_128.svg ├── inherit_graph_129.map ├── inherit_graph_129.md5 ├── inherit_graph_129.svg ├── inherit_graph_13.map ├── inherit_graph_13.md5 ├── inherit_graph_13.svg ├── inherit_graph_130.map ├── inherit_graph_130.md5 ├── inherit_graph_130.svg ├── inherit_graph_131.map ├── inherit_graph_131.md5 ├── inherit_graph_131.svg ├── inherit_graph_132.map ├── inherit_graph_132.md5 ├── inherit_graph_132.svg ├── inherit_graph_133.map ├── inherit_graph_133.md5 ├── inherit_graph_133.svg ├── inherit_graph_134.map ├── inherit_graph_134.md5 ├── inherit_graph_134.svg ├── inherit_graph_135.map ├── inherit_graph_135.md5 ├── inherit_graph_135.svg ├── inherit_graph_136.map ├── inherit_graph_136.md5 ├── inherit_graph_136.svg ├── inherit_graph_137.map ├── inherit_graph_137.md5 ├── inherit_graph_137.svg ├── inherit_graph_138.map ├── inherit_graph_138.md5 ├── inherit_graph_138.svg ├── inherit_graph_139.map ├── inherit_graph_139.md5 ├── inherit_graph_139.svg ├── inherit_graph_14.map ├── inherit_graph_14.md5 ├── inherit_graph_14.svg ├── inherit_graph_140.map ├── inherit_graph_140.md5 ├── inherit_graph_140.svg ├── inherit_graph_141.map ├── inherit_graph_141.md5 ├── inherit_graph_141.svg ├── inherit_graph_142.map ├── inherit_graph_142.md5 ├── inherit_graph_142.svg ├── inherit_graph_143.map ├── inherit_graph_143.md5 ├── inherit_graph_143.svg ├── inherit_graph_144.map ├── inherit_graph_144.md5 ├── inherit_graph_144.svg ├── inherit_graph_145.map ├── inherit_graph_145.md5 ├── inherit_graph_145.svg ├── inherit_graph_146.map ├── inherit_graph_146.md5 ├── inherit_graph_146.svg ├── inherit_graph_147.map ├── inherit_graph_147.md5 ├── inherit_graph_147.svg ├── inherit_graph_148.map ├── inherit_graph_148.md5 ├── inherit_graph_148.svg ├── inherit_graph_149.map ├── inherit_graph_149.md5 ├── inherit_graph_149.svg ├── inherit_graph_15.map ├── inherit_graph_15.md5 ├── inherit_graph_15.svg ├── inherit_graph_150.map ├── inherit_graph_150.md5 ├── inherit_graph_150.svg ├── inherit_graph_151.map ├── inherit_graph_151.md5 ├── inherit_graph_151.svg ├── inherit_graph_152.map ├── inherit_graph_152.md5 ├── inherit_graph_152.svg ├── inherit_graph_153.map ├── inherit_graph_153.md5 ├── inherit_graph_153.svg ├── inherit_graph_154.map ├── inherit_graph_154.md5 ├── inherit_graph_154.svg ├── inherit_graph_155.map ├── inherit_graph_155.md5 ├── inherit_graph_155.svg ├── inherit_graph_156.map ├── inherit_graph_156.md5 ├── inherit_graph_156.svg ├── inherit_graph_157.map ├── inherit_graph_157.md5 ├── inherit_graph_157.svg ├── inherit_graph_158.map ├── inherit_graph_158.md5 ├── inherit_graph_158.svg ├── inherit_graph_159.map ├── inherit_graph_159.md5 ├── inherit_graph_159.svg ├── inherit_graph_16.map ├── inherit_graph_16.md5 ├── inherit_graph_16.svg ├── inherit_graph_160.map ├── inherit_graph_160.md5 ├── inherit_graph_160.svg ├── inherit_graph_161.map ├── inherit_graph_161.md5 ├── inherit_graph_161.svg ├── inherit_graph_162.map ├── inherit_graph_162.md5 ├── inherit_graph_162.svg ├── inherit_graph_163.map ├── inherit_graph_163.md5 ├── inherit_graph_163.svg ├── inherit_graph_164.map ├── inherit_graph_164.md5 ├── inherit_graph_164.svg ├── inherit_graph_165.map ├── inherit_graph_165.md5 ├── inherit_graph_165.svg ├── inherit_graph_166.map ├── inherit_graph_166.md5 ├── inherit_graph_166.svg ├── inherit_graph_167.map ├── inherit_graph_167.md5 ├── inherit_graph_167.svg ├── inherit_graph_168.map ├── inherit_graph_168.md5 ├── inherit_graph_168.svg ├── inherit_graph_169.map ├── inherit_graph_169.md5 ├── inherit_graph_169.svg ├── inherit_graph_17.map ├── inherit_graph_17.md5 ├── inherit_graph_17.svg ├── inherit_graph_170.map ├── inherit_graph_170.md5 ├── inherit_graph_170.svg ├── inherit_graph_171.map ├── inherit_graph_171.md5 ├── inherit_graph_171.svg ├── inherit_graph_172.map ├── inherit_graph_172.md5 ├── inherit_graph_172.svg ├── inherit_graph_173.map ├── inherit_graph_173.md5 ├── inherit_graph_173.svg ├── inherit_graph_174.map ├── inherit_graph_174.md5 ├── inherit_graph_174.svg ├── inherit_graph_175.map ├── inherit_graph_175.md5 ├── inherit_graph_175.svg ├── inherit_graph_176.map ├── inherit_graph_176.md5 ├── inherit_graph_176.svg ├── inherit_graph_177.map ├── inherit_graph_177.md5 ├── inherit_graph_177.svg ├── inherit_graph_178.map ├── inherit_graph_178.md5 ├── inherit_graph_178.svg ├── inherit_graph_179.map ├── inherit_graph_179.md5 ├── inherit_graph_179.svg ├── inherit_graph_18.map ├── inherit_graph_18.md5 ├── inherit_graph_18.svg ├── inherit_graph_180.map ├── inherit_graph_180.md5 ├── inherit_graph_180.svg ├── inherit_graph_181.map ├── inherit_graph_181.md5 ├── inherit_graph_181.svg ├── inherit_graph_182.map ├── inherit_graph_182.md5 ├── inherit_graph_182.svg ├── inherit_graph_183.map ├── inherit_graph_183.md5 ├── inherit_graph_183.svg ├── inherit_graph_184.map ├── inherit_graph_184.md5 ├── inherit_graph_184.svg ├── inherit_graph_185.map ├── inherit_graph_185.md5 ├── inherit_graph_185.svg ├── inherit_graph_186.map ├── inherit_graph_186.md5 ├── inherit_graph_186.svg ├── inherit_graph_187.map ├── inherit_graph_187.md5 ├── inherit_graph_187.svg ├── inherit_graph_188.map ├── inherit_graph_188.md5 ├── inherit_graph_188.svg ├── inherit_graph_189.map ├── inherit_graph_189.md5 ├── inherit_graph_189.svg ├── inherit_graph_19.map ├── inherit_graph_19.md5 ├── inherit_graph_19.svg ├── inherit_graph_190.map ├── inherit_graph_190.md5 ├── inherit_graph_190.svg ├── inherit_graph_191.map ├── inherit_graph_191.md5 ├── inherit_graph_191.svg ├── inherit_graph_192.map ├── inherit_graph_192.md5 ├── inherit_graph_192.svg ├── inherit_graph_193.map ├── inherit_graph_193.md5 ├── inherit_graph_193.svg ├── inherit_graph_194.map ├── inherit_graph_194.md5 ├── inherit_graph_194.svg ├── inherit_graph_195.map ├── inherit_graph_195.md5 ├── inherit_graph_195.svg ├── inherit_graph_196.map ├── inherit_graph_196.md5 ├── inherit_graph_196.svg ├── inherit_graph_197.map ├── inherit_graph_197.md5 ├── inherit_graph_197.svg ├── inherit_graph_198.map ├── inherit_graph_198.md5 ├── inherit_graph_198.svg ├── inherit_graph_199.map ├── inherit_graph_199.md5 ├── inherit_graph_199.svg ├── inherit_graph_2.map ├── inherit_graph_2.md5 ├── inherit_graph_2.svg ├── inherit_graph_20.map ├── inherit_graph_20.md5 ├── inherit_graph_20.svg ├── inherit_graph_200.map ├── inherit_graph_200.md5 ├── inherit_graph_200.svg ├── inherit_graph_201.map ├── inherit_graph_201.md5 ├── inherit_graph_201.svg ├── inherit_graph_202.map ├── inherit_graph_202.md5 ├── inherit_graph_202.svg ├── inherit_graph_203.map ├── inherit_graph_203.md5 ├── inherit_graph_203.svg ├── inherit_graph_204.map ├── inherit_graph_204.md5 ├── inherit_graph_204.svg ├── inherit_graph_205.map ├── inherit_graph_205.md5 ├── inherit_graph_205.svg ├── inherit_graph_206.map ├── inherit_graph_206.md5 ├── inherit_graph_206.svg ├── inherit_graph_207.map ├── inherit_graph_207.md5 ├── inherit_graph_207.svg ├── inherit_graph_208.map ├── inherit_graph_208.md5 ├── inherit_graph_208.svg ├── inherit_graph_209.map ├── inherit_graph_209.md5 ├── inherit_graph_209.svg ├── inherit_graph_21.map ├── inherit_graph_21.md5 ├── inherit_graph_21.svg ├── inherit_graph_210.map ├── inherit_graph_210.md5 ├── inherit_graph_210.svg ├── inherit_graph_211.map ├── inherit_graph_211.md5 ├── inherit_graph_211.svg ├── inherit_graph_212.map ├── inherit_graph_212.md5 ├── inherit_graph_212.svg ├── inherit_graph_213.map ├── inherit_graph_213.md5 ├── inherit_graph_213.svg ├── inherit_graph_214.map ├── inherit_graph_214.md5 ├── inherit_graph_214.svg ├── inherit_graph_215.map ├── inherit_graph_215.md5 ├── inherit_graph_215.svg ├── inherit_graph_216.map ├── inherit_graph_216.md5 ├── inherit_graph_216.svg ├── inherit_graph_217.map ├── inherit_graph_217.md5 ├── inherit_graph_217.svg ├── inherit_graph_218.map ├── inherit_graph_218.md5 ├── inherit_graph_218.svg ├── inherit_graph_219.map ├── inherit_graph_219.md5 ├── inherit_graph_219.svg ├── inherit_graph_22.map ├── inherit_graph_22.md5 ├── inherit_graph_22.svg ├── inherit_graph_220.map ├── inherit_graph_220.md5 ├── inherit_graph_220.svg ├── inherit_graph_221.map ├── inherit_graph_221.md5 ├── inherit_graph_221.svg ├── inherit_graph_222.map ├── inherit_graph_222.md5 ├── inherit_graph_222.svg ├── inherit_graph_223.map ├── inherit_graph_223.md5 ├── inherit_graph_223.svg ├── inherit_graph_224.map ├── inherit_graph_224.md5 ├── inherit_graph_224.svg ├── inherit_graph_225.map ├── inherit_graph_225.md5 ├── inherit_graph_225.svg ├── inherit_graph_226.map ├── inherit_graph_226.md5 ├── inherit_graph_226.svg ├── inherit_graph_227.map ├── inherit_graph_227.md5 ├── inherit_graph_227.svg ├── inherit_graph_228.map ├── inherit_graph_228.md5 ├── inherit_graph_228.svg ├── inherit_graph_229.map ├── inherit_graph_229.md5 ├── inherit_graph_229.svg ├── inherit_graph_23.map ├── inherit_graph_23.md5 ├── inherit_graph_23.svg ├── inherit_graph_230.map ├── inherit_graph_230.md5 ├── inherit_graph_230.svg ├── inherit_graph_231.map ├── inherit_graph_231.md5 ├── inherit_graph_231.svg ├── inherit_graph_232.map ├── inherit_graph_232.md5 ├── inherit_graph_232.svg ├── inherit_graph_233.map ├── inherit_graph_233.md5 ├── inherit_graph_233.svg ├── inherit_graph_234.map ├── inherit_graph_234.md5 ├── inherit_graph_234.svg ├── inherit_graph_235.map ├── inherit_graph_235.md5 ├── inherit_graph_235.svg ├── inherit_graph_236.map ├── inherit_graph_236.md5 ├── inherit_graph_236.svg ├── inherit_graph_237.map ├── inherit_graph_237.md5 ├── inherit_graph_237.svg ├── inherit_graph_238.map ├── inherit_graph_238.md5 ├── inherit_graph_238.svg ├── inherit_graph_239.map ├── inherit_graph_239.md5 ├── inherit_graph_239.svg ├── inherit_graph_24.map ├── inherit_graph_24.md5 ├── inherit_graph_24.svg ├── inherit_graph_240.map ├── inherit_graph_240.md5 ├── inherit_graph_240.svg ├── inherit_graph_241.map ├── inherit_graph_241.md5 ├── inherit_graph_241.svg ├── inherit_graph_242.map ├── inherit_graph_242.md5 ├── inherit_graph_242.svg ├── inherit_graph_243.map ├── inherit_graph_243.md5 ├── inherit_graph_243.svg ├── inherit_graph_244.map ├── inherit_graph_244.md5 ├── inherit_graph_244.svg ├── inherit_graph_245.map ├── inherit_graph_245.md5 ├── inherit_graph_245.svg ├── inherit_graph_246.map ├── inherit_graph_246.md5 ├── inherit_graph_246.svg ├── inherit_graph_247.map ├── inherit_graph_247.md5 ├── inherit_graph_247.svg ├── inherit_graph_248.map ├── inherit_graph_248.md5 ├── inherit_graph_248.svg ├── inherit_graph_249.map ├── inherit_graph_249.md5 ├── inherit_graph_249.svg ├── inherit_graph_25.map ├── inherit_graph_25.md5 ├── inherit_graph_25.svg ├── inherit_graph_250.map ├── inherit_graph_250.md5 ├── inherit_graph_250.svg ├── inherit_graph_251.map ├── inherit_graph_251.md5 ├── inherit_graph_251.svg ├── inherit_graph_252.map ├── inherit_graph_252.md5 ├── inherit_graph_252.svg ├── inherit_graph_253.map ├── inherit_graph_253.md5 ├── inherit_graph_253.svg ├── inherit_graph_254.map ├── inherit_graph_254.md5 ├── inherit_graph_254.svg ├── inherit_graph_255.map ├── inherit_graph_255.md5 ├── inherit_graph_255.svg ├── inherit_graph_256.map ├── inherit_graph_256.md5 ├── inherit_graph_256.svg ├── inherit_graph_257.map ├── inherit_graph_257.md5 ├── inherit_graph_257.svg ├── inherit_graph_258.map ├── inherit_graph_258.md5 ├── inherit_graph_258.svg ├── inherit_graph_259.map ├── inherit_graph_259.md5 ├── inherit_graph_259.svg ├── inherit_graph_26.map ├── inherit_graph_26.md5 ├── inherit_graph_26.svg ├── inherit_graph_260.map ├── inherit_graph_260.md5 ├── inherit_graph_260.svg ├── inherit_graph_261.map ├── inherit_graph_261.md5 ├── inherit_graph_261.svg ├── inherit_graph_262.map ├── inherit_graph_262.md5 ├── inherit_graph_262.svg ├── inherit_graph_263.map ├── inherit_graph_263.md5 ├── inherit_graph_263.svg ├── inherit_graph_264.map ├── inherit_graph_264.md5 ├── inherit_graph_264.svg ├── inherit_graph_265.map ├── inherit_graph_265.md5 ├── inherit_graph_265.svg ├── inherit_graph_266.map ├── inherit_graph_266.md5 ├── inherit_graph_266.svg ├── inherit_graph_267.map ├── inherit_graph_267.md5 ├── inherit_graph_267.svg ├── inherit_graph_268.map ├── inherit_graph_268.md5 ├── inherit_graph_268.svg ├── inherit_graph_269.map ├── inherit_graph_269.md5 ├── inherit_graph_269.svg ├── inherit_graph_27.map ├── inherit_graph_27.md5 ├── inherit_graph_27.svg ├── inherit_graph_270.map ├── inherit_graph_270.md5 ├── inherit_graph_270.svg ├── inherit_graph_28.map ├── inherit_graph_28.md5 ├── inherit_graph_28.svg ├── inherit_graph_29.map ├── inherit_graph_29.md5 ├── inherit_graph_29.svg ├── inherit_graph_3.map ├── inherit_graph_3.md5 ├── inherit_graph_3.svg ├── inherit_graph_30.map ├── inherit_graph_30.md5 ├── inherit_graph_30.svg ├── inherit_graph_31.map ├── inherit_graph_31.md5 ├── inherit_graph_31.svg ├── inherit_graph_32.map ├── inherit_graph_32.md5 ├── inherit_graph_32.svg ├── inherit_graph_33.map ├── inherit_graph_33.md5 ├── inherit_graph_33.svg ├── inherit_graph_34.map ├── inherit_graph_34.md5 ├── inherit_graph_34.svg ├── inherit_graph_35.map ├── inherit_graph_35.md5 ├── inherit_graph_35.svg ├── inherit_graph_36.map ├── inherit_graph_36.md5 ├── inherit_graph_36.svg ├── inherit_graph_37.map ├── inherit_graph_37.md5 ├── inherit_graph_37.svg ├── inherit_graph_38.map ├── inherit_graph_38.md5 ├── inherit_graph_38.svg ├── inherit_graph_39.map ├── inherit_graph_39.md5 ├── inherit_graph_39.svg ├── inherit_graph_4.map ├── inherit_graph_4.md5 ├── inherit_graph_4.svg ├── inherit_graph_40.map ├── inherit_graph_40.md5 ├── inherit_graph_40.svg ├── inherit_graph_41.map ├── inherit_graph_41.md5 ├── inherit_graph_41.svg ├── inherit_graph_42.map ├── inherit_graph_42.md5 ├── inherit_graph_42.svg ├── inherit_graph_43.map ├── inherit_graph_43.md5 ├── inherit_graph_43.svg ├── inherit_graph_44.map ├── inherit_graph_44.md5 ├── inherit_graph_44.svg ├── inherit_graph_45.map ├── inherit_graph_45.md5 ├── inherit_graph_45.svg ├── inherit_graph_46.map ├── inherit_graph_46.md5 ├── inherit_graph_46.svg ├── inherit_graph_47.map ├── inherit_graph_47.md5 ├── inherit_graph_47.svg ├── inherit_graph_48.map ├── inherit_graph_48.md5 ├── inherit_graph_48.svg ├── inherit_graph_49.map ├── inherit_graph_49.md5 ├── inherit_graph_49.svg ├── inherit_graph_5.map ├── inherit_graph_5.md5 ├── inherit_graph_5.svg ├── inherit_graph_50.map ├── inherit_graph_50.md5 ├── inherit_graph_50.svg ├── inherit_graph_51.map ├── inherit_graph_51.md5 ├── inherit_graph_51.svg ├── inherit_graph_52.map ├── inherit_graph_52.md5 ├── inherit_graph_52.svg ├── inherit_graph_53.map ├── inherit_graph_53.md5 ├── inherit_graph_53.svg ├── inherit_graph_54.map ├── inherit_graph_54.md5 ├── inherit_graph_54.svg ├── inherit_graph_55.map ├── inherit_graph_55.md5 ├── inherit_graph_55.svg ├── inherit_graph_56.map ├── inherit_graph_56.md5 ├── inherit_graph_56.svg ├── inherit_graph_57.map ├── inherit_graph_57.md5 ├── inherit_graph_57.svg ├── inherit_graph_58.map ├── inherit_graph_58.md5 ├── inherit_graph_58.svg ├── inherit_graph_59.map ├── inherit_graph_59.md5 ├── inherit_graph_59.svg ├── inherit_graph_6.map ├── inherit_graph_6.md5 ├── inherit_graph_6.svg ├── inherit_graph_60.map ├── inherit_graph_60.md5 ├── inherit_graph_60.svg ├── inherit_graph_61.map ├── inherit_graph_61.md5 ├── inherit_graph_61.svg ├── inherit_graph_62.map ├── inherit_graph_62.md5 ├── inherit_graph_62.svg ├── inherit_graph_63.map ├── inherit_graph_63.md5 ├── inherit_graph_63.svg ├── inherit_graph_64.map ├── inherit_graph_64.md5 ├── inherit_graph_64.svg ├── inherit_graph_65.map ├── inherit_graph_65.md5 ├── inherit_graph_65.svg ├── inherit_graph_66.map ├── inherit_graph_66.md5 ├── inherit_graph_66.svg ├── inherit_graph_67.map ├── inherit_graph_67.md5 ├── inherit_graph_67.svg ├── inherit_graph_68.map ├── inherit_graph_68.md5 ├── inherit_graph_68.svg ├── inherit_graph_69.map ├── inherit_graph_69.md5 ├── inherit_graph_69.svg ├── inherit_graph_7.map ├── inherit_graph_7.md5 ├── inherit_graph_7.svg ├── inherit_graph_70.map ├── inherit_graph_70.md5 ├── inherit_graph_70.svg ├── inherit_graph_71.map ├── inherit_graph_71.md5 ├── inherit_graph_71.svg ├── inherit_graph_72.map ├── inherit_graph_72.md5 ├── inherit_graph_72.svg ├── inherit_graph_73.map ├── inherit_graph_73.md5 ├── inherit_graph_73.svg ├── inherit_graph_74.map ├── inherit_graph_74.md5 ├── inherit_graph_74.svg ├── inherit_graph_75.map ├── inherit_graph_75.md5 ├── inherit_graph_75.svg ├── inherit_graph_76.map ├── inherit_graph_76.md5 ├── inherit_graph_76.svg ├── inherit_graph_77.map ├── inherit_graph_77.md5 ├── inherit_graph_77.svg ├── inherit_graph_78.map ├── inherit_graph_78.md5 ├── inherit_graph_78.svg ├── inherit_graph_79.map ├── inherit_graph_79.md5 ├── inherit_graph_79.svg ├── inherit_graph_8.map ├── inherit_graph_8.md5 ├── inherit_graph_8.svg ├── inherit_graph_80.map ├── inherit_graph_80.md5 ├── inherit_graph_80.svg ├── inherit_graph_81.map ├── inherit_graph_81.md5 ├── inherit_graph_81.svg ├── inherit_graph_82.map ├── inherit_graph_82.md5 ├── inherit_graph_82.svg ├── inherit_graph_83.map ├── inherit_graph_83.md5 ├── inherit_graph_83.svg ├── inherit_graph_84.map ├── inherit_graph_84.md5 ├── inherit_graph_84.svg ├── inherit_graph_85.map ├── inherit_graph_85.md5 ├── inherit_graph_85.svg ├── inherit_graph_86.map ├── inherit_graph_86.md5 ├── inherit_graph_86.svg ├── inherit_graph_87.map ├── inherit_graph_87.md5 ├── inherit_graph_87.svg ├── inherit_graph_88.map ├── inherit_graph_88.md5 ├── inherit_graph_88.svg ├── inherit_graph_89.map ├── inherit_graph_89.md5 ├── inherit_graph_89.svg ├── inherit_graph_9.map ├── inherit_graph_9.md5 ├── inherit_graph_9.svg ├── inherit_graph_90.map ├── inherit_graph_90.md5 ├── inherit_graph_90.svg ├── inherit_graph_91.map ├── inherit_graph_91.md5 ├── inherit_graph_91.svg ├── inherit_graph_92.map ├── inherit_graph_92.md5 ├── inherit_graph_92.svg ├── inherit_graph_93.map ├── inherit_graph_93.md5 ├── inherit_graph_93.svg ├── inherit_graph_94.map ├── inherit_graph_94.md5 ├── inherit_graph_94.svg ├── inherit_graph_95.map ├── inherit_graph_95.md5 ├── inherit_graph_95.svg ├── inherit_graph_96.map ├── inherit_graph_96.md5 ├── inherit_graph_96.svg ├── inherit_graph_97.map ├── inherit_graph_97.md5 ├── inherit_graph_97.svg ├── inherit_graph_98.map ├── inherit_graph_98.md5 ├── inherit_graph_98.svg ├── inherit_graph_99.map ├── inherit_graph_99.md5 ├── inherit_graph_99.svg ├── inherits.xhtml ├── integral__image_8cl.js ├── integral__image_8cl.xhtml ├── integral__image_8cl_source.xhtml ├── intrinsics_2add_8h.js ├── intrinsics_2add_8h.xhtml ├── intrinsics_2add_8h_source.xhtml ├── intrinsics_8h.xhtml ├── intrinsics_8h_source.xhtml ├── inv_8h.js ├── inv_8h.xhtml ├── inv_8h_source.xhtml ├── invsqrt_8h.js ├── invsqrt_8h.xhtml ├── invsqrt_8h_source.xhtml ├── jquery.js ├── l2__normalize_8cl.js ├── l2__normalize_8cl.xhtml ├── l2__normalize_8cl_source.xhtml ├── load_8h.js ├── load_8h.xhtml ├── load_8h_source.xhtml ├── magnitude__phase_8cl.js ├── magnitude__phase_8cl.xhtml ├── magnitude__phase_8cl_source.xhtml ├── main_8cpp.js ├── main_8cpp.xhtml ├── main_8cpp_source.xhtml ├── max_8h.js ├── max_8h.xhtml ├── max_8h_source.xhtml ├── mean__stddev_8cl.js ├── mean__stddev_8cl.xhtml ├── mean__stddev_8cl_source.xhtml ├── mean__stddev__normalization_8cl.xhtml ├── mean__stddev__normalization_8cl_source.xhtml ├── memset_8cl.xhtml ├── memset_8cl_source.xhtml ├── menu.js ├── menudata.js ├── mergeresults_8hpp.js ├── mergeresults_8hpp.xhtml ├── mergeresults_8hpp_source.xhtml ├── merges_2list_8hpp.xhtml ├── merges_2list_8hpp_source.xhtml ├── min_8h.js ├── min_8h.xhtml ├── min_8h_source.xhtml ├── minmax__layer_8cl.xhtml ├── minmax__layer_8cl_source.xhtml ├── minmaxloc_8cl.js ├── minmaxloc_8cl.xhtml ├── minmaxloc_8cl_source.xhtml ├── misc_8cpp.js ├── misc_8cpp.xhtml ├── misc_8cpp_source.xhtml ├── mla_8h.js ├── mla_8h.xhtml ├── mla_8h_source.xhtml ├── movl_8h.js ├── movl_8h.xhtml ├── movl_8h_source.xhtml ├── movn_8h.js ├── movn_8h.xhtml ├── movn_8h_source.xhtml ├── mul_8h.js ├── mul_8h.xhtml ├── mul_8h_source.xhtml ├── namespacearm__compute.js ├── namespacearm__compute.xhtml ├── namespacearm__compute_1_1cl__gemm.js ├── namespacearm__compute_1_1cl__gemm.xhtml ├── namespacearm__compute_1_1cl__tuner.js ├── namespacearm__compute_1_1cl__tuner.xhtml ├── namespacearm__compute_1_1detail.js ├── namespacearm__compute_1_1detail.xhtml ├── namespacearm__compute_1_1gles.js ├── namespacearm__compute_1_1gles.xhtml ├── namespacearm__compute_1_1graph.js ├── namespacearm__compute_1_1graph.xhtml ├── namespacearm__compute_1_1graph_1_1backends.js ├── namespacearm__compute_1_1graph_1_1backends.xhtml ├── namespacearm__compute_1_1graph_1_1backends_1_1detail.js ├── namespacearm__compute_1_1graph_1_1backends_1_1detail.xhtml ├── namespacearm__compute_1_1graph_1_1descriptors.js ├── namespacearm__compute_1_1graph_1_1descriptors.xhtml ├── namespacearm__compute_1_1graph_1_1detail.xhtml ├── namespacearm__compute_1_1graph_1_1frontend.js ├── namespacearm__compute_1_1graph_1_1frontend.xhtml ├── namespacearm__compute_1_1graph__utils.js ├── namespacearm__compute_1_1graph__utils.xhtml ├── namespacearm__compute_1_1helpers.js ├── namespacearm__compute_1_1helpers.xhtml ├── namespacearm__compute_1_1helpers_1_1bit__ops.xhtml ├── namespacearm__compute_1_1helpers_1_1fft.xhtml ├── namespacearm__compute_1_1helpers_1_1float__ops.js ├── namespacearm__compute_1_1helpers_1_1float__ops.xhtml ├── namespacearm__compute_1_1helpers_1_1tensor__info.xhtml ├── namespacearm__compute_1_1helpers_1_1tensor__transform.xhtml ├── namespacearm__compute_1_1io.js ├── namespacearm__compute_1_1io.xhtml ├── namespacearm__compute_1_1logging.js ├── namespacearm__compute_1_1logging.xhtml ├── namespacearm__compute_1_1misc.js ├── namespacearm__compute_1_1misc.xhtml ├── namespacearm__compute_1_1misc_1_1shape__calculator.xhtml ├── namespacearm__compute_1_1quantization.xhtml ├── namespacearm__compute_1_1support.js ├── namespacearm__compute_1_1support.xhtml ├── namespacearm__compute_1_1support_1_1cpp11.xhtml ├── namespacearm__compute_1_1support_1_1cpp14.js ├── namespacearm__compute_1_1support_1_1cpp14.xhtml ├── namespacearm__compute_1_1test.js ├── namespacearm__compute_1_1test.xhtml ├── namespacearm__compute_1_1test_1_1benchmark.js ├── namespacearm__compute_1_1test_1_1benchmark.xhtml ├── namespacearm__compute_1_1test_1_1benchmark_1_1_c_l_suite.js ├── namespacearm__compute_1_1test_1_1benchmark_1_1_c_l_suite.xhtml ├── namespacearm__compute_1_1test_1_1benchmark_1_1_c_l_suite_1_1_n_i_g_h_t_l_y_suite.xhtml ├── namespacearm__compute_1_1test_1_1colorconvert__helper.js ├── namespacearm__compute_1_1test_1_1colorconvert__helper.xhtml ├── namespacearm__compute_1_1test_1_1colorconvert__helper_1_1detail.xhtml ├── namespacearm__compute_1_1test_1_1convolution__3d.js ├── namespacearm__compute_1_1test_1_1convolution__3d.xhtml ├── namespacearm__compute_1_1test_1_1convolution__3d_1_1detail.xhtml ├── namespacearm__compute_1_1test_1_1detail.xhtml ├── namespacearm__compute_1_1test_1_1framework.js ├── namespacearm__compute_1_1test_1_1framework.xhtml ├── namespacearm__compute_1_1test_1_1framework_1_1dataset.js ├── namespacearm__compute_1_1test_1_1framework_1_1dataset.xhtml ├── namespacearm__compute_1_1test_1_1framework_1_1detail.js ├── namespacearm__compute_1_1test_1_1framework_1_1detail.xhtml ├── namespacearm__compute_1_1test_1_1traits.js ├── namespacearm__compute_1_1test_1_1traits.xhtml ├── namespacearm__compute_1_1test_1_1validation.js ├── namespacearm__compute_1_1test_1_1validation.xhtml ├── namespacearm__compute_1_1test_1_1validation_1_1reference.xhtml ├── namespacearm__compute_1_1traits.js ├── namespacearm__compute_1_1traits.xhtml ├── namespacearm__compute_1_1tuners.js ├── namespacearm__compute_1_1tuners.xhtml ├── namespacearm__compute_1_1utility.js ├── namespacearm__compute_1_1utility.xhtml ├── namespacearm__compute_1_1utility_1_1detail.xhtml ├── namespacearm__compute_1_1utils.js ├── namespacearm__compute_1_1utils.xhtml ├── namespacearm__compute_1_1utils_1_1cast.xhtml ├── namespacearm__compute_1_1utils_1_1info__helpers.xhtml ├── namespacearm__compute_1_1utils_1_1iterable.js ├── namespacearm__compute_1_1utils_1_1iterable.xhtml ├── namespacearm__compute_1_1utils_1_1mmap__io.js ├── namespacearm__compute_1_1utils_1_1mmap__io.xhtml ├── namespacearm__compute_1_1utils_1_1random.js ├── namespacearm__compute_1_1utils_1_1random.xhtml ├── namespacearm__compute_1_1utils_1_1requires.js ├── namespacearm__compute_1_1utils_1_1requires.xhtml ├── namespacearm__compute_1_1utils_1_1requires_1_1detail.xhtml ├── namespacearm__compute_1_1utils_1_1rounding.xhtml ├── namespacearm__compute_1_1utils_1_1traits.js ├── namespacearm__compute_1_1utils_1_1traits.xhtml ├── namespacearm__compute_1_1wrapper.js ├── namespacearm__compute_1_1wrapper.xhtml ├── namespacearm__compute_1_1wrapper_1_1traits.js ├── namespacearm__compute_1_1wrapper_1_1traits.xhtml ├── namespacearm__gemm.js ├── namespacearm__gemm.xhtml ├── namespacearm__gemm_1_1utils.xhtml ├── namespacecl.xhtml ├── namespacemembers.xhtml ├── namespacemembers_b.xhtml ├── namespacemembers_c.xhtml ├── namespacemembers_d.xhtml ├── namespacemembers_dup.js ├── namespacemembers_e.xhtml ├── namespacemembers_enum.xhtml ├── namespacemembers_f.xhtml ├── namespacemembers_func.js ├── namespacemembers_func.xhtml ├── namespacemembers_func_b.xhtml ├── namespacemembers_func_c.xhtml ├── namespacemembers_func_d.xhtml ├── namespacemembers_func_e.xhtml ├── namespacemembers_func_f.xhtml ├── namespacemembers_func_g.xhtml ├── namespacemembers_func_h.xhtml ├── namespacemembers_func_i.xhtml ├── namespacemembers_func_j.xhtml ├── namespacemembers_func_l.xhtml ├── namespacemembers_func_m.xhtml ├── namespacemembers_func_n.xhtml ├── namespacemembers_func_o.xhtml ├── namespacemembers_func_p.xhtml ├── namespacemembers_func_q.xhtml ├── namespacemembers_func_r.xhtml ├── namespacemembers_func_s.xhtml ├── namespacemembers_func_t.xhtml ├── namespacemembers_func_u.xhtml ├── namespacemembers_func_v.xhtml ├── namespacemembers_func_w.xhtml ├── namespacemembers_func_y.xhtml ├── namespacemembers_func_z.xhtml ├── namespacemembers_g.xhtml ├── namespacemembers_h.xhtml ├── namespacemembers_i.xhtml ├── namespacemembers_j.xhtml ├── namespacemembers_k.xhtml ├── namespacemembers_l.xhtml ├── namespacemembers_m.xhtml ├── namespacemembers_n.xhtml ├── namespacemembers_o.xhtml ├── namespacemembers_p.xhtml ├── namespacemembers_q.xhtml ├── namespacemembers_r.xhtml ├── namespacemembers_s.xhtml ├── namespacemembers_t.xhtml ├── namespacemembers_type.js ├── namespacemembers_type.xhtml ├── namespacemembers_type_b.xhtml ├── namespacemembers_type_c.xhtml ├── namespacemembers_type_d.xhtml ├── namespacemembers_type_e.xhtml ├── namespacemembers_type_f.xhtml ├── namespacemembers_type_g.xhtml ├── namespacemembers_type_h.xhtml ├── namespacemembers_type_i.xhtml ├── namespacemembers_type_k.xhtml ├── namespacemembers_type_l.xhtml ├── namespacemembers_type_m.xhtml ├── namespacemembers_type_n.xhtml ├── namespacemembers_type_o.xhtml ├── namespacemembers_type_p.xhtml ├── namespacemembers_type_q.xhtml ├── namespacemembers_type_s.xhtml ├── namespacemembers_type_t.xhtml ├── namespacemembers_type_u.xhtml ├── namespacemembers_type_v.xhtml ├── namespacemembers_type_w.xhtml ├── namespacemembers_u.xhtml ├── namespacemembers_v.xhtml ├── namespacemembers_vars.js ├── namespacemembers_vars.xhtml ├── namespacemembers_vars_b.xhtml ├── namespacemembers_vars_c.xhtml ├── namespacemembers_vars_d.xhtml ├── namespacemembers_vars_e.xhtml ├── namespacemembers_vars_f.xhtml ├── namespacemembers_vars_g.xhtml ├── namespacemembers_vars_h.xhtml ├── namespacemembers_vars_i.xhtml ├── namespacemembers_vars_k.xhtml ├── namespacemembers_vars_l.xhtml ├── namespacemembers_vars_m.xhtml ├── namespacemembers_vars_n.xhtml ├── namespacemembers_vars_o.xhtml ├── namespacemembers_vars_p.xhtml ├── namespacemembers_vars_q.xhtml ├── namespacemembers_vars_r.xhtml ├── namespacemembers_vars_s.xhtml ├── namespacemembers_vars_t.xhtml ├── namespacemembers_vars_u.xhtml ├── namespacemembers_vars_v.xhtml ├── namespacemembers_vars_w.xhtml ├── namespacemembers_w.xhtml ├── namespacemembers_y.xhtml ├── namespacemembers_z.xhtml ├── namespacereorder.xhtml ├── namespaces.xhtml ├── namespaces_dup.js ├── nav_f.png ├── nav_g.png ├── nav_h.png ├── navtree.css ├── navtree.js ├── navtreedata.js ├── navtreeindex0.js ├── navtreeindex1.js ├── navtreeindex10.js ├── navtreeindex11.js ├── navtreeindex12.js ├── navtreeindex13.js ├── navtreeindex14.js ├── navtreeindex15.js ├── navtreeindex16.js ├── navtreeindex17.js ├── navtreeindex18.js ├── navtreeindex19.js ├── navtreeindex2.js ├── navtreeindex20.js ├── navtreeindex21.js ├── navtreeindex22.js ├── navtreeindex23.js ├── navtreeindex24.js ├── navtreeindex25.js ├── navtreeindex26.js ├── navtreeindex27.js ├── navtreeindex28.js ├── navtreeindex29.js ├── navtreeindex3.js ├── navtreeindex30.js ├── navtreeindex31.js ├── navtreeindex32.js ├── navtreeindex33.js ├── navtreeindex34.js ├── navtreeindex35.js ├── navtreeindex36.js ├── navtreeindex37.js ├── navtreeindex38.js ├── navtreeindex39.js ├── navtreeindex4.js ├── navtreeindex40.js ├── navtreeindex41.js ├── navtreeindex42.js ├── navtreeindex43.js ├── navtreeindex44.js ├── navtreeindex45.js ├── navtreeindex46.js ├── navtreeindex47.js ├── navtreeindex48.js ├── navtreeindex49.js ├── navtreeindex5.js ├── navtreeindex50.js ├── navtreeindex51.js ├── navtreeindex52.js ├── navtreeindex53.js ├── navtreeindex54.js ├── navtreeindex55.js ├── navtreeindex56.js ├── navtreeindex57.js ├── navtreeindex58.js ├── navtreeindex59.js ├── navtreeindex6.js ├── navtreeindex60.js ├── navtreeindex61.js ├── navtreeindex62.js ├── navtreeindex63.js ├── navtreeindex64.js ├── navtreeindex65.js ├── navtreeindex66.js ├── navtreeindex67.js ├── navtreeindex68.js ├── navtreeindex69.js ├── navtreeindex7.js ├── navtreeindex70.js ├── navtreeindex71.js ├── navtreeindex72.js ├── navtreeindex73.js ├── navtreeindex74.js ├── navtreeindex75.js ├── navtreeindex76.js ├── navtreeindex77.js ├── navtreeindex78.js ├── navtreeindex79.js ├── navtreeindex8.js ├── navtreeindex80.js ├── navtreeindex81.js ├── navtreeindex82.js ├── navtreeindex83.js ├── navtreeindex84.js ├── navtreeindex85.js ├── navtreeindex86.js ├── navtreeindex9.js ├── ndrange_8hpp.xhtml ├── ndrange_8hpp_source.xhtml ├── neg_8h.js ├── neg_8h.xhtml ├── neg_8h_source.xhtml ├── neon__cartoon__effect_8cpp.js ├── neon__cartoon__effect_8cpp.xhtml ├── neon__cartoon__effect_8cpp_source.xhtml ├── neon__cnn_8cpp.js ├── neon__cnn_8cpp.xhtml ├── neon__cnn_8cpp_source.xhtml ├── neon__convolution_8cpp.js ├── neon__convolution_8cpp.xhtml ├── neon__convolution_8cpp_source.xhtml ├── neon__copy__objects_8cpp.js ├── neon__copy__objects_8cpp.xhtml ├── neon__copy__objects_8cpp_source.xhtml ├── neon__opticalflow_8cpp.js ├── neon__opticalflow_8cpp.xhtml ├── neon__opticalflow_8cpp_source.xhtml ├── neon__permute_8cpp.js ├── neon__permute_8cpp.xhtml ├── neon__permute_8cpp_source.xhtml ├── neon__scale_8cpp.js ├── neon__scale_8cpp.xhtml ├── neon__scale_8cpp_source.xhtml ├── neon__sgemm_8cpp.js ├── neon__sgemm_8cpp.xhtml ├── neon__sgemm_8cpp_source.xhtml ├── neoncl__scale__median__gaussian_8cpp.js ├── neoncl__scale__median__gaussian_8cpp.xhtml ├── neoncl__scale__median__gaussian_8cpp_source.xhtml ├── non__linear__filter3x3_8cl.js ├── non__linear__filter3x3_8cl.xhtml ├── non__linear__filter3x3_8cl_source.xhtml ├── non__linear__filter5x5_8cl.js ├── non__linear__filter5x5_8cl.xhtml ├── non__linear__filter5x5_8cl_source.xhtml ├── non__linear__filter__helpers_8h.js ├── non__linear__filter__helpers_8h.xhtml ├── non__linear__filter__helpers_8h_source.xhtml ├── nonmax_8cl.js ├── nonmax_8cl.xhtml ├── nonmax_8cl_source.xhtml ├── normalization__layer_8cl.js ├── normalization__layer_8cl.xhtml ├── normalization__layer_8cl_source.xhtml ├── normalize__planar__yuv__layer_8cl.xhtml ├── normalize__planar__yuv__layer_8cl_source.xhtml ├── normalize__planar__yuv__layer__quantized_8cl.xhtml ├── normalize__planar__yuv__layer__quantized_8cl_source.xhtml ├── not_8h.js ├── not_8h.xhtml ├── not_8h_source.xhtml ├── open.png ├── optical__flow__pyramid__lk_8cl.js ├── optical__flow__pyramid__lk_8cl.xhtml ├── optical__flow__pyramid__lk_8cl_source.xhtml ├── orr_8h.js ├── orr_8h.xhtml ├── orr_8h_source.xhtml ├── padd_8h.js ├── padd_8h.xhtml ├── padd_8h_source.xhtml ├── pages.xhtml ├── permute_8cl.xhtml ├── permute_8cl_source.xhtml ├── pixelwise__mul__float_8cl.js ├── pixelwise__mul__float_8cl.xhtml ├── pixelwise__mul__float_8cl_source.xhtml ├── pixelwise__mul__int_8cl.js ├── pixelwise__mul__int_8cl.xhtml ├── pixelwise__mul__int_8cl_source.xhtml ├── pmax_8h.js ├── pmax_8h.xhtml ├── pmax_8h_source.xhtml ├── pmin_8h.js ├── pmin_8h.xhtml ├── pmin_8h_source.xhtml ├── pooling__layer_8cl.js ├── pooling__layer_8cl.xhtml ├── pooling__layer_8cl_source.xhtml ├── pooling__layer__quantized_8cl.js ├── pooling__layer__quantized_8cl.xhtml ├── pooling__layer__quantized_8cl_source.xhtml ├── pow_8h.js ├── pow_8h.xhtml ├── pow_8h_source.xhtml ├── prior__box__layer_8cl.xhtml ├── prior__box__layer_8cl_source.xhtml ├── profiler_8hpp.js ├── profiler_8hpp.xhtml ├── profiler_8hpp_source.xhtml ├── quantization__layer_8cl.js ├── quantization__layer_8cl.xhtml ├── quantization__layer_8cl_source.xhtml ├── quantize__wrapper_8hpp.xhtml ├── quantize__wrapper_8hpp_source.xhtml ├── quantized_8cpp.xhtml ├── quantized_8cpp_source.xhtml ├── quantized_8hpp.js ├── quantized_8hpp.xhtml ├── quantized_8hpp_source.xhtml ├── range_8cl.xhtml ├── range_8cl_source.xhtml ├── reduction__operation_8cl.js ├── reduction__operation_8cl.xhtml ├── reduction__operation_8cl_source.xhtml ├── reference_2_absolute_difference_8cpp.js ├── reference_2_absolute_difference_8cpp.xhtml ├── reference_2_absolute_difference_8cpp_source.xhtml ├── reference_2_accumulate_8cpp.js ├── reference_2_accumulate_8cpp.xhtml ├── reference_2_accumulate_8cpp_source.xhtml ├── reference_2_arithmetic_division_8cpp.js ├── reference_2_arithmetic_division_8cpp.xhtml ├── reference_2_arithmetic_division_8cpp_source.xhtml ├── reference_2_batch_to_space_layer_8cpp.js ├── reference_2_batch_to_space_layer_8cpp.xhtml ├── reference_2_batch_to_space_layer_8cpp_source.xhtml ├── reference_2_bitwise_and_8cpp.js ├── reference_2_bitwise_and_8cpp.xhtml ├── reference_2_bitwise_and_8cpp_source.xhtml ├── reference_2_bitwise_not_8cpp.js ├── reference_2_bitwise_not_8cpp.xhtml ├── reference_2_bitwise_not_8cpp_source.xhtml ├── reference_2_bitwise_or_8cpp.js ├── reference_2_bitwise_or_8cpp.xhtml ├── reference_2_bitwise_or_8cpp_source.xhtml ├── reference_2_bitwise_xor_8cpp.js ├── reference_2_bitwise_xor_8cpp.xhtml ├── reference_2_bitwise_xor_8cpp_source.xhtml ├── reference_2_bounding_box_transform_8cpp.js ├── reference_2_bounding_box_transform_8cpp.xhtml ├── reference_2_bounding_box_transform_8cpp_source.xhtml ├── reference_2_box3x3_8cpp.js ├── reference_2_box3x3_8cpp.xhtml ├── reference_2_box3x3_8cpp_source.xhtml ├── reference_2_channel_combine_8cpp.js ├── reference_2_channel_combine_8cpp.xhtml ├── reference_2_channel_combine_8cpp_source.xhtml ├── reference_2_channel_extract_8cpp.js ├── reference_2_channel_extract_8cpp.xhtml ├── reference_2_channel_extract_8cpp_source.xhtml ├── reference_2_channel_shuffle_8cpp.js ├── reference_2_channel_shuffle_8cpp.xhtml ├── reference_2_channel_shuffle_8cpp_source.xhtml ├── reference_2_col2_im_8cpp.js ├── reference_2_col2_im_8cpp.xhtml ├── reference_2_col2_im_8cpp_source.xhtml ├── reference_2_comparisons_8cpp.js ├── reference_2_comparisons_8cpp.xhtml ├── reference_2_comparisons_8cpp_source.xhtml ├── reference_2_convert_fully_connected_weights_8cpp.js ├── reference_2_convert_fully_connected_weights_8cpp.xhtml ├── reference_2_convert_fully_connected_weights_8cpp_source.xhtml ├── reference_2_copy_8cpp.js ├── reference_2_copy_8cpp.xhtml ├── reference_2_copy_8cpp_source.xhtml ├── reference_2_crop_resize_8cpp.js ├── reference_2_crop_resize_8cpp.xhtml ├── reference_2_crop_resize_8cpp_source.xhtml ├── reference_2_d_f_t_8cpp.js ├── reference_2_d_f_t_8cpp.xhtml ├── reference_2_d_f_t_8cpp_source.xhtml ├── reference_2_deconvolution_layer_8cpp.js ├── reference_2_deconvolution_layer_8cpp.xhtml ├── reference_2_deconvolution_layer_8cpp_source.xhtml ├── reference_2_depth_convert_layer_8cpp.js ├── reference_2_depth_convert_layer_8cpp.xhtml ├── reference_2_depth_convert_layer_8cpp_source.xhtml ├── reference_2_depth_to_space_layer_8cpp.js ├── reference_2_depth_to_space_layer_8cpp.xhtml ├── reference_2_depth_to_space_layer_8cpp_source.xhtml ├── reference_2_derivative_8cpp.js ├── reference_2_derivative_8cpp.xhtml ├── reference_2_derivative_8cpp_source.xhtml ├── reference_2_dilate_8cpp.js ├── reference_2_dilate_8cpp.xhtml ├── reference_2_dilate_8cpp_source.xhtml ├── reference_2_erode_8cpp.js ├── reference_2_erode_8cpp.xhtml ├── reference_2_erode_8cpp_source.xhtml ├── reference_2_fuse_batch_normalization_8cpp.js ├── reference_2_fuse_batch_normalization_8cpp.xhtml ├── reference_2_fuse_batch_normalization_8cpp_source.xhtml ├── reference_2_g_e_m_m_reshape_l_h_s_matrix_8cpp.js ├── reference_2_g_e_m_m_reshape_l_h_s_matrix_8cpp.xhtml ├── reference_2_g_e_m_m_reshape_l_h_s_matrix_8cpp_source.xhtml ├── reference_2_g_e_m_m_reshape_r_h_s_matrix_8cpp.js ├── reference_2_g_e_m_m_reshape_r_h_s_matrix_8cpp.xhtml ├── reference_2_g_e_m_m_reshape_r_h_s_matrix_8cpp_source.xhtml ├── reference_2_gather_8cpp.js ├── reference_2_gather_8cpp.xhtml ├── reference_2_gather_8cpp_source.xhtml ├── reference_2_gaussian3x3_8cpp.js ├── reference_2_gaussian3x3_8cpp.xhtml ├── reference_2_gaussian3x3_8cpp_source.xhtml ├── reference_2_gaussian5x5_8cpp.js ├── reference_2_gaussian5x5_8cpp.xhtml ├── reference_2_gaussian5x5_8cpp_source.xhtml ├── reference_2_im2_col_8cpp.js ├── reference_2_im2_col_8cpp.xhtml ├── reference_2_im2_col_8cpp_source.xhtml ├── reference_2_locally_connected_8cpp.js ├── reference_2_locally_connected_8cpp.xhtml ├── reference_2_locally_connected_8cpp_source.xhtml ├── reference_2_mean_std_dev_normalization_layer_8cpp.js ├── reference_2_mean_std_dev_normalization_layer_8cpp.xhtml ├── reference_2_mean_std_dev_normalization_layer_8cpp_source.xhtml ├── reference_2_non_linear_filter_8cpp.js ├── reference_2_non_linear_filter_8cpp.xhtml ├── reference_2_non_linear_filter_8cpp_source.xhtml ├── reference_2_pad_layer_8cpp.js ├── reference_2_pad_layer_8cpp.xhtml ├── reference_2_pad_layer_8cpp_source.xhtml ├── reference_2_permute_8cpp.js ├── reference_2_permute_8cpp.xhtml ├── reference_2_permute_8cpp_source.xhtml ├── reference_2_pixel_wise_multiplication_8cpp.js ├── reference_2_pixel_wise_multiplication_8cpp.xhtml ├── reference_2_pixel_wise_multiplication_8cpp_source.xhtml ├── reference_2_prior_box_layer_8cpp.js ├── reference_2_prior_box_layer_8cpp.xhtml ├── reference_2_prior_box_layer_8cpp_source.xhtml ├── reference_2_r_o_i_align_layer_8cpp.js ├── reference_2_r_o_i_align_layer_8cpp.xhtml ├── reference_2_r_o_i_align_layer_8cpp_source.xhtml ├── reference_2_range_8cpp.js ├── reference_2_range_8cpp.xhtml ├── reference_2_range_8cpp_source.xhtml ├── reference_2_reduction_operation_8cpp.js ├── reference_2_reduction_operation_8cpp.xhtml ├── reference_2_reduction_operation_8cpp_source.xhtml ├── reference_2_reorg_layer_8cpp.js ├── reference_2_reorg_layer_8cpp.xhtml ├── reference_2_reorg_layer_8cpp_source.xhtml ├── reference_2_reverse_8cpp.js ├── reference_2_reverse_8cpp.xhtml ├── reference_2_reverse_8cpp_source.xhtml ├── reference_2_scharr_8cpp.js ├── reference_2_scharr_8cpp.xhtml ├── reference_2_scharr_8cpp_source.xhtml ├── reference_2_select_8cpp.js ├── reference_2_select_8cpp.xhtml ├── reference_2_select_8cpp_source.xhtml ├── reference_2_stack_layer_8cpp.js ├── reference_2_stack_layer_8cpp.xhtml ├── reference_2_stack_layer_8cpp_source.xhtml ├── reference_2_table_lookup_8cpp.js ├── reference_2_table_lookup_8cpp.xhtml ├── reference_2_table_lookup_8cpp_source.xhtml ├── reference_2_threshold_8cpp.js ├── reference_2_threshold_8cpp.xhtml ├── reference_2_threshold_8cpp_source.xhtml ├── reference_2_tile_8cpp.js ├── reference_2_tile_8cpp.xhtml ├── reference_2_tile_8cpp_source.xhtml ├── reference_2_unstack_8cpp.js ├── reference_2_unstack_8cpp.xhtml ├── reference_2_unstack_8cpp_source.xhtml ├── reference_2_upsample_layer_8cpp.js ├── reference_2_upsample_layer_8cpp.xhtml ├── reference_2_upsample_layer_8cpp_source.xhtml ├── reference_2_warp_perspective_8cpp.js ├── reference_2_warp_perspective_8cpp.xhtml ├── reference_2_warp_perspective_8cpp_source.xhtml ├── reference_2_weights_reshape_8cpp.js ├── reference_2_weights_reshape_8cpp.xhtml ├── reference_2_weights_reshape_8cpp_source.xhtml ├── reference_2_winograd_8cpp.js ├── reference_2_winograd_8cpp.xhtml ├── reference_2_winograd_8cpp_source.xhtml ├── reference_2_y_o_l_o_layer_8cpp.js ├── reference_2_y_o_l_o_layer_8cpp.xhtml ├── reference_2_y_o_l_o_layer_8cpp_source.xhtml ├── remap_8cl.js ├── remap_8cl.xhtml ├── remap_8cl_source.xhtml ├── reorg__layer_8cl.xhtml ├── reorg__layer_8cl_source.xhtml ├── repeat_8h.js ├── repeat_8h.xhtml ├── repeat_8h_source.xhtml ├── reshape__layer_8cl.js ├── reshape__layer_8cl.xhtml ├── reshape__layer_8cl_source.xhtml ├── resize.js ├── rev64_8h.js ├── rev64_8h.xhtml ├── rev64_8h_source.xhtml ├── reverse_8cl.xhtml ├── reverse_8cl_source.xhtml ├── roi__align__layer_8cl.js ├── roi__align__layer_8cl.xhtml ├── roi__align__layer_8cl_source.xhtml ├── roi__pooling__layer_8cl.js ├── roi__pooling__layer_8cl.xhtml ├── roi__pooling__layer_8cl_source.xhtml ├── round_8h.js ├── round_8h.xhtml ├── round_8h_source.xhtml ├── runtime_2_c_l_2_c_l_helpers_8cpp.js ├── runtime_2_c_l_2_c_l_helpers_8cpp.xhtml ├── runtime_2_c_l_2_c_l_helpers_8cpp_source.xhtml ├── runtime_2_c_l_2_c_l_helpers_8h.js ├── runtime_2_c_l_2_c_l_helpers_8h.xhtml ├── runtime_2_c_l_2_c_l_helpers_8h_source.xhtml ├── runtime_2_tensor_8cpp.xhtml ├── runtime_2_tensor_8cpp_source.xhtml ├── runtime_2_tensor_8h.js ├── runtime_2_tensor_8h.xhtml ├── runtime_2_tensor_8h_source.xhtml ├── scalar_2add_8h.js ├── scalar_2add_8h.xhtml ├── scalar_2add_8h_source.xhtml ├── scalar_8h.xhtml ├── scalar_8h_source.xhtml ├── scale_8cl.js ├── scale_8cl.xhtml ├── scale_8cl_source.xhtml ├── scale__quantized_8cl.js ├── scale__quantized_8cl.xhtml ├── scale__quantized_8cl_source.xhtml ├── scharr__filter_8cl.js ├── scharr__filter_8cl.xhtml ├── scharr__filter_8cl_source.xhtml ├── search │ ├── all_0.html │ ├── all_0.js │ ├── all_1.html │ ├── all_1.js │ ├── all_10.html │ ├── all_10.js │ ├── all_11.html │ ├── all_11.js │ ├── all_12.html │ ├── all_12.js │ ├── all_13.html │ ├── all_13.js │ ├── all_14.html │ ├── all_14.js │ ├── all_15.html │ ├── all_15.js │ ├── all_16.html │ ├── all_16.js │ ├── all_17.html │ ├── all_17.js │ ├── all_18.html │ ├── all_18.js │ ├── all_19.html │ ├── all_19.js │ ├── all_1a.html │ ├── all_1a.js │ ├── all_1b.html │ ├── all_1b.js │ ├── all_1c.html │ ├── all_1c.js │ ├── all_2.html │ ├── all_2.js │ ├── all_3.html │ ├── all_3.js │ ├── all_4.html │ ├── all_4.js │ ├── all_5.html │ ├── all_5.js │ ├── all_6.html │ ├── all_6.js │ ├── all_7.html │ ├── all_7.js │ ├── all_8.html │ ├── all_8.js │ ├── all_9.html │ ├── all_9.js │ ├── all_a.html │ ├── all_a.js │ ├── all_b.html │ ├── all_b.js │ ├── all_c.html │ ├── all_c.js │ ├── all_d.html │ ├── all_d.js │ ├── all_e.html │ ├── all_e.js │ ├── all_f.html │ ├── all_f.js │ ├── classes_0.html │ ├── classes_0.js │ ├── classes_1.html │ ├── classes_1.js │ ├── classes_10.html │ ├── classes_10.js │ ├── classes_11.html │ ├── classes_11.js │ ├── classes_12.html │ ├── classes_12.js │ ├── classes_13.html │ ├── classes_13.js │ ├── classes_14.html │ ├── classes_14.js │ ├── classes_15.html │ ├── classes_15.js │ ├── classes_16.html │ ├── classes_16.js │ ├── classes_17.html │ ├── classes_17.js │ ├── classes_18.html │ ├── classes_18.js │ ├── classes_19.html │ ├── classes_19.js │ ├── classes_2.html │ ├── classes_2.js │ ├── classes_3.html │ ├── classes_3.js │ ├── classes_4.html │ ├── classes_4.js │ ├── classes_5.html │ ├── classes_5.js │ ├── classes_6.html │ ├── classes_6.js │ ├── classes_7.html │ ├── classes_7.js │ ├── classes_8.html │ ├── classes_8.js │ ├── classes_9.html │ ├── classes_9.js │ ├── classes_a.html │ ├── classes_a.js │ ├── classes_b.html │ ├── classes_b.js │ ├── classes_c.html │ ├── classes_c.js │ ├── classes_d.html │ ├── classes_d.js │ ├── classes_e.html │ ├── classes_e.js │ ├── classes_f.html │ ├── classes_f.js │ ├── close.png │ ├── defines_0.html │ ├── defines_0.js │ ├── defines_1.html │ ├── defines_1.js │ ├── defines_10.html │ ├── defines_10.js │ ├── defines_11.html │ ├── defines_11.js │ ├── defines_12.html │ ├── defines_12.js │ ├── defines_13.html │ ├── defines_13.js │ ├── defines_14.html │ ├── defines_14.js │ ├── defines_15.html │ ├── defines_15.js │ ├── defines_16.html │ ├── defines_16.js │ ├── defines_17.html │ ├── defines_17.js │ ├── defines_2.html │ ├── defines_2.js │ ├── defines_3.html │ ├── defines_3.js │ ├── defines_4.html │ ├── defines_4.js │ ├── defines_5.html │ ├── defines_5.js │ ├── defines_6.html │ ├── defines_6.js │ ├── defines_7.html │ ├── defines_7.js │ ├── defines_8.html │ ├── defines_8.js │ ├── defines_9.html │ ├── defines_9.js │ ├── defines_a.html │ ├── defines_a.js │ ├── defines_b.html │ ├── defines_b.js │ ├── defines_c.html │ ├── defines_c.js │ ├── defines_d.html │ ├── defines_d.js │ ├── defines_e.html │ ├── defines_e.js │ ├── defines_f.html │ ├── defines_f.js │ ├── enums_0.html │ ├── enums_0.js │ ├── enums_1.html │ ├── enums_1.js │ ├── enums_10.html │ ├── enums_10.js │ ├── enums_11.html │ ├── enums_11.js │ ├── enums_2.html │ ├── enums_2.js │ ├── enums_3.html │ ├── enums_3.js │ ├── enums_4.html │ ├── enums_4.js │ ├── enums_5.html │ ├── enums_5.js │ ├── enums_6.html │ ├── enums_6.js │ ├── enums_7.html │ ├── enums_7.js │ ├── enums_8.html │ ├── enums_8.js │ ├── enums_9.html │ ├── enums_9.js │ ├── enums_a.html │ ├── enums_a.js │ ├── enums_b.html │ ├── enums_b.js │ ├── enums_c.html │ ├── enums_c.js │ ├── enums_d.html │ ├── enums_d.js │ ├── enums_e.html │ ├── enums_e.js │ ├── enums_f.html │ ├── enums_f.js │ ├── enumvalues_0.html │ ├── enumvalues_0.js │ ├── enumvalues_1.html │ ├── enumvalues_1.js │ ├── enumvalues_10.html │ ├── enumvalues_10.js │ ├── enumvalues_11.html │ ├── enumvalues_11.js │ ├── enumvalues_12.html │ ├── enumvalues_12.js │ ├── enumvalues_13.html │ ├── enumvalues_13.js │ ├── enumvalues_14.html │ ├── enumvalues_14.js │ ├── enumvalues_15.html │ ├── enumvalues_15.js │ ├── enumvalues_16.html │ ├── enumvalues_16.js │ ├── enumvalues_2.html │ ├── enumvalues_2.js │ ├── enumvalues_3.html │ ├── enumvalues_3.js │ ├── enumvalues_4.html │ ├── enumvalues_4.js │ ├── enumvalues_5.html │ ├── enumvalues_5.js │ ├── enumvalues_6.html │ ├── enumvalues_6.js │ ├── enumvalues_7.html │ ├── enumvalues_7.js │ ├── enumvalues_8.html │ ├── enumvalues_8.js │ ├── enumvalues_9.html │ ├── enumvalues_9.js │ ├── enumvalues_a.html │ ├── enumvalues_a.js │ ├── enumvalues_b.html │ ├── enumvalues_b.js │ ├── enumvalues_c.html │ ├── enumvalues_c.js │ ├── enumvalues_d.html │ ├── enumvalues_d.js │ ├── enumvalues_e.html │ ├── enumvalues_e.js │ ├── enumvalues_f.html │ ├── enumvalues_f.js │ ├── files_0.html │ ├── files_0.js │ ├── files_1.html │ ├── files_1.js │ ├── files_10.html │ ├── files_10.js │ ├── files_11.html │ ├── files_11.js │ ├── files_12.html │ ├── files_12.js │ ├── files_13.html │ ├── files_13.js │ ├── files_14.html │ ├── files_14.js │ ├── files_15.html │ ├── files_15.js │ ├── files_16.html │ ├── files_16.js │ ├── files_17.html │ ├── files_17.js │ ├── files_18.html │ ├── files_18.js │ ├── files_19.html │ ├── files_19.js │ ├── files_2.html │ ├── files_2.js │ ├── files_3.html │ ├── files_3.js │ ├── files_4.html │ ├── files_4.js │ ├── files_5.html │ ├── files_5.js │ ├── files_6.html │ ├── files_6.js │ ├── files_7.html │ ├── files_7.js │ ├── files_8.html │ ├── files_8.js │ ├── files_9.html │ ├── files_9.js │ ├── files_a.html │ ├── files_a.js │ ├── files_b.html │ ├── files_b.js │ ├── files_c.html │ ├── files_c.js │ ├── files_d.html │ ├── files_d.js │ ├── files_e.html │ ├── files_e.js │ ├── files_f.html │ ├── files_f.js │ ├── functions_0.html │ ├── functions_0.js │ ├── functions_1.html │ ├── functions_1.js │ ├── functions_10.html │ ├── functions_10.js │ ├── functions_11.html │ ├── functions_11.js │ ├── functions_12.html │ ├── functions_12.js │ ├── functions_13.html │ ├── functions_13.js │ ├── functions_14.html │ ├── functions_14.js │ ├── functions_15.html │ ├── functions_15.js │ ├── functions_16.html │ ├── functions_16.js │ ├── functions_17.html │ ├── functions_17.js │ ├── functions_18.html │ ├── functions_18.js │ ├── functions_19.html │ ├── functions_19.js │ ├── functions_1a.html │ ├── functions_1a.js │ ├── functions_2.html │ ├── functions_2.js │ ├── functions_3.html │ ├── functions_3.js │ ├── functions_4.html │ ├── functions_4.js │ ├── functions_5.html │ ├── functions_5.js │ ├── functions_6.html │ ├── functions_6.js │ ├── functions_7.html │ ├── functions_7.js │ ├── functions_8.html │ ├── functions_8.js │ ├── functions_9.html │ ├── functions_9.js │ ├── functions_a.html │ ├── functions_a.js │ ├── functions_b.html │ ├── functions_b.js │ ├── functions_c.html │ ├── functions_c.js │ ├── functions_d.html │ ├── functions_d.js │ ├── functions_e.html │ ├── functions_e.js │ ├── functions_f.html │ ├── functions_f.js │ ├── mag_sel.png │ ├── namespaces_0.html │ ├── namespaces_0.js │ ├── namespaces_1.html │ ├── namespaces_1.js │ ├── namespaces_2.html │ ├── namespaces_2.js │ ├── nomatches.html │ ├── pages_0.html │ ├── pages_0.js │ ├── pages_1.html │ ├── pages_1.js │ ├── pages_2.html │ ├── pages_2.js │ ├── pages_3.html │ ├── pages_3.js │ ├── pages_4.html │ ├── pages_4.js │ ├── related_0.html │ ├── related_0.js │ ├── related_1.html │ ├── related_1.js │ ├── related_2.html │ ├── related_2.js │ ├── related_3.html │ ├── related_3.js │ ├── related_4.html │ ├── related_4.js │ ├── search.css │ ├── search.js │ ├── search_l.png │ ├── search_m.png │ ├── search_r.png │ ├── searchdata.js │ ├── typedefs_0.html │ ├── typedefs_0.js │ ├── typedefs_1.html │ ├── typedefs_1.js │ ├── typedefs_10.html │ ├── typedefs_10.js │ ├── typedefs_11.html │ ├── typedefs_11.js │ ├── typedefs_12.html │ ├── typedefs_12.js │ ├── typedefs_13.html │ ├── typedefs_13.js │ ├── typedefs_14.html │ ├── typedefs_14.js │ ├── typedefs_15.html │ ├── typedefs_15.js │ ├── typedefs_16.html │ ├── typedefs_16.js │ ├── typedefs_2.html │ ├── typedefs_2.js │ ├── typedefs_3.html │ ├── typedefs_3.js │ ├── typedefs_4.html │ ├── typedefs_4.js │ ├── typedefs_5.html │ ├── typedefs_5.js │ ├── typedefs_6.html │ ├── typedefs_6.js │ ├── typedefs_7.html │ ├── typedefs_7.js │ ├── typedefs_8.html │ ├── typedefs_8.js │ ├── typedefs_9.html │ ├── typedefs_9.js │ ├── typedefs_a.html │ ├── typedefs_a.js │ ├── typedefs_b.html │ ├── typedefs_b.js │ ├── typedefs_c.html │ ├── typedefs_c.js │ ├── typedefs_d.html │ ├── typedefs_d.js │ ├── typedefs_e.html │ ├── typedefs_e.js │ ├── typedefs_f.html │ ├── typedefs_f.js │ ├── variables_0.html │ ├── variables_0.js │ ├── variables_1.html │ ├── variables_1.js │ ├── variables_10.html │ ├── variables_10.js │ ├── variables_11.html │ ├── variables_11.js │ ├── variables_12.html │ ├── variables_12.js │ ├── variables_13.html │ ├── variables_13.js │ ├── variables_14.html │ ├── variables_14.js │ ├── variables_15.html │ ├── variables_15.js │ ├── variables_16.html │ ├── variables_16.js │ ├── variables_17.html │ ├── variables_17.js │ ├── variables_18.html │ ├── variables_18.js │ ├── variables_19.html │ ├── variables_19.js │ ├── variables_1a.html │ ├── variables_1a.js │ ├── variables_2.html │ ├── variables_2.js │ ├── variables_3.html │ ├── variables_3.js │ ├── variables_4.html │ ├── variables_4.js │ ├── variables_5.html │ ├── variables_5.js │ ├── variables_6.html │ ├── variables_6.js │ ├── variables_7.html │ ├── variables_7.js │ ├── variables_8.html │ ├── variables_8.js │ ├── variables_9.html │ ├── variables_9.js │ ├── variables_a.html │ ├── variables_a.js │ ├── variables_b.html │ ├── variables_b.js │ ├── variables_c.html │ ├── variables_c.js │ ├── variables_d.html │ ├── variables_d.js │ ├── variables_e.html │ ├── variables_e.js │ ├── variables_f.html │ └── variables_f.js ├── select_8cl.xhtml ├── select_8cl_source.xhtml ├── setlane_8h.js ├── setlane_8h.xhtml ├── setlane_8h_source.xhtml ├── sin_8h.js ├── sin_8h.xhtml ├── sin_8h_source.xhtml ├── slice__ops_8cl.js ├── slice__ops_8cl.xhtml ├── slice__ops_8cl_source.xhtml ├── sobel__filter_8cl.js ├── sobel__filter_8cl.xhtml ├── sobel__filter_8cl_source.xhtml ├── softmax__layer_8cl.js ├── softmax__layer_8cl.xhtml ├── softmax__layer_8cl_source.xhtml ├── softmax__layer__quantized_8cl.js ├── softmax__layer__quantized_8cl.xhtml ├── softmax__layer__quantized_8cl_source.xhtml ├── space__to__batch_8cl.xhtml ├── space__to__batch_8cl_source.xhtml ├── space__to__depth_8cl.xhtml ├── space__to__depth_8cl_source.xhtml ├── splitbar.png ├── src_2core_2_c_l_2cl__kernels_2_helpers_8h.js ├── src_2core_2_c_l_2cl__kernels_2_helpers_8h.xhtml ├── src_2core_2_c_l_2cl__kernels_2_helpers_8h_source.xhtml ├── src_2core_2_c_l_2cl__kernels_2_types_8h.js ├── src_2core_2_c_l_2cl__kernels_2_types_8h.xhtml ├── src_2core_2_c_l_2cl__kernels_2_types_8h_source.xhtml ├── src_2core_2_g_p_u_target_8cpp.js ├── src_2core_2_g_p_u_target_8cpp.xhtml ├── src_2core_2_g_p_u_target_8cpp_source.xhtml ├── src_2core_2_helpers_8cpp.xhtml ├── src_2core_2_helpers_8cpp_source.xhtml ├── src_2core_2_tensor_info_8cpp.xhtml ├── src_2core_2_tensor_info_8cpp_source.xhtml ├── src_2core_2_utils_8cpp.xhtml ├── src_2core_2_utils_8cpp_source.xhtml ├── src_2core_2utils_2helpers_2fft_8cpp.js ├── src_2core_2utils_2helpers_2fft_8cpp.xhtml ├── src_2core_2utils_2helpers_2fft_8cpp_source.xhtml ├── src_2core_2utils_2logging_2_helpers_8cpp.xhtml ├── src_2core_2utils_2logging_2_helpers_8cpp_source.xhtml ├── src_2graph_2_utils_8cpp.js ├── src_2graph_2_utils_8cpp.xhtml ├── src_2graph_2_utils_8cpp_source.xhtml ├── src_2graph_2nodes_2_fully_connected_layer_8cpp.xhtml ├── src_2graph_2nodes_2_fully_connected_layer_8cpp_source.xhtml ├── src_2graph_2nodes_2_reshape_layer_8cpp.xhtml ├── src_2graph_2nodes_2_reshape_layer_8cpp_source.xhtml ├── src_2runtime_2_tensor_allocator_8cpp.xhtml ├── src_2runtime_2_tensor_allocator_8cpp_source.xhtml ├── src_2runtime_2_utils_8cpp.xhtml ├── src_2runtime_2_utils_8cpp_source.xhtml ├── stack__layer_8cl.xhtml ├── stack__layer_8cl_source.xhtml ├── std__transforms__fixed_8hpp.xhtml ├── std__transforms__fixed_8hpp_source.xhtml ├── std__transforms__sve_8hpp.xhtml ├── std__transforms__sve_8hpp_source.xhtml ├── store_8h.js ├── store_8h.xhtml ├── store_8h_source.xhtml ├── struct_coordinates2_d.js ├── struct_coordinates2_d.xhtml ├── struct_detection_window.js ├── struct_detection_window.xhtml ├── struct_image.js ├── struct_image.xhtml ├── struct_internal_keypoint.js ├── struct_internal_keypoint.xhtml ├── struct_keypoint.js ├── struct_keypoint.xhtml ├── struct_tensor3_d.js ├── struct_tensor3_d.xhtml ├── struct_tensor4_d.js ├── struct_tensor4_d.xhtml ├── struct_transpose_interleave_common.xhtml ├── struct_vector.js ├── struct_vector.xhtml ├── structarm__compute_1_1_blob_info.js ├── structarm__compute_1_1_blob_info.xhtml ├── structarm__compute_1_1_border_size.js ├── structarm__compute_1_1_border_size.xhtml ├── structarm__compute_1_1_c_l_coefficient_table.js ├── structarm__compute_1_1_c_l_coefficient_table.xhtml ├── structarm__compute_1_1_c_l_device_options.js ├── structarm__compute_1_1_c_l_device_options.xhtml ├── structarm__compute_1_1_c_l_l_k_internal_keypoint.js ├── structarm__compute_1_1_c_l_l_k_internal_keypoint.xhtml ├── structarm__compute_1_1_c_l_old_value.js ├── structarm__compute_1_1_c_l_old_value.xhtml ├── structarm__compute_1_1_c_l_quantization.js ├── structarm__compute_1_1_c_l_quantization.xhtml ├── structarm__compute_1_1_c_l_quantization__coll__graph.map ├── structarm__compute_1_1_c_l_quantization__coll__graph.md5 ├── structarm__compute_1_1_c_l_quantization__coll__graph.svg ├── structarm__compute_1_1_coordinates2_d.js ├── structarm__compute_1_1_coordinates2_d.xhtml ├── structarm__compute_1_1_coordinates3_d.js ├── structarm__compute_1_1_coordinates3_d.xhtml ├── structarm__compute_1_1_depthwise_convolution_reshape_info.js ├── structarm__compute_1_1_depthwise_convolution_reshape_info.xhtml ├── structarm__compute_1_1_detection_window.js ├── structarm__compute_1_1_detection_window.xhtml ├── structarm__compute_1_1_f_f_t1_d_info.js ├── structarm__compute_1_1_f_f_t1_d_info.xhtml ├── structarm__compute_1_1_f_f_t2_d_info.js ├── structarm__compute_1_1_f_f_t2_d_info.xhtml ├── structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.js ├── structarm__compute_1_1_f_f_t_digit_reverse_kernel_info.xhtml ├── structarm__compute_1_1_f_f_t_radix_stage_kernel_info.js ├── structarm__compute_1_1_f_f_t_radix_stage_kernel_info.xhtml ├── structarm__compute_1_1_f_f_t_scale_kernel_info.js ├── structarm__compute_1_1_f_f_t_scale_kernel_info.xhtml ├── structarm__compute_1_1_fully_connected_layer_info.js ├── structarm__compute_1_1_fully_connected_layer_info.xhtml ├── structarm__compute_1_1_g_e_m_m_kernel_info.js ├── structarm__compute_1_1_g_e_m_m_kernel_info.xhtml ├── structarm__compute_1_1_g_e_m_m_kernel_info__coll__graph.map ├── structarm__compute_1_1_g_e_m_m_kernel_info__coll__graph.md5 ├── structarm__compute_1_1_g_e_m_m_kernel_info__coll__graph.svg ├── structarm__compute_1_1_g_e_m_m_l_h_s_matrix_info.js ├── structarm__compute_1_1_g_e_m_m_l_h_s_matrix_info.xhtml ├── structarm__compute_1_1_g_e_m_m_lowp_output_stage_info.js ├── structarm__compute_1_1_g_e_m_m_lowp_output_stage_info.xhtml ├── structarm__compute_1_1_g_e_m_m_r_h_s_matrix_info.js ├── structarm__compute_1_1_g_e_m_m_r_h_s_matrix_info.xhtml ├── structarm__compute_1_1_i_o_format_info.js ├── structarm__compute_1_1_i_o_format_info.xhtml ├── structarm__compute_1_1_internal_key_point.js ├── structarm__compute_1_1_internal_key_point.xhtml ├── structarm__compute_1_1_key_point.js ├── structarm__compute_1_1_key_point.xhtml ├── structarm__compute_1_1_min_max_location_values.js ├── structarm__compute_1_1_min_max_location_values.xhtml ├── structarm__compute_1_1_n_e_l_k_internal_keypoint.js ├── structarm__compute_1_1_n_e_l_k_internal_keypoint.xhtml ├── structarm__compute_1_1_optical_flow_parameters.js ├── structarm__compute_1_1_optical_flow_parameters.xhtml ├── structarm__compute_1_1_rectangle.js ├── structarm__compute_1_1_rectangle.xhtml ├── structarm__compute_1_1_thread_info.js ├── structarm__compute_1_1_thread_info.xhtml ├── structarm__compute_1_1_thread_info__coll__graph.map ├── structarm__compute_1_1_thread_info__coll__graph.md5 ├── structarm__compute_1_1_thread_info__coll__graph.svg ├── structarm__compute_1_1_uniform_quantization_info.js ├── structarm__compute_1_1_uniform_quantization_info.xhtml ├── structarm__compute_1_1_valid_region.js ├── structarm__compute_1_1_valid_region.xhtml ├── structarm__compute_1_1_valid_region__coll__graph.map ├── structarm__compute_1_1_valid_region__coll__graph.md5 ├── structarm__compute_1_1_valid_region__coll__graph.svg ├── structarm__compute_1_1_winograd_info.js ├── structarm__compute_1_1_winograd_info.xhtml ├── structarm__compute_1_1_winograd_info__coll__graph.map ├── structarm__compute_1_1_winograd_info__coll__graph.md5 ├── structarm__compute_1_1_winograd_info__coll__graph.svg ├── structarm__compute_1_1detail_1_1brelu.js ├── structarm__compute_1_1detail_1_1brelu.xhtml ├── structarm__compute_1_1detail_1_1dummy.js ├── structarm__compute_1_1detail_1_1dummy.xhtml ├── structarm__compute_1_1detail_1_1get__tensor__info__t.xhtml ├── structarm__compute_1_1detail_1_1get__tensor__info__t_3_01_i_tensor_info_01_5_01_4.js ├── structarm__compute_1_1detail_1_1get__tensor__info__t_3_01_i_tensor_info_01_5_01_4.xhtml ├── structarm__compute_1_1detail_1_1linear.js ├── structarm__compute_1_1detail_1_1linear.xhtml ├── structarm__compute_1_1detail_1_1logistic.js ├── structarm__compute_1_1detail_1_1logistic.xhtml ├── structarm__compute_1_1detail_1_1lubrelu.js ├── structarm__compute_1_1detail_1_1lubrelu.xhtml ├── structarm__compute_1_1detail_1_1relu.js ├── structarm__compute_1_1detail_1_1relu.xhtml ├── structarm__compute_1_1detail_1_1square.js ├── structarm__compute_1_1detail_1_1square.xhtml ├── structarm__compute_1_1enable__bitwise__ops.xhtml ├── structarm__compute_1_1enable__bitwise__ops_3_01arm__compute_1_1_g_p_u_target_01_4.xhtml ├── structarm__compute_1_1graph_1_1_execution_task.js ├── structarm__compute_1_1graph_1_1_execution_task.xhtml ├── structarm__compute_1_1graph_1_1_execution_task__coll__graph.map ├── structarm__compute_1_1graph_1_1_execution_task__coll__graph.md5 ├── structarm__compute_1_1graph_1_1_execution_task__coll__graph.svg ├── structarm__compute_1_1graph_1_1_execution_workload.js ├── structarm__compute_1_1graph_1_1_execution_workload.xhtml ├── structarm__compute_1_1graph_1_1_execution_workload__coll__graph.map ├── structarm__compute_1_1graph_1_1_execution_workload__coll__graph.md5 ├── structarm__compute_1_1graph_1_1_execution_workload__coll__graph.svg ├── structarm__compute_1_1graph_1_1_graph_config.js ├── structarm__compute_1_1graph_1_1_graph_config.xhtml ├── structarm__compute_1_1graph_1_1_graph_config__coll__graph.map ├── structarm__compute_1_1graph_1_1_graph_config__coll__graph.md5 ├── structarm__compute_1_1graph_1_1_graph_config__coll__graph.svg ├── structarm__compute_1_1graph_1_1_memory_manager_context.js ├── structarm__compute_1_1graph_1_1_memory_manager_context.xhtml ├── structarm__compute_1_1graph_1_1_memory_manager_context__coll__graph.map ├── structarm__compute_1_1graph_1_1_memory_manager_context__coll__graph.md5 ├── structarm__compute_1_1graph_1_1_memory_manager_context__coll__graph.svg ├── structarm__compute_1_1graph_1_1_node_idx_pair.js ├── structarm__compute_1_1graph_1_1_node_idx_pair.xhtml ├── structarm__compute_1_1graph_1_1_node_params.js ├── structarm__compute_1_1graph_1_1_node_params.xhtml ├── structarm__compute_1_1graph_1_1_tensor_descriptor.js ├── structarm__compute_1_1graph_1_1_tensor_descriptor.xhtml ├── structarm__compute_1_1graph_1_1_tensor_descriptor__coll__graph.map ├── structarm__compute_1_1graph_1_1_tensor_descriptor__coll__graph.md5 ├── structarm__compute_1_1graph_1_1_tensor_descriptor__coll__graph.svg ├── structarm__compute_1_1graph_1_1descriptors_1_1_concat_layer_descriptor.js ├── structarm__compute_1_1graph_1_1descriptors_1_1_concat_layer_descriptor.xhtml ├── structarm__compute_1_1graph_1_1descriptors_1_1_concat_layer_descriptor__coll__graph.map ├── structarm__compute_1_1graph_1_1descriptors_1_1_concat_layer_descriptor__coll__graph.md5 ├── structarm__compute_1_1graph_1_1descriptors_1_1_concat_layer_descriptor__coll__graph.svg ├── structarm__compute_1_1graph_1_1frontend_1_1_stream_hints.js ├── structarm__compute_1_1graph_1_1frontend_1_1_stream_hints.xhtml ├── structarm__compute_1_1graph_1_1frontend_1_1_stream_hints__coll__graph.map ├── structarm__compute_1_1graph_1_1frontend_1_1_stream_hints__coll__graph.md5 ├── structarm__compute_1_1graph_1_1frontend_1_1_stream_hints__coll__graph.svg ├── structarm__compute_1_1logging_1_1_log_msg.js ├── structarm__compute_1_1logging_1_1_log_msg.xhtml ├── structarm__compute_1_1misc_1_1_c_r_t_p.js ├── structarm__compute_1_1misc_1_1_c_r_t_p.xhtml ├── structarm__compute_1_1support_1_1cpp14_1_1___unique__if.js ├── structarm__compute_1_1support_1_1cpp14_1_1___unique__if.xhtml ├── structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[]_4.js ├── structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml ├── structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.js ├── structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml ├── structarm__compute_1_1test_1_1common__promoted__signed__type.js ├── structarm__compute_1_1test_1_1common__promoted__signed__type.xhtml ├── structarm__compute_1_1test_1_1common__promoted__unsigned__type.js ├── structarm__compute_1_1test_1_1common__promoted__unsigned__type.xhtml ├── structarm__compute_1_1test_1_1framework_1_1_measurement.js ├── structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml ├── structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.js ├── structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml ├── structarm__compute_1_1test_1_1framework_1_1_scheduler_clock_1_1kernel__info.js ├── structarm__compute_1_1test_1_1framework_1_1_scheduler_clock_1_1kernel__info.xhtml ├── structarm__compute_1_1test_1_1framework_1_1_test_info.js ├── structarm__compute_1_1test_1_1framework_1_1_test_info.xhtml ├── structarm__compute_1_1test_1_1framework_1_1_test_result.js ├── structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.js ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.xhtml ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.js ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.xhtml ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.js ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.xhtml ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset_1_1iterator.js ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset_1_1iterator.xhtml ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.js ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.xhtml ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset_1_1iterator.js ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset_1_1iterator.xhtml ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.js ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.xhtml ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container.xhtml ├── 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 ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container_3_01std_1_1vector_3_01_v_00_01_a_01_4_01_4__coll__graph.map ├── 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 ├── 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 ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container__coll__graph.map ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container__coll__graph.md5 ├── structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container__coll__graph.svg ├── structarm__compute_1_1test_1_1traits_1_1promote.xhtml ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01float_01_4.js ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01float_01_4.xhtml ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01half_01_4.js ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01half_01_4.xhtml ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01int16__t_01_4.js ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01int16__t_01_4.xhtml ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01int32__t_01_4.js ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01int32__t_01_4.xhtml ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01int8__t_01_4.js ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01int8__t_01_4.xhtml ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01uint16__t_01_4.js ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01uint32__t_01_4.js ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01uint8__t_01_4.js ├── structarm__compute_1_1test_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml ├── structarm__compute_1_1test_1_1validation_1_1_canny_edge_parameters.js ├── structarm__compute_1_1test_1_1validation_1_1_canny_edge_parameters.xhtml ├── structarm__compute_1_1test_1_1validation_1_1_harris_corners_parameters.js ├── structarm__compute_1_1test_1_1validation_1_1_harris_corners_parameters.xhtml ├── structarm__compute_1_1test_1_1validation_1_1compare.xhtml ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4.js ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4.xhtml ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.map ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.md5 ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4__coll__graph.svg ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4.js ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4.xhtml ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.map ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.md5 ├── structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4__coll__graph.svg ├── structarm__compute_1_1test_1_1validation_1_1compare__base.js ├── structarm__compute_1_1test_1_1validation_1_1compare__base.xhtml ├── structarm__compute_1_1test_1_1validation_1_1compare__base__coll__graph.map ├── structarm__compute_1_1test_1_1validation_1_1compare__base__coll__graph.md5 ├── structarm__compute_1_1test_1_1validation_1_1compare__base__coll__graph.svg ├── structarm__compute_1_1test_1_1validation_1_1is__floating__point.xhtml ├── structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4.xhtml ├── structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4__coll__graph.map ├── structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4__coll__graph.md5 ├── structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4__coll__graph.svg ├── structarm__compute_1_1test_1_1validation_1_1is__floating__point__coll__graph.map ├── structarm__compute_1_1test_1_1validation_1_1is__floating__point__coll__graph.md5 ├── structarm__compute_1_1test_1_1validation_1_1is__floating__point__coll__graph.svg ├── structarm__compute_1_1traits_1_1is__contained.xhtml ├── 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 ├── 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 ├── 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 ├── 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 ├── 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 ├── 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 ├── 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 ├── 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 ├── structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4.xhtml ├── structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4__coll__graph.map ├── structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4__coll__graph.md5 ├── structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4__coll__graph.svg ├── structarm__compute_1_1utils_1_1_common_graph_params.js ├── structarm__compute_1_1utils_1_1_common_graph_params.xhtml ├── structarm__compute_1_1utils_1_1_common_graph_params__coll__graph.map ├── structarm__compute_1_1utils_1_1_common_graph_params__coll__graph.md5 ├── structarm__compute_1_1utils_1_1_common_graph_params__coll__graph.svg ├── structarm__compute_1_1utils_1_1traits_1_1is__floating__point.xhtml ├── structarm__compute_1_1utils_1_1traits_1_1is__floating__point_3_01half_01_4.xhtml ├── structarm__compute_1_1utils_1_1traits_1_1is__floating__point_3_01half_01_4__coll__graph.map ├── structarm__compute_1_1utils_1_1traits_1_1is__floating__point_3_01half_01_4__coll__graph.md5 ├── structarm__compute_1_1utils_1_1traits_1_1is__floating__point_3_01half_01_4__coll__graph.svg ├── structarm__compute_1_1utils_1_1traits_1_1is__floating__point__coll__graph.map ├── structarm__compute_1_1utils_1_1traits_1_1is__floating__point__coll__graph.md5 ├── structarm__compute_1_1utils_1_1traits_1_1is__floating__point__coll__graph.svg ├── structarm__compute_1_1wrapper_1_1traits_1_1neon__bitvector.xhtml ├── structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml ├── structarm__compute_1_1wrapper_1_1traits_1_1vector__128__tag.xhtml ├── structarm__compute_1_1wrapper_1_1traits_1_1vector__64__tag.xhtml ├── structarm__gemm_1_1_gemm_implementation.js ├── structarm__gemm_1_1_gemm_implementation.xhtml ├── structarm__gemm_1_1_gemm_implementation_3_01_top_00_01_tret_00_01_nothing_01_4.js ├── structarm__gemm_1_1_gemm_implementation_3_01_top_00_01_tret_00_01_nothing_01_4.xhtml ├── stylesheet.css ├── sub_8h.js ├── sub_8h.xhtml ├── sub_8h_source.xhtml ├── sve__hybrid__fp16__mla__4_v_lx4_2generic_8cpp.xhtml ├── sve__hybrid__fp16__mla__4_v_lx4_2generic_8cpp_source.xhtml ├── sve__hybrid__fp16__mla__4_v_lx4_8hpp.xhtml ├── sve__hybrid__fp16__mla__4_v_lx4_8hpp_source.xhtml ├── sve__hybrid__fp32__mla__4_v_lx4_2generic_8cpp.xhtml ├── sve__hybrid__fp32__mla__4_v_lx4_2generic_8cpp_source.xhtml ├── sve__hybrid__fp32__mla__4_v_lx4_8hpp.xhtml ├── sve__hybrid__fp32__mla__4_v_lx4_8hpp_source.xhtml ├── sve__hybrid__s8s32__dot__4_v_lx4_2generic_8cpp.xhtml ├── sve__hybrid__s8s32__dot__4_v_lx4_2generic_8cpp_source.xhtml ├── sve__hybrid__s8s32__dot__4_v_lx4_8hpp.xhtml ├── sve__hybrid__s8s32__dot__4_v_lx4_8hpp_source.xhtml ├── sve__hybrid__u8u32__dot__4_v_lx4_2generic_8cpp.xhtml ├── sve__hybrid__u8u32__dot__4_v_lx4_2generic_8cpp_source.xhtml ├── sve__hybrid__u8u32__dot__4_v_lx4_8hpp.xhtml ├── sve__hybrid__u8u32__dot__4_v_lx4_8hpp_source.xhtml ├── sve__interleave__8way__32bit_8hpp.xhtml ├── sve__interleave__8way__32bit_8hpp_source.xhtml ├── sve__interleave__8way__block2__32bit_8hpp.xhtml ├── sve__interleave__8way__block2__32bit_8hpp_source.xhtml ├── sve__interleave__8way__block4__8bit_8hpp.xhtml ├── sve__interleave__8way__block4__8bit_8hpp_source.xhtml ├── sve__interleaved__fp16__mla__3_v_lx8_2generic_8cpp.xhtml ├── sve__interleaved__fp16__mla__3_v_lx8_2generic_8cpp_source.xhtml ├── sve__interleaved__fp16__mla__3_v_lx8_8hpp.xhtml ├── sve__interleaved__fp16__mla__3_v_lx8_8hpp_source.xhtml ├── sve__interleaved__fp32__mla__3_v_lx8_2generic_8cpp.xhtml ├── sve__interleaved__fp32__mla__3_v_lx8_2generic_8cpp_source.xhtml ├── sve__interleaved__fp32__mla__3_v_lx8_8hpp.xhtml ├── sve__interleaved__fp32__mla__3_v_lx8_8hpp_source.xhtml ├── sve__interleaved__s8s32__dot__3_v_lx8_2generic_8cpp.xhtml ├── sve__interleaved__s8s32__dot__3_v_lx8_2generic_8cpp_source.xhtml ├── sve__interleaved__s8s32__dot__3_v_lx8_8hpp.xhtml ├── sve__interleaved__s8s32__dot__3_v_lx8_8hpp_source.xhtml ├── sve__interleaved__u8u32__dot__3_v_lx8_2generic_8cpp.xhtml ├── sve__interleaved__u8u32__dot__3_v_lx8_2generic_8cpp_source.xhtml ├── sve__interleaved__u8u32__dot__3_v_lx8_8hpp.xhtml ├── sve__interleaved__u8u32__dot__3_v_lx8_8hpp_source.xhtml ├── sve__merge__fp32__2_v_lx8_8hpp.xhtml ├── sve__merge__fp32__2_v_lx8_8hpp_source.xhtml ├── sve__merge__fp32__3_v_lx8_8hpp.xhtml ├── sve__merge__fp32__3_v_lx8_8hpp_source.xhtml ├── sve__merge__s32__3_v_lx8_8hpp.xhtml ├── sve__merge__s32__3_v_lx8_8hpp_source.xhtml ├── sve__merge__u32__3_v_lx8_8hpp.xhtml ├── sve__merge__u32__3_v_lx8_8hpp_source.xhtml ├── sve__native__fp16__mla__4_v_lx4_2generic_8cpp.xhtml ├── sve__native__fp16__mla__4_v_lx4_2generic_8cpp_source.xhtml ├── sve__native__fp16__mla__4_v_lx4_8hpp.xhtml ├── sve__native__fp16__mla__4_v_lx4_8hpp_source.xhtml ├── sve__native__fp32__mla__4_v_lx4_2generic_8cpp.xhtml ├── sve__native__fp32__mla__4_v_lx4_2generic_8cpp_source.xhtml ├── sve__native__fp32__mla__4_v_lx4_8hpp.xhtml ├── sve__native__fp32__mla__4_v_lx4_8hpp_source.xhtml ├── sve__native__s8s32__dot__4_v_lx4_2generic_8cpp.xhtml ├── sve__native__s8s32__dot__4_v_lx4_2generic_8cpp_source.xhtml ├── sve__native__s8s32__dot__4_v_lx4_8hpp.xhtml ├── sve__native__s8s32__dot__4_v_lx4_8hpp_source.xhtml ├── sve__native__u8u32__dot__4_v_lx4_2generic_8cpp.xhtml ├── sve__native__u8u32__dot__4_v_lx4_2generic_8cpp_source.xhtml ├── sve__native__u8u32__dot__4_v_lx4_8hpp.xhtml ├── sve__native__u8u32__dot__4_v_lx4_8hpp_source.xhtml ├── sve__small_k__fp32__mla__1_v_lx4_2generic_8cpp.xhtml ├── sve__small_k__fp32__mla__1_v_lx4_2generic_8cpp_source.xhtml ├── sve__small_k__fp32__mla__1_v_lx4_8hpp.xhtml ├── sve__small_k__fp32__mla__1_v_lx4_8hpp_source.xhtml ├── sve__small_k__hybrid__fp32__mla__1_v_lx4_2generic_8cpp.xhtml ├── sve__small_k__hybrid__fp32__mla__1_v_lx4_2generic_8cpp_source.xhtml ├── sve__small_k__hybrid__fp32__mla__1_v_lx4_8hpp.xhtml ├── sve__small_k__hybrid__fp32__mla__1_v_lx4_8hpp_source.xhtml ├── sve__small_k__hybrid__s8s32__dot__1_v_lx8_2generic_8cpp.xhtml ├── sve__small_k__hybrid__s8s32__dot__1_v_lx8_2generic_8cpp_source.xhtml ├── sve__small_k__hybrid__s8s32__dot__1_v_lx8_8hpp.xhtml ├── sve__small_k__hybrid__s8s32__dot__1_v_lx8_8hpp_source.xhtml ├── sve__small_k__hybrid__u8u32__dot__1_v_lx8_2generic_8cpp.xhtml ├── sve__small_k__hybrid__u8u32__dot__1_v_lx8_2generic_8cpp_source.xhtml ├── sve__small_k__hybrid__u8u32__dot__1_v_lx8_8hpp.xhtml ├── sve__small_k__hybrid__u8u32__dot__1_v_lx8_8hpp_source.xhtml ├── sync_off.png ├── sync_on.png ├── tab_a.png ├── tab_b.png ├── tab_h.png ├── tab_s.png ├── tablelookup_8cl.js ├── tablelookup_8cl.xhtml ├── tablelookup_8cl_source.xhtml ├── tabs.css ├── tanh_8h.js ├── tanh_8h.xhtml ├── tanh_8h_source.xhtml ├── tensor__info_8h.js ├── tensor__info_8h.xhtml ├── tensor__info_8h_source.xhtml ├── tensor__transform_8cpp.js ├── tensor__transform_8cpp.xhtml ├── tensor__transform_8cpp_source.xhtml ├── tensor__transform_8h.js ├── tensor__transform_8h.xhtml ├── tensor__transform_8h_source.xhtml ├── tests.xhtml ├── tests_2_type_printer_8h.js ├── tests_2_type_printer_8h.xhtml ├── tests_2_type_printer_8h_source.xhtml ├── tests_2_types_8h.js ├── tests_2_types_8h.xhtml ├── tests_2_types_8h_source.xhtml ├── tests_2_utils_8h.js ├── tests_2_utils_8h.xhtml ├── tests_2_utils_8h_source.xhtml ├── tests_2benchmark_2_c_l_2_fully_connected_layer_8cpp.js ├── tests_2benchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml ├── tests_2benchmark_2_c_l_2_fully_connected_layer_8cpp_source.xhtml ├── tests_2benchmark_2_c_l_2_reshape_layer_8cpp.js ├── tests_2benchmark_2_c_l_2_reshape_layer_8cpp.xhtml ├── tests_2benchmark_2_c_l_2_reshape_layer_8cpp_source.xhtml ├── tests_2benchmark_2_c_l_2fft_8cpp.js ├── tests_2benchmark_2_c_l_2fft_8cpp.xhtml ├── tests_2benchmark_2_c_l_2fft_8cpp_source.xhtml ├── tests_2benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.js ├── tests_2benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.xhtml ├── tests_2benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp_source.xhtml ├── tests_2benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp.js ├── tests_2benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml ├── tests_2benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp_source.xhtml ├── tests_2benchmark_2_n_e_o_n_2_reshape_layer_8cpp.js ├── tests_2benchmark_2_n_e_o_n_2_reshape_layer_8cpp.xhtml ├── tests_2benchmark_2_n_e_o_n_2_reshape_layer_8cpp_source.xhtml ├── tests_2benchmark_2_n_e_o_n_2fft_8cpp.js ├── tests_2benchmark_2_n_e_o_n_2fft_8cpp.xhtml ├── tests_2benchmark_2_n_e_o_n_2fft_8cpp_source.xhtml ├── tests_2framework_2_macros_8h.js ├── tests_2framework_2_macros_8h.xhtml ├── tests_2framework_2_macros_8h_source.xhtml ├── tests_2framework_2_utils_8h.js ├── tests_2framework_2_utils_8h.xhtml ├── tests_2framework_2_utils_8h_source.xhtml ├── tests_2framework_2printers_2_printers_8h.js ├── tests_2framework_2printers_2_printers_8h.xhtml ├── tests_2framework_2printers_2_printers_8h_source.xhtml ├── tests_2validation_2_c_l_2_fully_connected_layer_8cpp.js ├── tests_2validation_2_c_l_2_fully_connected_layer_8cpp.xhtml ├── tests_2validation_2_c_l_2_fully_connected_layer_8cpp_source.xhtml ├── tests_2validation_2_c_l_2_reshape_layer_8cpp.js ├── tests_2validation_2_c_l_2_reshape_layer_8cpp.xhtml ├── tests_2validation_2_c_l_2_reshape_layer_8cpp_source.xhtml ├── tests_2validation_2_c_l_2_u_n_i_t_2_tensor_allocator_8cpp.js ├── tests_2validation_2_c_l_2_u_n_i_t_2_tensor_allocator_8cpp.xhtml ├── tests_2validation_2_c_l_2_u_n_i_t_2_tensor_allocator_8cpp_source.xhtml ├── tests_2validation_2_c_l_2fft_8cpp.js ├── tests_2validation_2_c_l_2fft_8cpp.xhtml ├── tests_2validation_2_c_l_2fft_8cpp_source.xhtml ├── tests_2validation_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.js ├── tests_2validation_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.xhtml ├── tests_2validation_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp_source.xhtml ├── tests_2validation_2_helpers_8cpp.js ├── tests_2validation_2_helpers_8cpp.xhtml ├── tests_2validation_2_helpers_8cpp_source.xhtml ├── tests_2validation_2_helpers_8h.js ├── tests_2validation_2_helpers_8h.xhtml ├── tests_2validation_2_helpers_8h_source.xhtml ├── tests_2validation_2_n_e_o_n_2_fully_connected_layer_8cpp.js ├── tests_2validation_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml ├── tests_2validation_2_n_e_o_n_2_fully_connected_layer_8cpp_source.xhtml ├── tests_2validation_2_n_e_o_n_2_reshape_layer_8cpp.js ├── tests_2validation_2_n_e_o_n_2_reshape_layer_8cpp.xhtml ├── tests_2validation_2_n_e_o_n_2_reshape_layer_8cpp_source.xhtml ├── tests_2validation_2_n_e_o_n_2_u_n_i_t_2_tensor_allocator_8cpp.js ├── tests_2validation_2_n_e_o_n_2_u_n_i_t_2_tensor_allocator_8cpp.xhtml ├── tests_2validation_2_n_e_o_n_2_u_n_i_t_2_tensor_allocator_8cpp_source.xhtml ├── tests_2validation_2_n_e_o_n_2fft_8cpp.js ├── tests_2validation_2_n_e_o_n_2fft_8cpp.xhtml ├── tests_2validation_2_n_e_o_n_2fft_8cpp_source.xhtml ├── tests_2validation_2_u_n_i_t_2_g_p_u_target_8cpp.js ├── tests_2validation_2_u_n_i_t_2_g_p_u_target_8cpp.xhtml ├── tests_2validation_2_u_n_i_t_2_g_p_u_target_8cpp_source.xhtml ├── tests_2validation_2_u_n_i_t_2_tensor_info_8cpp.js ├── tests_2validation_2_u_n_i_t_2_tensor_info_8cpp.xhtml ├── tests_2validation_2_u_n_i_t_2_tensor_info_8cpp_source.xhtml ├── tests_2validation_2_u_n_i_t_2_utils_8cpp.js ├── tests_2validation_2_u_n_i_t_2_utils_8cpp.xhtml ├── tests_2validation_2_u_n_i_t_2_utils_8cpp_source.xhtml ├── tests_2validation_2reference_2_fully_connected_layer_8cpp.js ├── tests_2validation_2reference_2_fully_connected_layer_8cpp.xhtml ├── tests_2validation_2reference_2_fully_connected_layer_8cpp_source.xhtml ├── tests_2validation_2reference_2_reshape_layer_8cpp.js ├── tests_2validation_2reference_2_reshape_layer_8cpp.xhtml ├── tests_2validation_2reference_2_reshape_layer_8cpp_source.xhtml ├── tests_2validation_2reference_2_utils_8cpp.js ├── tests_2validation_2reference_2_utils_8cpp.xhtml ├── tests_2validation_2reference_2_utils_8cpp_source.xhtml ├── tests_2validation_2reference_2_utils_8h.js ├── tests_2validation_2reference_2_utils_8h.xhtml ├── tests_2validation_2reference_2_utils_8h_source.xhtml ├── threshold_8cl.js ├── threshold_8cl.xhtml ├── threshold_8cl_source.xhtml ├── tile_8cl.xhtml ├── tile_8cl_source.xhtml ├── transform_8hpp.xhtml ├── transform_8hpp_source.xhtml ├── transforms_2list_8hpp.xhtml ├── transforms_2list_8hpp_source.xhtml ├── transpose_8cl.js ├── transpose_8cl.xhtml ├── transpose_8cl_source.xhtml ├── transpose__interleave__common_8hpp.xhtml ├── transpose__interleave__common_8hpp_source.xhtml ├── unionarm__compute_1_1helpers_1_1float__ops_1_1_raw_float.js ├── unionarm__compute_1_1helpers_1_1float__ops_1_1_raw_float.xhtml ├── upsample__layer_8cl.js ├── upsample__layer_8cl.xhtml ├── upsample__layer_8cl_source.xhtml ├── utils_2_type_printer_8h.js ├── utils_2_type_printer_8h.xhtml ├── utils_2_type_printer_8h_source.xhtml ├── utils_2_utils_8cpp.js ├── utils_2_utils_8cpp.xhtml ├── utils_2_utils_8cpp_source.xhtml ├── utils_2_utils_8h.js ├── utils_2_utils_8h.xhtml ├── utils_2_utils_8h_source.xhtml ├── utils_2misc_2_rounding_8h.js ├── utils_2misc_2_rounding_8h.xhtml ├── utils_2misc_2_rounding_8h_source.xhtml ├── utils_2misc_2traits_8h.xhtml ├── utils_2misc_2traits_8h_source.xhtml ├── utils_8hpp.js ├── utils_8hpp.xhtml ├── utils_8hpp_source.xhtml ├── validation_2_c_l_2_activation_layer_8cpp.js ├── validation_2_c_l_2_activation_layer_8cpp.xhtml ├── validation_2_c_l_2_activation_layer_8cpp_source.xhtml ├── validation_2_c_l_2_batch_normalization_layer_8cpp.js ├── validation_2_c_l_2_batch_normalization_layer_8cpp.xhtml ├── validation_2_c_l_2_batch_normalization_layer_8cpp_source.xhtml ├── validation_2_c_l_2_canny_edge_8cpp.js ├── validation_2_c_l_2_canny_edge_8cpp.xhtml ├── validation_2_c_l_2_canny_edge_8cpp_source.xhtml ├── validation_2_c_l_2_color_convert_8cpp.js ├── validation_2_c_l_2_color_convert_8cpp.xhtml ├── validation_2_c_l_2_color_convert_8cpp_source.xhtml ├── validation_2_c_l_2_convolution_8cpp.js ├── validation_2_c_l_2_convolution_8cpp.xhtml ├── validation_2_c_l_2_convolution_8cpp_source.xhtml ├── validation_2_c_l_2_convolution_layer_8cpp.js ├── validation_2_c_l_2_convolution_layer_8cpp.xhtml ├── validation_2_c_l_2_convolution_layer_8cpp_source.xhtml ├── validation_2_c_l_2_depth_concatenate_layer_8cpp.js ├── validation_2_c_l_2_depth_concatenate_layer_8cpp.xhtml ├── validation_2_c_l_2_depth_concatenate_layer_8cpp_source.xhtml ├── validation_2_c_l_2_depthwise_convolution_layer_8cpp.js ├── validation_2_c_l_2_depthwise_convolution_layer_8cpp.xhtml ├── validation_2_c_l_2_depthwise_convolution_layer_8cpp_source.xhtml ├── validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp.js ├── validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp.xhtml ├── validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp_source.xhtml ├── validation_2_c_l_2_dequantization_layer_8cpp.js ├── validation_2_c_l_2_dequantization_layer_8cpp.xhtml ├── validation_2_c_l_2_dequantization_layer_8cpp_source.xhtml ├── validation_2_c_l_2_direct_convolution_layer_8cpp.js ├── validation_2_c_l_2_direct_convolution_layer_8cpp.xhtml ├── validation_2_c_l_2_direct_convolution_layer_8cpp_source.xhtml ├── validation_2_c_l_2_equalize_histogram_8cpp.js ├── validation_2_c_l_2_equalize_histogram_8cpp.xhtml ├── validation_2_c_l_2_equalize_histogram_8cpp_source.xhtml ├── validation_2_c_l_2_fast_corners_8cpp.js ├── validation_2_c_l_2_fast_corners_8cpp.xhtml ├── validation_2_c_l_2_fast_corners_8cpp_source.xhtml ├── validation_2_c_l_2_floor_8cpp.js ├── validation_2_c_l_2_floor_8cpp.xhtml ├── validation_2_c_l_2_floor_8cpp_source.xhtml ├── validation_2_c_l_2_g_e_m_m_8cpp.js ├── validation_2_c_l_2_g_e_m_m_8cpp.xhtml ├── validation_2_c_l_2_g_e_m_m_8cpp_source.xhtml ├── validation_2_c_l_2_g_e_m_m_lowp_8cpp.js ├── validation_2_c_l_2_g_e_m_m_lowp_8cpp.xhtml ├── validation_2_c_l_2_g_e_m_m_lowp_8cpp_source.xhtml ├── validation_2_c_l_2_gaussian_pyramid_8cpp.js ├── validation_2_c_l_2_gaussian_pyramid_8cpp.xhtml ├── validation_2_c_l_2_gaussian_pyramid_8cpp_source.xhtml ├── validation_2_c_l_2_h_o_g_descriptor_8cpp.js ├── validation_2_c_l_2_h_o_g_descriptor_8cpp.xhtml ├── validation_2_c_l_2_h_o_g_descriptor_8cpp_source.xhtml ├── validation_2_c_l_2_h_o_g_detector_8cpp.js ├── validation_2_c_l_2_h_o_g_detector_8cpp.xhtml ├── validation_2_c_l_2_h_o_g_detector_8cpp_source.xhtml ├── validation_2_c_l_2_h_o_g_multi_detection_8cpp.js ├── validation_2_c_l_2_h_o_g_multi_detection_8cpp.xhtml ├── validation_2_c_l_2_h_o_g_multi_detection_8cpp_source.xhtml ├── validation_2_c_l_2_harris_corners_8cpp.js ├── validation_2_c_l_2_harris_corners_8cpp.xhtml ├── validation_2_c_l_2_harris_corners_8cpp_source.xhtml ├── validation_2_c_l_2_histogram_8cpp.js ├── validation_2_c_l_2_histogram_8cpp.xhtml ├── validation_2_c_l_2_histogram_8cpp_source.xhtml ├── validation_2_c_l_2_integral_image_8cpp.js ├── validation_2_c_l_2_integral_image_8cpp.xhtml ├── validation_2_c_l_2_integral_image_8cpp_source.xhtml ├── validation_2_c_l_2_l2_normalize_layer_8cpp.js ├── validation_2_c_l_2_l2_normalize_layer_8cpp.xhtml ├── validation_2_c_l_2_l2_normalize_layer_8cpp_source.xhtml ├── validation_2_c_l_2_laplacian_pyramid_8cpp.js ├── validation_2_c_l_2_laplacian_pyramid_8cpp.xhtml ├── validation_2_c_l_2_laplacian_pyramid_8cpp_source.xhtml ├── validation_2_c_l_2_laplacian_reconstruct_8cpp.js ├── validation_2_c_l_2_laplacian_reconstruct_8cpp.xhtml ├── validation_2_c_l_2_laplacian_reconstruct_8cpp_source.xhtml ├── validation_2_c_l_2_magnitude_8cpp.js ├── validation_2_c_l_2_magnitude_8cpp.xhtml ├── validation_2_c_l_2_magnitude_8cpp_source.xhtml ├── validation_2_c_l_2_mean_std_dev_8cpp.js ├── validation_2_c_l_2_mean_std_dev_8cpp.xhtml ├── validation_2_c_l_2_mean_std_dev_8cpp_source.xhtml ├── validation_2_c_l_2_median3x3_8cpp.js ├── validation_2_c_l_2_median3x3_8cpp.xhtml ├── validation_2_c_l_2_median3x3_8cpp_source.xhtml ├── validation_2_c_l_2_min_max_location_8cpp.js ├── validation_2_c_l_2_min_max_location_8cpp.xhtml ├── validation_2_c_l_2_min_max_location_8cpp_source.xhtml ├── validation_2_c_l_2_normalization_layer_8cpp.js ├── validation_2_c_l_2_normalization_layer_8cpp.xhtml ├── validation_2_c_l_2_normalization_layer_8cpp_source.xhtml ├── validation_2_c_l_2_normalize_planar_y_u_v_layer_8cpp.js ├── validation_2_c_l_2_normalize_planar_y_u_v_layer_8cpp.xhtml ├── validation_2_c_l_2_normalize_planar_y_u_v_layer_8cpp_source.xhtml ├── validation_2_c_l_2_optical_flow_8cpp.js ├── validation_2_c_l_2_optical_flow_8cpp.xhtml ├── validation_2_c_l_2_optical_flow_8cpp_source.xhtml ├── validation_2_c_l_2_phase_8cpp.js ├── validation_2_c_l_2_phase_8cpp.xhtml ├── validation_2_c_l_2_phase_8cpp_source.xhtml ├── validation_2_c_l_2_pooling_layer_8cpp.js ├── validation_2_c_l_2_pooling_layer_8cpp.xhtml ├── validation_2_c_l_2_pooling_layer_8cpp_source.xhtml ├── validation_2_c_l_2_quantization_layer_8cpp.js ├── validation_2_c_l_2_quantization_layer_8cpp.xhtml ├── validation_2_c_l_2_quantization_layer_8cpp_source.xhtml ├── validation_2_c_l_2_remap_8cpp.js ├── validation_2_c_l_2_remap_8cpp.xhtml ├── validation_2_c_l_2_remap_8cpp_source.xhtml ├── validation_2_c_l_2_scale_8cpp.js ├── validation_2_c_l_2_scale_8cpp.xhtml ├── validation_2_c_l_2_scale_8cpp_source.xhtml ├── validation_2_c_l_2_sobel_8cpp.js ├── validation_2_c_l_2_sobel_8cpp.xhtml ├── validation_2_c_l_2_sobel_8cpp_source.xhtml ├── validation_2_c_l_2_softmax_layer_8cpp.js ├── validation_2_c_l_2_softmax_layer_8cpp.xhtml ├── validation_2_c_l_2_softmax_layer_8cpp_source.xhtml ├── validation_2_c_l_2_transpose_8cpp.js ├── validation_2_c_l_2_transpose_8cpp.xhtml ├── validation_2_c_l_2_transpose_8cpp_source.xhtml ├── validation_2_c_l_2_warp_affine_8cpp.js ├── validation_2_c_l_2_warp_affine_8cpp.xhtml ├── validation_2_c_l_2_warp_affine_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depth_concatenate_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depth_concatenate_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depth_concatenate_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalization_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalization_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalization_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp_source.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp.js ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp.xhtml ├── validation_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_activation_layer_8cpp.js ├── validation_2_n_e_o_n_2_activation_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_activation_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_batch_normalization_layer_8cpp.js ├── validation_2_n_e_o_n_2_batch_normalization_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_canny_edge_8cpp.js ├── validation_2_n_e_o_n_2_canny_edge_8cpp.xhtml ├── validation_2_n_e_o_n_2_canny_edge_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_color_convert_8cpp.js ├── validation_2_n_e_o_n_2_color_convert_8cpp.xhtml ├── validation_2_n_e_o_n_2_color_convert_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_convolution_8cpp.js ├── validation_2_n_e_o_n_2_convolution_8cpp.xhtml ├── validation_2_n_e_o_n_2_convolution_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_convolution_layer_8cpp.js ├── validation_2_n_e_o_n_2_convolution_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_depth_concatenate_layer_8cpp.js ├── validation_2_n_e_o_n_2_depth_concatenate_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_depth_concatenate_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_depthwise_convolution_layer_8cpp.js ├── validation_2_n_e_o_n_2_depthwise_convolution_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_depthwise_convolution_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_depthwise_separable_convolution_layer_8cpp.js ├── validation_2_n_e_o_n_2_depthwise_separable_convolution_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_depthwise_separable_convolution_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_dequantization_layer_8cpp.js ├── validation_2_n_e_o_n_2_dequantization_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_dequantization_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_direct_convolution_layer_8cpp.js ├── validation_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_direct_convolution_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_elementwise_sin_8cpp.js ├── validation_2_n_e_o_n_2_elementwise_sin_8cpp.xhtml ├── validation_2_n_e_o_n_2_elementwise_sin_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_equalize_histogram_8cpp.js ├── validation_2_n_e_o_n_2_equalize_histogram_8cpp.xhtml ├── validation_2_n_e_o_n_2_equalize_histogram_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_fast_corners_8cpp.js ├── validation_2_n_e_o_n_2_fast_corners_8cpp.xhtml ├── validation_2_n_e_o_n_2_fast_corners_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_floor_8cpp.js ├── validation_2_n_e_o_n_2_floor_8cpp.xhtml ├── validation_2_n_e_o_n_2_floor_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_g_e_m_m_8cpp.js ├── validation_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml ├── validation_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.js ├── validation_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml ├── validation_2_n_e_o_n_2_g_e_m_m_lowp_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_gaussian_pyramid_8cpp.js ├── validation_2_n_e_o_n_2_gaussian_pyramid_8cpp.xhtml ├── validation_2_n_e_o_n_2_gaussian_pyramid_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_h_o_g_descriptor_8cpp.js ├── validation_2_n_e_o_n_2_h_o_g_descriptor_8cpp.xhtml ├── validation_2_n_e_o_n_2_h_o_g_descriptor_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_h_o_g_detector_8cpp.js ├── validation_2_n_e_o_n_2_h_o_g_detector_8cpp.xhtml ├── validation_2_n_e_o_n_2_h_o_g_detector_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_h_o_g_multi_detection_8cpp.js ├── validation_2_n_e_o_n_2_h_o_g_multi_detection_8cpp.xhtml ├── validation_2_n_e_o_n_2_h_o_g_multi_detection_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_harris_corners_8cpp.js ├── validation_2_n_e_o_n_2_harris_corners_8cpp.xhtml ├── validation_2_n_e_o_n_2_harris_corners_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_histogram_8cpp.js ├── validation_2_n_e_o_n_2_histogram_8cpp.xhtml ├── validation_2_n_e_o_n_2_histogram_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_integral_image_8cpp.js ├── validation_2_n_e_o_n_2_integral_image_8cpp.xhtml ├── validation_2_n_e_o_n_2_integral_image_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_l2_normalize_layer_8cpp.js ├── validation_2_n_e_o_n_2_l2_normalize_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_l2_normalize_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_laplacian_pyramid_8cpp.js ├── validation_2_n_e_o_n_2_laplacian_pyramid_8cpp.xhtml ├── validation_2_n_e_o_n_2_laplacian_pyramid_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_laplacian_reconstruct_8cpp.js ├── validation_2_n_e_o_n_2_laplacian_reconstruct_8cpp.xhtml ├── validation_2_n_e_o_n_2_laplacian_reconstruct_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_magnitude_8cpp.js ├── validation_2_n_e_o_n_2_magnitude_8cpp.xhtml ├── validation_2_n_e_o_n_2_magnitude_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_mean_std_dev_8cpp.js ├── validation_2_n_e_o_n_2_mean_std_dev_8cpp.xhtml ├── validation_2_n_e_o_n_2_mean_std_dev_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_median3x3_8cpp.js ├── validation_2_n_e_o_n_2_median3x3_8cpp.xhtml ├── validation_2_n_e_o_n_2_median3x3_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_min_max_location_8cpp.js ├── validation_2_n_e_o_n_2_min_max_location_8cpp.xhtml ├── validation_2_n_e_o_n_2_min_max_location_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_normalization_layer_8cpp.js ├── validation_2_n_e_o_n_2_normalization_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_normalization_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_optical_flow_8cpp.js ├── validation_2_n_e_o_n_2_optical_flow_8cpp.xhtml ├── validation_2_n_e_o_n_2_optical_flow_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_phase_8cpp.js ├── validation_2_n_e_o_n_2_phase_8cpp.xhtml ├── validation_2_n_e_o_n_2_phase_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_pooling_layer_8cpp.js ├── validation_2_n_e_o_n_2_pooling_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_pooling_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_quantization_layer_8cpp.js ├── validation_2_n_e_o_n_2_quantization_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_quantization_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_remap_8cpp.js ├── validation_2_n_e_o_n_2_remap_8cpp.xhtml ├── validation_2_n_e_o_n_2_remap_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_scale_8cpp.js ├── validation_2_n_e_o_n_2_scale_8cpp.xhtml ├── validation_2_n_e_o_n_2_scale_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_sobel_8cpp.js ├── validation_2_n_e_o_n_2_sobel_8cpp.xhtml ├── validation_2_n_e_o_n_2_sobel_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_softmax_layer_8cpp.js ├── validation_2_n_e_o_n_2_softmax_layer_8cpp.xhtml ├── validation_2_n_e_o_n_2_softmax_layer_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_transpose_8cpp.js ├── validation_2_n_e_o_n_2_transpose_8cpp.xhtml ├── validation_2_n_e_o_n_2_transpose_8cpp_source.xhtml ├── validation_2_n_e_o_n_2_warp_affine_8cpp.js ├── validation_2_n_e_o_n_2_warp_affine_8cpp.xhtml ├── validation_2_n_e_o_n_2_warp_affine_8cpp_source.xhtml ├── validation_2reference_2_activation_layer_8cpp.js ├── validation_2reference_2_activation_layer_8cpp.xhtml ├── validation_2reference_2_activation_layer_8cpp_source.xhtml ├── validation_2reference_2_batch_normalization_layer_8cpp.js ├── validation_2reference_2_batch_normalization_layer_8cpp.xhtml ├── validation_2reference_2_batch_normalization_layer_8cpp_source.xhtml ├── validation_2reference_2_color_convert_8cpp.js ├── validation_2reference_2_color_convert_8cpp.xhtml ├── validation_2reference_2_color_convert_8cpp_source.xhtml ├── validation_2reference_2_convolution_8cpp.js ├── validation_2reference_2_convolution_8cpp.xhtml ├── validation_2reference_2_convolution_8cpp_source.xhtml ├── validation_2reference_2_convolution_layer_8cpp.js ├── validation_2reference_2_convolution_layer_8cpp.xhtml ├── validation_2reference_2_convolution_layer_8cpp_source.xhtml ├── validation_2reference_2_depth_concatenate_layer_8cpp.js ├── validation_2reference_2_depth_concatenate_layer_8cpp.xhtml ├── validation_2reference_2_depth_concatenate_layer_8cpp_source.xhtml ├── validation_2reference_2_depthwise_convolution_layer_8cpp.js ├── validation_2reference_2_depthwise_convolution_layer_8cpp.xhtml ├── validation_2reference_2_depthwise_convolution_layer_8cpp_source.xhtml ├── validation_2reference_2_depthwise_separable_convolution_layer_8cpp.js ├── validation_2reference_2_depthwise_separable_convolution_layer_8cpp.xhtml ├── validation_2reference_2_depthwise_separable_convolution_layer_8cpp_source.xhtml ├── validation_2reference_2_dequantization_layer_8cpp.js ├── validation_2reference_2_dequantization_layer_8cpp.xhtml ├── validation_2reference_2_dequantization_layer_8cpp_source.xhtml ├── validation_2reference_2_equalize_histogram_8cpp.js ├── validation_2reference_2_equalize_histogram_8cpp.xhtml ├── validation_2reference_2_equalize_histogram_8cpp_source.xhtml ├── validation_2reference_2_fast_corners_8cpp.js ├── validation_2reference_2_fast_corners_8cpp.xhtml ├── validation_2reference_2_fast_corners_8cpp_source.xhtml ├── validation_2reference_2_flatten_layer_8cpp.js ├── validation_2reference_2_flatten_layer_8cpp.xhtml ├── validation_2reference_2_flatten_layer_8cpp_source.xhtml ├── validation_2reference_2_floor_8cpp.js ├── validation_2reference_2_floor_8cpp.xhtml ├── validation_2reference_2_floor_8cpp_source.xhtml ├── validation_2reference_2_g_e_m_m_8cpp.js ├── validation_2reference_2_g_e_m_m_8cpp.xhtml ├── validation_2reference_2_g_e_m_m_8cpp_source.xhtml ├── validation_2reference_2_g_e_m_m_lowp_8cpp.js ├── validation_2reference_2_g_e_m_m_lowp_8cpp.xhtml ├── validation_2reference_2_g_e_m_m_lowp_8cpp_source.xhtml ├── validation_2reference_2_h_o_g_descriptor_8cpp.js ├── validation_2reference_2_h_o_g_descriptor_8cpp.xhtml ├── validation_2reference_2_h_o_g_descriptor_8cpp_source.xhtml ├── validation_2reference_2_h_o_g_detector_8cpp.js ├── validation_2reference_2_h_o_g_detector_8cpp.xhtml ├── validation_2reference_2_h_o_g_detector_8cpp_source.xhtml ├── validation_2reference_2_h_o_g_multi_detection_8cpp.js ├── validation_2reference_2_h_o_g_multi_detection_8cpp.xhtml ├── validation_2reference_2_h_o_g_multi_detection_8cpp_source.xhtml ├── validation_2reference_2_histogram_8cpp.js ├── validation_2reference_2_histogram_8cpp.xhtml ├── validation_2reference_2_histogram_8cpp_source.xhtml ├── validation_2reference_2_integral_image_8cpp.js ├── validation_2reference_2_integral_image_8cpp.xhtml ├── validation_2reference_2_integral_image_8cpp_source.xhtml ├── validation_2reference_2_l2_normalize_layer_8cpp.js ├── validation_2reference_2_l2_normalize_layer_8cpp.xhtml ├── validation_2reference_2_l2_normalize_layer_8cpp_source.xhtml ├── validation_2reference_2_laplacian_pyramid_8cpp.js ├── validation_2reference_2_laplacian_pyramid_8cpp.xhtml ├── validation_2reference_2_laplacian_pyramid_8cpp_source.xhtml ├── validation_2reference_2_laplacian_reconstruct_8cpp.js ├── validation_2reference_2_laplacian_reconstruct_8cpp.xhtml ├── validation_2reference_2_laplacian_reconstruct_8cpp_source.xhtml ├── validation_2reference_2_magnitude_8cpp.js ├── validation_2reference_2_magnitude_8cpp.xhtml ├── validation_2reference_2_magnitude_8cpp_source.xhtml ├── validation_2reference_2_mean_std_dev_8cpp.js ├── validation_2reference_2_mean_std_dev_8cpp.xhtml ├── validation_2reference_2_mean_std_dev_8cpp_source.xhtml ├── validation_2reference_2_median3x3_8cpp.js ├── validation_2reference_2_median3x3_8cpp.xhtml ├── validation_2reference_2_median3x3_8cpp_source.xhtml ├── validation_2reference_2_min_max_location_8cpp.js ├── validation_2reference_2_min_max_location_8cpp.xhtml ├── validation_2reference_2_min_max_location_8cpp_source.xhtml ├── validation_2reference_2_normalization_layer_8cpp.js ├── validation_2reference_2_normalization_layer_8cpp.xhtml ├── validation_2reference_2_normalization_layer_8cpp_source.xhtml ├── validation_2reference_2_normalize_planar_y_u_v_layer_8cpp.js ├── validation_2reference_2_normalize_planar_y_u_v_layer_8cpp.xhtml ├── validation_2reference_2_normalize_planar_y_u_v_layer_8cpp_source.xhtml ├── validation_2reference_2_optical_flow_8cpp.js ├── validation_2reference_2_optical_flow_8cpp.xhtml ├── validation_2reference_2_optical_flow_8cpp_source.xhtml ├── validation_2reference_2_phase_8cpp.js ├── validation_2reference_2_phase_8cpp.xhtml ├── validation_2reference_2_phase_8cpp_source.xhtml ├── validation_2reference_2_pooling_layer_8cpp.js ├── validation_2reference_2_pooling_layer_8cpp.xhtml ├── validation_2reference_2_pooling_layer_8cpp_source.xhtml ├── validation_2reference_2_quantization_layer_8cpp.js ├── validation_2reference_2_quantization_layer_8cpp.xhtml ├── validation_2reference_2_quantization_layer_8cpp_source.xhtml ├── validation_2reference_2_remap_8cpp.js ├── validation_2reference_2_remap_8cpp.xhtml ├── validation_2reference_2_remap_8cpp_source.xhtml ├── validation_2reference_2_scale_8cpp.js ├── validation_2reference_2_scale_8cpp.xhtml ├── validation_2reference_2_scale_8cpp_source.xhtml ├── validation_2reference_2_sobel_8cpp.js ├── validation_2reference_2_sobel_8cpp.xhtml ├── validation_2reference_2_sobel_8cpp_source.xhtml ├── validation_2reference_2_softmax_layer_8cpp.js ├── validation_2reference_2_softmax_layer_8cpp.xhtml ├── validation_2reference_2_softmax_layer_8cpp_source.xhtml ├── validation_2reference_2_transpose_8cpp.js ├── validation_2reference_2_transpose_8cpp.xhtml ├── validation_2reference_2_transpose_8cpp_source.xhtml ├── validation_2reference_2_warp_affine_8cpp.js ├── validation_2reference_2_warp_affine_8cpp.xhtml ├── validation_2reference_2_warp_affine_8cpp_source.xhtml ├── warp__affine_8cl.js ├── warp__affine_8cl.xhtml ├── warp__affine_8cl_source.xhtml ├── warp__helpers_8h.js ├── warp__helpers_8h.xhtml ├── warp__helpers_8h_source.xhtml ├── warp__helpers__quantized_8h.js ├── warp__helpers__quantized_8h.xhtml ├── warp__helpers__quantized_8h_source.xhtml ├── warp__perspective_8cl.js ├── warp__perspective_8cl.xhtml ├── warp__perspective_8cl_source.xhtml ├── winograd__filter__transform_8cl.xhtml ├── winograd__filter__transform_8cl_source.xhtml ├── winograd__input__transform_8cl.js ├── winograd__input__transform_8cl.xhtml ├── winograd__input__transform_8cl_source.xhtml ├── winograd__output__transform_8cl.xhtml ├── winograd__output__transform_8cl_source.xhtml ├── wrapper_8h.xhtml ├── wrapper_8h_source.xhtml ├── yolo__layer_8cl.xhtml └── yolo__layer_8cl_source.xhtml ├── examples ├── SConscript ├── cl_cache.cpp ├── cl_convolution.cpp ├── cl_events.cpp ├── cl_sgemm.cpp ├── gc_absdiff.cpp ├── gc_dc.cpp ├── graph_alexnet.cpp ├── graph_deepspeech_v0_4_1.cpp ├── graph_googlenet.cpp ├── graph_inception_resnet_v1.cpp ├── graph_inception_resnet_v2.cpp ├── graph_inception_v3.cpp ├── graph_inception_v4.cpp ├── graph_lenet.cpp ├── graph_mobilenet.cpp ├── graph_mobilenet_v2.cpp ├── graph_resnet12.cpp ├── graph_resnet50.cpp ├── graph_resnet_v2_50.cpp ├── graph_resnext50.cpp ├── graph_shufflenet.cpp ├── graph_squeezenet.cpp ├── graph_squeezenet_v1_1.cpp ├── graph_srcnn955.cpp ├── graph_ssd_mobilenet.cpp ├── graph_vgg16.cpp ├── graph_vgg19.cpp ├── graph_vgg_vdsr.cpp ├── graph_yolov3.cpp ├── neon_cartoon_effect.cpp ├── neon_cnn.cpp ├── neon_convolution.cpp ├── neon_copy_objects.cpp ├── neon_lowgemm.cpp ├── neon_opticalflow.cpp ├── neon_permute.cpp ├── neon_scale.cpp ├── neon_sgemm.cpp └── neoncl_scale_median_gaussian.cpp ├── image └── result.png ├── include ├── CL │ ├── cl.h │ ├── cl2.hpp │ ├── cl_d3d10.h │ ├── cl_d3d11.h │ ├── cl_dx9_media_sharing.h │ ├── cl_dx9_media_sharing_intel.h │ ├── cl_egl.h │ ├── cl_ext.h │ ├── cl_ext_intel.h │ ├── cl_gl.h │ ├── cl_gl_ext.h │ ├── cl_platform.h │ ├── cl_va_api_media_sharing_intel.h │ ├── cl_version.h │ └── opencl.h ├── half │ ├── ChangeLog.txt │ ├── LICENSE.txt │ ├── README.txt │ └── half.hpp ├── libnpy │ └── npy.hpp ├── linux │ ├── EGL │ │ ├── egl.h │ │ ├── eglext.h │ │ ├── eglplatform.h │ │ └── fbdev_window.h │ ├── GLES │ │ ├── gl.h │ │ ├── glext.h │ │ └── glplatform.h │ ├── GLES2 │ │ ├── gl2.h │ │ ├── gl2ext.h │ │ └── gl2platform.h │ ├── GLES3 │ │ ├── gl3.h │ │ ├── gl31.h │ │ ├── gl3ext.h │ │ └── gl3platform.h │ └── KHR │ │ └── khrplatform.h └── stb │ └── stb_image.h ├── kernel_examples ├── BITSERIAL_2bit.cpp ├── BITSERIAL_4bit.cpp ├── NEGEMMLowpMatrixMultiplyKernel_1bit.cpp ├── NEGEMMLowpMatrixMultiplyKernel_2bit.cpp └── NEGEMMLowpMatrixMultiplyKernel_4bit.cpp ├── opencl-1.2-stubs ├── SConscript └── opencl_stubs.c ├── opengles-3.1-stubs ├── EGL.c ├── GLESv2.c ├── Readme.txt └── SConscript ├── scripts ├── caffe_data_extractor.py └── tensorflow_data_extractor.py ├── src ├── core │ ├── AccessWindowAutoPadding.cpp │ ├── AccessWindowStatic.cpp │ ├── AccessWindowTranspose.cpp │ ├── CL │ │ ├── CLHelpers.cpp │ │ ├── CLKernelLibrary.cpp │ │ ├── ICLDistribution1D.cpp │ │ ├── ICLHOG.cpp │ │ ├── ICLKernel.cpp │ │ ├── ICLLut.cpp │ │ ├── ICLMultiHOG.cpp │ │ ├── ICLMultiImage.cpp │ │ ├── ICLSimple2DKernel.cpp │ │ ├── ICLSimple3DKernel.cpp │ │ ├── ICLSimpleKernel.cpp │ │ ├── ICLTensor.cpp │ │ ├── OpenCL.cpp │ │ ├── cl_kernels │ │ │ ├── absdiff.cl │ │ │ ├── accumulate.cl │ │ │ ├── activation_float_helpers.h │ │ │ ├── activation_layer.cl │ │ │ ├── activation_layer_quant.cl │ │ │ ├── activation_quant_helpers.h │ │ │ ├── batch_to_space.cl │ │ │ ├── batchnormalization_layer.cl │ │ │ ├── bitwise_op.cl │ │ │ ├── bounding_box_transform.cl │ │ │ ├── canny.cl │ │ │ ├── channel_combine.cl │ │ │ ├── channel_extract.cl │ │ │ ├── channel_shuffle.cl │ │ │ ├── col2im.cl │ │ │ ├── color_convert.cl │ │ │ ├── comparisons.cl │ │ │ ├── concatenate.cl │ │ │ ├── convert_fc_weights.cl │ │ │ ├── convolution3x3.cl │ │ │ ├── convolution5x5.cl │ │ │ ├── convolution7x7.cl │ │ │ ├── convolution9x9.cl │ │ │ ├── convolution_layer.cl │ │ │ ├── convolution_rectangle.cl │ │ │ ├── copy_tensor.cl │ │ │ ├── crop_tensor.cl │ │ │ ├── deconvolution_layer.cl │ │ │ ├── depth_convert.cl │ │ │ ├── depth_to_space.cl │ │ │ ├── depthwise_convolution.cl │ │ │ ├── depthwise_convolution_quantized.cl │ │ │ ├── dequantization_layer.cl │ │ │ ├── derivative.cl │ │ │ ├── dilate.cl │ │ │ ├── direct_convolution1x1.cl │ │ │ ├── direct_convolution3x3.cl │ │ │ ├── direct_convolution5x5.cl │ │ │ ├── direct_convolution9x9.cl │ │ │ ├── direct_convolution_1x1_3x3_5x5_quantized.cl │ │ │ ├── elementwise_operation.cl │ │ │ ├── elementwise_operation_quantized.cl │ │ │ ├── elementwise_unary.cl │ │ │ ├── erode.cl │ │ │ ├── fast_corners.cl │ │ │ ├── fft.cl │ │ │ ├── fft_digit_reverse.cl │ │ │ ├── fft_scale.cl │ │ │ ├── fill_border.cl │ │ │ ├── flatten.cl │ │ │ ├── floor.cl │ │ │ ├── gather.cl │ │ │ ├── gaussian_pyramid.cl │ │ │ ├── gemm.cl │ │ │ ├── gemm_helpers.h │ │ │ ├── gemmlowp.cl │ │ │ ├── gemv.cl │ │ │ ├── generate_proposals.cl │ │ │ ├── harris_corners.cl │ │ │ ├── helpers.h │ │ │ ├── helpers_asymm.h │ │ │ ├── histogram.cl │ │ │ ├── hog.cl │ │ │ ├── im2col.cl │ │ │ ├── integral_image.cl │ │ │ ├── l2_normalize.cl │ │ │ ├── magnitude_phase.cl │ │ │ ├── mean_stddev.cl │ │ │ ├── mean_stddev_normalization.cl │ │ │ ├── memset.cl │ │ │ ├── minmax_layer.cl │ │ │ ├── minmaxloc.cl │ │ │ ├── non_linear_filter3x3.cl │ │ │ ├── non_linear_filter5x5.cl │ │ │ ├── non_linear_filter_helpers.h │ │ │ ├── nonmax.cl │ │ │ ├── normalization_layer.cl │ │ │ ├── normalize_planar_yuv_layer.cl │ │ │ ├── normalize_planar_yuv_layer_quantized.cl │ │ │ ├── optical_flow_pyramid_lk.cl │ │ │ ├── permute.cl │ │ │ ├── pixelwise_mul_float.cl │ │ │ ├── pixelwise_mul_int.cl │ │ │ ├── pooling_layer.cl │ │ │ ├── pooling_layer_quantized.cl │ │ │ ├── prior_box_layer.cl │ │ │ ├── quantization_layer.cl │ │ │ ├── range.cl │ │ │ ├── reduction_operation.cl │ │ │ ├── remap.cl │ │ │ ├── reorg_layer.cl │ │ │ ├── repeat.h │ │ │ ├── reshape_layer.cl │ │ │ ├── reverse.cl │ │ │ ├── roi_align_layer.cl │ │ │ ├── roi_pooling_layer.cl │ │ │ ├── scale.cl │ │ │ ├── scale_quantized.cl │ │ │ ├── scharr_filter.cl │ │ │ ├── select.cl │ │ │ ├── slice_ops.cl │ │ │ ├── sobel_filter.cl │ │ │ ├── softmax_layer.cl │ │ │ ├── softmax_layer_quantized.cl │ │ │ ├── space_to_batch.cl │ │ │ ├── space_to_depth.cl │ │ │ ├── stack_layer.cl │ │ │ ├── tablelookup.cl │ │ │ ├── threshold.cl │ │ │ ├── tile.cl │ │ │ ├── transpose.cl │ │ │ ├── types.h │ │ │ ├── upsample_layer.cl │ │ │ ├── warp_affine.cl │ │ │ ├── warp_helpers.h │ │ │ ├── warp_helpers_quantized.h │ │ │ ├── warp_perspective.cl │ │ │ ├── winograd_filter_transform.cl │ │ │ ├── winograd_input_transform.cl │ │ │ ├── winograd_output_transform.cl │ │ │ └── yolo_layer.cl │ │ ├── gemm │ │ │ ├── CLGEMMHelpers.cpp │ │ │ ├── native │ │ │ │ └── CLGEMMNativeKernelConfigurationBifrost.cpp │ │ │ ├── reshaped │ │ │ │ └── CLGEMMReshapedKernelConfigurationBifrost.cpp │ │ │ └── reshaped_only_rhs │ │ │ │ └── CLGEMMReshapedOnlyRHSKernelConfigurationBifrost.cpp │ │ └── kernels │ │ │ ├── CLAbsoluteDifferenceKernel.cpp │ │ │ ├── CLAccumulateKernel.cpp │ │ │ ├── CLActivationLayerKernel.cpp │ │ │ ├── CLBatchConcatenateLayerKernel.cpp │ │ │ ├── CLBatchNormalizationLayerKernel.cpp │ │ │ ├── CLBatchToSpaceLayerKernel.cpp │ │ │ ├── CLBitwiseAndKernel.cpp │ │ │ ├── CLBitwiseNotKernel.cpp │ │ │ ├── CLBitwiseOrKernel.cpp │ │ │ ├── CLBitwiseXorKernel.cpp │ │ │ ├── CLBoundingBoxTransformKernel.cpp │ │ │ ├── CLBox3x3Kernel.cpp │ │ │ ├── CLCannyEdgeKernel.cpp │ │ │ ├── CLChannelCombineKernel.cpp │ │ │ ├── CLChannelExtractKernel.cpp │ │ │ ├── CLChannelShuffleLayerKernel.cpp │ │ │ ├── CLCol2ImKernel.cpp │ │ │ ├── CLColorConvertKernel.cpp │ │ │ ├── CLComparisonKernel.cpp │ │ │ ├── CLConvertFullyConnectedWeightsKernel.cpp │ │ │ ├── CLConvolutionKernel.cpp │ │ │ ├── CLCopyKernel.cpp │ │ │ ├── CLCropKernel.cpp │ │ │ ├── CLDeconvolutionLayerUpsampleKernel.cpp │ │ │ ├── CLDeconvolutionReshapeOutputKernel.cpp │ │ │ ├── CLDepthConcatenateLayerKernel.cpp │ │ │ ├── CLDepthConvertLayerKernel.cpp │ │ │ ├── CLDepthToSpaceLayerKernel.cpp │ │ │ ├── CLDepthwiseConvolutionLayer3x3NCHWKernel.cpp │ │ │ ├── CLDepthwiseConvolutionLayer3x3NHWCKernel.cpp │ │ │ ├── CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel.cpp │ │ │ ├── CLDepthwiseConvolutionLayerReshapeWeightsKernel.cpp │ │ │ ├── CLDepthwiseIm2ColKernel.cpp │ │ │ ├── CLDepthwiseVectorToTensorKernel.cpp │ │ │ ├── CLDequantizationLayerKernel.cpp │ │ │ ├── CLDerivativeKernel.cpp │ │ │ ├── CLDilateKernel.cpp │ │ │ ├── CLDirectConvolutionLayerKernel.cpp │ │ │ ├── CLDirectConvolutionOutputStageKernel.cpp │ │ │ ├── CLElementWiseUnaryLayerKernel.cpp │ │ │ ├── CLElementwiseOperationKernel.cpp │ │ │ ├── CLErodeKernel.cpp │ │ │ ├── CLFFTDigitReverseKernel.cpp │ │ │ ├── CLFFTRadixStageKernel.cpp │ │ │ ├── CLFFTScaleKernel.cpp │ │ │ ├── CLFastCornersKernel.cpp │ │ │ ├── CLFillBorderKernel.cpp │ │ │ ├── CLFlattenLayerKernel.cpp │ │ │ ├── CLFloorKernel.cpp │ │ │ ├── CLFuseBatchNormalizationKernel.cpp │ │ │ ├── CLGEMMLowpMatrixMultiplyKernel.cpp │ │ │ ├── CLGEMMLowpMatrixMultiplyNativeKernel.cpp │ │ │ ├── CLGEMMLowpMatrixMultiplyReshapedKernel.cpp │ │ │ ├── CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel.cpp │ │ │ ├── CLGEMMLowpOffsetContributionKernel.cpp │ │ │ ├── CLGEMMLowpOffsetContributionOutputStageKernel.cpp │ │ │ ├── CLGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp │ │ │ ├── CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp │ │ │ ├── CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloatKernel.cpp │ │ │ ├── CLGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.cpp │ │ │ ├── CLGEMMLowpReductionKernel.cpp │ │ │ ├── CLGEMMMatrixAccumulateBiasesKernel.cpp │ │ │ ├── CLGEMMMatrixAdditionKernel.cpp │ │ │ ├── CLGEMMMatrixMultiplyKernel.cpp │ │ │ ├── CLGEMMMatrixMultiplyNativeKernel.cpp │ │ │ ├── CLGEMMMatrixMultiplyReshapedKernel.cpp │ │ │ ├── CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.cpp │ │ │ ├── CLGEMMMatrixVectorMultiplyKernel.cpp │ │ │ ├── CLGEMMReshapeLHSMatrixKernel.cpp │ │ │ ├── CLGEMMReshapeRHSMatrixKernel.cpp │ │ │ ├── CLGatherKernel.cpp │ │ │ ├── CLGaussian3x3Kernel.cpp │ │ │ ├── CLGaussian5x5Kernel.cpp │ │ │ ├── CLGaussianPyramidKernel.cpp │ │ │ ├── CLGenerateProposalsLayerKernel.cpp │ │ │ ├── CLHOGDescriptorKernel.cpp │ │ │ ├── CLHOGDetectorKernel.cpp │ │ │ ├── CLHarrisCornersKernel.cpp │ │ │ ├── CLHeightConcatenateLayerKernel.cpp │ │ │ ├── CLHistogramKernel.cpp │ │ │ ├── CLIm2ColKernel.cpp │ │ │ ├── CLIntegralImageKernel.cpp │ │ │ ├── CLL2NormalizeLayerKernel.cpp │ │ │ ├── CLLKTrackerKernel.cpp │ │ │ ├── CLLocallyConnectedMatrixMultiplyKernel.cpp │ │ │ ├── CLMagnitudePhaseKernel.cpp │ │ │ ├── CLMeanStdDevKernel.cpp │ │ │ ├── CLMeanStdDevNormalizationKernel.cpp │ │ │ ├── CLMedian3x3Kernel.cpp │ │ │ ├── CLMemsetKernel.cpp │ │ │ ├── CLMinMaxLayerKernel.cpp │ │ │ ├── CLMinMaxLocationKernel.cpp │ │ │ ├── CLNonLinearFilterKernel.cpp │ │ │ ├── CLNonMaximaSuppression3x3Kernel.cpp │ │ │ ├── CLNormalizationLayerKernel.cpp │ │ │ ├── CLNormalizePlanarYUVLayerKernel.cpp │ │ │ ├── CLPermuteKernel.cpp │ │ │ ├── CLPixelWiseMultiplicationKernel.cpp │ │ │ ├── CLPoolingLayerKernel.cpp │ │ │ ├── CLPriorBoxLayerKernel.cpp │ │ │ ├── CLQuantizationLayerKernel.cpp │ │ │ ├── CLROIAlignLayerKernel.cpp │ │ │ ├── CLROIPoolingLayerKernel.cpp │ │ │ ├── CLRangeKernel.cpp │ │ │ ├── CLReductionOperationKernel.cpp │ │ │ ├── CLRemapKernel.cpp │ │ │ ├── CLReorgLayerKernel.cpp │ │ │ ├── CLReshapeLayerKernel.cpp │ │ │ ├── CLReverseKernel.cpp │ │ │ ├── CLScaleKernel.cpp │ │ │ ├── CLScharr3x3Kernel.cpp │ │ │ ├── CLSelectKernel.cpp │ │ │ ├── CLSobel3x3Kernel.cpp │ │ │ ├── CLSobel5x5Kernel.cpp │ │ │ ├── CLSobel7x7Kernel.cpp │ │ │ ├── CLSoftmaxLayerKernel.cpp │ │ │ ├── CLSpaceToBatchLayerKernel.cpp │ │ │ ├── CLSpaceToDepthLayerKernel.cpp │ │ │ ├── CLStackLayerKernel.cpp │ │ │ ├── CLStridedSliceKernel.cpp │ │ │ ├── CLTableLookupKernel.cpp │ │ │ ├── CLThresholdKernel.cpp │ │ │ ├── CLTileKernel.cpp │ │ │ ├── CLTransposeKernel.cpp │ │ │ ├── CLUpsampleLayerKernel.cpp │ │ │ ├── CLWarpAffineKernel.cpp │ │ │ ├── CLWarpPerspectiveKernel.cpp │ │ │ ├── CLWeightsReshapeKernel.cpp │ │ │ ├── CLWidthConcatenate2TensorsKernel.cpp │ │ │ ├── CLWidthConcatenate4TensorsKernel.cpp │ │ │ ├── CLWidthConcatenateLayerKernel.cpp │ │ │ ├── CLWinogradFilterTransformKernel.cpp │ │ │ ├── CLWinogradInputTransformKernel.cpp │ │ │ ├── CLWinogradOutputTransformKernel.cpp │ │ │ └── CLYOLOLayerKernel.cpp │ ├── CPP │ │ ├── CPPTypes.cpp │ │ ├── ICPPSimpleKernel.cpp │ │ └── kernels │ │ │ ├── CPPBoxWithNonMaximaSuppressionLimitKernel.cpp │ │ │ ├── CPPCornerCandidatesKernel.cpp │ │ │ ├── CPPDetectionWindowNonMaximaSuppressionKernel.cpp │ │ │ ├── CPPFlipWeightsKernel.cpp │ │ │ ├── CPPNonMaximumSuppressionKernel.cpp │ │ │ ├── CPPPermuteKernel.cpp │ │ │ ├── CPPSortEuclideanDistanceKernel.cpp │ │ │ ├── CPPTopKVKernel.cpp │ │ │ └── CPPUpsampleKernel.cpp │ ├── Error.cpp │ ├── GLES_COMPUTE │ │ ├── GCHelpers.cpp │ │ ├── GCKernelLibrary.cpp │ │ ├── IGCKernel.cpp │ │ ├── IGCSimple2DKernel.cpp │ │ ├── IGCSimple3DKernel.cpp │ │ ├── IGCSimpleKernel.cpp │ │ ├── IGCTensor.cpp │ │ ├── OpenGLES.cpp │ │ ├── cs_shaders │ │ │ ├── absdiff.cs │ │ │ ├── activation_layer.cs │ │ │ ├── activation_layer_helpers_cs.h │ │ │ ├── arithmetic_add.cs │ │ │ ├── batchnormalization_layer.cs │ │ │ ├── concatenate.cs │ │ │ ├── convolution_layer.cs │ │ │ ├── depthwise_convolution3x3.cs │ │ │ ├── direct_convolution1x1.cs │ │ │ ├── direct_convolution3x3.cs │ │ │ ├── direct_convolution5x5.cs │ │ │ ├── dropout.cs │ │ │ ├── fill_border.cs │ │ │ ├── gemm.cs │ │ │ ├── helpers_cs.h │ │ │ ├── normalization_layer.cs │ │ │ ├── normalize_planar_yuv_layer.cs │ │ │ ├── pixelwise_mul_float.cs │ │ │ ├── pooling_layer.cs │ │ │ ├── scale.cs │ │ │ ├── softmax_layer.cs │ │ │ ├── tensor_shift.cs │ │ │ └── transpose.cs │ │ ├── egl_entries.in │ │ ├── gl_entries.in │ │ └── kernels │ │ │ ├── GCAbsoluteDifferenceKernel.cpp │ │ │ ├── GCActivationLayerKernel.cpp │ │ │ ├── GCArithmeticAdditionKernel.cpp │ │ │ ├── GCBatchNormalizationLayerKernel.cpp │ │ │ ├── GCCol2ImKernel.cpp │ │ │ ├── GCDepthConcatenateLayerKernel.cpp │ │ │ ├── GCDepthwiseConvolutionLayer3x3Kernel.cpp │ │ │ ├── GCDirectConvolutionLayerKernel.cpp │ │ │ ├── GCDropoutLayerKernel.cpp │ │ │ ├── GCFillBorderKernel.cpp │ │ │ ├── GCGEMMInterleave4x4Kernel.cpp │ │ │ ├── GCGEMMMatrixAccumulateBiasesKernel.cpp │ │ │ ├── GCGEMMMatrixAdditionKernel.cpp │ │ │ ├── GCGEMMMatrixMultiplyKernel.cpp │ │ │ ├── GCGEMMTranspose1xWKernel.cpp │ │ │ ├── GCIm2ColKernel.cpp │ │ │ ├── GCNormalizationLayerKernel.cpp │ │ │ ├── GCNormalizePlanarYUVLayerKernel.cpp │ │ │ ├── GCPixelWiseMultiplicationKernel.cpp │ │ │ ├── GCPoolingLayerKernel.cpp │ │ │ ├── GCScaleKernel.cpp │ │ │ ├── GCSoftmaxLayerKernel.cpp │ │ │ ├── GCTensorShiftKernel.cpp │ │ │ ├── GCTransposeKernel.cpp │ │ │ └── GCWeightsReshapeKernel.cpp │ ├── GPUTarget.cpp │ ├── HOGInfo.cpp │ ├── Helpers.cpp │ ├── IAccessWindow.cpp │ ├── IDistribution.cpp │ ├── IDistribution1D.cpp │ ├── IKernel.cpp │ ├── ITensor.cpp │ ├── MultiImageInfo.cpp │ ├── NEON │ │ └── kernels │ │ │ ├── NEAbsoluteDifferenceKernel.cpp │ │ │ ├── NEAccumulateKernel.cpp │ │ │ ├── NEActivationLayerKernel.cpp │ │ │ ├── NEArithmeticAdditionKernel.cpp │ │ │ ├── NEArithmeticSubtractionKernel.cpp │ │ │ ├── NEBatchConcatenateLayerKernel.cpp │ │ │ ├── NEBatchNormalizationLayerKernel.cpp │ │ │ ├── NEBatchToSpaceLayerKernel.cpp │ │ │ ├── NEBitwiseAndKernel.cpp │ │ │ ├── NEBitwiseNotKernel.cpp │ │ │ ├── NEBitwiseOrKernel.cpp │ │ │ ├── NEBitwiseXorKernel.cpp │ │ │ ├── NEBox3x3Kernel.cpp │ │ │ ├── NECannyEdgeKernel.cpp │ │ │ ├── NEChannelCombineKernel.cpp │ │ │ ├── NEChannelExtractKernel.cpp │ │ │ ├── NEChannelShuffleLayerKernel.cpp │ │ │ ├── NECol2ImKernel.cpp │ │ │ ├── NEColorConvertKernel.cpp │ │ │ ├── NEConvertFullyConnectedWeightsKernel.cpp │ │ │ ├── NEConvolutionKernel.cpp │ │ │ ├── NECopyKernel.cpp │ │ │ ├── NECropKernel.cpp │ │ │ ├── NECumulativeDistributionKernel.cpp │ │ │ ├── NEDepthConcatenateLayerKernel.cpp │ │ │ ├── NEDepthConvertLayerKernel.cpp │ │ │ ├── NEDepthToSpaceLayerKernel.cpp │ │ │ ├── NEDepthwiseConvolutionLayer3x3Kernel.cpp │ │ │ ├── NEDepthwiseConvolutionLayerNativeKernel.cpp │ │ │ ├── NEDepthwiseIm2ColKernel.cpp │ │ │ ├── NEDepthwiseVectorToTensorKernel.cpp │ │ │ ├── NEDepthwiseWeightsReshapeKernel.cpp │ │ │ ├── NEDequantizationLayerKernel.cpp │ │ │ ├── NEDerivativeKernel.cpp │ │ │ ├── NEDilateKernel.cpp │ │ │ ├── NEDirectConvolutionLayerKernel.cpp │ │ │ ├── NEDirectConvolutionLayerOutputStageKernel.cpp │ │ │ ├── NEElementwiseOperationKernel.cpp │ │ │ ├── NEElementwiseUnaryKernel.cpp │ │ │ ├── NEErodeKernel.cpp │ │ │ ├── NEFFTDigitReverseKernel.cpp │ │ │ ├── NEFFTRadixStageKernel.cpp │ │ │ ├── NEFFTScaleKernel.cpp │ │ │ ├── NEFastCornersKernel.cpp │ │ │ ├── NEFillArrayKernel.cpp │ │ │ ├── NEFillBorderKernel.cpp │ │ │ ├── NEFillInnerBorderKernel.cpp │ │ │ ├── NEFlattenLayerKernel.cpp │ │ │ ├── NEFloorKernel.cpp │ │ │ ├── NEFuseBatchNormalizationKernel.cpp │ │ │ ├── NEGEMMInterleave4x4Kernel.cpp │ │ │ ├── NEGEMMLowpMatrixMultiplyKernel.cpp │ │ │ ├── NEGEMMLowpOffsetContributionKernel.cpp │ │ │ ├── NEGEMMLowpOffsetContributionOutputStageKernel.cpp │ │ │ ├── NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.cpp │ │ │ ├── NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.cpp │ │ │ ├── NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.cpp │ │ │ ├── NEGEMMLowpReductionKernel.cpp │ │ │ ├── NEGEMMMatrixAccumulateBiasesKernel.cpp │ │ │ ├── NEGEMMMatrixAdditionKernel.cpp │ │ │ ├── NEGEMMMatrixMultiplyKernel.cpp │ │ │ ├── NEGEMMMatrixVectorMultiplyKernel.cpp │ │ │ ├── NEGEMMTranspose1xWKernel.cpp │ │ │ ├── NEGatherKernel.cpp │ │ │ ├── NEGaussian3x3Kernel.cpp │ │ │ ├── NEGaussian5x5Kernel.cpp │ │ │ ├── NEGaussianPyramidKernel.cpp │ │ │ ├── NEHOGDescriptorKernel.cpp │ │ │ ├── NEHOGDetectorKernel.cpp │ │ │ ├── NEHarrisCornersKernel.cpp │ │ │ ├── NEHeightConcatenateLayerKernel.cpp │ │ │ ├── NEHistogramKernel.cpp │ │ │ ├── NEIm2ColKernel.cpp │ │ │ ├── NEIntegralImageKernel.cpp │ │ │ ├── NEL2NormalizeLayerKernel.cpp │ │ │ ├── NELKTrackerKernel.cpp │ │ │ ├── NELocallyConnectedMatrixMultiplyKernel.cpp │ │ │ ├── NEMagnitudePhaseKernel.cpp │ │ │ ├── NEMeanStdDevKernel.cpp │ │ │ ├── NEMeanStdDevNormalizationKernel.cpp │ │ │ ├── NEMedian3x3Kernel.cpp │ │ │ ├── NEMemsetKernel.cpp │ │ │ ├── NEMinMaxLayerKernel.cpp │ │ │ ├── NEMinMaxLocationKernel.cpp │ │ │ ├── NENonLinearFilterKernel.cpp │ │ │ ├── NENonMaximaSuppression3x3Kernel.cpp │ │ │ ├── NENormalizationLayerKernel.cpp │ │ │ ├── NEPermuteKernel.cpp │ │ │ ├── NEPixelWiseMultiplicationKernel.cpp │ │ │ ├── NEPoolingLayerKernel.cpp │ │ │ ├── NEPriorBoxLayerKernel.cpp │ │ │ ├── NEQuantizationLayerKernel.cpp │ │ │ ├── NEROIPoolingLayerKernel.cpp │ │ │ ├── NERangeKernel.cpp │ │ │ ├── NEReductionOperationKernel.cpp │ │ │ ├── NERemapKernel.cpp │ │ │ ├── NEReorgLayerKernel.cpp │ │ │ ├── NEReshapeLayerKernel.cpp │ │ │ ├── NEReverseKernel.cpp │ │ │ ├── NEScaleKernel.cpp │ │ │ ├── NEScharr3x3Kernel.cpp │ │ │ ├── NESelectKernel.cpp │ │ │ ├── NESobel3x3Kernel.cpp │ │ │ ├── NESobel5x5Kernel.cpp │ │ │ ├── NESobel7x7Kernel.cpp │ │ │ ├── NESoftmaxLayerKernel.cpp │ │ │ ├── NESpaceToBatchLayerKernel.cpp │ │ │ ├── NESpaceToDepthLayerKernel.cpp │ │ │ ├── NEStackLayerKernel.cpp │ │ │ ├── NEStridedSliceKernel.cpp │ │ │ ├── NETableLookupKernel.cpp │ │ │ ├── NEThresholdKernel.cpp │ │ │ ├── NETileKernel.cpp │ │ │ ├── NETransposeKernel.cpp │ │ │ ├── NEUpsampleLayerKernel.cpp │ │ │ ├── NEWarpKernel.cpp │ │ │ ├── NEWeightsReshapeKernel.cpp │ │ │ ├── NEWidthConcatenateLayerKernel.cpp │ │ │ ├── NEWinogradConvolutionLayerKernel.cpp │ │ │ ├── NEYOLOLayerKernel.cpp │ │ │ ├── arm_gemm │ │ │ ├── asmlib.hpp │ │ │ ├── barrier.hpp │ │ │ ├── buffer_manager.hpp │ │ │ ├── gemm_fp16.cpp │ │ │ ├── gemm_fp32.cpp │ │ │ ├── gemm_hybrid.hpp │ │ │ ├── gemm_hybrid_quantized.hpp │ │ │ ├── gemm_implementation.hpp │ │ │ ├── gemm_int16.cpp │ │ │ ├── gemm_int8.cpp │ │ │ ├── gemm_interleaved.hpp │ │ │ ├── gemm_native.hpp │ │ │ ├── gemm_quint8.cpp │ │ │ ├── gemm_uint16.cpp │ │ │ ├── gemm_uint8.cpp │ │ │ ├── gemv_batched.hpp │ │ │ ├── gemv_native_transposed.hpp │ │ │ ├── gemv_pretransposed.hpp │ │ │ ├── kernels │ │ │ │ ├── a32_sgemm_8x6.hpp │ │ │ │ ├── a32_sgemm_8x6 │ │ │ │ │ ├── a53.cpp │ │ │ │ │ ├── a55r1.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_gemm_s16_12x8.hpp │ │ │ │ ├── a64_gemm_s16_12x8 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_gemm_s8_12x8.hpp │ │ │ │ ├── a64_gemm_s8_12x8 │ │ │ │ │ ├── a55r1.cpp │ │ │ │ │ ├── dot_toolchain_support.h │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_gemm_s8_4x4.hpp │ │ │ │ ├── a64_gemm_s8_4x4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_gemm_u16_12x8.hpp │ │ │ │ ├── a64_gemm_u16_12x8 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_gemm_u8_12x8.hpp │ │ │ │ ├── a64_gemm_u8_12x8 │ │ │ │ │ ├── a55r1.cpp │ │ │ │ │ ├── dot_toolchain_support.h │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_gemm_u8_4x4.hpp │ │ │ │ ├── a64_gemm_u8_4x4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_hgemm_24x8.hpp │ │ │ │ ├── a64_hgemm_24x8 │ │ │ │ │ ├── a55r1.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_hybrid_fp32_mla_16x4.hpp │ │ │ │ ├── a64_hybrid_fp32_mla_16x4 │ │ │ │ │ ├── a55.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_hybrid_s8s32_dot_16x4.hpp │ │ │ │ ├── a64_hybrid_s8s32_dot_16x4 │ │ │ │ │ ├── a55.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_hybrid_u8u32_dot_16x4.hpp │ │ │ │ ├── a64_hybrid_u8u32_dot_16x4 │ │ │ │ │ ├── a55.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_sgemm_12x8.hpp │ │ │ │ ├── a64_sgemm_12x8 │ │ │ │ │ ├── a53.cpp │ │ │ │ │ ├── a55.cpp │ │ │ │ │ ├── a55r1.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_sgemm_nativeA_pretransposeB_16x4.hpp │ │ │ │ ├── a64_sgemm_nativeA_pretransposeB_16x4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_sgemm_native_16x4.hpp │ │ │ │ ├── a64_sgemm_native_16x4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_sgemv_pretransposed.hpp │ │ │ │ ├── a64_sgemv_pretransposed │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_sgemv_trans.hpp │ │ │ │ ├── a64_sgemv_trans │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_smallK_hybrid_s8s32_dot_4x6.hpp │ │ │ │ ├── a64_smallK_hybrid_s8s32_dot_4x6 │ │ │ │ │ ├── a55.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_smallK_hybrid_s8s32_dot_4x8.hpp │ │ │ │ ├── a64_smallK_hybrid_s8s32_dot_4x8 │ │ │ │ │ ├── a55.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_smallK_hybrid_u8u32_dot_4x6.hpp │ │ │ │ ├── a64_smallK_hybrid_u8u32_dot_4x6 │ │ │ │ │ ├── a55.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── a64_smallK_hybrid_u8u32_dot_4x8.hpp │ │ │ │ ├── a64_smallK_hybrid_u8u32_dot_4x8 │ │ │ │ │ ├── a55.cpp │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_hybrid_fp16_mla_4VLx4.hpp │ │ │ │ ├── sve_hybrid_fp16_mla_4VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_hybrid_fp32_mla_4VLx4.hpp │ │ │ │ ├── sve_hybrid_fp32_mla_4VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_hybrid_s8s32_dot_4VLx4.hpp │ │ │ │ ├── sve_hybrid_s8s32_dot_4VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_hybrid_u8u32_dot_4VLx4.hpp │ │ │ │ ├── sve_hybrid_u8u32_dot_4VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_interleaved_fp16_mla_3VLx8.hpp │ │ │ │ ├── sve_interleaved_fp16_mla_3VLx8 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_interleaved_fp32_mla_3VLx8.hpp │ │ │ │ ├── sve_interleaved_fp32_mla_3VLx8 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_interleaved_s8s32_dot_3VLx8.hpp │ │ │ │ ├── sve_interleaved_s8s32_dot_3VLx8 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_interleaved_u8u32_dot_3VLx8.hpp │ │ │ │ ├── sve_interleaved_u8u32_dot_3VLx8 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_native_fp16_mla_4VLx4.hpp │ │ │ │ ├── sve_native_fp16_mla_4VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_native_fp32_mla_4VLx4.hpp │ │ │ │ ├── sve_native_fp32_mla_4VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_native_s8s32_dot_4VLx4.hpp │ │ │ │ ├── sve_native_s8s32_dot_4VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_native_u8u32_dot_4VLx4.hpp │ │ │ │ ├── sve_native_u8u32_dot_4VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_smallK_fp32_mla_1VLx4.hpp │ │ │ │ ├── sve_smallK_fp32_mla_1VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_smallK_hybrid_fp32_mla_1VLx4.hpp │ │ │ │ ├── sve_smallK_hybrid_fp32_mla_1VLx4 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_smallK_hybrid_s8s32_dot_1VLx8.hpp │ │ │ │ ├── sve_smallK_hybrid_s8s32_dot_1VLx8 │ │ │ │ │ └── generic.cpp │ │ │ │ ├── sve_smallK_hybrid_u8u32_dot_1VLx8.hpp │ │ │ │ └── sve_smallK_hybrid_u8u32_dot_1VLx8 │ │ │ │ │ └── generic.cpp │ │ │ ├── mergeresults.hpp │ │ │ ├── merges │ │ │ │ ├── a32_merge_float_8x6.hpp │ │ │ │ ├── a64_merge_float_12x8.hpp │ │ │ │ ├── a64_merge_float_to_half_12x8.hpp │ │ │ │ ├── a64_merge_fp32_12x8.hpp │ │ │ │ ├── a64_merge_half_24x8.hpp │ │ │ │ ├── a64_merge_int32_12x8.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── sve_merge_fp32_2VLx8.hpp │ │ │ │ ├── sve_merge_fp32_3VLx8.hpp │ │ │ │ ├── sve_merge_s32_3VLx8.hpp │ │ │ │ └── sve_merge_u32_3VLx8.hpp │ │ │ ├── misc.cpp │ │ │ ├── ndrange.hpp │ │ │ ├── profiler.hpp │ │ │ ├── quantize_wrapper.hpp │ │ │ ├── quantized.cpp │ │ │ ├── quantized.hpp │ │ │ ├── std_transforms_fixed.hpp │ │ │ ├── std_transforms_sve.hpp │ │ │ ├── transform.hpp │ │ │ ├── transforms │ │ │ │ ├── a32_interleave_6way_32bit.hpp │ │ │ │ ├── a32_transpose_interleave_8way_32bit.hpp │ │ │ │ ├── a64_block16_interleave4_8bit.hpp │ │ │ │ ├── a64_interleave_8way_16bit.hpp │ │ │ │ ├── a64_interleave_8way_32bit.hpp │ │ │ │ ├── a64_interleave_8way_half_to_float.hpp │ │ │ │ ├── a64_transpose_interleave_12way_16bit.hpp │ │ │ │ ├── a64_transpose_interleave_12way_half_to_float.hpp │ │ │ │ ├── a64_transpose_interleave_24way_16bit.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── sve_interleave_8way_32bit.hpp │ │ │ │ ├── sve_interleave_8way_block2_32bit.hpp │ │ │ │ ├── sve_interleave_8way_block4_8bit.hpp │ │ │ │ └── transpose_interleave_common.hpp │ │ │ └── utils.hpp │ │ │ ├── assembly │ │ │ ├── Helpers.cpp │ │ │ ├── INEGEMMWrapperKernel.cpp │ │ │ ├── NEGEMMInterleavedStrategies.h │ │ │ └── NEGEMMNativeWrapperKernel.cpp │ │ │ └── convolution │ │ │ ├── common │ │ │ ├── padding.cpp │ │ │ ├── qasymm8.cpp │ │ │ └── utils.cpp │ │ │ ├── depthwise │ │ │ ├── depthwise_2x2_3x3_1x1_fp32_fp32.cpp │ │ │ ├── depthwise_2x2_3x3_2x2_fp32_fp32.cpp │ │ │ ├── depthwise_3x3_3x3_1x1_fp32_fp32.cpp │ │ │ ├── depthwise_3x3_3x3_2x2_fp32_fp32.cpp │ │ │ ├── depthwise_4x4_3x3_1x1_fp32_fp32.cpp │ │ │ ├── depthwise_dilated.cpp │ │ │ ├── depthwise_dilated_qa8_qa8.cpp │ │ │ ├── depthwise_fp16.cpp │ │ │ ├── depthwise_fp32.cpp │ │ │ ├── depthwise_pack_parameters.cpp │ │ │ ├── depthwise_qa8_qa8.cpp │ │ │ ├── impl_base.hpp │ │ │ ├── impl_dilated.hpp │ │ │ ├── impl_fp16_fp16.hpp │ │ │ ├── impl_fp32_fp32.hpp │ │ │ └── impl_qa8_qa8.hpp │ │ │ └── winograd │ │ │ ├── padding.cpp │ │ │ ├── winograd.cpp │ │ │ └── winograd_transforms │ │ │ ├── input.hpp │ │ │ ├── input_1x8_fp32_fp32_integers.cpp │ │ │ ├── input_4x4_fp32_fp32_integers.cpp │ │ │ ├── input_6x6_fp32_fp32_integers.cpp │ │ │ ├── kernel.hpp │ │ │ ├── output.hpp │ │ │ ├── output_2_7_fp32_fp32_integers.cpp │ │ │ ├── output_2x2_3x3_fp32_fp32_integers.cpp │ │ │ ├── output_2x2_5x5_fp32_fp32_integers.cpp │ │ │ ├── output_4_5_fp32_fp32_integers.cpp │ │ │ ├── output_4x4_3x3_fp32_fp32_integers.cpp │ │ │ ├── output_6_3_fp32_fp32_integers.cpp │ │ │ ├── weights_2_7_fp32_fp32_integers.cpp │ │ │ ├── weights_2x2_3x3_fp32_fp32_integers.cpp │ │ │ ├── weights_2x2_5x5_fp32_fp32_integers.cpp │ │ │ ├── weights_4_5_fp32_fp32_integers.cpp │ │ │ ├── weights_4x4_3x3_fp32_fp32_integers.cpp │ │ │ └── weights_6_3_fp32_fp32_integers.cpp │ ├── PyramidInfo.cpp │ ├── Rounding.cpp │ ├── SubTensorInfo.cpp │ ├── TensorInfo.cpp │ ├── Utils.cpp │ ├── Validate.cpp │ └── utils │ │ ├── helpers │ │ ├── fft.cpp │ │ └── tensor_transform.cpp │ │ ├── io │ │ └── FileHandler.cpp │ │ ├── logging │ │ ├── FilePrinter.cpp │ │ ├── Helpers.cpp │ │ ├── Logger.cpp │ │ └── LoggerRegistry.cpp │ │ ├── misc │ │ └── MMappedFile.cpp │ │ └── quantization │ │ └── AsymmHelpers.cpp ├── graph │ ├── Graph.cpp │ ├── GraphBuilder.cpp │ ├── GraphContext.cpp │ ├── GraphManager.cpp │ ├── INode.cpp │ ├── PassManager.cpp │ ├── Tensor.cpp │ ├── TypeLoader.cpp │ ├── Utils.cpp │ ├── Workload.cpp │ ├── algorithms │ │ └── TopologicalSort.cpp │ ├── backends │ │ ├── BackendRegistry.cpp │ │ ├── CL │ │ │ ├── CLDeviceBackend.cpp │ │ │ ├── CLFunctionsFactory.cpp │ │ │ ├── CLNodeValidator.cpp │ │ │ ├── CLSubTensorHandle.cpp │ │ │ └── CLTensorHandle.cpp │ │ ├── GLES │ │ │ ├── GCDeviceBackend.cpp │ │ │ ├── GCFunctionsFactory.cpp │ │ │ ├── GCNodeValidator.cpp │ │ │ └── GCTensorHandle.cpp │ │ └── NEON │ │ │ ├── NEDeviceBackend.cpp │ │ │ ├── NEFunctionFactory.cpp │ │ │ ├── NENodeValidator.cpp │ │ │ ├── NESubTensorHandle.cpp │ │ │ └── NETensorHandle.cpp │ ├── detail │ │ ├── CrossLayerMemoryManagerHelpers.cpp │ │ └── ExecutionHelpers.cpp │ ├── frontend │ │ ├── Stream.cpp │ │ └── SubStream.cpp │ ├── mutators │ │ ├── DepthConcatSubTensorMutator.cpp │ │ ├── GroupedConvolutionMutator.cpp │ │ ├── InPlaceOperationMutator.cpp │ │ ├── NodeExecutionMethodMutator.cpp │ │ ├── NodeFusionMutator.cpp │ │ └── SplitLayerSubTensorMutator.cpp │ ├── nodes │ │ ├── ActivationLayerNode.cpp │ │ ├── BatchNormalizationLayerNode.cpp │ │ ├── BoundingBoxTransformLayerNode.cpp │ │ ├── ChannelShuffleLayerNode.cpp │ │ ├── ConcatenateLayerNode.cpp │ │ ├── ConstNode.cpp │ │ ├── ConvolutionLayerNode.cpp │ │ ├── DeconvolutionLayerNode.cpp │ │ ├── DepthwiseConvolutionLayerNode.cpp │ │ ├── DetectionOutputLayerNode.cpp │ │ ├── DetectionPostProcessLayerNode.cpp │ │ ├── DummyNode.cpp │ │ ├── EltwiseLayerNode.cpp │ │ ├── FlattenLayerNode.cpp │ │ ├── FullyConnectedLayer.cpp │ │ ├── FusedConvolutionBatchNormalizationNode.cpp │ │ ├── FusedDepthwiseConvolutionBatchNormalizationNode.cpp │ │ ├── GenerateProposalsLayerNode.cpp │ │ ├── InputNode.cpp │ │ ├── NormalizationLayerNode.cpp │ │ ├── NormalizePlanarYUVLayerNode.cpp │ │ ├── OutputNode.cpp │ │ ├── PadLayerNode.cpp │ │ ├── PermuteLayerNode.cpp │ │ ├── PoolingLayerNode.cpp │ │ ├── PriorBoxLayerNode.cpp │ │ ├── QuantizationLayerNode.cpp │ │ ├── ROIAlignLayerNode.cpp │ │ ├── ReorgLayerNode.cpp │ │ ├── ReshapeLayer.cpp │ │ ├── ResizeLayerNode.cpp │ │ ├── SliceLayerNode.cpp │ │ ├── SoftmaxLayerNode.cpp │ │ ├── SplitLayerNode.cpp │ │ ├── StackLayerNode.cpp │ │ ├── UpsampleLayerNode.cpp │ │ └── YOLOLayerNode.cpp │ └── printers │ │ └── DotGraphPrinter.cpp └── runtime │ ├── Allocator.cpp │ ├── BlobLifetimeManager.cpp │ ├── BlobMemoryPool.cpp │ ├── CL │ ├── CLBufferAllocator.cpp │ ├── CLDistribution1D.cpp │ ├── CLHOG.cpp │ ├── CLHelpers.cpp │ ├── CLLut.cpp │ ├── CLLutAllocator.cpp │ ├── CLMemory.cpp │ ├── CLMemoryRegion.cpp │ ├── CLMultiHOG.cpp │ ├── CLMultiImage.cpp │ ├── CLPyramid.cpp │ ├── CLScheduler.cpp │ ├── CLSubTensor.cpp │ ├── CLTensor.cpp │ ├── CLTensorAllocator.cpp │ ├── CLTuner.cpp │ ├── ICLSimpleFunction.cpp │ ├── functions │ │ ├── CLAbsoluteDifference.cpp │ │ ├── CLAccumulate.cpp │ │ ├── CLActivationLayer.cpp │ │ ├── CLArgMinMaxLayer.cpp │ │ ├── CLBatchNormalizationLayer.cpp │ │ ├── CLBatchToSpaceLayer.cpp │ │ ├── CLBitwiseAnd.cpp │ │ ├── CLBitwiseNot.cpp │ │ ├── CLBitwiseOr.cpp │ │ ├── CLBitwiseXor.cpp │ │ ├── CLBoundingBoxTransform.cpp │ │ ├── CLBox3x3.cpp │ │ ├── CLCannyEdge.cpp │ │ ├── CLCast.cpp │ │ ├── CLChannelCombine.cpp │ │ ├── CLChannelExtract.cpp │ │ ├── CLChannelShuffleLayer.cpp │ │ ├── CLColorConvert.cpp │ │ ├── CLComparison.cpp │ │ ├── CLComputeAllAnchors.cpp │ │ ├── CLConcatenateLayer.cpp │ │ ├── CLConvertFullyConnectedWeights.cpp │ │ ├── CLConvolution.cpp │ │ ├── CLConvolutionLayer.cpp │ │ ├── CLCopy.cpp │ │ ├── CLCropResize.cpp │ │ ├── CLDeconvolutionLayer.cpp │ │ ├── CLDeconvolutionLayerUpsample.cpp │ │ ├── CLDepthConvertLayer.cpp │ │ ├── CLDepthToSpaceLayer.cpp │ │ ├── CLDepthwiseConvolutionLayer.cpp │ │ ├── CLDepthwiseSeparableConvolutionLayer.cpp │ │ ├── CLDequantizationLayer.cpp │ │ ├── CLDerivative.cpp │ │ ├── CLDilate.cpp │ │ ├── CLDirectConvolutionLayer.cpp │ │ ├── CLDirectDeconvolutionLayer.cpp │ │ ├── CLElementWiseUnaryLayer.cpp │ │ ├── CLElementwiseOperations.cpp │ │ ├── CLEqualizeHistogram.cpp │ │ ├── CLErode.cpp │ │ ├── CLFFT1D.cpp │ │ ├── CLFFT2D.cpp │ │ ├── CLFFTConvolutionLayer.cpp │ │ ├── CLFastCorners.cpp │ │ ├── CLFillBorder.cpp │ │ ├── CLFlattenLayer.cpp │ │ ├── CLFloor.cpp │ │ ├── CLFullyConnectedLayer.cpp │ │ ├── CLFuseBatchNormalization.cpp │ │ ├── CLGEMM.cpp │ │ ├── CLGEMMConvolutionLayer.cpp │ │ ├── CLGEMMDeconvolutionLayer.cpp │ │ ├── CLGEMMLowpMatrixMultiplyCore.cpp │ │ ├── CLGEMMLowpOutputStage.cpp │ │ ├── CLGather.cpp │ │ ├── CLGaussian3x3.cpp │ │ ├── CLGaussian5x5.cpp │ │ ├── CLGaussianPyramid.cpp │ │ ├── CLGenerateProposalsLayer.cpp │ │ ├── CLHOGDescriptor.cpp │ │ ├── CLHOGDetector.cpp │ │ ├── CLHOGGradient.cpp │ │ ├── CLHOGMultiDetection.cpp │ │ ├── CLHarrisCorners.cpp │ │ ├── CLHistogram.cpp │ │ ├── CLIntegralImage.cpp │ │ ├── CLL2NormalizeLayer.cpp │ │ ├── CLLSTMLayer.cpp │ │ ├── CLLSTMLayerQuantized.cpp │ │ ├── CLLaplacianPyramid.cpp │ │ ├── CLLaplacianReconstruct.cpp │ │ ├── CLLocallyConnectedLayer.cpp │ │ ├── CLMagnitude.cpp │ │ ├── CLMeanStdDev.cpp │ │ ├── CLMeanStdDevNormalizationLayer.cpp │ │ ├── CLMedian3x3.cpp │ │ ├── CLMinMaxLocation.cpp │ │ ├── CLNonLinearFilter.cpp │ │ ├── CLNonMaximaSuppression3x3.cpp │ │ ├── CLNormalizationLayer.cpp │ │ ├── CLNormalizePlanarYUVLayer.cpp │ │ ├── CLOpticalFlow.cpp │ │ ├── CLPReluLayer.cpp │ │ ├── CLPadLayer.cpp │ │ ├── CLPermute.cpp │ │ ├── CLPhase.cpp │ │ ├── CLPixelWiseMultiplication.cpp │ │ ├── CLPoolingLayer.cpp │ │ ├── CLPriorBoxLayer.cpp │ │ ├── CLQuantizationLayer.cpp │ │ ├── CLRNNLayer.cpp │ │ ├── CLROIAlignLayer.cpp │ │ ├── CLROIPoolingLayer.cpp │ │ ├── CLRange.cpp │ │ ├── CLReduceMean.cpp │ │ ├── CLReductionOperation.cpp │ │ ├── CLRemap.cpp │ │ ├── CLReorgLayer.cpp │ │ ├── CLReshapeLayer.cpp │ │ ├── CLReverse.cpp │ │ ├── CLScale.cpp │ │ ├── CLScharr3x3.cpp │ │ ├── CLSelect.cpp │ │ ├── CLSlice.cpp │ │ ├── CLSobel3x3.cpp │ │ ├── CLSobel5x5.cpp │ │ ├── CLSobel7x7.cpp │ │ ├── CLSoftmaxLayer.cpp │ │ ├── CLSpaceToBatchLayer.cpp │ │ ├── CLSpaceToDepthLayer.cpp │ │ ├── CLSplit.cpp │ │ ├── CLStackLayer.cpp │ │ ├── CLStridedSlice.cpp │ │ ├── CLTableLookup.cpp │ │ ├── CLThreshold.cpp │ │ ├── CLTile.cpp │ │ ├── CLTranspose.cpp │ │ ├── CLUnstack.cpp │ │ ├── CLUpsampleLayer.cpp │ │ ├── CLWarpAffine.cpp │ │ ├── CLWarpPerspective.cpp │ │ ├── CLWinogradConvolutionLayer.cpp │ │ ├── CLWinogradInputTransform.cpp │ │ └── CLYOLOLayer.cpp │ └── tuners │ │ ├── BifrostTuner.cpp │ │ ├── CLLWSList.cpp │ │ └── MidgardTuner.cpp │ ├── CPP │ ├── CPPScheduler.cpp │ ├── ICPPSimpleFunction.cpp │ ├── SingleThreadScheduler.cpp │ └── functions │ │ ├── CPPBoxWithNonMaximaSuppressionLimit.cpp │ │ ├── CPPDetectionOutputLayer.cpp │ │ ├── CPPDetectionPostProcessLayer.cpp │ │ ├── CPPNonMaximumSuppression.cpp │ │ ├── CPPPermute.cpp │ │ ├── CPPTopKV.cpp │ │ └── CPPUpsample.cpp │ ├── CPUUtils.cpp │ ├── Distribution1D.cpp │ ├── GLES_COMPUTE │ ├── GCBufferAllocator.cpp │ ├── GCMemory.cpp │ ├── GCMemoryRegion.cpp │ ├── GCScheduler.cpp │ ├── GCTensor.cpp │ ├── GCTensorAllocator.cpp │ ├── IGCSimpleFunction.cpp │ └── functions │ │ ├── GCAbsoluteDifference.cpp │ │ ├── GCActivationLayer.cpp │ │ ├── GCArithmeticAddition.cpp │ │ ├── GCBatchNormalizationLayer.cpp │ │ ├── GCConcatenateLayer.cpp │ │ ├── GCConvolutionLayer.cpp │ │ ├── GCDepthwiseConvolutionLayer.cpp │ │ ├── GCDirectConvolutionLayer.cpp │ │ ├── GCDropoutLayer.cpp │ │ ├── GCFillBorder.cpp │ │ ├── GCFullyConnectedLayer.cpp │ │ ├── GCGEMM.cpp │ │ ├── GCGEMMInterleave4x4.cpp │ │ ├── GCGEMMTranspose1xW.cpp │ │ ├── GCNormalizationLayer.cpp │ │ ├── GCNormalizePlanarYUVLayer.cpp │ │ ├── GCPixelWiseMultiplication.cpp │ │ ├── GCPoolingLayer.cpp │ │ ├── GCScale.cpp │ │ ├── GCSoftmaxLayer.cpp │ │ ├── GCTensorShift.cpp │ │ └── GCTranspose.cpp │ ├── HOG.cpp │ ├── ILutAllocator.cpp │ ├── IScheduler.cpp │ ├── ISimpleLifetimeManager.cpp │ ├── ITensorAllocator.cpp │ ├── Lut.cpp │ ├── LutAllocator.cpp │ ├── MEMUtils.cpp │ ├── Memory.cpp │ ├── MemoryManagerOnDemand.cpp │ ├── MultiHOG.cpp │ ├── MultiImage.cpp │ ├── NEON │ ├── INESimpleFunction.cpp │ ├── INESimpleFunctionNoBorder.cpp │ └── functions │ │ ├── NEAbsoluteDifference.cpp │ │ ├── NEAccumulate.cpp │ │ ├── NEActivationLayer.cpp │ │ ├── NEArgMinMaxLayer.cpp │ │ ├── NEArithmeticAddition.cpp │ │ ├── NEArithmeticSubtraction.cpp │ │ ├── NEBatchNormalizationLayer.cpp │ │ ├── NEBatchToSpaceLayer.cpp │ │ ├── NEBitwiseAnd.cpp │ │ ├── NEBitwiseNot.cpp │ │ ├── NEBitwiseOr.cpp │ │ ├── NEBitwiseXor.cpp │ │ ├── NEBox3x3.cpp │ │ ├── NECannyEdge.cpp │ │ ├── NECast.cpp │ │ ├── NEChannelCombine.cpp │ │ ├── NEChannelExtract.cpp │ │ ├── NEChannelShuffleLayer.cpp │ │ ├── NECol2Im.cpp │ │ ├── NEColorConvert.cpp │ │ ├── NEConcatenateLayer.cpp │ │ ├── NEConvertFullyConnectedWeights.cpp │ │ ├── NEConvolution.cpp │ │ ├── NEConvolutionLayer.cpp │ │ ├── NECopy.cpp │ │ ├── NECropResize.cpp │ │ ├── NEDeconvolutionLayer.cpp │ │ ├── NEDepthConvertLayer.cpp │ │ ├── NEDepthToSpaceLayer.cpp │ │ ├── NEDepthwiseConvolutionLayer.cpp │ │ ├── NEDepthwiseSeparableConvolutionLayer.cpp │ │ ├── NEDequantizationLayer.cpp │ │ ├── NEDerivative.cpp │ │ ├── NEDilate.cpp │ │ ├── NEDirectConvolutionLayer.cpp │ │ ├── NEElementwiseOperators.cpp │ │ ├── NEElementwiseUnaryLayer.cpp │ │ ├── NEEqualizeHistogram.cpp │ │ ├── NEErode.cpp │ │ ├── NEFFT1D.cpp │ │ ├── NEFFT2D.cpp │ │ ├── NEFFTConvolutionLayer.cpp │ │ ├── NEFastCorners.cpp │ │ ├── NEFillBorder.cpp │ │ ├── NEFlattenLayer.cpp │ │ ├── NEFloor.cpp │ │ ├── NEFullyConnectedLayer.cpp │ │ ├── NEFuseBatchNormalization.cpp │ │ ├── NEGEMM.cpp │ │ ├── NEGEMMAssemblyDispatch.cpp │ │ ├── NEGEMMConvolutionLayer.cpp │ │ ├── NEGEMMInterleave4x4.cpp │ │ ├── NEGEMMLowpAssemblyMatrixMultiplyCore.cpp │ │ ├── NEGEMMLowpMatrixMultiplyCore.cpp │ │ ├── NEGEMMLowpOutputStage.cpp │ │ ├── NEGEMMTranspose1xW.cpp │ │ ├── NEGather.cpp │ │ ├── NEGaussian3x3.cpp │ │ ├── NEGaussian5x5.cpp │ │ ├── NEGaussianPyramid.cpp │ │ ├── NEHOGDescriptor.cpp │ │ ├── NEHOGDetector.cpp │ │ ├── NEHOGGradient.cpp │ │ ├── NEHOGMultiDetection.cpp │ │ ├── NEHarrisCorners.cpp │ │ ├── NEHistogram.cpp │ │ ├── NEIm2Col.cpp │ │ ├── NEIntegralImage.cpp │ │ ├── NEL2NormalizeLayer.cpp │ │ ├── NELSTMLayer.cpp │ │ ├── NELSTMLayerQuantized.cpp │ │ ├── NELaplacianPyramid.cpp │ │ ├── NELaplacianReconstruct.cpp │ │ ├── NELocallyConnectedLayer.cpp │ │ ├── NEMagnitude.cpp │ │ ├── NEMeanStdDev.cpp │ │ ├── NEMeanStdDevNormalizationLayer.cpp │ │ ├── NEMedian3x3.cpp │ │ ├── NEMinMaxLocation.cpp │ │ ├── NENonLinearFilter.cpp │ │ ├── NENonMaximaSuppression3x3.cpp │ │ ├── NENormalizationLayer.cpp │ │ ├── NEOpticalFlow.cpp │ │ ├── NEPReluLayer.cpp │ │ ├── NEPadLayer.cpp │ │ ├── NEPermute.cpp │ │ ├── NEPhase.cpp │ │ ├── NEPixelWiseMultiplication.cpp │ │ ├── NEPoolingLayer.cpp │ │ ├── NEPriorBoxLayer.cpp │ │ ├── NEQuantizationLayer.cpp │ │ ├── NERNNLayer.cpp │ │ ├── NEROIPoolingLayer.cpp │ │ ├── NERange.cpp │ │ ├── NEReduceMean.cpp │ │ ├── NEReductionOperation.cpp │ │ ├── NERemap.cpp │ │ ├── NEReorgLayer.cpp │ │ ├── NEReshapeLayer.cpp │ │ ├── NEReverse.cpp │ │ ├── NEScale.cpp │ │ ├── NEScharr3x3.cpp │ │ ├── NESelect.cpp │ │ ├── NESimpleAssemblyFunction.cpp │ │ ├── NESlice.cpp │ │ ├── NESobel3x3.cpp │ │ ├── NESobel5x5.cpp │ │ ├── NESobel7x7.cpp │ │ ├── NESoftmaxLayer.cpp │ │ ├── NESpaceToBatchLayer.cpp │ │ ├── NESpaceToDepthLayer.cpp │ │ ├── NESplit.cpp │ │ ├── NEStackLayer.cpp │ │ ├── NEStridedSlice.cpp │ │ ├── NETableLookup.cpp │ │ ├── NEThreshold.cpp │ │ ├── NETile.cpp │ │ ├── NETranspose.cpp │ │ ├── NEUnstack.cpp │ │ ├── NEUpsampleLayer.cpp │ │ ├── NEWarpAffine.cpp │ │ ├── NEWarpPerspective.cpp │ │ ├── NEWinogradConvolutionLayer.cpp │ │ ├── NEYOLOLayer.cpp │ │ └── assembly │ │ ├── NEDepthwiseConvolutionAssemblyDispatch.cpp │ │ └── NEGEMMInterleavedWrapper.cpp │ ├── OMP │ └── OMPScheduler.cpp │ ├── OffsetLifetimeManager.cpp │ ├── OffsetMemoryPool.cpp │ ├── PoolManager.cpp │ ├── Pyramid.cpp │ ├── Scheduler.cpp │ ├── SubTensor.cpp │ ├── Tensor.cpp │ ├── TensorAllocator.cpp │ └── Utils.cpp ├── support ├── Half.h ├── Mutex.h ├── Semaphore.h └── ToolchainSupport.h ├── tests ├── AssetsLibrary.cpp ├── AssetsLibrary.h ├── CL │ ├── CLAccessor.h │ ├── CLArrayAccessor.h │ ├── CLHOGAccessor.h │ ├── CLLutAccessor.h │ └── Helper.h ├── GLES_COMPUTE │ ├── GCAccessor.h │ └── Helper.h ├── Globals.h ├── IAccessor.h ├── IArrayAccessor.h ├── IHOGAccessor.h ├── ILutAccessor.h ├── NEON │ ├── Accessor.h │ ├── ArrayAccessor.h │ ├── HOGAccessor.h │ ├── Helper.h │ └── LutAccessor.h ├── PaddingCalculator.h ├── RawLutAccessor.h ├── RawTensor.cpp ├── RawTensor.h ├── SConscript ├── SimpleTensor.h ├── SimpleTensorAccessor.h ├── SimpleTensorPrinter.h ├── TensorCache.h ├── TypePrinter.h ├── TypeReader.h ├── Types.h ├── Utils.h ├── benchmark │ ├── CL │ │ ├── ActivationLayer.cpp │ │ ├── BatchNormalizationLayer.cpp │ │ ├── CannyEdge.cpp │ │ ├── ColorConvert.cpp │ │ ├── Convolution.cpp │ │ ├── ConvolutionLayer.cpp │ │ ├── DepthConcatenateLayer.cpp │ │ ├── DepthwiseConvolutionLayer.cpp │ │ ├── DepthwiseSeparableConvolutionLayer.cpp │ │ ├── DequantizationLayer.cpp │ │ ├── DirectConvolutionLayer.cpp │ │ ├── EqualizeHistogram.cpp │ │ ├── FFT.cpp │ │ ├── FastCorners.cpp │ │ ├── FlattenLayer.cpp │ │ ├── Floor.cpp │ │ ├── FullyConnectedLayer.cpp │ │ ├── GEMM.cpp │ │ ├── GEMMLowp.cpp │ │ ├── GaussianPyramid.cpp │ │ ├── HOGDescriptor.cpp │ │ ├── HOGDetector.cpp │ │ ├── HOGMultiDetection.cpp │ │ ├── HarrisCorners.cpp │ │ ├── Histogram.cpp │ │ ├── IntegralImage.cpp │ │ ├── L2NormalizeLayer.cpp │ │ ├── LaplacianPyramid.cpp │ │ ├── LaplacianReconstruct.cpp │ │ ├── LocallyConnectedLayer.cpp │ │ ├── Magnitude.cpp │ │ ├── MeanStdDev.cpp │ │ ├── Median3x3.cpp │ │ ├── MinMaxLocation.cpp │ │ ├── NormalizationLayer.cpp │ │ ├── OpticalFlow.cpp │ │ ├── Phase.cpp │ │ ├── PoolingLayer.cpp │ │ ├── QuantizationLayer.cpp │ │ ├── ROIPoolingLayer.cpp │ │ ├── Remap.cpp │ │ ├── ReshapeLayer.cpp │ │ ├── Scale.cpp │ │ ├── Sobel.cpp │ │ ├── SoftmaxLayer.cpp │ │ ├── Transpose.cpp │ │ └── WarpAffine.cpp │ ├── GLES_COMPUTE │ │ ├── ActivationLayer.cpp │ │ ├── BatchNormalizationLayer.cpp │ │ ├── ConvolutionLayer.cpp │ │ ├── DepthwiseConvolutionLayer.cpp │ │ ├── DirectConvolutionLayer.cpp │ │ ├── FullyConnectedLayer.cpp │ │ ├── GEMM.cpp │ │ ├── NormalizePlanarYUVLayer.cpp │ │ ├── PoolingLayer.cpp │ │ ├── Scale.cpp │ │ ├── SoftmaxLayer.cpp │ │ └── Transpose.cpp │ ├── NEON │ │ ├── ActivationLayer.cpp │ │ ├── BatchNormalizationLayer.cpp │ │ ├── CannyEdge.cpp │ │ ├── ColorConvert.cpp │ │ ├── Convolution.cpp │ │ ├── ConvolutionLayer.cpp │ │ ├── DepthConcatenateLayer.cpp │ │ ├── DequantizationLayer.cpp │ │ ├── DirectConvolutionLayer.cpp │ │ ├── ElementwiseSin.cpp │ │ ├── EqualizeHistogram.cpp │ │ ├── FFT.cpp │ │ ├── FastCorners.cpp │ │ ├── FlattenLayer.cpp │ │ ├── Floor.cpp │ │ ├── FullyConnectedLayer.cpp │ │ ├── GEMM.cpp │ │ ├── GEMMLowp.cpp │ │ ├── GaussianPyramid.cpp │ │ ├── HOGDescriptor.cpp │ │ ├── HOGDetector.cpp │ │ ├── HOGMultiDetection.cpp │ │ ├── HarrisCorners.cpp │ │ ├── Histogram.cpp │ │ ├── IntegralImage.cpp │ │ ├── L2NormalizeLayer.cpp │ │ ├── LaplacianPyramid.cpp │ │ ├── LaplacianReconstruct.cpp │ │ ├── LocallyConnectedLayer.cpp │ │ ├── Magnitude.cpp │ │ ├── MeanStdDev.cpp │ │ ├── Median3x3.cpp │ │ ├── MinMaxLocation.cpp │ │ ├── NormalizationLayer.cpp │ │ ├── OpticalFlow.cpp │ │ ├── Phase.cpp │ │ ├── PoolingLayer.cpp │ │ ├── QuantizationLayer.cpp │ │ ├── ROIPoolingLayer.cpp │ │ ├── Remap.cpp │ │ ├── ReshapeLayer.cpp │ │ ├── Scale.cpp │ │ ├── Sobel.cpp │ │ ├── SoftmaxLayer.cpp │ │ ├── Transpose.cpp │ │ └── WarpAffine.cpp │ └── fixtures │ │ ├── ActivationLayerFixture.h │ │ ├── BatchNormalizationLayerFixture.h │ │ ├── CannyEdgeFixture.h │ │ ├── ColorConvertFixture.h │ │ ├── ConvolutionFixture.h │ │ ├── ConvolutionLayerFixture.h │ │ ├── DepthConcatenateLayerFixture.h │ │ ├── DepthwiseConvolutionLayerFixture.h │ │ ├── DepthwiseSeparableConvolutionLayerFixture.h │ │ ├── DequantizationLayerFixture.h │ │ ├── DirectConvolutionLayerFixture.h │ │ ├── ElementWiseUnaryFixture.h │ │ ├── EqualizeHistogramFixture.h │ │ ├── FFTConvolutionLayerFixture.h │ │ ├── FFTFixture.h │ │ ├── FastCornersFixture.h │ │ ├── FlattenLayerFixture.h │ │ ├── FloorFixture.h │ │ ├── FullyConnectedLayerFixture.h │ │ ├── GEMMFixture.h │ │ ├── GEMMLowpFixture.h │ │ ├── GaussianPyramidFixture.h │ │ ├── HOGDescriptorFixture.h │ │ ├── HOGDetectorFixture.h │ │ ├── HOGMultiDetectionFixture.h │ │ ├── HarrisCornersFixture.h │ │ ├── HistogramFixture.h │ │ ├── IntegralImageFixture.h │ │ ├── L2NormalizeLayerFixture.h │ │ ├── LaplacianPyramidFixture.h │ │ ├── LaplacianReconstructFixture.h │ │ ├── LocallyConnectedLayerFixture.h │ │ ├── MagnitudeFixture.h │ │ ├── MeanStdDevFixture.h │ │ ├── Median3x3Fixture.h │ │ ├── MinMaxLocationFixture.h │ │ ├── NormalizationLayerFixture.h │ │ ├── NormalizePlanarYUVLayerFixture.h │ │ ├── OpticalFlowFixture.h │ │ ├── PhaseFixture.h │ │ ├── PoolingLayerFixture.h │ │ ├── QuantizationLayerFixture.h │ │ ├── ROIPoolingLayerFixture.h │ │ ├── RemapFixture.h │ │ ├── ReshapeLayerFixture.h │ │ ├── ScaleFixture.h │ │ ├── ScaleLayerFixture.h │ │ ├── SobelFixture.h │ │ ├── SoftmaxLayerFixture.h │ │ ├── TransposeFixture.h │ │ ├── WarpAffineFixture.h │ │ └── WinogradConvolutionLayerFixture.h ├── datasets │ ├── ActivationFunctionsDataset.h │ ├── AlexNetGEMMDataset.h │ ├── BatchNormalizationLayerDataset.h │ ├── BatchToSpaceDataset.h │ ├── BorderModeDataset.h │ ├── ChannelShuffleLayerDataset.h │ ├── Col2ImLayerDataset.h │ ├── ComparisonOperationsDataset.h │ ├── ConvertPolicyDataset.h │ ├── ConvolutionLayerDataset.h │ ├── CropResizeDataset.h │ ├── DatatypeDataset.h │ ├── DepthToSpaceDataset.h │ ├── DepthwiseConvolutionLayerDataset.h │ ├── DepthwiseSeparableConvolutionLayerDataset.h │ ├── DilatedConvolutionLayerDataset.h │ ├── DilatedDepthwiseConvolutionLayerDataset.h │ ├── DirectConvolutionLayerDataset.h │ ├── FullyConnectedLayerDataset.h │ ├── GEMMDataset.h │ ├── GEMMLowpDataset.h │ ├── GEMMLowpFusedOffsetOutputDataset.h │ ├── GatherDataset.h │ ├── GoogleNetGEMMDataset.h │ ├── GradientDimensionDataset.h │ ├── HOGDescriptorDataset.h │ ├── HOGMultiDetectionDataset.h │ ├── ImageFileDatasets.h │ ├── InterpolationPolicyDataset.h │ ├── LSTMLayerDataset.h │ ├── LargeConvolutionLayerDataset.h │ ├── LargeGEMMDataset.h │ ├── LargeGEMMLowpDataset.h │ ├── LocallyConnectedDataset.h │ ├── MatrixMultiplyGEMMDataset.h │ ├── MatrixPatternDataset.h │ ├── NonLinearFilterFunctionDataset.h │ ├── NormalizationTypesDataset.h │ ├── NormalizePlanarYUVLayerDataset.h │ ├── OpticalFlowDataset.h │ ├── PoolingLayerDataset.h │ ├── PoolingTypesDataset.h │ ├── PriorBoxLayerDataset.h │ ├── RNNLayerDataset.h │ ├── ROIDataset.h │ ├── RandomBatchNormalizationLayerDataset.h │ ├── RandomNormalizePlanarYUVLayerDataset.h │ ├── ReorgLayerDataset.h │ ├── ReshapeLayerDataset.h │ ├── SamplingPolicyDataset.h │ ├── ScaleLayerDataset.h │ ├── ShapeDatasets.h │ ├── SliceOperationsDataset.h │ ├── SmallConvolutionLayerDataset.h │ ├── SmallGEMMDataset.h │ ├── SmallGEMMLowpDataset.h │ ├── SpaceToBatchDataset.h │ ├── SpaceToDepthDataset.h │ ├── SplitDataset.h │ ├── ThresholdDataset.h │ ├── TinyConvolutionLayerDataset.h │ ├── TinyGEMMDataset.h │ ├── WinogradInputTransformDataset.h │ ├── WinogradOutputTransformDataset.h │ └── system_tests │ │ ├── alexnet │ │ ├── AlexNetActivationLayerDataset.h │ │ ├── AlexNetConvolutionLayerDataset.h │ │ ├── AlexNetFullyConnectedLayerDataset.h │ │ ├── AlexNetNormalizationLayerDataset.h │ │ └── AlexNetPoolingLayerDataset.h │ │ ├── googlenet │ │ ├── inceptionv1 │ │ │ ├── GoogLeNetInceptionV1ActivationLayerDataset.h │ │ │ ├── GoogLeNetInceptionV1ConvolutionLayerDataset.h │ │ │ ├── GoogLeNetInceptionV1FullyConnectedLayerDataset.h │ │ │ ├── GoogLeNetInceptionV1GEMMDataset.h │ │ │ ├── GoogLeNetInceptionV1NormalizationLayerDataset.h │ │ │ └── GoogLeNetInceptionV1PoolingLayerDataset.h │ │ └── inceptionv4 │ │ │ ├── GoogLeNetInceptionV4ActivationLayerDataset.h │ │ │ ├── GoogLeNetInceptionV4BatchNormalizationLayerDataset.h │ │ │ ├── GoogLeNetInceptionV4ConvolutionLayerDataset.h │ │ │ ├── GoogLeNetInceptionV4FullyConnectedLayerDataset.h │ │ │ ├── GoogLeNetInceptionV4NormalizePlanarYUVLayerDataset.h │ │ │ └── GoogLeNetInceptionV4PoolingLayerDataset.h │ │ ├── lenet5 │ │ ├── LeNet5ActivationLayerDataset.h │ │ ├── LeNet5ConvolutionLayerDataset.h │ │ ├── LeNet5FullyConnectedLayerDataset.h │ │ └── LeNet5PoolingLayerDataset.h │ │ ├── mobilenet │ │ ├── MobileNetActivationLayerDataset.h │ │ ├── MobileNetBatchNormalizationLayerDataset.h │ │ ├── MobileNetConvolutionLayerDataset.h │ │ ├── MobileNetDepthwiseConvolutionLayerDataset.h │ │ └── MobileNetDepthwiseSeparableConvolutionLayerDataset.h │ │ ├── resnet12 │ │ └── ResNet12ConvolutionLayerDataset.h │ │ ├── squeezenet │ │ ├── SqueezeNetActivationLayerDataset.h │ │ ├── SqueezeNetConvolutionLayerDataset.h │ │ └── SqueezeNetPoolingLayerDataset.h │ │ ├── vgg │ │ └── vgg16 │ │ │ ├── VGG16ActivationLayerDataset.h │ │ │ ├── VGG16ConvolutionLayerDataset.h │ │ │ ├── VGG16FullyConnectedLayerDataset.h │ │ │ └── VGG16PoolingLayerDataset.h │ │ └── yolo │ │ └── v2 │ │ ├── YOLOV2ActivationLayerDataset.h │ │ ├── YOLOV2BatchNormalizationLayerDataset.h │ │ ├── YOLOV2ConvolutionLayerDataset.h │ │ └── YOLOV2PoolingLayerDataset.h ├── framework │ ├── Asserts.h │ ├── DatasetModes.cpp │ ├── DatasetModes.h │ ├── Exceptions.cpp │ ├── Exceptions.h │ ├── Fixture.h │ ├── Framework.cpp │ ├── Framework.h │ ├── Macros.h │ ├── Profiler.cpp │ ├── Profiler.h │ ├── Registrars.h │ ├── SConscript │ ├── TestCase.h │ ├── TestCaseFactory.h │ ├── TestFilter.cpp │ ├── TestFilter.h │ ├── TestResult.h │ ├── Utils.h │ ├── command_line │ │ ├── CommonOptions.cpp │ │ └── CommonOptions.h │ ├── datasets │ │ ├── CartesianProductDataset.h │ │ ├── ContainerDataset.h │ │ ├── Dataset.h │ │ ├── Datasets.h │ │ ├── InitializerListDataset.h │ │ ├── JoinDataset.h │ │ ├── RangeDataset.h │ │ ├── SingletonDataset.h │ │ └── ZipDataset.h │ ├── instruments │ │ ├── Instrument.h │ │ ├── Instruments.cpp │ │ ├── Instruments.h │ │ ├── InstrumentsStats.cpp │ │ ├── InstrumentsStats.h │ │ ├── MaliCounter.cpp │ │ ├── MaliCounter.h │ │ ├── Measurement.h │ │ ├── OpenCLMemoryUsage.cpp │ │ ├── OpenCLMemoryUsage.h │ │ ├── OpenCLTimer.cpp │ │ ├── OpenCLTimer.h │ │ ├── PMU.cpp │ │ ├── PMU.h │ │ ├── PMUCounter.cpp │ │ ├── PMUCounter.h │ │ ├── SchedulerTimer.cpp │ │ ├── SchedulerTimer.h │ │ ├── WallClockTimer.cpp │ │ ├── WallClockTimer.h │ │ ├── hwc.hpp │ │ └── hwc_names.hpp │ └── printers │ │ ├── JSONPrinter.cpp │ │ ├── JSONPrinter.h │ │ ├── PrettyPrinter.cpp │ │ ├── PrettyPrinter.h │ │ ├── Printer.cpp │ │ ├── Printer.h │ │ ├── Printers.cpp │ │ └── Printers.h ├── main.cpp └── validation │ ├── CL │ ├── AbsLayer.cpp │ ├── AbsoluteDifference.cpp │ ├── Accumulate.cpp │ ├── ActivationLayer.cpp │ ├── ArgMinMax.cpp │ ├── ArithmeticAddition.cpp │ ├── ArithmeticDivision.cpp │ ├── ArithmeticSubtraction.cpp │ ├── BatchConcatenateLayer.cpp │ ├── BatchNormalizationLayer.cpp │ ├── BatchToSpaceLayer.cpp │ ├── BitwiseAnd.cpp │ ├── BitwiseNot.cpp │ ├── BitwiseOr.cpp │ ├── BitwiseXor.cpp │ ├── BoundingBoxTransform.cpp │ ├── Box3x3.cpp │ ├── CannyEdge.cpp │ ├── Cast.cpp │ ├── ChannelCombine.cpp │ ├── ChannelExtract.cpp │ ├── ChannelShuffle.cpp │ ├── Col2Im.cpp │ ├── ColorConvert.cpp │ ├── Comparisons.cpp │ ├── ConvertFullyConnectedWeights.cpp │ ├── Convolution.cpp │ ├── ConvolutionLayer.cpp │ ├── Copy.cpp │ ├── CropResize.cpp │ ├── DeconvolutionLayer.cpp │ ├── DepthConcatenateLayer.cpp │ ├── DepthConvertLayer.cpp │ ├── DepthToSpaceLayer.cpp │ ├── DepthwiseConvolutionLayer.cpp │ ├── DepthwiseSeparableConvolutionLayer.cpp │ ├── DequantizationLayer.cpp │ ├── Derivative.cpp │ ├── Dilate.cpp │ ├── DilatedConvolutionLayer.cpp │ ├── DirectConvolutionLayer.cpp │ ├── ElementwiseMax.cpp │ ├── ElementwiseMin.cpp │ ├── ElementwisePower.cpp │ ├── ElementwiseSquaredDiff.cpp │ ├── EqualizeHistogram.cpp │ ├── Erode.cpp │ ├── ExpLayer.cpp │ ├── FFT.cpp │ ├── FastCorners.cpp │ ├── FillBorder.cpp │ ├── Flatten.cpp │ ├── Floor.cpp │ ├── FullyConnectedLayer.cpp │ ├── FuseBatchNormalization.cpp │ ├── GEMM.cpp │ ├── GEMMLowp.cpp │ ├── GEMMLowpMatrixMultiplyNative.cpp │ ├── GEMMLowpMatrixMultiplyReshaped.cpp │ ├── GEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp │ ├── GEMMMatrixMultiply.cpp │ ├── GEMMMatrixMultiplyInterleavedTransposed.cpp │ ├── GEMMMatrixMultiplyNative.cpp │ ├── GEMMMatrixMultiplyReshaped.cpp │ ├── GEMMMatrixMultiplyReshapedOnlyRHS.cpp │ ├── GEMMReshapeLHSMatrix.cpp │ ├── GEMMReshapeRHSMatrix.cpp │ ├── Gather.cpp │ ├── Gaussian3x3.cpp │ ├── Gaussian5x5.cpp │ ├── GaussianPyramid.cpp │ ├── GenerateProposalsLayer.cpp │ ├── GlobalPoolingLayer.cpp │ ├── HOGDescriptor.cpp │ ├── HOGDetector.cpp │ ├── HOGMultiDetection.cpp │ ├── HarrisCorners.cpp │ ├── HeightConcatenateLayer.cpp │ ├── Histogram.cpp │ ├── Im2Col.cpp │ ├── IntegralImage.cpp │ ├── L2NormalizeLayer.cpp │ ├── LSTMLayer.cpp │ ├── LSTMLayerQuantized.cpp │ ├── LaplacianPyramid.cpp │ ├── LaplacianReconstruct.cpp │ ├── LocallyConnected.cpp │ ├── LogLayer.cpp │ ├── Magnitude.cpp │ ├── MeanStdDev.cpp │ ├── MeanStdDevNormalizationLayer.cpp │ ├── Median3x3.cpp │ ├── MinMaxLocation.cpp │ ├── NegLayer.cpp │ ├── NonLinearFilter.cpp │ ├── NormalizationLayer.cpp │ ├── NormalizePlanarYUVLayer.cpp │ ├── OpticalFlow.cpp │ ├── PReluLayer.cpp │ ├── PadLayer.cpp │ ├── Permute.cpp │ ├── Phase.cpp │ ├── PixelWiseMultiplication.cpp │ ├── PoolingLayer.cpp │ ├── PriorBoxLayer.cpp │ ├── QuantizationLayer.cpp │ ├── RNNLayer.cpp │ ├── ROIAlignLayer.cpp │ ├── Range.cpp │ ├── ReduceMean.cpp │ ├── ReductionOperation.cpp │ ├── Remap.cpp │ ├── ReorgLayer.cpp │ ├── ReshapeLayer.cpp │ ├── Reverse.cpp │ ├── RoundLayer.cpp │ ├── RsqrtLayer.cpp │ ├── Scale.cpp │ ├── Scharr.cpp │ ├── Select.cpp │ ├── SinLayer.cpp │ ├── Slice.cpp │ ├── Sobel.cpp │ ├── SoftmaxLayer.cpp │ ├── SpaceToBatchLayer.cpp │ ├── SpaceToDepthLayer.cpp │ ├── Split.cpp │ ├── StackLayer.cpp │ ├── StridedSlice.cpp │ ├── TableLookup.cpp │ ├── Threshold.cpp │ ├── Tile.cpp │ ├── Transpose.cpp │ ├── UNIT │ │ ├── MemoryManager.cpp │ │ ├── TensorAllocator.cpp │ │ ├── Tuner.cpp │ │ └── WeightsRetention.cpp │ ├── Unstack.cpp │ ├── UpsampleLayer.cpp │ ├── WarpAffine.cpp │ ├── WarpPerspective.cpp │ ├── WeightsReshape.cpp │ ├── WidthConcatenateLayer.cpp │ ├── Winograd.cpp │ └── YOLOLayer.cpp │ ├── CPP │ ├── DFT.cpp │ ├── DetectionPostProcessLayer.cpp │ ├── NonMaximumSuppression.cpp │ ├── Permute.cpp │ └── TopKV.cpp │ ├── GLES_COMPUTE │ ├── ActivationLayer.cpp │ ├── ArithmeticAddition.cpp │ ├── BatchNormalizationLayer.cpp │ ├── ConvolutionLayer.cpp │ ├── DepthConcatenateLayer.cpp │ ├── DepthwiseConvolutionLayer.cpp │ ├── DirectConvolutionLayer.cpp │ ├── DirectConvolutionLayerTensorShift.cpp │ ├── DropoutLayer.cpp │ ├── FullyConnectedLayer.cpp │ ├── GEMM.cpp │ ├── GlobalPoolingLayer.cpp │ ├── NormalizationLayer.cpp │ ├── NormalizePlanarYUVLayer.cpp │ ├── PoolingLayer.cpp │ ├── Scale.cpp │ ├── SoftmaxLayer.cpp │ ├── Transpose.cpp │ └── UNIT │ │ └── MemoryManager.cpp │ ├── Helpers.cpp │ ├── Helpers.h │ ├── NEON │ ├── AbsoluteDifference.cpp │ ├── Accumulate.cpp │ ├── ActivationLayer.cpp │ ├── ArgMinMax.cpp │ ├── ArithmeticAddition.cpp │ ├── ArithmeticSubtraction.cpp │ ├── BatchConcatenateLayer.cpp │ ├── BatchNormalizationLayer.cpp │ ├── BatchToSpaceLayer.cpp │ ├── BitwiseAnd.cpp │ ├── BitwiseNot.cpp │ ├── BitwiseOr.cpp │ ├── BitwiseXor.cpp │ ├── Box3x3.cpp │ ├── CannyEdge.cpp │ ├── Cast.cpp │ ├── ChannelCombine.cpp │ ├── ChannelExtract.cpp │ ├── ChannelShuffle.cpp │ ├── Col2Im.cpp │ ├── ColorConvert.cpp │ ├── Comparisons.cpp │ ├── ConvertFullyConnectedWeights.cpp │ ├── Convolution.cpp │ ├── ConvolutionLayer.cpp │ ├── Copy.cpp │ ├── CropResize.cpp │ ├── DeconvolutionLayer.cpp │ ├── DepthConcatenateLayer.cpp │ ├── DepthConvertLayer.cpp │ ├── DepthToSpaceLayer.cpp │ ├── DepthwiseConvolutionLayer.cpp │ ├── DepthwiseConvolutionNativeLayer.cpp │ ├── DepthwiseSeparableConvolutionLayer.cpp │ ├── DequantizationLayer.cpp │ ├── Derivative.cpp │ ├── Dilate.cpp │ ├── DilatedConvolutionLayer.cpp │ ├── DirectConvolutionLayer.cpp │ ├── ElementwiseAbsoluteValue.cpp │ ├── ElementwiseDivision.cpp │ ├── ElementwiseExpLayer.cpp │ ├── ElementwiseLog.cpp │ ├── ElementwiseMax.cpp │ ├── ElementwiseMin.cpp │ ├── ElementwiseNegation.cpp │ ├── ElementwisePower.cpp │ ├── ElementwiseRound.cpp │ ├── ElementwiseRsqrtLayer.cpp │ ├── ElementwiseSin.cpp │ ├── ElementwiseSquareDiff.cpp │ ├── EqualizeHistogram.cpp │ ├── Erode.cpp │ ├── FFT.cpp │ ├── FastCorners.cpp │ ├── FillBorder.cpp │ ├── Flatten.cpp │ ├── Floor.cpp │ ├── FullyConnectedLayer.cpp │ ├── FuseBatchNormalization.cpp │ ├── GEMM.cpp │ ├── GEMMLowp.cpp │ ├── Gather.cpp │ ├── Gaussian3x3.cpp │ ├── Gaussian5x5.cpp │ ├── GaussianPyramid.cpp │ ├── GlobalPoolingLayer.cpp │ ├── HOGDescriptor.cpp │ ├── HOGDetector.cpp │ ├── HOGMultiDetection.cpp │ ├── HarrisCorners.cpp │ ├── HeightConcatenateLayer.cpp │ ├── Histogram.cpp │ ├── Im2Col.cpp │ ├── IntegralImage.cpp │ ├── L2NormalizeLayer.cpp │ ├── LSTMLayer.cpp │ ├── LSTMLayerQuantized.cpp │ ├── LaplacianPyramid.cpp │ ├── LaplacianReconstruct.cpp │ ├── LocallyConnected.cpp │ ├── Magnitude.cpp │ ├── MeanStdDev.cpp │ ├── MeanStdDevNormalizationLayer.cpp │ ├── Median3x3.cpp │ ├── MinMaxLocation.cpp │ ├── NonLinearFilter.cpp │ ├── NormalizationLayer.cpp │ ├── OpticalFlow.cpp │ ├── PReluLayer.cpp │ ├── PadLayer.cpp │ ├── Permute.cpp │ ├── Phase.cpp │ ├── PixelWiseMultiplication.cpp │ ├── PoolingLayer.cpp │ ├── PriorBoxLayer.cpp │ ├── QuantizationLayer.cpp │ ├── RNNLayer.cpp │ ├── Range.cpp │ ├── ReduceMean.cpp │ ├── ReductionOperation.cpp │ ├── Remap.cpp │ ├── ReorgLayer.cpp │ ├── ReshapeLayer.cpp │ ├── Reverse.cpp │ ├── Scale.cpp │ ├── Schaar.cpp │ ├── Select.cpp │ ├── Slice.cpp │ ├── Sobel.cpp │ ├── SoftmaxLayer.cpp │ ├── SpaceToBatchLayer.cpp │ ├── SpaceToDepthLayer.cpp │ ├── Split.cpp │ ├── StackLayer.cpp │ ├── StridedSlice.cpp │ ├── TableLookup.cpp │ ├── Threshold.cpp │ ├── Tile.cpp │ ├── Transpose.cpp │ ├── UNIT │ │ ├── MemoryManager.cpp │ │ └── TensorAllocator.cpp │ ├── Unstack.cpp │ ├── Upsample.cpp │ ├── WarpAffine.cpp │ ├── WarpPerspective.cpp │ ├── WidthConcatenateLayer.cpp │ └── YOLOLayer.cpp │ ├── UNIT │ ├── GPUTarget.cpp │ ├── TensorInfo.cpp │ ├── TensorShape.cpp │ ├── Utils.cpp │ └── WindowIterator.cpp │ ├── Validation.cpp │ ├── Validation.h │ ├── fixtures │ ├── AbsoluteDifferenceFixture.h │ ├── AccumulateFixture.h │ ├── ActivationLayerFixture.h │ ├── ArgMinMaxFixture.h │ ├── ArithmeticDivisionFixture.h │ ├── ArithmeticOperationsFixture.h │ ├── BatchNormalizationLayerFixture.h │ ├── BatchNormalizationLayerFusionFixture.h │ ├── BatchToSpaceLayerFixture.h │ ├── BitwiseAndFixture.h │ ├── BitwiseNotFixture.h │ ├── BitwiseOrFixture.h │ ├── BitwiseXorFixture.h │ ├── BoundingBoxTransformFixture.h │ ├── Box3x3Fixture.h │ ├── CannyEdgeFixture.h │ ├── CastFixture.h │ ├── ChannelCombineFixture.h │ ├── ChannelExtractFixture.h │ ├── ChannelShuffleLayerFixture.h │ ├── Col2ImFixture.h │ ├── ColorConvertFixture.h │ ├── ComparisonFixture.h │ ├── ComputeAllAnchorsFixture.h │ ├── ConcatenateLayerFixture.h │ ├── ConvertFullyConnectedWeightsFixture.h │ ├── ConvolutionFixture.h │ ├── ConvolutionLayerFixture.h │ ├── CopyFixture.h │ ├── CropResizeFixture.h │ ├── DeconvolutionLayerFixture.h │ ├── DepthConvertLayerFixture.h │ ├── DepthToSpaceLayerFixture.h │ ├── DepthwiseConvolutionLayerFixture.h │ ├── DepthwiseSeparableConvolutionLayerFixture.h │ ├── DequantizationLayerFixture.h │ ├── DerivativeFixture.h │ ├── DilateFixture.h │ ├── DirectConvolutionLayerFixture.h │ ├── DirectConvolutionLayerTensorShiftFixture.h │ ├── DropoutLayerFixture.h │ ├── ElementWiseUnaryFixture.h │ ├── ElementwiseOperationsFixture.h │ ├── EqualizeHistogramFixture.h │ ├── ErodeFixture.h │ ├── FFTFixture.h │ ├── FastCornersFixture.h │ ├── FlattenLayerFixture.h │ ├── FloorFixture.h │ ├── FullyConnectedLayerFixture.h │ ├── FuseBatchNormalizationFixture.h │ ├── GEMMFixture.h │ ├── GEMMInterleave4x4Fixture.h │ ├── GEMMLowpAssemblyFixture.h │ ├── GEMMLowpFixture.h │ ├── GEMMReshapeLHSMatrixFixture.h │ ├── GEMMReshapeRHSMatrixFixture.h │ ├── GEMMTranspose1xWFixture.h │ ├── GatherFixture.h │ ├── Gaussian3x3Fixture.h │ ├── Gaussian5x5Fixture.h │ ├── GaussianPyramidHalfFixture.h │ ├── HOGDescriptorFixture.h │ ├── HOGDetectorFixture.h │ ├── HOGMultiDetectionFixture.h │ ├── HarrisCornersFixture.h │ ├── HistogramFixture.h │ ├── Im2ColFixture.h │ ├── IntegralImageFixture.h │ ├── L2NormalizeLayerFixture.h │ ├── LSTMLayerFixture.h │ ├── LaplacianPyramidFixture.h │ ├── LaplacianReconstructFixture.h │ ├── LocallyConnectedFixture.h │ ├── MagnitudeFixture.h │ ├── MeanStdDevFixture.h │ ├── MeanStdDevNormalizationLayerFixture.h │ ├── Median3x3Fixture.h │ ├── MinMaxLocationFixture.h │ ├── NonLinearFilterFixture.h │ ├── NonMaxSuppressionFixture.h │ ├── NormalizationLayerFixture.h │ ├── NormalizePlanarYUVLayerFixture.h │ ├── OpticalFlowFixture.h │ ├── PadLayerFixture.h │ ├── PermuteFixture.h │ ├── PhaseFixture.h │ ├── PixelWiseMultiplicationFixture.h │ ├── PoolingLayerFixture.h │ ├── PriorBoxLayerFixture.h │ ├── QuantizationLayerFixture.h │ ├── RNNLayerFixture.h │ ├── ROIAlignLayerFixture.h │ ├── RangeFixture.h │ ├── ReduceMeanFixture.h │ ├── ReductionOperationFixture.h │ ├── RemapFixture.h │ ├── ReorgLayerFixture.h │ ├── ReshapeLayerFixture.h │ ├── ReverseFixture.h │ ├── ScaleFixture.h │ ├── ScharrFixture.h │ ├── SelectFixture.h │ ├── SliceOperationsFixtures.h │ ├── SobelFixture.h │ ├── SoftmaxLayerFixture.h │ ├── SpaceToBatchFixture.h │ ├── SpaceToDepthFixture.h │ ├── SplitFixture.h │ ├── StackLayerFixture.h │ ├── TableLookupFixture.h │ ├── ThresholdFixture.h │ ├── TileFixture.h │ ├── TransposeFixture.h │ ├── UNIT │ │ ├── MemoryManagerFixture.h │ │ └── WeightsRetentionFixture.h │ ├── UnstackFixture.h │ ├── UpsampleLayerFixture.h │ ├── WarpAffineFixture.h │ ├── WarpPerspectiveFixture.h │ ├── WeightsReshapeFixture.h │ ├── WinogradConvolutionLayerFixture.h │ └── YOLOLayerFixture.h │ └── reference │ ├── AbsoluteDifference.cpp │ ├── AbsoluteDifference.h │ ├── Accumulate.cpp │ ├── Accumulate.h │ ├── ActivationLayer.cpp │ ├── ActivationLayer.h │ ├── ArithmeticDivision.cpp │ ├── ArithmeticDivision.h │ ├── ArithmeticOperations.cpp │ ├── ArithmeticOperations.h │ ├── BatchNormalizationLayer.cpp │ ├── BatchNormalizationLayer.h │ ├── BatchToSpaceLayer.cpp │ ├── BatchToSpaceLayer.h │ ├── BitwiseAnd.cpp │ ├── BitwiseAnd.h │ ├── BitwiseNot.cpp │ ├── BitwiseNot.h │ ├── BitwiseOr.cpp │ ├── BitwiseOr.h │ ├── BitwiseXor.cpp │ ├── BitwiseXor.h │ ├── BoundingBoxTransform.cpp │ ├── BoundingBoxTransform.h │ ├── Box3x3.cpp │ ├── Box3x3.h │ ├── CannyEdgeDetector.cpp │ ├── CannyEdgeDetector.h │ ├── ChannelCombine.cpp │ ├── ChannelCombine.h │ ├── ChannelExtract.cpp │ ├── ChannelExtract.h │ ├── ChannelShuffle.cpp │ ├── ChannelShuffle.h │ ├── Col2Im.cpp │ ├── Col2Im.h │ ├── ColorConvert.cpp │ ├── ColorConvert.h │ ├── ColorConvertHelper.h │ ├── Comparisons.cpp │ ├── Comparisons.h │ ├── ComputeAllAnchors.cpp │ ├── ComputeAllAnchors.h │ ├── ConcatenateLayer.cpp │ ├── ConcatenateLayer.h │ ├── ConvertFullyConnectedWeights.cpp │ ├── ConvertFullyConnectedWeights.h │ ├── Convolution.cpp │ ├── Convolution.h │ ├── Convolution3d.h │ ├── ConvolutionLayer.cpp │ ├── ConvolutionLayer.h │ ├── Copy.cpp │ ├── Copy.h │ ├── CropResize.cpp │ ├── CropResize.h │ ├── DFT.cpp │ ├── DFT.h │ ├── DeconvolutionLayer.cpp │ ├── DeconvolutionLayer.h │ ├── DepthConcatenateLayer.cpp │ ├── DepthConcatenateLayer.h │ ├── DepthConvertLayer.cpp │ ├── DepthConvertLayer.h │ ├── DepthToSpaceLayer.cpp │ ├── DepthToSpaceLayer.h │ ├── DepthwiseConvolutionLayer.cpp │ ├── DepthwiseConvolutionLayer.h │ ├── DepthwiseSeparableConvolutionLayer.cpp │ ├── DepthwiseSeparableConvolutionLayer.h │ ├── DequantizationLayer.cpp │ ├── DequantizationLayer.h │ ├── Derivative.cpp │ ├── Derivative.h │ ├── Dilate.cpp │ ├── Dilate.h │ ├── ElementWiseUnary.cpp │ ├── ElementWiseUnary.h │ ├── ElementwiseOperations.cpp │ ├── ElementwiseOperations.h │ ├── EqualizeHistogram.cpp │ ├── EqualizeHistogram.h │ ├── Erode.cpp │ ├── Erode.h │ ├── FastCorners.cpp │ ├── FastCorners.h │ ├── FlattenLayer.cpp │ ├── FlattenLayer.h │ ├── Floor.cpp │ ├── Floor.h │ ├── FullyConnectedLayer.cpp │ ├── FullyConnectedLayer.h │ ├── FuseBatchNormalization.cpp │ ├── FuseBatchNormalization.h │ ├── GEMM.cpp │ ├── GEMM.h │ ├── GEMMInterleave4x4.h │ ├── GEMMInterleaveBlocked.h │ ├── GEMMLowp.cpp │ ├── GEMMLowp.h │ ├── GEMMReshapeLHSMatrix.cpp │ ├── GEMMReshapeLHSMatrix.h │ ├── GEMMReshapeRHSMatrix.cpp │ ├── GEMMReshapeRHSMatrix.h │ ├── GEMMTranspose1xW.h │ ├── Gather.cpp │ ├── Gather.h │ ├── Gaussian3x3.cpp │ ├── Gaussian3x3.h │ ├── Gaussian5x5.cpp │ ├── Gaussian5x5.h │ ├── GaussianPyramidHalf.cpp │ ├── GaussianPyramidHalf.h │ ├── HOGDescriptor.cpp │ ├── HOGDescriptor.h │ ├── HOGDetector.cpp │ ├── HOGDetector.h │ ├── HOGMultiDetection.cpp │ ├── HOGMultiDetection.h │ ├── HarrisCornerDetector.cpp │ ├── HarrisCornerDetector.h │ ├── Histogram.cpp │ ├── Histogram.h │ ├── Im2Col.cpp │ ├── Im2Col.h │ ├── IntegralImage.cpp │ ├── IntegralImage.h │ ├── L2NormalizeLayer.cpp │ ├── L2NormalizeLayer.h │ ├── LaplacianPyramid.cpp │ ├── LaplacianPyramid.h │ ├── LaplacianReconstruct.cpp │ ├── LaplacianReconstruct.h │ ├── LocallyConnected.cpp │ ├── LocallyConnected.h │ ├── Magnitude.cpp │ ├── Magnitude.h │ ├── MeanStdDev.cpp │ ├── MeanStdDev.h │ ├── MeanStdDevNormalizationLayer.cpp │ ├── MeanStdDevNormalizationLayer.h │ ├── Median3x3.cpp │ ├── Median3x3.h │ ├── MinMaxLocation.cpp │ ├── MinMaxLocation.h │ ├── NonLinearFilter.cpp │ ├── NonLinearFilter.h │ ├── NonMaxSuppression.cpp │ ├── NonMaxSuppression.h │ ├── NonMaximaSuppression.cpp │ ├── NonMaximaSuppression.h │ ├── NormalizationLayer.cpp │ ├── NormalizationLayer.h │ ├── NormalizePlanarYUVLayer.cpp │ ├── NormalizePlanarYUVLayer.h │ ├── OpticalFlow.cpp │ ├── OpticalFlow.h │ ├── PadLayer.cpp │ ├── PadLayer.h │ ├── Permute.cpp │ ├── Permute.h │ ├── Phase.cpp │ ├── Phase.h │ ├── PixelWiseMultiplication.cpp │ ├── PixelWiseMultiplication.h │ ├── PoolingLayer.cpp │ ├── PoolingLayer.h │ ├── PriorBoxLayer.cpp │ ├── PriorBoxLayer.h │ ├── QuantizationLayer.cpp │ ├── QuantizationLayer.h │ ├── ROIAlignLayer.cpp │ ├── ROIAlignLayer.h │ ├── Range.cpp │ ├── Range.h │ ├── ReductionOperation.cpp │ ├── ReductionOperation.h │ ├── Remap.cpp │ ├── Remap.h │ ├── ReorgLayer.cpp │ ├── ReorgLayer.h │ ├── ReshapeLayer.cpp │ ├── ReshapeLayer.h │ ├── Reverse.cpp │ ├── Reverse.h │ ├── Scale.cpp │ ├── Scale.h │ ├── Scharr.cpp │ ├── Scharr.h │ ├── Select.cpp │ ├── Select.h │ ├── SliceOperations.cpp │ ├── SliceOperations.h │ ├── Sobel.cpp │ ├── Sobel.h │ ├── SoftmaxLayer.cpp │ ├── SoftmaxLayer.h │ ├── SpaceToBatch.cpp │ ├── SpaceToBatch.h │ ├── SpaceToDepth.cpp │ ├── SpaceToDepth.h │ ├── StackLayer.cpp │ ├── StackLayer.h │ ├── TableLookup.cpp │ ├── TableLookup.h │ ├── Threshold.cpp │ ├── Threshold.h │ ├── Tile.cpp │ ├── Tile.h │ ├── Transpose.cpp │ ├── Transpose.h │ ├── Unstack.cpp │ ├── Unstack.h │ ├── UpsampleLayer.cpp │ ├── UpsampleLayer.h │ ├── Utils.cpp │ ├── Utils.h │ ├── UtilsQuantizedAsymm.h │ ├── WarpAffine.cpp │ ├── WarpAffine.h │ ├── WarpPerspective.cpp │ ├── WarpPerspective.h │ ├── WeightsReshape.cpp │ ├── WeightsReshape.h │ ├── Winograd.cpp │ ├── Winograd.h │ ├── YOLOLayer.cpp │ └── YOLOLayer.h └── utils ├── CommonGraphOptions.cpp ├── CommonGraphOptions.h ├── GraphUtils.cpp ├── GraphUtils.h ├── ImageLoader.h ├── TypePrinter.h ├── Utils.cpp ├── Utils.h └── command_line ├── CommandLineOptions.h ├── CommandLineParser.h ├── EnumListOption.h ├── EnumOption.h ├── ListOption.h ├── Option.h ├── SimpleOption.h └── ToggleOption.h /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/.clang-format -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/README.md -------------------------------------------------------------------------------- /SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/SConscript -------------------------------------------------------------------------------- /SConstruct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/SConstruct -------------------------------------------------------------------------------- /arm_compute/core/Error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Error.h -------------------------------------------------------------------------------- /arm_compute/core/HOGInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/HOGInfo.h -------------------------------------------------------------------------------- /arm_compute/core/Helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Helpers.h -------------------------------------------------------------------------------- /arm_compute/core/IArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/IArray.h -------------------------------------------------------------------------------- /arm_compute/core/IHOG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/IHOG.h -------------------------------------------------------------------------------- /arm_compute/core/IKernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/IKernel.h -------------------------------------------------------------------------------- /arm_compute/core/ILut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/ILut.h -------------------------------------------------------------------------------- /arm_compute/core/ITensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/ITensor.h -------------------------------------------------------------------------------- /arm_compute/core/Log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Log.h -------------------------------------------------------------------------------- /arm_compute/core/Size2D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Size2D.h -------------------------------------------------------------------------------- /arm_compute/core/Steps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Steps.h -------------------------------------------------------------------------------- /arm_compute/core/Strides.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Strides.h -------------------------------------------------------------------------------- /arm_compute/core/Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Types.h -------------------------------------------------------------------------------- /arm_compute/core/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Utils.h -------------------------------------------------------------------------------- /arm_compute/core/Window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/core/Window.h -------------------------------------------------------------------------------- /arm_compute/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/graph.h -------------------------------------------------------------------------------- /arm_compute/graph/Edge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/graph/Edge.h -------------------------------------------------------------------------------- /arm_compute/graph/Graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/graph/Graph.h -------------------------------------------------------------------------------- /arm_compute/graph/INode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/graph/INode.h -------------------------------------------------------------------------------- /arm_compute/graph/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/graph/Logger.h -------------------------------------------------------------------------------- /arm_compute/graph/Tensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/graph/Tensor.h -------------------------------------------------------------------------------- /arm_compute/graph/Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/graph/Types.h -------------------------------------------------------------------------------- /arm_compute/graph/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/graph/Utils.h -------------------------------------------------------------------------------- /arm_compute/runtime/HOG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/runtime/HOG.h -------------------------------------------------------------------------------- /arm_compute/runtime/Lut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/arm_compute/runtime/Lut.h -------------------------------------------------------------------------------- /data/images/1280x720.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/data/images/1280x720.ppm -------------------------------------------------------------------------------- /data/images/128x128.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/data/images/128x128.ppm -------------------------------------------------------------------------------- /data/images/1920x1080.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/data/images/1920x1080.ppm -------------------------------------------------------------------------------- /data/images/640x480.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/data/images/640x480.ppm -------------------------------------------------------------------------------- /data/images/800x600.ppm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/data/images/800x600.ppm -------------------------------------------------------------------------------- /docs/00_introduction.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/docs/00_introduction.dox -------------------------------------------------------------------------------- /docs/01_library.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/docs/01_library.dox -------------------------------------------------------------------------------- /docs/02_tests.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/docs/02_tests.dox -------------------------------------------------------------------------------- /docs/03_scripts.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/docs/03_scripts.dox -------------------------------------------------------------------------------- /docs/05_functions_list.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/docs/05_functions_list.dox -------------------------------------------------------------------------------- /docs/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/docs/Doxyfile -------------------------------------------------------------------------------- /docs/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/docs/header.html -------------------------------------------------------------------------------- /docs/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/docs/stylesheet.css -------------------------------------------------------------------------------- /documentation.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation.xhtml -------------------------------------------------------------------------------- /documentation/_array_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_array_8h.js -------------------------------------------------------------------------------- /documentation/_cast_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_cast_8h.js -------------------------------------------------------------------------------- /documentation/_copy_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_copy_8h.js -------------------------------------------------------------------------------- /documentation/_d_f_t_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_d_f_t_8h.js -------------------------------------------------------------------------------- /documentation/_erode_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_erode_8h.js -------------------------------------------------------------------------------- /documentation/_error_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_error_8h.js -------------------------------------------------------------------------------- /documentation/_floor_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_floor_8h.js -------------------------------------------------------------------------------- /documentation/_half_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_half_8h.js -------------------------------------------------------------------------------- /documentation/_log_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_log_8h.js -------------------------------------------------------------------------------- /documentation/_mutex_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_mutex_8h.js -------------------------------------------------------------------------------- /documentation/_phase_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_phase_8h.js -------------------------------------------------------------------------------- /documentation/_range_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_range_8h.js -------------------------------------------------------------------------------- /documentation/_remap_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_remap_8h.js -------------------------------------------------------------------------------- /documentation/_scale_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_scale_8h.js -------------------------------------------------------------------------------- /documentation/_sobel_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_sobel_8h.js -------------------------------------------------------------------------------- /documentation/_tile_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/_tile_8h.js -------------------------------------------------------------------------------- /documentation/abs_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/abs_8h.js -------------------------------------------------------------------------------- /documentation/abs_8h.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/abs_8h.xhtml -------------------------------------------------------------------------------- /documentation/and_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/and_8h.js -------------------------------------------------------------------------------- /documentation/and_8h.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/and_8h.xhtml -------------------------------------------------------------------------------- /documentation/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/bc_s.png -------------------------------------------------------------------------------- /documentation/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/bdwn.png -------------------------------------------------------------------------------- /documentation/bsl_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/bsl_8h.js -------------------------------------------------------------------------------- /documentation/bsl_8h.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/bsl_8h.xhtml -------------------------------------------------------------------------------- /documentation/canny_8cl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/canny_8cl.js -------------------------------------------------------------------------------- /documentation/ceq_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/ceq_8h.js -------------------------------------------------------------------------------- /documentation/ceq_8h.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/ceq_8h.xhtml -------------------------------------------------------------------------------- /documentation/cge_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/cge_8h.js -------------------------------------------------------------------------------- /documentation/cge_8h.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/cge_8h.xhtml -------------------------------------------------------------------------------- /documentation/cgt_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/cgt_8h.js -------------------------------------------------------------------------------- /documentation/cgt_8h.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/cgt_8h.xhtml -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_access_window_rectangle__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 980d01b705f6482c873294f662ca0cad -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_access_window_static__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b0a078fec1f993548e195aad49a04604 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_access_window_transpose__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 758735a6ae47c1a10ef28e90b2b67079 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_access_window_vertical__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ff0eaf53553bea08399150c2b1b8f739 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_allocator__coll__graph.md5: -------------------------------------------------------------------------------- 1 | e051f5e7be6945755c28a91a685341bf -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_array__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 06b41bf3fd1349b34b9bd4a22b3b70e4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_blob_lifetime_manager__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2066d7231d26e6e7c2dc55d48df02624 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_blob_memory_pool__coll__graph.md5: -------------------------------------------------------------------------------- 1 | af8d7bddc1165ed1bbc74649c8d6f67b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_abs_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 65c431c7924191228ea6ccf782231956 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_absolute_difference__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c37a5320be650ee9c42a9006d54589c7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_accumulate__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6650cdbd66f6a78b843636164d123d03 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_accumulate_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8093a695a221adbb6adde5e69dc6d5d0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_accumulate_squared__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 919948a97f9300f59f1dac3b30584b31 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_accumulate_weighted__coll__graph.md5: -------------------------------------------------------------------------------- 1 | db2a172b5907782e9fed3d4edd83045a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_activation_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4de312a606f4a2228e45c6620e927dfd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_arg_min_max_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | fc39ad42bbd819ba8e66a8008afa8bc6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_arithmetic_addition__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ff6b151e90ac4cd1a354cfa043752068 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_arithmetic_division__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f173c26e3c8a0de571b3985aef2644df -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_bitwise_and__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f79287aadfb2be1137c1ad863094939d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_bitwise_and_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | e473ff0e5bacf09a79450aa3e52d23ff -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_bitwise_not__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 09f51125166dbf842c56987d29abe6fe -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_bitwise_not_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | de39b03440ce8964319af69aa60f34aa -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_bitwise_or__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0c293387fa4e59718332472e81d59ecc -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_bitwise_or_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bc840832ec242e758877b22743379283 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_bitwise_xor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ede61823892a859d22df3c51a019402f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bc4156480be920582d2ba534a48deadd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_box3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d6ee800c6ba277346deeab72ee912b44 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_box3x3_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b4a2ebe57149ac5bec6dbcbf98962e9d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_buffer_allocator__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 61a848d7320d97d85d6371369c0fafc0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_canny_edge__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 85f5a1b134895a76ab56965781c2787b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_cast__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1d55f0cf73c6a6962759ffa2f9de2101 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_channel_combine__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ad7b4770eed08c98f816653bbf1d29d0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_channel_extract__coll__graph.md5: -------------------------------------------------------------------------------- 1 | df8cdcace93f29a7bbfeb1e3a9983cfb -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_col2_im_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 38af67db02930c3fb8c757cb136b9d1d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_color_convert__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7a969984e46da91b3a34f4d2f484441c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_comparison__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f4397c13b46c1bb36684070b6402426c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_comparison_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 895e13859e785233cfa5b7939524c82e -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_comparison_static__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7b7d1e5fb5a4d192b93f583d9f511aa4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_compute_all_anchors__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 23f9cdc1185dc7af78311aa609b2fc2a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_concatenate_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b9ae878449dd2161914f16121d3c810c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_convolution3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 21363428b95ea337af56fd897249542e -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_convolution_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f4ba044daa62887fe24639aee17d0cc8 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_convolution_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 301bb0b81c4da78aaa4ca3b6c558af82 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_convolution_square__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9ada1737c076ec1cff494f256b802d78 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_copy__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 179749c058b879bd65b49cc97f215657 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_copy_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7088a7918d9f32039eec83c1d560516d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_crop_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 313954edd71bc1938d91c0018c871f49 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_crop_resize__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6e8cbbea94be387b3ada16d58e638f62 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_deconvolution_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9121be7c80e9882ce9e32510d6d084f2 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_depth_convert_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 51208623725bf4d0d26b5d7ec90e4ba7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_derivative__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7cf7f147a6bbd6b61a6abc5ff87bb28d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_derivative_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d122cdb33318136dc02796570407fdb1 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_dilate__coll__graph.md5: -------------------------------------------------------------------------------- 1 | e025867f19618f98e140b75416e94fdc -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_dilate_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | abca6b37aacf67cd00adec1b29ff38c1 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_distribution1_d__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6c4196f19e805fdf9326de9d5db35964 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_edge_trace_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2d86cf422779a21e6253a839661602a9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_elementwise_max__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0a658c44ae3a25d74db6893b3b64db02 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_elementwise_min__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 66908cb4863826f9128e175dfebb5ef7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_elementwise_power__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 22cb8cc84d7999e4e6861a07fee82485 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_equalize_histogram__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 76df34b4c3565d990631594faa73d992 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_erode__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 82c202872ae4ac99a117afb904e2ce1e -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_erode_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b091e67fa21236a6610fad594efecfa7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_exp_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 374a2e11a598316b00b712b57f243564 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_f_f_t1_d__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0ddc1c5f5d8859c7b41b71ede59ccd8b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_f_f_t2_d__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c04adf14c6eedbfb525a0e88bec38ddd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_f_f_t_scale_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 63c27295ba84b4a382add36b2d8b3b2b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_fast_corners__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 04d848a7662c35f09c7a2c0999161b8a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_fast_corners_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3a01685f49238155c0946654c5af568f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_fill_border__coll__graph.md5: -------------------------------------------------------------------------------- 1 | dfa90a773a91f451565b1ef44f683e32 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_fill_border_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 23b362b196f483205ddbbe9f9cb8cec9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_flatten_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | aa85afb267e2c6987667d03fb97841cf -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_floor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7cd0bcf7a4e803e96085c2ffa40dcb99 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_floor_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a16552c26481f284d27dd900dd54dc8c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_g_e_m_m__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 153644ddd4a15bcafb7cfcf9eead2765 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_gather__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d92438aaffc11ae7ebf8d46e284d5fd5 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_gather_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f5f1f2f90478589f42f1a15f44be18c9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_gaussian3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 722162cdbb1fde0c235be75a09079171 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9a2c63e466db9ade5a46e8b9635bebc2 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_gaussian5x5__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bd1f766a29a57197efe3aa1949754546 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_gaussian_pyramid__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 121c88c128f8ff5d379f9d1b9f23ece3 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_gradient_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 224497b0ae9f23063f65f3f036c9c36b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_h_o_g__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 22ece1a77d0a2a63b6a75dc9e669caff -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_h_o_g_descriptor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | cf0551d3ed1360dd8a7ca01610e78c19 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_h_o_g_detector__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0fa50571dbc92c71f4c3947e065f1c75 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_h_o_g_gradient__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c2b130be58e8c58b0d964882b1389dde -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_harris_corners__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1e6c6e46949d61a9b1efdc0172217382 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_harris_score_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f52591cb280cd73cc7e9a2fa1e246ab6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_histogram__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f62ae47fd774bb9c66257833dfa58a19 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_histogram_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2ae414385b41501104fbdb3539ebc0b1 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_im2_col_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3671372800d4c4f7297a47749a4606c3 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_integral_image__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f4217b201e705bf0bf444f2e829bbb7f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_l2_normalize_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 238a07ef0d8b91cad408c464fd63948b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_l_s_t_m_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 317ef28c8b31a6db19c24bf483e10d55 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_laplacian_pyramid__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 82837b3c096c571f812e2ec5743b6155 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_log_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 5ae16afecaefa631a9cc26d35ded7f07 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_lut__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 05c1f19f926f56a6c35e58fe624f930d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_lut_allocator__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8ee0be7d8a2b8159d5a28777062e3d0d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_magnitude__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 5a1e76f034cb03fcb3b2028656400522 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_mean_std_dev__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6ceda47feb7066d65799d443c8a96543 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 356b75c8b8fe96344934ce39e28b4ed6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_median3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6b14add313d35947c2dcce9fb3fc73a3 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_median3x3_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ea43814189f6d9fc09061b79ea47a462 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_memory__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 183b7d07666c11c5d1e8a131a9ffbae3 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_memset_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | cb93bdbbf5c756ee8df3d76c5bc43adf -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_min_max_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c8ba98aa84c9b962ab75f5e48b31e772 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_min_max_location__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a97f3d70e2696e40de3d37c4d0012850 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_multi_h_o_g__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 882b01bfee627090f626d53e95ce98df -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_multi_image__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0dc56a65cfd52df068c5c91795294f3a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_neg_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c0a288966f238aca19e8cfdd983511ad -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_non_linear_filter__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 72583dc50e77c64ccfaae6d8a47edfb2 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_normalization_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 128a6625869b50e8cd6d9386bcedb38e -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_optical_flow__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6aa948bd82bbcc9d164eb1a276122dbc -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_p_relu_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3f210e8d519011a6a6ad53da47b9ac64 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_pad_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8c8f68a1c2f72c37184e411546a06e36 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_permute__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1459875e60eb3e101903acfb43d1567e -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_permute_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 413b8ae007a02e8c0af14c6900951f7d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_phase__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8d3786caa69acb516bd8fb16cee85fb2 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_pooling_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b3a706c37ac2f75111d4c23a30bee450 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_prior_box_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7a9b5dc36e76a6f54b75cc1f7e523ec0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_pyramid__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d47bf35f855ba1c34b2d6317c28f2c11 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_quantization_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 076f2066a740bdb5de4473c7cca8491f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_r_n_n_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f7d7a837a4c9de1e7e66df55a80abd37 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_r_o_i_align_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3c311b4b47634c0d8fbcafd9df725ec4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 365f3427b003a51bbdd745919111e265 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_range__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4b2d6ae72f9518a6490a45467b26656f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_range_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d0dac88b02c7931b584d58cd591f0bda -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_reduce_mean__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 265d3ef9a9bcf0a2a54d53d37deeac65 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_reduction_operation__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6a8d4be571f12a10c6e7516e2afcc586 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_remap__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1332112bd1fed32b584bf403e9d17aee -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_remap_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 96c5910d5c3f6f74674b38b4a8b10193 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_reorg_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c3c4e8d11a4c7568dfe5ec1b0a4c8bd4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_reorg_layer_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 64af82d9ef4c3d9289c40e85c80c66e4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_reshape_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4427495fb4858e54911af7b93e178544 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_reverse__coll__graph.md5: -------------------------------------------------------------------------------- 1 | fffabeaa75566b724dbcc6c0da32a2a9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_reverse_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 73c50c58e1be7598583ad39bf7b19a5b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_round_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f9bf835b7b9bd5071a77f662e33f4c89 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_rsqrt_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4f3533899825d16ee099f944b266971c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_scale__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b6bbaec1f32228e1154de444d8d0a4f8 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_scale_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | fba8aeeefd1a00f16164a4382e02adbd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_scharr3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | e87b1d8ea00a4a61cbdffe12b6935261 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_scharr3x3_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 361043652fa7e9ba2dd378891872a2ed -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_select__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 47b02c4cb5faeccb0e2c4b613627beb9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_select_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 74316b18b667eb83c6e4435f25a3e1b4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_sin_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a67961c9042ee9853f78d684998b2764 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_slice__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a13b66b376ba6797ab1959aa0ad8fdf0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_sobel3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d354f2bdaddf210669c84eabb96d5640 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_sobel3x3_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6aad32b28e2c24bf8b4309ccfbf3f0e5 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_sobel5x5__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 79fb586da0232a71070fcdc6859855d2 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4f0b02e24cd6683ccc9ee1d7227b0ac7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_sobel7x7__coll__graph.md5: -------------------------------------------------------------------------------- 1 | fb2b66d182c13ecd92727c23d6907a2c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0f69bf664b8ea1e7e07dd504a1d62745 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_softmax_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9d0a51a31d734f6a3b9891460af084a6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_split__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 738bb659fad39b2ef3384c1c6dea2691 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_stack_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2bdab69064f3c1b417f26b525701d407 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_stack_layer_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 71bcee8e2e4de209abb13234376506ae -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_strided_slice__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7079023b6cdb14c43511c89cb9579198 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_sub_tensor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 11041418ef5ffeb77e75e5787f4c2b14 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_table_lookup__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 85ab28ca9e399abf8438a89e82f3b3b2 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_table_lookup_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 18d08f00d9e279de28123aaf4e790150 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_tensor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c19e6118926027de75a19186730cccfa -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_tensor_allocator__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bdbc560d4f9ffffe921541d83a68950f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_threshold__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c6e60bb9a4e25543525592a3d4d2c919 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_threshold_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3461aa8e57bf0d4131f10b503a0b2afa -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_tile__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2a203f3e60a27dac5ce264db4e06f1e8 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_tile_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7f1a6dba5164eece995811feaf7d97d9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_transpose_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 188d1736d60f285f8667d5cf43ca06dc -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_tuner__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3f4638eeae4bfb87989ed4aa42d7fbc8 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_unstack__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b993b0428b66c167ed61ec02ba2e9349 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_upsample_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6f18944a57395eb61ea1794ccf09bacd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_warp_affine__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b0399668ac0b2fe9b15d3f44268e1416 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_warp_affine_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 257772c55f590151e34e7015f04849d5 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_warp_perspective__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 74408ebd1f1d6f07ded4cab5140da495 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_l_y_o_l_o_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a6621050e811c8fdcf276fbdf59e968f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_p_p_permute__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8de7200fab1ecd5b2fbd59815e55a83c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_p_p_permute_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8a57e133bd350b82784fc8ef520dadd7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_p_p_scheduler__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2f30ef91ee77e3de385253d69932dcc9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_p_p_top_k_v__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 5499ddde38ad4b494fcfb638bac5502c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_p_p_top_k_v_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0e3578eb8c1ae49a64157eda1e94d170 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_p_p_upsample__coll__graph.md5: -------------------------------------------------------------------------------- 1 | db9e85480e4d8ad5ad3404461960c619 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_c_p_p_upsample_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 50285c627ad596dec36d462bac87e00d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_coordinates__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 792aac668630a79d84366c42631f40ae -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_distribution1_d__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8aac904771b754e142a161d40d8849dd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_absolute_difference__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 00144d0bc80e25e7e1a624330f427b08 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_activation_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 13a91bea7634ae26abe9777c87dc3103 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_arithmetic_addition__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 864f07b93689da359c3cff96d66f5ed0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_buffer_allocator__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 5d22a9b0f02608334ea5856da6d678c1 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_col2_im_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 013ff3bb54f0728542d87d751dbbc814 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_concatenate_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8c5484b66a9239041d0bfd372e7d6461 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_convolution_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ae17e9cb3f241a78256631d54245e408 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_dropout_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4b58dc4239c4665aa02c311ff04939cd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_fill_border__coll__graph.md5: -------------------------------------------------------------------------------- 1 | eb8343ef988be0607ad6e8ee6eef176f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_fill_border_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9ed2cb9440fc4322a9ff45d274ca3f10 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_g_e_m_m__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f25dd98cc519d7424edca2a9b13b09e4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_im2_col_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | efb14a72143340d14ac9105bdd4cde04 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_memory__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 546efd2ad39be3c60c265176bf8dff29 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_normalization_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1ff317438574431f361c4e12ae3ba298 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_pooling_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9b727651ca20913acb9750dfafd4529b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_scale__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2318c795b44aefa54dee29310e56258e -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_scale_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 327eec70bb4751d2feb6cd44b929649f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_softmax_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b08b0f446a69c640cbbdf3c8a56587c4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_tensor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c53e0f01fb972dcde2226862b3db6366 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_tensor_allocator__coll__graph.md5: -------------------------------------------------------------------------------- 1 | cafd8946d7823b1739e00495dbd74d9f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_tensor_shift__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c6531787481419fa190089c67efe8cdb -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_tensor_shift_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8a7a7df55387cd071ec392db7f3c434a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_transpose__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c2b1cfa698b70dde8b5321a760e9dc3f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_g_c_transpose_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9434051a309d1b71f3b702e3e1972f78 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_h_o_g__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 67c754a7da4dc796008ef2923690c5a6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_array__coll__graph.md5: -------------------------------------------------------------------------------- 1 | cdb0267c231036cad0de2e31c5490d27 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_distribution1_d__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 81fd6bba122aae1d5828076406720f3a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_h_o_g__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f4b8a1392617d66eb0190775310f532e -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 14bc95d5a27a3b68a0b0669973815efd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_lut__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 5375afbdea4124b391bbc61a4fcc4fa2 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_memory_region__coll__graph.md5: -------------------------------------------------------------------------------- 1 | dbac553fe80079ccf1bd8259bcc51de0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_multi_h_o_g__coll__graph.md5: -------------------------------------------------------------------------------- 1 | dd60a95d1a4b08b7d7b26d17dce06564 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_multi_image__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 199704975112dbe8ebe5f5f6de8c1b27 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3a95f4c62e95c3a8bd9646e11139f711 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 326eacd7eed884d6fd39e1bd0d1ddacd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_simple_function__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c4526f6bd68dd882f68c05c6d6028ea9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_simple_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d3e8e8e53668fba063c56bced60717f7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_l_tensor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 819307c1a3dd8c9601b7f8f274a50288 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_p_p_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ecf2167dc18e9ad20a69b98a4c53a8ec -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_p_p_simple_function__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ab57353ceb33bc7ba9de5e306b7d33a1 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_c_p_p_simple_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 08b93c0666bb419fb9eb25df02908474 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_distribution1_d__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 13256c4747d31be772d2156f9e0d46c1 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_g_c_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bed21ba3fb908bdeceb594ab11a2de5f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_g_c_memory_region__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 48cb5760d0e8893e0c88a6d3d0a24925 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_g_c_simple2_d_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 14dd58121c4d50f2f2582ff52e0a6a97 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_g_c_tensor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6c360bf1bc4b9a08158fab7ee90e9437 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_n_e_warp_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 61ed4972905d3a39512eb0976c238d62 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_i_tensor_info__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ef1a1da9407f73f41f1c87a2cbea771c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_lut__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 23280f83182338a7342d43d182e23e4b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_lut_allocator__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ad6e9037442d7950764072a50a27e9f4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_memory__coll__graph.md5: -------------------------------------------------------------------------------- 1 | dc15c6ea8abf85faf769f17ea7e6f18e -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_memory_group_base__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 825a139a2242a28500a1530fecdd7acd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_memory_region__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ffef2ac676bf4c483cb3acecadcf8089 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_multi_h_o_g__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1727be47cbdaeb93db71e7b86ca0bfef -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_multi_image__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4f097c09c983adc001927ce30484a978 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_abs_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 39ea883100147884761ebff6376c7b0d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_accumulate__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6c55c94a9cd16164a4542a9211e6f2b4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_bitwise_and__coll__graph.md5: -------------------------------------------------------------------------------- 1 | fce156f6c61b63acf796ef7ea171289d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_bitwise_not__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8de71dec9d06fc8a75643448bcacdd4f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_bitwise_or__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1ef3f0ec534157733a8e1a559126a850 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_bitwise_xor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | dd53acb5b75093c42b84bfc9dfd67769 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_box3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3cb81b545f64ffef36f8bfc2679df2c5 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_box3x3_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ca6ee3d4e4cac470880486476b7481c7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_canny_edge__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7867d750ddb2eaa5de883d20b97ac934 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_cast__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6d8a2d90902ff4ddbc24d0c478ab95be -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_col2_im__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6d087d1de7e881a39ecb62b14efe86bf -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_col2_im_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 15c72017bba34a80ca590308edff7c97 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_color_convert__coll__graph.md5: -------------------------------------------------------------------------------- 1 | faa1e0d627ac2f9b426ad71ca64ebb9c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_convolution3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 5a04fe7f52f67402a99751a336770262 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_copy__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 99b3934bc3234483de8e954ab8ca0c89 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_copy_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bb3716d2ca4f8a56db836ac827ee190f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_crop_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b940f36df5fbeabf16448c3c40b3a828 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_crop_resize__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 26c77e7db17ef2e863b75f1a770540e8 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_derivative__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6060cea05a8c61a67f00573c912b0408 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_dilate__coll__graph.md5: -------------------------------------------------------------------------------- 1 | e55312692267b3d5d2093604d73b28da -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_dilate_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a832e744071bf730ccb62404387def45 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_erode__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bb2853c5dc65ddfda02f9c25ae6a69bd -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_erode_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6afd2bb94a1e5a4ba1386feaa549e4bc -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_exp_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ddada3100190e72f5444a0355a4ef16d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_f_f_t1_d__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1a64d509debd3aa8e782f59329e765d6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_f_f_t2_d__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d7e3587353f2cde3c074c5ff339d34c6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_fill_border__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 368b7d35822b16e5870efd4b7a231cbb -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_flatten_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9d662b64d71b9b361ba66dc1d43e9ad8 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_floor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | e895357a68a1d34f8b4818eaa45f1cd3 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_floor_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b93506cd3629610e1d50660ed18fb5e6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_g_e_m_m__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6efc6af01b23a104717c1229d2c5aed7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_gather__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 47c2048bc6526e93937f2958d3e60322 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_gather_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 79e45ca60411e0f89551beee30ce0a87 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_gaussian3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b92135c1336d27679506aaa73bfc0f1c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_gaussian5x5__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 82596c9e9c7af6cb39a8285afc49bb46 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_h_o_g_detector__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b271275690a5dd9425b9a4972f316e01 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_h_o_g_gradient__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a3f1c5bbd7db0733b33f69a5bba2bf77 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_harris_corners__coll__graph.md5: -------------------------------------------------------------------------------- 1 | e01402e56898dab9f9e63a539b9fd1f6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_histogram__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b5ecbf5f3f918363262377bd823191a0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_im2_col__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 228a3bb77cbdf756034ae97de4954bd5 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_im2_col_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 75b77f700f45b407affde69ae9895727 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_integral_image__coll__graph.md5: -------------------------------------------------------------------------------- 1 | de7d4a2344f2d8632c83997e308223db -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_l_s_t_m_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bc056598366d7ecbb7eea3866118d1ba -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_log_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a8f7a168ae8219f4b12ddff61ad4d6c5 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_magnitude__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 10f3a6cdc631ac12024758af22d35428 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_mean_std_dev__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 5fe5c907c5c4bba0c6a46a4166a85c84 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_median3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ba72108e8bac97dffeb21381a2a2eeca -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_memset_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 48847cbbaa0de5bc2e408a5a10ad7951 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_min_max_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4d36ab4bfc9fef97f0fbc825a2c5da6b -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_neg_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9cb9d7b7bbfd0e70882b020fda6db8dc -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_optical_flow__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 55cdb70a5476dc8e737e1baaff5f36de -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_p_relu_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d2167359a984f4390d68f2e3424fc1b3 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_pad_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7361ed765beffd4840bf006a152e1c75 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_permute__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 30a4acbd3e911ce8f0b33a5e531e7257 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_permute_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 89d1c5f08e8097826e29f402ecbe7b36 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_phase__coll__graph.md5: -------------------------------------------------------------------------------- 1 | de4d23ec9f65a766eec4117d9f2bc9db -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_pooling_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 354fd018341a7a4bed7b33fb8d21e56c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_r_n_n_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 37d2c359c4e99ec4153e60231b4fa58d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_range__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f71446df3a583e0ed2633b059d1eb217 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_range_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 101a1e500f37cbe4123fa12ebcb58d23 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_reduce_mean__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b7327f1ab25c384dfd50af5aee1968c6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_remap__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b5a0e0927963612920d1d5f163e3ffa4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_remap_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 055009923233702d850e8f1477a404b7 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_reorg_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | cbce72fe34cc228cf68f306d954847d3 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_reshape_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | fc3257d9e40f8160a5782bc89c53ede6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_reverse__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f498038d5ca021c897f78ac4e2d2b82f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_reverse_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | a790d7b0489d9ab5b04adcc9f5c04e95 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_round_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9b6082ba05a5ba2061fb52d0640bf434 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_rsqrt_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 91ede88f098850fae03ce93a5b832cd0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_scale__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 67f01f98c24f995a2c2c694185c80d3a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_scale_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 2c0c605b781886178b2277888b050f02 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_scharr3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4275619842cbcd7750b920d54a41c840 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_select__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1c689291bcfd32bad98d431b23a83c02 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_select_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 242ae87383fae6eafba62b25bae17442 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_sin_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1b45975d40bb6ce2472257fcfd8d4c38 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_slice__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 61c47ae2fecfc110843b51bde153c499 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_sobel3x3__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7f6666d937079ad5dae2d8d99a9fdc5f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_sobel5x5__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 8c7233d3273d9680a9b1e1f27fb30b34 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_sobel7x7__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 68a57c7ca7e116c0aca50ecd441be10c -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_softmax_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 9dc84b29e01ee07bad63c7855f1a743a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_split__coll__graph.md5: -------------------------------------------------------------------------------- 1 | dd1d2355bb3f94e6d08b5a627e3d2847 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_stack_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 424519a2ce24086eeb387570224993c9 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_strided_slice__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d724c7e3ac8bf3f2ed5bb76b3eb37788 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_table_lookup__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 56f082072eb70e399b62d0d4ccad1f4a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_threshold__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 790e049dd8c82aea5de3ad7f132b9482 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_tile__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3f2ea8641f719b4c82097d63f0e3ce15 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_tile_kernel__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0cce402be299a527713267f53c1672b0 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_transpose__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 90e13a67afe97de4cece3899cf81d00d -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_unstack__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 3ba9930792099d90a6559aab2a9a3b38 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_upsample_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 815fda267eaf272c573691a4bea5d339 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_warp_affine__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ecc0a577102e44deced8e95753e3a29f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_n_e_y_o_l_o_layer__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 96aa843c01dd0295ce7ab990e6979ac6 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_o_m_p_scheduler__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7c45537028feff50781b2070f32cc1e4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_offset_memory_pool__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ffb8af19f166f261775b51b65f264427 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_pool_manager__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f6b4a462d75cbd25db64de9f3c7f5158 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_pyramid__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 1371e838927223366188e7973750c4b4 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_steps__coll__graph.md5: -------------------------------------------------------------------------------- 1 | f89b69933943b852718ccd53a387ddfa -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_strides__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 277bf59858ed7f7d16b619e75e529318 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_sub_tensor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bc17170196b4bec542e349f7bb71b4af -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_sub_tensor_info__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d14f3e4a0670b9f73fa48b76a30a3a22 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_tensor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ac62cd4f763aa2f94bea6b5ccf0a18c3 -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_tensor_allocator__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c04d1c8ba9c0720e85e4e3c63e345e7f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_tensor_info__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ad8f798744ec1d723adc8ece4f0b078a -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1_tensor_shape__coll__graph.md5: -------------------------------------------------------------------------------- 1 | ad8e49fb41844d6a9c0e8e533302031f -------------------------------------------------------------------------------- /documentation/classarm__compute_1_1test_1_1_raw_tensor__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 4b6b7e368dd0524845f22bee8d87b6c4 -------------------------------------------------------------------------------- /documentation/classarm__gemm_1_1_gemm_hybrid__coll__graph.md5: -------------------------------------------------------------------------------- 1 | bc30e764c434718b131670841f4bedd0 -------------------------------------------------------------------------------- /documentation/classarm__gemm_1_1_gemm_hybrid_quantized__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 19d993049aa2aaaa3ca71eaa5d58288d -------------------------------------------------------------------------------- /documentation/classarm__gemm_1_1_gemm_interleaved__coll__graph.md5: -------------------------------------------------------------------------------- 1 | c645a22c69a2117ba16e5d7e32694985 -------------------------------------------------------------------------------- /documentation/classarm__gemm_1_1_gemm_native__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 0c9b7ab9ffb8eb5f2c03d68a09800e6b -------------------------------------------------------------------------------- /documentation/classarm__gemm_1_1_gemv_batched__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 19a80879fe5a9937d22ba3035f40a626 -------------------------------------------------------------------------------- /documentation/classarm__gemm_1_1_gemv_pretransposed__coll__graph.md5: -------------------------------------------------------------------------------- 1 | d0c5912ff062feefab1310176eb8ef97 -------------------------------------------------------------------------------- /documentation/classarm__gemm_1_1_quantize_wrapper__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 74df1ff324464fa94fdd42061bc033b0 -------------------------------------------------------------------------------- /documentation/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/closed.png -------------------------------------------------------------------------------- /documentation/clt_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/clt_8h.js -------------------------------------------------------------------------------- /documentation/dir_016fa5637888b23a90b93c4e98f1766c_dep.md5: -------------------------------------------------------------------------------- 1 | 70e0eb26f1b3ec613321dca3da56a27e -------------------------------------------------------------------------------- /documentation/dir_0304d3529340c629ae0050036d07056a_dep.md5: -------------------------------------------------------------------------------- 1 | e8d0cd531264911603e2f0b784aaf74c -------------------------------------------------------------------------------- /documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.md5: -------------------------------------------------------------------------------- 1 | 2f2a15d8c77269a95edb6c304f2e563b -------------------------------------------------------------------------------- /documentation/dir_0a6500f7272333a2de6dc109dffb6341_dep.md5: -------------------------------------------------------------------------------- 1 | b4c42cdd893396e1f8ec75fb37195bb2 -------------------------------------------------------------------------------- /documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.md5: -------------------------------------------------------------------------------- 1 | 02b22bf7c7bfbd3281da61a0206d98fc -------------------------------------------------------------------------------- /documentation/dir_0dd7887818bb8d90732685575a13f58a_dep.md5: -------------------------------------------------------------------------------- 1 | 8ca1dee6fa2b1615bd19b0ad63d08299 -------------------------------------------------------------------------------- /documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.md5: -------------------------------------------------------------------------------- 1 | 5b521839296576bc3f6c182ba27f917b -------------------------------------------------------------------------------- /documentation/dir_109374e99be0205441d869eba1a88b2d_dep.md5: -------------------------------------------------------------------------------- 1 | 559987acf8203fb1454931711c4e71d9 -------------------------------------------------------------------------------- /documentation/dir_10a8ee34f3d0df8ebfa752c7937ca169_dep.md5: -------------------------------------------------------------------------------- 1 | 6c9fc8716de9af169f74b45e8602086f -------------------------------------------------------------------------------- /documentation/dir_154b7715c8b805d6c07751152e8bda26_dep.md5: -------------------------------------------------------------------------------- 1 | 95752785ea6c7e3e99319032b1cbb65d -------------------------------------------------------------------------------- /documentation/dir_1633709b037eda5b8477677909f78129_dep.md5: -------------------------------------------------------------------------------- 1 | 7fea1fb183ccda0dcc60401597d1daec -------------------------------------------------------------------------------- /documentation/dir_184f72a532a521c8d66e76d860c2010a_dep.md5: -------------------------------------------------------------------------------- 1 | 975a938dc1529ce318767c7955200aa8 -------------------------------------------------------------------------------- /documentation/dir_1b9e532a4c8623825d945e964c6e4c7f_dep.md5: -------------------------------------------------------------------------------- 1 | c491f8b5539fc91cc04a45e35fbc4301 -------------------------------------------------------------------------------- /documentation/dir_1ce938f580a6f304b99685e2c1dd19db_dep.md5: -------------------------------------------------------------------------------- 1 | e097c6cc7157aa2be35869659e6919b3 -------------------------------------------------------------------------------- /documentation/dir_1d7cadfed01c895b25460177608d44e9_dep.md5: -------------------------------------------------------------------------------- 1 | 8425e9bdde75459aa2ef19681c8101c2 -------------------------------------------------------------------------------- /documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.md5: -------------------------------------------------------------------------------- 1 | d9a5a6c094234318ceb362e7c660c568 -------------------------------------------------------------------------------- /documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.md5: -------------------------------------------------------------------------------- 1 | fa40d4981843f65a42b5fe98d5089ebc -------------------------------------------------------------------------------- /documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.md5: -------------------------------------------------------------------------------- 1 | f7bfb535180dcaeb434938ad4692acd4 -------------------------------------------------------------------------------- /documentation/dir_2af5ba73c22f603fb662b4c21cfc8574_dep.md5: -------------------------------------------------------------------------------- 1 | 962a2e9eaa8770fe34663200bf962622 -------------------------------------------------------------------------------- /documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.md5: -------------------------------------------------------------------------------- 1 | 5f4a7204768b1ec09e09d022ea7badea -------------------------------------------------------------------------------- /documentation/dir_2d287d0b1a82c88d991f218c8bb4dd9a_dep.md5: -------------------------------------------------------------------------------- 1 | e3663c502c86ce9c11c34f591329c946 -------------------------------------------------------------------------------- /documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.md5: -------------------------------------------------------------------------------- 1 | d3de1c3e0842e69d6bfe32566c539a7e -------------------------------------------------------------------------------- /documentation/dir_330aa6f4e434724354905027707c791c_dep.md5: -------------------------------------------------------------------------------- 1 | ff21a84eb548587e465f85f8e5723c6c -------------------------------------------------------------------------------- /documentation/dir_36bd1941057d7130e210a25993eacc69_dep.md5: -------------------------------------------------------------------------------- 1 | 297d3a349728cca8af48c2d03a5006b7 -------------------------------------------------------------------------------- /documentation/dir_39e772dac1f6529f21fb52deefa146ea_dep.md5: -------------------------------------------------------------------------------- 1 | 1af7a304cc6effc8d543bc44a2bb48b9 -------------------------------------------------------------------------------- /documentation/dir_3cbe5b6455504b72bdad57647abe41ab_dep.md5: -------------------------------------------------------------------------------- 1 | e6db1a8ec35684b183bcb461ad313de9 -------------------------------------------------------------------------------- /documentation/dir_3ce11c95fd532b87aa3e6777b412b94b_dep.md5: -------------------------------------------------------------------------------- 1 | c312254dc207496b56771a276cfac040 -------------------------------------------------------------------------------- /documentation/dir_420d2db1b9c99f59825a3985434c3703_dep.md5: -------------------------------------------------------------------------------- 1 | 4c915bce3e1834ca26b221c9bc5e4521 -------------------------------------------------------------------------------- /documentation/dir_43c3fdbf778d1fd99e2e38f09fddd920_dep.md5: -------------------------------------------------------------------------------- 1 | 87d85887b42f6d77818911bfa285904b -------------------------------------------------------------------------------- /documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.md5: -------------------------------------------------------------------------------- 1 | 6b5a25c59f22bd49b80ca5c9c7fce9bc -------------------------------------------------------------------------------- /documentation/dir_46fdb196cebdbffe77dac340cde62f29_dep.md5: -------------------------------------------------------------------------------- 1 | 0b736fb27d1d048d4e0dc4c492044115 -------------------------------------------------------------------------------- /documentation/dir_49c6f2cdaf048b4777902725298492e0_dep.md5: -------------------------------------------------------------------------------- 1 | d5a2d6a91da658169cebb70c5a1b4864 -------------------------------------------------------------------------------- /documentation/dir_4d03f28cfd35f8f734a3b0a2f1168d27_dep.md5: -------------------------------------------------------------------------------- 1 | c4adedfcd0e4a27fbce263a0d03f4539 -------------------------------------------------------------------------------- /documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.md5: -------------------------------------------------------------------------------- 1 | ebf1bcbb7ea5fd945b4fd154060c87cb -------------------------------------------------------------------------------- /documentation/dir_4dbf711d3d3ef9d1292a532e836709c1_dep.md5: -------------------------------------------------------------------------------- 1 | 7a3b18d511204c5348f61d21ca5dde25 -------------------------------------------------------------------------------- /documentation/dir_4efd0ee2ecda32567e74991b08d544ea_dep.md5: -------------------------------------------------------------------------------- 1 | 8f5d8f6f5b1704caea7755a51fbeeace -------------------------------------------------------------------------------- /documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.md5: -------------------------------------------------------------------------------- 1 | ae6330c083a6968c72b44e97083352a6 -------------------------------------------------------------------------------- /documentation/dir_4fe3055359cf5438733b5e64b064b197_dep.md5: -------------------------------------------------------------------------------- 1 | e38cbde5d7d92d23037d6cbdac03e493 -------------------------------------------------------------------------------- /documentation/dir_50b23570393db6a4ca8647d7d5ff6dbe_dep.md5: -------------------------------------------------------------------------------- 1 | a161b29eb930c30d6f18ce6fd4ac2448 -------------------------------------------------------------------------------- /documentation/dir_50c9c9ef2ed96b9f05a6a6f40f0f5c9e_dep.md5: -------------------------------------------------------------------------------- 1 | 676e4f8f1a17ad21b8360d49ea3f882a -------------------------------------------------------------------------------- /documentation/dir_541ebbb21ca179b54b469d645ff46bd9_dep.md5: -------------------------------------------------------------------------------- 1 | 4fe55f89b4fefb360ed9911d99355d74 -------------------------------------------------------------------------------- /documentation/dir_550bba389faad7f08ae5a13c29129f99_dep.md5: -------------------------------------------------------------------------------- 1 | 3bb31064173325ff3b787fc8324db176 -------------------------------------------------------------------------------- /documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.md5: -------------------------------------------------------------------------------- 1 | 29f8190e1af5207498896895cac9030d -------------------------------------------------------------------------------- /documentation/dir_59b2231210c554f4cc243709030bf1f8_dep.md5: -------------------------------------------------------------------------------- 1 | 39e07165b4b15154a050df0f3ab7bec6 -------------------------------------------------------------------------------- /documentation/dir_5cc15eabebeaf52b5630c3e40d7a7661_dep.md5: -------------------------------------------------------------------------------- 1 | c7a0caa0ef4db66c98255072e0d5ce45 -------------------------------------------------------------------------------- /documentation/dir_5cd7c6994c9c36b087490b290382772a_dep.md5: -------------------------------------------------------------------------------- 1 | 45710d275d4ce340e2b9851176e72191 -------------------------------------------------------------------------------- /documentation/dir_6013eaf2dfd46ef85ec5f8d403ae0adb_dep.md5: -------------------------------------------------------------------------------- 1 | 5b0ba989e0e3d427494ede4fb4cd2694 -------------------------------------------------------------------------------- /documentation/dir_63622b7b1e2297c4b4fb2c5afb0cb755_dep.md5: -------------------------------------------------------------------------------- 1 | 6d73989daad48fde345f81027b3848b1 -------------------------------------------------------------------------------- /documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.md5: -------------------------------------------------------------------------------- 1 | c223092163ef25adb6200b34d50b6b84 -------------------------------------------------------------------------------- /documentation/dir_68267d1309a1af8e8297ef4c3efbcdba_dep.md5: -------------------------------------------------------------------------------- 1 | d5e5dd7e6dc005c15a5a683299433fb2 -------------------------------------------------------------------------------- /documentation/dir_683639b01107be110e7081378aa84a8b_dep.md5: -------------------------------------------------------------------------------- 1 | 86df85efa94359387596bf21fd1539d1 -------------------------------------------------------------------------------- /documentation/dir_68cb0bded1cc5601c88ddaacbb31e482_dep.md5: -------------------------------------------------------------------------------- 1 | 6058ba3183bd2df2c2c5422ec29e3d10 -------------------------------------------------------------------------------- /documentation/dir_6915c5d185ea48a4b1716c1cd2b4d90a_dep.md5: -------------------------------------------------------------------------------- 1 | f2705a0b6ad97f48dcf4cb8ff87d55db -------------------------------------------------------------------------------- /documentation/dir_6b58bd0be07bddcf3022ab9b026cbf38_dep.md5: -------------------------------------------------------------------------------- 1 | 9012733c26804603af9701a72d132a64 -------------------------------------------------------------------------------- /documentation/dir_6fc87decd8cffc07e5f49c197ca3de10_dep.md5: -------------------------------------------------------------------------------- 1 | 51df50b87c967a12d6a3577c241633da -------------------------------------------------------------------------------- /documentation/dir_7365e77196b52ca311bb83f181e59b8c_dep.md5: -------------------------------------------------------------------------------- 1 | 326630197da12682de4d1bd1439a74b0 -------------------------------------------------------------------------------- /documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.md5: -------------------------------------------------------------------------------- 1 | 82a3583b23dd42d777d43bd82fd4562b -------------------------------------------------------------------------------- /documentation/dir_7526be4d1cfecb7bc660fdbdb8633223_dep.md5: -------------------------------------------------------------------------------- 1 | c6ca8f32a14077b55c9533f227e98723 -------------------------------------------------------------------------------- /documentation/dir_7b0825b7536eda12b63e5d87347b1c7d_dep.md5: -------------------------------------------------------------------------------- 1 | 6ea0f6f1497e40180f37d75ead002047 -------------------------------------------------------------------------------- /documentation/dir_7c33ef795f818fa46460e86a2608dc00_dep.md5: -------------------------------------------------------------------------------- 1 | 47d729cc6f5afe789c318c2d801bcb3e -------------------------------------------------------------------------------- /documentation/dir_7d9e792b56b44fd84901d9e18064c5a8_dep.md5: -------------------------------------------------------------------------------- 1 | 6e47db8fe3608171fc164ddf7faa55dc -------------------------------------------------------------------------------- /documentation/dir_7e20423ab48dcd11e2e5380033c0b7a2_dep.md5: -------------------------------------------------------------------------------- 1 | be2a6ba1f03983c8cafdb7fa1bb6f1ad -------------------------------------------------------------------------------- /documentation/dir_860cb336d74994b1303832ed3557228e_dep.md5: -------------------------------------------------------------------------------- 1 | 4547a80303049a93eecb4a27c41c64ef -------------------------------------------------------------------------------- /documentation/dir_88eff89ba7e837209a0b9693ad92651e_dep.md5: -------------------------------------------------------------------------------- 1 | e366b9dbd65f0043adb56b0b5594a838 -------------------------------------------------------------------------------- /documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.md5: -------------------------------------------------------------------------------- 1 | fca1c6ad7813c12c7f5f8c66aef9a57f -------------------------------------------------------------------------------- /documentation/dir_8a6a287e420ec4de95804825506d2fde_dep.md5: -------------------------------------------------------------------------------- 1 | 538e7123e8f1948e623637874a93089a -------------------------------------------------------------------------------- /documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.md5: -------------------------------------------------------------------------------- 1 | 61e19c64f2447957857717623c6bb5ca -------------------------------------------------------------------------------- /documentation/dir_8c278f79c760e5c5fbd911f9870614c1_dep.md5: -------------------------------------------------------------------------------- 1 | 464030696d0730c7a0ca0a1519f52a5e -------------------------------------------------------------------------------- /documentation/dir_8f7fe1d9d655d949f37b90c9cd0a7992_dep.md5: -------------------------------------------------------------------------------- 1 | f6d1ba38f6288c1a097f8bbd7a8a5e19 -------------------------------------------------------------------------------- /documentation/dir_9240672d44dfdb0f539b385a1f058d2d_dep.md5: -------------------------------------------------------------------------------- 1 | 6a129172e4825e28bb61ad980285769b -------------------------------------------------------------------------------- /documentation/dir_97061975172b7fe0368651cfbdc4a700_dep.md5: -------------------------------------------------------------------------------- 1 | 8767ec67b96898dc2092b7c510e4c66b -------------------------------------------------------------------------------- /documentation/dir_9847dd9cb7a28e46201717fa7336cf62_dep.md5: -------------------------------------------------------------------------------- 1 | 2ab3013521f35f4ba62b1eb63e6213ee -------------------------------------------------------------------------------- /documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.md5: -------------------------------------------------------------------------------- 1 | 65a07fa73c949f8fa351454456cef39a -------------------------------------------------------------------------------- /documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.md5: -------------------------------------------------------------------------------- 1 | 0e0100f2783726c4b3f44c4ef8b31cce -------------------------------------------------------------------------------- /documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.md5: -------------------------------------------------------------------------------- 1 | d5d5e2f5b5b52f405f0ae172c6f81a92 -------------------------------------------------------------------------------- /documentation/dir_9eca3c725728e372597fcd0d17c1ea0f_dep.md5: -------------------------------------------------------------------------------- 1 | d5098b9594697ebb35d394fb4a78b22c -------------------------------------------------------------------------------- /documentation/dir_a0f71818ea2c5c08950cb56389fab822_dep.md5: -------------------------------------------------------------------------------- 1 | 563dd0a449699422167ec2a0fb85e560 -------------------------------------------------------------------------------- /documentation/dir_a36523fc4c32a6b0076906589b6fc202_dep.md5: -------------------------------------------------------------------------------- 1 | 12b8d03da43b94622cbb7f94d29756eb -------------------------------------------------------------------------------- /documentation/dir_a3a3362c7065796fe64974622266bfb7_dep.md5: -------------------------------------------------------------------------------- 1 | 7cffdf054eab6423fe30db903d2c716e -------------------------------------------------------------------------------- /documentation/dir_a8053b3d69cfefb2b2e6ec7bf9dd5c1a_dep.md5: -------------------------------------------------------------------------------- 1 | ceaf5c25e3206cdb3d2469934f6a1067 -------------------------------------------------------------------------------- /documentation/dir_acedbc3c1c025eedca19641ef7b62820_dep.md5: -------------------------------------------------------------------------------- 1 | 1d69c1c134a3e0bd44dea7103f92590b -------------------------------------------------------------------------------- /documentation/dir_aebb8dcc11953d78e620bbef0b9e2183_dep.md5: -------------------------------------------------------------------------------- 1 | bd652cc9236128aa8aabd9ce67dc469a -------------------------------------------------------------------------------- /documentation/dir_afe4835d9501312dff8cde2275a46453_dep.md5: -------------------------------------------------------------------------------- 1 | 9d4d7267870e823fe9c300252741333d -------------------------------------------------------------------------------- /documentation/dir_b19d819d13c0f52aff9af701145a9252_dep.md5: -------------------------------------------------------------------------------- 1 | dd61af54f91820297e74292acc2b7187 -------------------------------------------------------------------------------- /documentation/dir_b30607d43e07fadf88f4c95a88a6c88e_dep.md5: -------------------------------------------------------------------------------- 1 | 8b867c3837809c6d3515754cb881d054 -------------------------------------------------------------------------------- /documentation/dir_b380ea7850246e3d17a9b2ca7d641d9f_dep.md5: -------------------------------------------------------------------------------- 1 | adf30c97e4fc03490ad246d2c69e9177 -------------------------------------------------------------------------------- /documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.md5: -------------------------------------------------------------------------------- 1 | 4c4a1f15b5359a3775cc3b1925b3b099 -------------------------------------------------------------------------------- /documentation/dir_b522e8895b1a2b097ec0514a9a6c1549_dep.md5: -------------------------------------------------------------------------------- 1 | ad14d8d4276e6eb5c191f46f8e93f15d -------------------------------------------------------------------------------- /documentation/dir_b523ce05c2c84637005d8f1cd0b6c28b_dep.md5: -------------------------------------------------------------------------------- 1 | b7b644f8ac19434cb8d94d1240d28296 -------------------------------------------------------------------------------- /documentation/dir_b88a6d23833cc7e200916be8af5e3057_dep.md5: -------------------------------------------------------------------------------- 1 | 945f533fba078f241d5ab8ec75fb8e55 -------------------------------------------------------------------------------- /documentation/dir_b9621ae687ab229876c54f8c2df20e15_dep.md5: -------------------------------------------------------------------------------- 1 | 7e5715ef3979c99c0704316b0ac1b03e -------------------------------------------------------------------------------- /documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.md5: -------------------------------------------------------------------------------- 1 | 710b082fb639814bb7feabb44f48d0fa -------------------------------------------------------------------------------- /documentation/dir_bd82036549cb2b9c5b3542d0a5df616a_dep.md5: -------------------------------------------------------------------------------- 1 | bf53e35625fa9f5ebfc7618d4b80c911 -------------------------------------------------------------------------------- /documentation/dir_bf3d5de434fb5b085e73b3ddceaf8bd9_dep.md5: -------------------------------------------------------------------------------- 1 | 026181482885b1a83f01ba72af1c09aa -------------------------------------------------------------------------------- /documentation/dir_bf9f26469d00835ba20ff8d80ee5a804_dep.md5: -------------------------------------------------------------------------------- 1 | fcb7ee956653a7addc107620b62927e0 -------------------------------------------------------------------------------- /documentation/dir_cab437ca4f6ec1fbc573ae83f91b2654_dep.md5: -------------------------------------------------------------------------------- 1 | e7a8f89619c35cc2d4e61f1dafc864d6 -------------------------------------------------------------------------------- /documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.md5: -------------------------------------------------------------------------------- 1 | d3d3b1ddb98c75842bf4215c5c847704 -------------------------------------------------------------------------------- /documentation/dir_cf4458890b03c2fecc4456bb26b0662d_dep.md5: -------------------------------------------------------------------------------- 1 | 1a740df51d3186cea2b675504c76f6bc -------------------------------------------------------------------------------- /documentation/dir_cfd0d3343ca74c445c880307c95c1494_dep.md5: -------------------------------------------------------------------------------- 1 | 0e2ea07137282c1ea931a48a56e511ed -------------------------------------------------------------------------------- /documentation/dir_d03e69479d487ec17de4c74c8d185b2d_dep.md5: -------------------------------------------------------------------------------- 1 | 0c1d5e761c725ad1807dce019b774d6e -------------------------------------------------------------------------------- /documentation/dir_d182250f0c231765fc862e69db210731_dep.md5: -------------------------------------------------------------------------------- 1 | 079be8f6d75be2aa102cb554e52874ca -------------------------------------------------------------------------------- /documentation/dir_d247c927d0dc22626cf668ab2bd7f080_dep.md5: -------------------------------------------------------------------------------- 1 | 9c0c58f9a0a0bd304ad90ac262cc9234 -------------------------------------------------------------------------------- /documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5: -------------------------------------------------------------------------------- 1 | 1371a690905777732ba88cf2d10d6a48 -------------------------------------------------------------------------------- /documentation/dir_d91e1966cc57df4f49d1e07be7697713_dep.md5: -------------------------------------------------------------------------------- 1 | 68ce38f7d9d76dd3e11672f13f926b13 -------------------------------------------------------------------------------- /documentation/dir_dbfe0e4196f53fa51766229f36f19f00_dep.md5: -------------------------------------------------------------------------------- 1 | d6faec556136c00df3c9a08fd71d7726 -------------------------------------------------------------------------------- /documentation/dir_dfd177d17fe198b2123c626051c4d924_dep.md5: -------------------------------------------------------------------------------- 1 | b90468583d2d562dad060d17ac99934a -------------------------------------------------------------------------------- /documentation/dir_e50a6baa24878773b1097a906405814a_dep.md5: -------------------------------------------------------------------------------- 1 | e82a55b32831491059935da13d3a6854 -------------------------------------------------------------------------------- /documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.md5: -------------------------------------------------------------------------------- 1 | a5ae7a654f605264924a0c512f29f2ee -------------------------------------------------------------------------------- /documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.md5: -------------------------------------------------------------------------------- 1 | 47504d95d86c7493fb3092b187521098 -------------------------------------------------------------------------------- /documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.md5: -------------------------------------------------------------------------------- 1 | 3a73839b2bc7d566926088a6c3170cfa -------------------------------------------------------------------------------- /documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.md5: -------------------------------------------------------------------------------- 1 | a818597a77399944e0387d8bb711a190 -------------------------------------------------------------------------------- /documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.md5: -------------------------------------------------------------------------------- 1 | cfed12d4c08ad787a26f88380016337c -------------------------------------------------------------------------------- /documentation/dir_f906bbebc596bc606d589ccb705e6595_dep.md5: -------------------------------------------------------------------------------- 1 | 1d932d0a32753c1258c75d2e065f0b7d -------------------------------------------------------------------------------- /documentation/dir_fbdf7bf92663091dc4d5520df638c068_dep.md5: -------------------------------------------------------------------------------- 1 | e1bd10b939061b9a4c7a336ffa8a572f -------------------------------------------------------------------------------- /documentation/div_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/div_8h.js -------------------------------------------------------------------------------- /documentation/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/doc.png -------------------------------------------------------------------------------- /documentation/exp_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/exp_8h.js -------------------------------------------------------------------------------- /documentation/fft_8cl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/fft_8cl.js -------------------------------------------------------------------------------- /documentation/fft_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/fft_8h.js -------------------------------------------------------------------------------- /documentation/graph_legend.md5: -------------------------------------------------------------------------------- 1 | 21668fa93d5eb01a9cfd093afeef3aea -------------------------------------------------------------------------------- /documentation/inherit_graph_0.md5: -------------------------------------------------------------------------------- 1 | f0a40ad623c5cf3f39dd20ad8802fa38 -------------------------------------------------------------------------------- /documentation/inherit_graph_1.md5: -------------------------------------------------------------------------------- 1 | 5ecc59cd15cbada3a2e0d789e530a3b2 -------------------------------------------------------------------------------- /documentation/inherit_graph_10.md5: -------------------------------------------------------------------------------- 1 | b50f5c910b88405f6cc2bf66024a4178 -------------------------------------------------------------------------------- /documentation/inherit_graph_100.md5: -------------------------------------------------------------------------------- 1 | 821ebadbf43f68c08d06c175d52188cb -------------------------------------------------------------------------------- /documentation/inherit_graph_101.md5: -------------------------------------------------------------------------------- 1 | f137c9b20b57149f623613f97d51bc5d -------------------------------------------------------------------------------- /documentation/inherit_graph_102.md5: -------------------------------------------------------------------------------- 1 | 90a9fa2606c3c992a97ebac57e4c94d0 -------------------------------------------------------------------------------- /documentation/inherit_graph_103.md5: -------------------------------------------------------------------------------- 1 | 46984aac5d3a543db50a2bda7766815e -------------------------------------------------------------------------------- /documentation/inherit_graph_104.md5: -------------------------------------------------------------------------------- 1 | c01856fc1197f89b9da43f4803721714 -------------------------------------------------------------------------------- /documentation/inherit_graph_105.md5: -------------------------------------------------------------------------------- 1 | 87f613db868c3c86379069a20c5c680f -------------------------------------------------------------------------------- /documentation/inherit_graph_106.md5: -------------------------------------------------------------------------------- 1 | 255fca109210e03c8841a9ef69fdd7bb -------------------------------------------------------------------------------- /documentation/inherit_graph_107.md5: -------------------------------------------------------------------------------- 1 | 8ffa4cf24b210085002de08e2afa8800 -------------------------------------------------------------------------------- /documentation/inherit_graph_108.md5: -------------------------------------------------------------------------------- 1 | 7ef5f6dd7992cfe7970af31447eba6e4 -------------------------------------------------------------------------------- /documentation/inherit_graph_109.md5: -------------------------------------------------------------------------------- 1 | 1a51e614eee67bfa66a30a46ebb0dbb5 -------------------------------------------------------------------------------- /documentation/inherit_graph_11.md5: -------------------------------------------------------------------------------- 1 | ec10f3721e2699a5a0a9b7b0c3ca1b4f -------------------------------------------------------------------------------- /documentation/inherit_graph_110.md5: -------------------------------------------------------------------------------- 1 | b20b566f1b3c77e43aac3e64ba1944fb -------------------------------------------------------------------------------- /documentation/inherit_graph_111.md5: -------------------------------------------------------------------------------- 1 | ec97bd421a1140a0d00963b793e664b0 -------------------------------------------------------------------------------- /documentation/inherit_graph_112.md5: -------------------------------------------------------------------------------- 1 | d4e803146c5048f2af82fecbf3b0d0a6 -------------------------------------------------------------------------------- /documentation/inherit_graph_113.md5: -------------------------------------------------------------------------------- 1 | 99b476e3dc2c0f09cce2618efb4b11ac -------------------------------------------------------------------------------- /documentation/inherit_graph_114.md5: -------------------------------------------------------------------------------- 1 | 571d96f076e6daa0c7925ddec6142310 -------------------------------------------------------------------------------- /documentation/inherit_graph_115.md5: -------------------------------------------------------------------------------- 1 | 9510554d831e99a9fa388d37a833af2d -------------------------------------------------------------------------------- /documentation/inherit_graph_116.md5: -------------------------------------------------------------------------------- 1 | 7cb92620a1fa75a9d6d1f272b98df74b -------------------------------------------------------------------------------- /documentation/inherit_graph_117.md5: -------------------------------------------------------------------------------- 1 | 660912701f32e6bb91e0c1bf24933b41 -------------------------------------------------------------------------------- /documentation/inherit_graph_118.md5: -------------------------------------------------------------------------------- 1 | c6528f23a978b6f4c0d5e526c831bce6 -------------------------------------------------------------------------------- /documentation/inherit_graph_119.md5: -------------------------------------------------------------------------------- 1 | 633b524d89a34392b4e643572110b9b0 -------------------------------------------------------------------------------- /documentation/inherit_graph_12.md5: -------------------------------------------------------------------------------- 1 | 3f3fa3e1c7ac1451689de513a20d8c7f -------------------------------------------------------------------------------- /documentation/inherit_graph_120.md5: -------------------------------------------------------------------------------- 1 | 9bcf91493fe02eab9caa0387d9764f7f -------------------------------------------------------------------------------- /documentation/inherit_graph_121.md5: -------------------------------------------------------------------------------- 1 | 0a41df03f2ad9491d55385361a4b883a -------------------------------------------------------------------------------- /documentation/inherit_graph_122.md5: -------------------------------------------------------------------------------- 1 | c9d46fa2925ebe8bfaf0bbc41ab464c6 -------------------------------------------------------------------------------- /documentation/inherit_graph_123.md5: -------------------------------------------------------------------------------- 1 | 57d3d5c0b3482cacf9592292bc83efa9 -------------------------------------------------------------------------------- /documentation/inherit_graph_124.md5: -------------------------------------------------------------------------------- 1 | b80725910ec469ccf94c98b8a796f420 -------------------------------------------------------------------------------- /documentation/inherit_graph_125.md5: -------------------------------------------------------------------------------- 1 | a533ebda55ff75c8a3fb36931b34a8b6 -------------------------------------------------------------------------------- /documentation/inherit_graph_126.md5: -------------------------------------------------------------------------------- 1 | 86cc6291c9792058ad120a4be6e3ca7b -------------------------------------------------------------------------------- /documentation/inherit_graph_127.md5: -------------------------------------------------------------------------------- 1 | 43c7cf60cbe271aaa6d1cc3cc0ce8eda -------------------------------------------------------------------------------- /documentation/inherit_graph_128.md5: -------------------------------------------------------------------------------- 1 | 549479080729d7a2a3e5ac835146857e -------------------------------------------------------------------------------- /documentation/inherit_graph_129.md5: -------------------------------------------------------------------------------- 1 | 0ac3b0ec74dee94c549c6a79d382aa69 -------------------------------------------------------------------------------- /documentation/inherit_graph_13.md5: -------------------------------------------------------------------------------- 1 | 0b932d6085fb5845f8748bf10bd98fcb -------------------------------------------------------------------------------- /documentation/inherit_graph_130.md5: -------------------------------------------------------------------------------- 1 | 9f061eaa41ae58b6a3a0a43d350472cc -------------------------------------------------------------------------------- /documentation/inherit_graph_131.md5: -------------------------------------------------------------------------------- 1 | 21944c4d9a33d80850375fe52f6b4719 -------------------------------------------------------------------------------- /documentation/inherit_graph_132.md5: -------------------------------------------------------------------------------- 1 | 86a8b4ea4503370d8d0f032e11abf602 -------------------------------------------------------------------------------- /documentation/inherit_graph_133.md5: -------------------------------------------------------------------------------- 1 | 550fb69af3d010d57277a4ac6987ca51 -------------------------------------------------------------------------------- /documentation/inherit_graph_134.md5: -------------------------------------------------------------------------------- 1 | 87e1cb384a43eeb6444893cf4b347cad -------------------------------------------------------------------------------- /documentation/inherit_graph_135.md5: -------------------------------------------------------------------------------- 1 | c29b80eb9d7f850d4f5baf28584a53ec -------------------------------------------------------------------------------- /documentation/inherit_graph_136.md5: -------------------------------------------------------------------------------- 1 | c520aaf0059d8b59fbe20f2391ae0461 -------------------------------------------------------------------------------- /documentation/inherit_graph_137.md5: -------------------------------------------------------------------------------- 1 | 1a9893203f0343e33b35af0f6f0fa184 -------------------------------------------------------------------------------- /documentation/inherit_graph_138.md5: -------------------------------------------------------------------------------- 1 | 4bc3a22c93ed830368191bfd64ed196c -------------------------------------------------------------------------------- /documentation/inherit_graph_139.md5: -------------------------------------------------------------------------------- 1 | 37036422d493f829e640747313647df6 -------------------------------------------------------------------------------- /documentation/inherit_graph_14.md5: -------------------------------------------------------------------------------- 1 | 729e3c8e36d7d5e60cd4349702693db2 -------------------------------------------------------------------------------- /documentation/inherit_graph_140.md5: -------------------------------------------------------------------------------- 1 | 822697693a7ecef8bd38f536382874b8 -------------------------------------------------------------------------------- /documentation/inherit_graph_141.md5: -------------------------------------------------------------------------------- 1 | cbacb093012d86496d0b839a5f802363 -------------------------------------------------------------------------------- /documentation/inherit_graph_142.md5: -------------------------------------------------------------------------------- 1 | 4576145abd447e01472cbb9fcdab3b3e -------------------------------------------------------------------------------- /documentation/inherit_graph_143.md5: -------------------------------------------------------------------------------- 1 | 36f68fb4513170151c950851d9022f6a -------------------------------------------------------------------------------- /documentation/inherit_graph_144.md5: -------------------------------------------------------------------------------- 1 | 57dbb7192aae8374d0895935eae6d66a -------------------------------------------------------------------------------- /documentation/inherit_graph_145.md5: -------------------------------------------------------------------------------- 1 | 541a862004ad38d72224f22504eef462 -------------------------------------------------------------------------------- /documentation/inherit_graph_146.md5: -------------------------------------------------------------------------------- 1 | 29adc71b47aad5c6ca361a3465cf7d11 -------------------------------------------------------------------------------- /documentation/inherit_graph_147.md5: -------------------------------------------------------------------------------- 1 | 1142a1aa8e203f534cc333b5ace3436a -------------------------------------------------------------------------------- /documentation/inherit_graph_148.md5: -------------------------------------------------------------------------------- 1 | 81d15470204244f4a4fc047cf2e5c4d2 -------------------------------------------------------------------------------- /documentation/inherit_graph_149.md5: -------------------------------------------------------------------------------- 1 | fac0addea8721a2ffbe599ad5aec88c0 -------------------------------------------------------------------------------- /documentation/inherit_graph_15.md5: -------------------------------------------------------------------------------- 1 | 0d2badff0355810319f1a907fe462719 -------------------------------------------------------------------------------- /documentation/inherit_graph_150.md5: -------------------------------------------------------------------------------- 1 | cc8e61b7cd10b03734350647522a467f -------------------------------------------------------------------------------- /documentation/inherit_graph_151.md5: -------------------------------------------------------------------------------- 1 | dbf3d3dc7f2c00aec3e8d1e007e07051 -------------------------------------------------------------------------------- /documentation/inherit_graph_152.md5: -------------------------------------------------------------------------------- 1 | 1830aeda7fe9fe61878f1b6d05b25701 -------------------------------------------------------------------------------- /documentation/inherit_graph_153.md5: -------------------------------------------------------------------------------- 1 | 986f6f2ff0e8bc0480d7081e7905a891 -------------------------------------------------------------------------------- /documentation/inherit_graph_154.md5: -------------------------------------------------------------------------------- 1 | 2fc0755c278ff7b516df63c413fcbd9c -------------------------------------------------------------------------------- /documentation/inherit_graph_155.md5: -------------------------------------------------------------------------------- 1 | 1313db7f6bf2daf7257cbf3f616542d6 -------------------------------------------------------------------------------- /documentation/inherit_graph_156.md5: -------------------------------------------------------------------------------- 1 | eb5f5e00e6cf5af493c674c1b09125e4 -------------------------------------------------------------------------------- /documentation/inherit_graph_157.md5: -------------------------------------------------------------------------------- 1 | 235e1d624f76139c63f1452686d839b2 -------------------------------------------------------------------------------- /documentation/inherit_graph_158.md5: -------------------------------------------------------------------------------- 1 | 8302ce741563c09365439f6815948e67 -------------------------------------------------------------------------------- /documentation/inherit_graph_159.md5: -------------------------------------------------------------------------------- 1 | 8642582ded42058fe3f5a1097e309c76 -------------------------------------------------------------------------------- /documentation/inherit_graph_16.md5: -------------------------------------------------------------------------------- 1 | f7d938f41e812e9f9bc8276d0573caa3 -------------------------------------------------------------------------------- /documentation/inherit_graph_160.md5: -------------------------------------------------------------------------------- 1 | 377ffbd41198ae05f6451dbc4660e9cd -------------------------------------------------------------------------------- /documentation/inherit_graph_161.md5: -------------------------------------------------------------------------------- 1 | 4ccf58fd2b71dc0bd3b6116c1649ef17 -------------------------------------------------------------------------------- /documentation/inherit_graph_162.md5: -------------------------------------------------------------------------------- 1 | ec2bd0d1afa226b7b2e817db103c567f -------------------------------------------------------------------------------- /documentation/inherit_graph_163.md5: -------------------------------------------------------------------------------- 1 | 42c64ef3b98ec19d3b5c27200a58bc3e -------------------------------------------------------------------------------- /documentation/inherit_graph_164.md5: -------------------------------------------------------------------------------- 1 | d10746428e9725b4f36e5a09520c540c -------------------------------------------------------------------------------- /documentation/inherit_graph_165.md5: -------------------------------------------------------------------------------- 1 | e5addbf821861dc33cee9ecad8125117 -------------------------------------------------------------------------------- /documentation/inherit_graph_166.md5: -------------------------------------------------------------------------------- 1 | 48cd329538c8b594d51ff7b601f5d159 -------------------------------------------------------------------------------- /documentation/inherit_graph_167.md5: -------------------------------------------------------------------------------- 1 | 444510a8d6fb76b6780a25032904c8c3 -------------------------------------------------------------------------------- /documentation/inherit_graph_168.md5: -------------------------------------------------------------------------------- 1 | ce4230275d9a09b3aeb53564ce291fca -------------------------------------------------------------------------------- /documentation/inherit_graph_169.md5: -------------------------------------------------------------------------------- 1 | 9d252e40b447a34f40cbc406acb368c4 -------------------------------------------------------------------------------- /documentation/inherit_graph_17.md5: -------------------------------------------------------------------------------- 1 | f83725da5e70d583cb6c3df0ace0846d -------------------------------------------------------------------------------- /documentation/inherit_graph_170.md5: -------------------------------------------------------------------------------- 1 | acafb883cf82170dd1703d20e03f5011 -------------------------------------------------------------------------------- /documentation/inherit_graph_171.md5: -------------------------------------------------------------------------------- 1 | bb230a646bf236e5f9e2690704072362 -------------------------------------------------------------------------------- /documentation/inherit_graph_172.md5: -------------------------------------------------------------------------------- 1 | af871ebfbd92ec84d6c8c769c0760a33 -------------------------------------------------------------------------------- /documentation/inherit_graph_173.md5: -------------------------------------------------------------------------------- 1 | be55f10f68919b645a8742b02f5dbe2e -------------------------------------------------------------------------------- /documentation/inherit_graph_174.md5: -------------------------------------------------------------------------------- 1 | 52fa7e9eeb9b882976ac6ad4c607cbdd -------------------------------------------------------------------------------- /documentation/inherit_graph_175.md5: -------------------------------------------------------------------------------- 1 | 7fae062d0c5b61d9196b3d490a416f91 -------------------------------------------------------------------------------- /documentation/inherit_graph_176.md5: -------------------------------------------------------------------------------- 1 | f3f3d73b5e62d690042791f8aff7f752 -------------------------------------------------------------------------------- /documentation/inherit_graph_177.md5: -------------------------------------------------------------------------------- 1 | a4eb30d6a4a469339055b9b64bfc92dd -------------------------------------------------------------------------------- /documentation/inherit_graph_178.md5: -------------------------------------------------------------------------------- 1 | 41dfc012e93238aa923a7c33983e98fc -------------------------------------------------------------------------------- /documentation/inherit_graph_179.md5: -------------------------------------------------------------------------------- 1 | 1dd93d6df3d6ff1bf0754c4b9bc53ee8 -------------------------------------------------------------------------------- /documentation/inherit_graph_180.md5: -------------------------------------------------------------------------------- 1 | 4af7b0e0c1621f4a8717815466a77144 -------------------------------------------------------------------------------- /documentation/inherit_graph_181.md5: -------------------------------------------------------------------------------- 1 | 9d9360531fba10ae7bbd701e686ec279 -------------------------------------------------------------------------------- /documentation/inherit_graph_182.md5: -------------------------------------------------------------------------------- 1 | 606fb5a0426e4b763f58dfdf61dd042b -------------------------------------------------------------------------------- /documentation/inherit_graph_183.md5: -------------------------------------------------------------------------------- 1 | a9d98f8747ee22f96c46e1363a7c22c1 -------------------------------------------------------------------------------- /documentation/inherit_graph_184.md5: -------------------------------------------------------------------------------- 1 | e3fb9260d505b8080d70ab2b15f4d985 -------------------------------------------------------------------------------- /documentation/inherit_graph_185.md5: -------------------------------------------------------------------------------- 1 | 5532f53d53229497ee968f14b79d856e -------------------------------------------------------------------------------- /documentation/inherit_graph_186.md5: -------------------------------------------------------------------------------- 1 | 7172a4951acb3130dc7103d1d5607ca0 -------------------------------------------------------------------------------- /documentation/inherit_graph_187.md5: -------------------------------------------------------------------------------- 1 | ad2efa4d4bdebfbd86183caaf3cf7577 -------------------------------------------------------------------------------- /documentation/inherit_graph_188.md5: -------------------------------------------------------------------------------- 1 | 22b6bec0fe8ccd52daadf3d709aacc1e -------------------------------------------------------------------------------- /documentation/inherit_graph_189.md5: -------------------------------------------------------------------------------- 1 | cb5d8812572925d2dcbadb8aae4131fe -------------------------------------------------------------------------------- /documentation/inherit_graph_190.md5: -------------------------------------------------------------------------------- 1 | 27fd904f9582cc35d6d03e5aa930baee -------------------------------------------------------------------------------- /documentation/inherit_graph_191.md5: -------------------------------------------------------------------------------- 1 | b31424fad07d43145b4e266d3ecf9117 -------------------------------------------------------------------------------- /documentation/inherit_graph_192.md5: -------------------------------------------------------------------------------- 1 | ddfa530ac97c0f4b54804c9f3d9af781 -------------------------------------------------------------------------------- /documentation/inherit_graph_193.md5: -------------------------------------------------------------------------------- 1 | 816b953cef1f3c6cac668f9a1202967f -------------------------------------------------------------------------------- /documentation/inherit_graph_194.md5: -------------------------------------------------------------------------------- 1 | 18f93508ae634d71062d6fd5756ad142 -------------------------------------------------------------------------------- /documentation/inherit_graph_195.md5: -------------------------------------------------------------------------------- 1 | c3496ba2e2532de2eafb0e646bb41da1 -------------------------------------------------------------------------------- /documentation/inherit_graph_196.md5: -------------------------------------------------------------------------------- 1 | 497d411f0d3ad08120a54da9344a607c -------------------------------------------------------------------------------- /documentation/inherit_graph_197.md5: -------------------------------------------------------------------------------- 1 | 14786538d6bebcd64bbf10e69dc6fd4e -------------------------------------------------------------------------------- /documentation/inherit_graph_198.md5: -------------------------------------------------------------------------------- 1 | 42d01b91825fc5f46a40bc6e39c2a4e9 -------------------------------------------------------------------------------- /documentation/inherit_graph_199.md5: -------------------------------------------------------------------------------- 1 | 11b6d869c9a6de05f204eb553e56afbb -------------------------------------------------------------------------------- /documentation/inherit_graph_2.md5: -------------------------------------------------------------------------------- 1 | a666e2076abfe96a503f65a142035e59 -------------------------------------------------------------------------------- /documentation/inherit_graph_20.md5: -------------------------------------------------------------------------------- 1 | 12261b4c2164e10b8327c53d28000333 -------------------------------------------------------------------------------- /documentation/inherit_graph_200.md5: -------------------------------------------------------------------------------- 1 | 976fa310ea5ce8416040a68445def51d -------------------------------------------------------------------------------- /documentation/inherit_graph_201.md5: -------------------------------------------------------------------------------- 1 | 8e605f4a772150fdc20e52a8f036c3f9 -------------------------------------------------------------------------------- /documentation/inherit_graph_202.md5: -------------------------------------------------------------------------------- 1 | 261b1c86e356f35ec418b906aa4cc1a6 -------------------------------------------------------------------------------- /documentation/inherit_graph_203.md5: -------------------------------------------------------------------------------- 1 | a5c1092b16029a917d8e508f988b50f1 -------------------------------------------------------------------------------- /documentation/inherit_graph_204.md5: -------------------------------------------------------------------------------- 1 | 444d6ec919f2a21bb44d7f75415381e0 -------------------------------------------------------------------------------- /documentation/inherit_graph_205.md5: -------------------------------------------------------------------------------- 1 | 3f8c57e8f6aeba94c897df91d2a37275 -------------------------------------------------------------------------------- /documentation/inherit_graph_206.md5: -------------------------------------------------------------------------------- 1 | cbd5408bddc51e950ac04803b60f9a51 -------------------------------------------------------------------------------- /documentation/inherit_graph_207.md5: -------------------------------------------------------------------------------- 1 | 186bb2a41f5ff7df4ae83644f5117c3a -------------------------------------------------------------------------------- /documentation/inherit_graph_208.md5: -------------------------------------------------------------------------------- 1 | 154602150bb12362edd64b8e5719daf1 -------------------------------------------------------------------------------- /documentation/inherit_graph_209.md5: -------------------------------------------------------------------------------- 1 | 468b3d4995120ef8699fff7f3220d397 -------------------------------------------------------------------------------- /documentation/inherit_graph_21.md5: -------------------------------------------------------------------------------- 1 | 6364b876e31156a7213c3b3c53adf29e -------------------------------------------------------------------------------- /documentation/inherit_graph_210.md5: -------------------------------------------------------------------------------- 1 | 6813e08eacfafde1fdab6cf325a99da4 -------------------------------------------------------------------------------- /documentation/inherit_graph_211.md5: -------------------------------------------------------------------------------- 1 | 6aa7b8d9e0148dddf70ae697bd80dc95 -------------------------------------------------------------------------------- /documentation/inherit_graph_212.md5: -------------------------------------------------------------------------------- 1 | b8114d205865490290eb9a1c26337efd -------------------------------------------------------------------------------- /documentation/inherit_graph_213.md5: -------------------------------------------------------------------------------- 1 | f905009a078d9bdf86a94b06e883be06 -------------------------------------------------------------------------------- /documentation/inherit_graph_214.md5: -------------------------------------------------------------------------------- 1 | e47d00d629d40f2b0e01ade8d0a24496 -------------------------------------------------------------------------------- /documentation/inherit_graph_215.md5: -------------------------------------------------------------------------------- 1 | e830380022c694298052c11cbd2a7101 -------------------------------------------------------------------------------- /documentation/inherit_graph_216.md5: -------------------------------------------------------------------------------- 1 | befa3029ca267a0494aaeba3328ba58e -------------------------------------------------------------------------------- /documentation/inherit_graph_217.md5: -------------------------------------------------------------------------------- 1 | 3d5d459edfc7762ba2ef98df9ce01a54 -------------------------------------------------------------------------------- /documentation/inherit_graph_218.md5: -------------------------------------------------------------------------------- 1 | 93dcaec2e99cb6330e7163dce4866879 -------------------------------------------------------------------------------- /documentation/inherit_graph_219.md5: -------------------------------------------------------------------------------- 1 | da1f3abca59a88813ab7e5b146b6a479 -------------------------------------------------------------------------------- /documentation/inherit_graph_22.md5: -------------------------------------------------------------------------------- 1 | 5b4e8d368879303d8da771ab576e2239 -------------------------------------------------------------------------------- /documentation/inherit_graph_220.md5: -------------------------------------------------------------------------------- 1 | 385c3b9b98a63cf79247bc0f1f7e23f2 -------------------------------------------------------------------------------- /documentation/inherit_graph_221.md5: -------------------------------------------------------------------------------- 1 | 69fa92c741f94834ebdc389e4b1be72f -------------------------------------------------------------------------------- /documentation/inherit_graph_222.md5: -------------------------------------------------------------------------------- 1 | b91ebb0005f80a50628556e6a75b7b21 -------------------------------------------------------------------------------- /documentation/inherit_graph_223.md5: -------------------------------------------------------------------------------- 1 | c22113a3071706bb782f0050f359e80b -------------------------------------------------------------------------------- /documentation/inherit_graph_224.md5: -------------------------------------------------------------------------------- 1 | 46d5ce7dbae84c0d72525b182ccc07a0 -------------------------------------------------------------------------------- /documentation/inherit_graph_225.md5: -------------------------------------------------------------------------------- 1 | c318fe4f01a407dd531400556c83d8ed -------------------------------------------------------------------------------- /documentation/inherit_graph_226.md5: -------------------------------------------------------------------------------- 1 | 020ac8fa56b4707f7c55ee58674e85c1 -------------------------------------------------------------------------------- /documentation/inherit_graph_227.md5: -------------------------------------------------------------------------------- 1 | 6db1d0e5fb14a93f4677ad6439003539 -------------------------------------------------------------------------------- /documentation/inherit_graph_228.md5: -------------------------------------------------------------------------------- 1 | 558c8a02fe992b73ffb22e02b81fabf5 -------------------------------------------------------------------------------- /documentation/inherit_graph_229.md5: -------------------------------------------------------------------------------- 1 | 036c78faffaa1ffe7b669e520272c8db -------------------------------------------------------------------------------- /documentation/inherit_graph_23.md5: -------------------------------------------------------------------------------- 1 | 2f2fe261be5cf024c003aaa7bed4bb6e -------------------------------------------------------------------------------- /documentation/inherit_graph_230.md5: -------------------------------------------------------------------------------- 1 | 1b4fdd736e8740365b8592b393f3bdb7 -------------------------------------------------------------------------------- /documentation/inherit_graph_231.md5: -------------------------------------------------------------------------------- 1 | fcb19ddab3cc74cdb002f329b7ded571 -------------------------------------------------------------------------------- /documentation/inherit_graph_232.md5: -------------------------------------------------------------------------------- 1 | fc0c4823264dbb871c324cc845b9ef71 -------------------------------------------------------------------------------- /documentation/inherit_graph_233.md5: -------------------------------------------------------------------------------- 1 | 180d190bfefa77863515ceefb55898c9 -------------------------------------------------------------------------------- /documentation/inherit_graph_234.md5: -------------------------------------------------------------------------------- 1 | 23be7f1586e84d6591cd2ff8f0eea7b4 -------------------------------------------------------------------------------- /documentation/inherit_graph_235.md5: -------------------------------------------------------------------------------- 1 | 2512fa5e4e7cd139f6e177ad94f0efcf -------------------------------------------------------------------------------- /documentation/inherit_graph_236.md5: -------------------------------------------------------------------------------- 1 | 3101d68f3db6757eaf2dac3670b6c39e -------------------------------------------------------------------------------- /documentation/inherit_graph_237.md5: -------------------------------------------------------------------------------- 1 | 6a0b351e88dbedc3a58afde50724a059 -------------------------------------------------------------------------------- /documentation/inherit_graph_238.md5: -------------------------------------------------------------------------------- 1 | 3f2acd4ed81c319ebc2c4ca4524e8e12 -------------------------------------------------------------------------------- /documentation/inherit_graph_239.md5: -------------------------------------------------------------------------------- 1 | b2a02a7b8247eaf8c2a5288de1c9c103 -------------------------------------------------------------------------------- /documentation/inherit_graph_24.md5: -------------------------------------------------------------------------------- 1 | 8dde05e11f221842da1c9ddf33e7d7e8 -------------------------------------------------------------------------------- /documentation/inherit_graph_240.md5: -------------------------------------------------------------------------------- 1 | af0ce68111a7aa8c6823bd34182e0d87 -------------------------------------------------------------------------------- /documentation/inherit_graph_241.md5: -------------------------------------------------------------------------------- 1 | 330ee301e906ffb6e5e44f13f9d22f01 -------------------------------------------------------------------------------- /documentation/inherit_graph_242.md5: -------------------------------------------------------------------------------- 1 | 1e61618e5d243dc6dc2fa3128f23e248 -------------------------------------------------------------------------------- /documentation/inherit_graph_243.md5: -------------------------------------------------------------------------------- 1 | 0ca52b67ca311134959d3b5027b6745f -------------------------------------------------------------------------------- /documentation/inherit_graph_244.md5: -------------------------------------------------------------------------------- 1 | 1f4cbdb623b54abde6ca812fa13874b6 -------------------------------------------------------------------------------- /documentation/inherit_graph_245.md5: -------------------------------------------------------------------------------- 1 | 8c380cf683eb6b403bec490aa9636a45 -------------------------------------------------------------------------------- /documentation/inherit_graph_246.md5: -------------------------------------------------------------------------------- 1 | b5024920da4e7c24639af1183ad77751 -------------------------------------------------------------------------------- /documentation/inherit_graph_247.md5: -------------------------------------------------------------------------------- 1 | 8c0c35f0025eea1b08eae2b1d9eb0b60 -------------------------------------------------------------------------------- /documentation/inherit_graph_248.md5: -------------------------------------------------------------------------------- 1 | 3c4725e093a548cd60d4e2ae254c3025 -------------------------------------------------------------------------------- /documentation/inherit_graph_249.md5: -------------------------------------------------------------------------------- 1 | 93912e465b3856823338d0b752ec6f21 -------------------------------------------------------------------------------- /documentation/inherit_graph_25.md5: -------------------------------------------------------------------------------- 1 | c36c8f3613a9fb3aef12e72884575e8a -------------------------------------------------------------------------------- /documentation/inherit_graph_250.md5: -------------------------------------------------------------------------------- 1 | 09f8fc27a26f8a2b89394d54c1d82c38 -------------------------------------------------------------------------------- /documentation/inherit_graph_251.md5: -------------------------------------------------------------------------------- 1 | a3ece410cf6cb7608891e12161e67457 -------------------------------------------------------------------------------- /documentation/inherit_graph_252.md5: -------------------------------------------------------------------------------- 1 | 93e4f45d77f03d3dd2973fb9a220d105 -------------------------------------------------------------------------------- /documentation/inherit_graph_253.md5: -------------------------------------------------------------------------------- 1 | b5cbb9982062fc0ddd1a0b664cdee8d2 -------------------------------------------------------------------------------- /documentation/inherit_graph_254.md5: -------------------------------------------------------------------------------- 1 | bb29911ab3f34b095ccb1712c5490590 -------------------------------------------------------------------------------- /documentation/inherit_graph_255.md5: -------------------------------------------------------------------------------- 1 | 92b99fe32cae6f41a829b8eff2f8fc14 -------------------------------------------------------------------------------- /documentation/inherit_graph_256.md5: -------------------------------------------------------------------------------- 1 | 21255a12de01450a07c8eb7f51a8d9b1 -------------------------------------------------------------------------------- /documentation/inherit_graph_257.md5: -------------------------------------------------------------------------------- 1 | 7be08cc1343b733af4894e06c8f6277c -------------------------------------------------------------------------------- /documentation/inherit_graph_258.md5: -------------------------------------------------------------------------------- 1 | 8816e8910a75d7980a9f5809be986396 -------------------------------------------------------------------------------- /documentation/inherit_graph_259.md5: -------------------------------------------------------------------------------- 1 | eea94b35550548971816172fb2eb35ac -------------------------------------------------------------------------------- /documentation/inherit_graph_26.md5: -------------------------------------------------------------------------------- 1 | 52d5530faee84316cdc2edcc21925055 -------------------------------------------------------------------------------- /documentation/inherit_graph_260.md5: -------------------------------------------------------------------------------- 1 | 5a2483419097fef857262357d46fcb71 -------------------------------------------------------------------------------- /documentation/inherit_graph_261.md5: -------------------------------------------------------------------------------- 1 | 2b8dc5a0c2e4f0f472a423711d2178e8 -------------------------------------------------------------------------------- /documentation/inherit_graph_262.md5: -------------------------------------------------------------------------------- 1 | 611978f858dc8f4e0b53f90a6bab540c -------------------------------------------------------------------------------- /documentation/inherit_graph_263.md5: -------------------------------------------------------------------------------- 1 | 4431f61ab982ea0c7c9ef39dcf8a2a4e -------------------------------------------------------------------------------- /documentation/inherit_graph_264.md5: -------------------------------------------------------------------------------- 1 | 05539014e98db4c84019904bcd4a70b1 -------------------------------------------------------------------------------- /documentation/inherit_graph_266.md5: -------------------------------------------------------------------------------- 1 | 47a3ab584c5da3db36110dabc83a298d -------------------------------------------------------------------------------- /documentation/inherit_graph_267.md5: -------------------------------------------------------------------------------- 1 | 1f71893239c7e413edc940b846026da5 -------------------------------------------------------------------------------- /documentation/inherit_graph_268.md5: -------------------------------------------------------------------------------- 1 | 40d28beb842f62c8a17b4ac339ce32ec -------------------------------------------------------------------------------- /documentation/inherit_graph_269.md5: -------------------------------------------------------------------------------- 1 | e50936c260cd16434c2ad5ab8b2d7758 -------------------------------------------------------------------------------- /documentation/inherit_graph_27.md5: -------------------------------------------------------------------------------- 1 | b72a0b3413f06305c6f74e922cab767c -------------------------------------------------------------------------------- /documentation/inherit_graph_270.md5: -------------------------------------------------------------------------------- 1 | 0cc7a25c2fbd7ced5aacdebbcd0dfb72 -------------------------------------------------------------------------------- /documentation/inherit_graph_28.md5: -------------------------------------------------------------------------------- 1 | 74a13368be443e9af3256d6d6c4583c4 -------------------------------------------------------------------------------- /documentation/inherit_graph_29.md5: -------------------------------------------------------------------------------- 1 | 3f7e01ce17ce13fa0bae60140d7bd98a -------------------------------------------------------------------------------- /documentation/inherit_graph_3.md5: -------------------------------------------------------------------------------- 1 | c668bf21ae2039648135e577599649d2 -------------------------------------------------------------------------------- /documentation/inherit_graph_30.md5: -------------------------------------------------------------------------------- 1 | bb3f623c94e45b1da7516aac211bc449 -------------------------------------------------------------------------------- /documentation/inherit_graph_31.md5: -------------------------------------------------------------------------------- 1 | 0f7d305873e62df734a9d992ac3692ce -------------------------------------------------------------------------------- /documentation/inherit_graph_32.md5: -------------------------------------------------------------------------------- 1 | e006b88bb638cb834a114b3e013a10bf -------------------------------------------------------------------------------- /documentation/inherit_graph_33.md5: -------------------------------------------------------------------------------- 1 | e8f4fe01668353aa1609401a6255fd8e -------------------------------------------------------------------------------- /documentation/inherit_graph_34.md5: -------------------------------------------------------------------------------- 1 | dc45c0371e2a99ca9f5919c6f2af8aca -------------------------------------------------------------------------------- /documentation/inherit_graph_35.md5: -------------------------------------------------------------------------------- 1 | df086c04756055b51ac69708b1e02ddf -------------------------------------------------------------------------------- /documentation/inherit_graph_36.md5: -------------------------------------------------------------------------------- 1 | 536820857d954cde135ea60c76ee4c96 -------------------------------------------------------------------------------- /documentation/inherit_graph_37.md5: -------------------------------------------------------------------------------- 1 | 6dff3c3c33b3e69edf3b9b517f61d647 -------------------------------------------------------------------------------- /documentation/inherit_graph_38.md5: -------------------------------------------------------------------------------- 1 | 0522ce8203a60f496a765405a9c04b01 -------------------------------------------------------------------------------- /documentation/inherit_graph_39.md5: -------------------------------------------------------------------------------- 1 | f372cbc7fd4872c97f50b9ff07351ef8 -------------------------------------------------------------------------------- /documentation/inherit_graph_4.md5: -------------------------------------------------------------------------------- 1 | d49a88e0f7cec489ed29f34db368ec6f -------------------------------------------------------------------------------- /documentation/inherit_graph_40.md5: -------------------------------------------------------------------------------- 1 | 953c03c386556050703db3ca4976d11f -------------------------------------------------------------------------------- /documentation/inherit_graph_41.md5: -------------------------------------------------------------------------------- 1 | 29ffc73aa3fcde88a72c6aa7a6e7e8b2 -------------------------------------------------------------------------------- /documentation/inherit_graph_42.md5: -------------------------------------------------------------------------------- 1 | 83611d1f0b7a38e80d1b13b5347766a0 -------------------------------------------------------------------------------- /documentation/inherit_graph_43.md5: -------------------------------------------------------------------------------- 1 | 857e071f5f5b3f87f80d30498df236eb -------------------------------------------------------------------------------- /documentation/inherit_graph_44.md5: -------------------------------------------------------------------------------- 1 | 960296e038a82a9f1b36fb0cd7f7ee74 -------------------------------------------------------------------------------- /documentation/inherit_graph_45.md5: -------------------------------------------------------------------------------- 1 | 4eec1bd250cf2c766fdcedbc92d46afe -------------------------------------------------------------------------------- /documentation/inherit_graph_46.md5: -------------------------------------------------------------------------------- 1 | 0772dc79f8f319ebea90cca58284085a -------------------------------------------------------------------------------- /documentation/inherit_graph_47.md5: -------------------------------------------------------------------------------- 1 | 393a4a8bb5bc62693b3c3540964b0e81 -------------------------------------------------------------------------------- /documentation/inherit_graph_48.md5: -------------------------------------------------------------------------------- 1 | 0d72231ab4840214e8f162cc5dbb206b -------------------------------------------------------------------------------- /documentation/inherit_graph_49.md5: -------------------------------------------------------------------------------- 1 | e83216599d48e96a5560995cc0ac0687 -------------------------------------------------------------------------------- /documentation/inherit_graph_5.md5: -------------------------------------------------------------------------------- 1 | 85e31e033372bfc228f38a54ab11e3c1 -------------------------------------------------------------------------------- /documentation/inherit_graph_50.md5: -------------------------------------------------------------------------------- 1 | 1d48b783905180921cc9c8c2a236c16f -------------------------------------------------------------------------------- /documentation/inherit_graph_51.md5: -------------------------------------------------------------------------------- 1 | 0dfecf0409beb29824aa7581b5f62bb2 -------------------------------------------------------------------------------- /documentation/inherit_graph_52.md5: -------------------------------------------------------------------------------- 1 | 4d1dc109f1949ac448a921d522aa13f4 -------------------------------------------------------------------------------- /documentation/inherit_graph_53.md5: -------------------------------------------------------------------------------- 1 | 9bb4d817d18882f213a58af269b53051 -------------------------------------------------------------------------------- /documentation/inherit_graph_54.md5: -------------------------------------------------------------------------------- 1 | f5e4a13ed6b864e9e74dc4af4c018d81 -------------------------------------------------------------------------------- /documentation/inherit_graph_55.md5: -------------------------------------------------------------------------------- 1 | 32e083637f5406bc4cc749a7c5f34419 -------------------------------------------------------------------------------- /documentation/inherit_graph_56.md5: -------------------------------------------------------------------------------- 1 | a59fdf35b42d807c3e62ba6a88e91c86 -------------------------------------------------------------------------------- /documentation/inherit_graph_57.md5: -------------------------------------------------------------------------------- 1 | 1d857591246c09bfbdd9cef7fef8f65b -------------------------------------------------------------------------------- /documentation/inherit_graph_58.md5: -------------------------------------------------------------------------------- 1 | 7bc3d2378265a64e57f16b20a50a81a8 -------------------------------------------------------------------------------- /documentation/inherit_graph_59.md5: -------------------------------------------------------------------------------- 1 | 69616c0d37e96b37d27be6388aff54f8 -------------------------------------------------------------------------------- /documentation/inherit_graph_6.md5: -------------------------------------------------------------------------------- 1 | 4a2c1e1f54d7fdf6209b6a1aaef467f4 -------------------------------------------------------------------------------- /documentation/inherit_graph_60.md5: -------------------------------------------------------------------------------- 1 | 1812f3953258283079d693acbf28ef87 -------------------------------------------------------------------------------- /documentation/inherit_graph_61.md5: -------------------------------------------------------------------------------- 1 | 91f6917353030435e12c661dfaf8f42a -------------------------------------------------------------------------------- /documentation/inherit_graph_62.md5: -------------------------------------------------------------------------------- 1 | f1fea9e0a840b8908fb01eadc9045beb -------------------------------------------------------------------------------- /documentation/inherit_graph_63.md5: -------------------------------------------------------------------------------- 1 | 10a4e56fae26a15a6b294bcd810d78db -------------------------------------------------------------------------------- /documentation/inherit_graph_64.md5: -------------------------------------------------------------------------------- 1 | d168fa7bcf2564147cafb67c4ceee2f9 -------------------------------------------------------------------------------- /documentation/inherit_graph_65.md5: -------------------------------------------------------------------------------- 1 | 84db4f4b85b57dd60c7f7c7b5a766e5c -------------------------------------------------------------------------------- /documentation/inherit_graph_66.md5: -------------------------------------------------------------------------------- 1 | dae0e0cd9b4623c9959337a2add89236 -------------------------------------------------------------------------------- /documentation/inherit_graph_67.md5: -------------------------------------------------------------------------------- 1 | 506df2f5744d4ffa5bc4d255f4288523 -------------------------------------------------------------------------------- /documentation/inherit_graph_68.md5: -------------------------------------------------------------------------------- 1 | d360dcf7f75c12f2636ac312a697188f -------------------------------------------------------------------------------- /documentation/inherit_graph_69.md5: -------------------------------------------------------------------------------- 1 | 1b9fc8757c991a27640f05b10e3a8bd3 -------------------------------------------------------------------------------- /documentation/inherit_graph_7.md5: -------------------------------------------------------------------------------- 1 | 6e3f455b030d1db6c896eba924315100 -------------------------------------------------------------------------------- /documentation/inherit_graph_70.md5: -------------------------------------------------------------------------------- 1 | 54e6164c6ff25a81c1665c8aeb9effc9 -------------------------------------------------------------------------------- /documentation/inherit_graph_71.md5: -------------------------------------------------------------------------------- 1 | 9b6ff7ff48b1def5b4340b6709ab3139 -------------------------------------------------------------------------------- /documentation/inherit_graph_72.md5: -------------------------------------------------------------------------------- 1 | 1d775000d8b27f64678843eb423692eb -------------------------------------------------------------------------------- /documentation/inherit_graph_73.md5: -------------------------------------------------------------------------------- 1 | ab565b94e6bda8a3a49b1262fce88e8f -------------------------------------------------------------------------------- /documentation/inherit_graph_74.md5: -------------------------------------------------------------------------------- 1 | 4308417fab5b6e33de8dc3ab79b196db -------------------------------------------------------------------------------- /documentation/inherit_graph_75.md5: -------------------------------------------------------------------------------- 1 | 07d6f3759d5e089d6c7d9a8e7efb0430 -------------------------------------------------------------------------------- /documentation/inherit_graph_76.md5: -------------------------------------------------------------------------------- 1 | 583fdac7ad64a554f9885de6475efbd8 -------------------------------------------------------------------------------- /documentation/inherit_graph_77.md5: -------------------------------------------------------------------------------- 1 | 9935d714be4d76be587e5176253937ea -------------------------------------------------------------------------------- /documentation/inherit_graph_78.md5: -------------------------------------------------------------------------------- 1 | a1b5f83b8abf41bf5bea9ff42b07ffff -------------------------------------------------------------------------------- /documentation/inherit_graph_79.md5: -------------------------------------------------------------------------------- 1 | 3141f71d88c3187a76a347174ad1fd35 -------------------------------------------------------------------------------- /documentation/inherit_graph_8.md5: -------------------------------------------------------------------------------- 1 | 3a32b7a850f3ad00d9800aa40945515d -------------------------------------------------------------------------------- /documentation/inherit_graph_80.md5: -------------------------------------------------------------------------------- 1 | 3f4a21683c8ba74ac0382a29d6e32fab -------------------------------------------------------------------------------- /documentation/inherit_graph_81.md5: -------------------------------------------------------------------------------- 1 | 3d8ab846cd8158d2d913b79a323c15b0 -------------------------------------------------------------------------------- /documentation/inherit_graph_82.md5: -------------------------------------------------------------------------------- 1 | ca3c9f262260a9ff184aa590c4d5b618 -------------------------------------------------------------------------------- /documentation/inherit_graph_83.md5: -------------------------------------------------------------------------------- 1 | 19f286b589d189e17065cec6517fe4c0 -------------------------------------------------------------------------------- /documentation/inherit_graph_84.md5: -------------------------------------------------------------------------------- 1 | 51cfa2362dfc08c8ab6d650844950148 -------------------------------------------------------------------------------- /documentation/inherit_graph_85.md5: -------------------------------------------------------------------------------- 1 | 1aa8adb856d7c4f3988509932fc987f7 -------------------------------------------------------------------------------- /documentation/inherit_graph_86.md5: -------------------------------------------------------------------------------- 1 | ee9e0717cbaa388beca22be2d790589d -------------------------------------------------------------------------------- /documentation/inherit_graph_87.md5: -------------------------------------------------------------------------------- 1 | 79a3a97f0858d131b9d1edf87ea1e479 -------------------------------------------------------------------------------- /documentation/inherit_graph_88.md5: -------------------------------------------------------------------------------- 1 | 49abeb54c3c1277f96a6e1f6deb49327 -------------------------------------------------------------------------------- /documentation/inherit_graph_89.md5: -------------------------------------------------------------------------------- 1 | c982763a81db4cf9ea7590b7e7fc9ece -------------------------------------------------------------------------------- /documentation/inherit_graph_9.md5: -------------------------------------------------------------------------------- 1 | 9a53f979e664f006161c85b359f7d76f -------------------------------------------------------------------------------- /documentation/inherit_graph_90.md5: -------------------------------------------------------------------------------- 1 | a36fcbaf519dcb06bfb7d9076fcfb342 -------------------------------------------------------------------------------- /documentation/inherit_graph_91.md5: -------------------------------------------------------------------------------- 1 | 03a8d5d0a6d0fd9a28bc89ce9487fb45 -------------------------------------------------------------------------------- /documentation/inherit_graph_92.md5: -------------------------------------------------------------------------------- 1 | 90360dd266986409c055c4df74ae1d5a -------------------------------------------------------------------------------- /documentation/inherit_graph_93.md5: -------------------------------------------------------------------------------- 1 | ba7b44689b66b2f5b2ff59ae7ba8c5c1 -------------------------------------------------------------------------------- /documentation/inherit_graph_94.md5: -------------------------------------------------------------------------------- 1 | dab15745ff1677ac121729d473492e38 -------------------------------------------------------------------------------- /documentation/inherit_graph_95.md5: -------------------------------------------------------------------------------- 1 | fcc02dbdd492eb12f72809a1734cb169 -------------------------------------------------------------------------------- /documentation/inherit_graph_96.md5: -------------------------------------------------------------------------------- 1 | 17b9a5c10530bbbb8b83b5a8ddea8aa9 -------------------------------------------------------------------------------- /documentation/inherit_graph_97.md5: -------------------------------------------------------------------------------- 1 | 5de635db1842da1cba121d7431b0b406 -------------------------------------------------------------------------------- /documentation/inherit_graph_98.md5: -------------------------------------------------------------------------------- 1 | 18ba3f60b47d3e15bb15803006d1f77f -------------------------------------------------------------------------------- /documentation/inherit_graph_99.md5: -------------------------------------------------------------------------------- 1 | a2e598549449ebde376e794230ae28f4 -------------------------------------------------------------------------------- /documentation/inv_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/inv_8h.js -------------------------------------------------------------------------------- /documentation/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/jquery.js -------------------------------------------------------------------------------- /documentation/load_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/load_8h.js -------------------------------------------------------------------------------- /documentation/max_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/max_8h.js -------------------------------------------------------------------------------- /documentation/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/menu.js -------------------------------------------------------------------------------- /documentation/min_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/min_8h.js -------------------------------------------------------------------------------- /documentation/mla_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/mla_8h.js -------------------------------------------------------------------------------- /documentation/movl_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/movl_8h.js -------------------------------------------------------------------------------- /documentation/movn_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/movn_8h.js -------------------------------------------------------------------------------- /documentation/mul_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/mul_8h.js -------------------------------------------------------------------------------- /documentation/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/nav_f.png -------------------------------------------------------------------------------- /documentation/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/nav_g.png -------------------------------------------------------------------------------- /documentation/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/nav_h.png -------------------------------------------------------------------------------- /documentation/navtree.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/navtree.js -------------------------------------------------------------------------------- /documentation/neg_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/neg_8h.js -------------------------------------------------------------------------------- /documentation/not_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/not_8h.js -------------------------------------------------------------------------------- /documentation/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/open.png -------------------------------------------------------------------------------- /documentation/orr_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/orr_8h.js -------------------------------------------------------------------------------- /documentation/padd_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/padd_8h.js -------------------------------------------------------------------------------- /documentation/pmax_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/pmax_8h.js -------------------------------------------------------------------------------- /documentation/pmin_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/pmin_8h.js -------------------------------------------------------------------------------- /documentation/pow_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/pow_8h.js -------------------------------------------------------------------------------- /documentation/resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/resize.js -------------------------------------------------------------------------------- /documentation/sin_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/sin_8h.js -------------------------------------------------------------------------------- /documentation/structarm__compute_1_1_c_l_quantization__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 7e5e3246965ba5fae8468d60896e2894 -------------------------------------------------------------------------------- /documentation/structarm__compute_1_1_thread_info__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 5b017f121dc90049811589604aeabe59 -------------------------------------------------------------------------------- /documentation/structarm__compute_1_1_valid_region__coll__graph.md5: -------------------------------------------------------------------------------- 1 | b793a87035791a1d1910abde8873f3d5 -------------------------------------------------------------------------------- /documentation/structarm__compute_1_1_winograd_info__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 6828139997c2bff41959a3bf8b288aa6 -------------------------------------------------------------------------------- /documentation/sub_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/sub_8h.js -------------------------------------------------------------------------------- /documentation/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/tab_a.png -------------------------------------------------------------------------------- /documentation/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/tab_b.png -------------------------------------------------------------------------------- /documentation/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/tab_h.png -------------------------------------------------------------------------------- /documentation/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/tab_s.png -------------------------------------------------------------------------------- /documentation/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/tabs.css -------------------------------------------------------------------------------- /documentation/tanh_8h.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/documentation/tanh_8h.js -------------------------------------------------------------------------------- /examples/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/SConscript -------------------------------------------------------------------------------- /examples/cl_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/cl_cache.cpp -------------------------------------------------------------------------------- /examples/cl_events.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/cl_events.cpp -------------------------------------------------------------------------------- /examples/cl_sgemm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/cl_sgemm.cpp -------------------------------------------------------------------------------- /examples/gc_absdiff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/gc_absdiff.cpp -------------------------------------------------------------------------------- /examples/gc_dc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/gc_dc.cpp -------------------------------------------------------------------------------- /examples/graph_lenet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/graph_lenet.cpp -------------------------------------------------------------------------------- /examples/graph_vgg16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/graph_vgg16.cpp -------------------------------------------------------------------------------- /examples/graph_vgg19.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/graph_vgg19.cpp -------------------------------------------------------------------------------- /examples/neon_cnn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/neon_cnn.cpp -------------------------------------------------------------------------------- /examples/neon_scale.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/neon_scale.cpp -------------------------------------------------------------------------------- /examples/neon_sgemm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/examples/neon_sgemm.cpp -------------------------------------------------------------------------------- /image/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/image/result.png -------------------------------------------------------------------------------- /include/CL/cl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl.h -------------------------------------------------------------------------------- /include/CL/cl2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl2.hpp -------------------------------------------------------------------------------- /include/CL/cl_d3d10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl_d3d10.h -------------------------------------------------------------------------------- /include/CL/cl_d3d11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl_d3d11.h -------------------------------------------------------------------------------- /include/CL/cl_egl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl_egl.h -------------------------------------------------------------------------------- /include/CL/cl_ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl_ext.h -------------------------------------------------------------------------------- /include/CL/cl_gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl_gl.h -------------------------------------------------------------------------------- /include/CL/cl_gl_ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl_gl_ext.h -------------------------------------------------------------------------------- /include/CL/cl_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl_platform.h -------------------------------------------------------------------------------- /include/CL/cl_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/cl_version.h -------------------------------------------------------------------------------- /include/CL/opencl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/CL/opencl.h -------------------------------------------------------------------------------- /include/half/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/half/LICENSE.txt -------------------------------------------------------------------------------- /include/half/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/half/README.txt -------------------------------------------------------------------------------- /include/half/half.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/half/half.hpp -------------------------------------------------------------------------------- /include/libnpy/npy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/libnpy/npy.hpp -------------------------------------------------------------------------------- /include/linux/EGL/egl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/linux/EGL/egl.h -------------------------------------------------------------------------------- /include/linux/GLES/gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/linux/GLES/gl.h -------------------------------------------------------------------------------- /include/stb/stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/include/stb/stb_image.h -------------------------------------------------------------------------------- /opengles-3.1-stubs/EGL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/opengles-3.1-stubs/EGL.c -------------------------------------------------------------------------------- /src/core/CL/ICLHOG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/CL/ICLHOG.cpp -------------------------------------------------------------------------------- /src/core/CL/ICLLut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/CL/ICLLut.cpp -------------------------------------------------------------------------------- /src/core/CL/OpenCL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/CL/OpenCL.cpp -------------------------------------------------------------------------------- /src/core/Error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/Error.cpp -------------------------------------------------------------------------------- /src/core/GPUTarget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/GPUTarget.cpp -------------------------------------------------------------------------------- /src/core/HOGInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/HOGInfo.cpp -------------------------------------------------------------------------------- /src/core/Helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/Helpers.cpp -------------------------------------------------------------------------------- /src/core/IKernel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/IKernel.cpp -------------------------------------------------------------------------------- /src/core/ITensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/ITensor.cpp -------------------------------------------------------------------------------- /src/core/PyramidInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/PyramidInfo.cpp -------------------------------------------------------------------------------- /src/core/Rounding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/Rounding.cpp -------------------------------------------------------------------------------- /src/core/TensorInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/TensorInfo.cpp -------------------------------------------------------------------------------- /src/core/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/Utils.cpp -------------------------------------------------------------------------------- /src/core/Validate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/core/Validate.cpp -------------------------------------------------------------------------------- /src/graph/Graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/graph/Graph.cpp -------------------------------------------------------------------------------- /src/graph/INode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/graph/INode.cpp -------------------------------------------------------------------------------- /src/graph/Tensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/graph/Tensor.cpp -------------------------------------------------------------------------------- /src/graph/TypeLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/graph/TypeLoader.cpp -------------------------------------------------------------------------------- /src/graph/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/graph/Utils.cpp -------------------------------------------------------------------------------- /src/graph/Workload.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/graph/Workload.cpp -------------------------------------------------------------------------------- /src/runtime/CL/CLHOG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/CL/CLHOG.cpp -------------------------------------------------------------------------------- /src/runtime/CL/CLLut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/CL/CLLut.cpp -------------------------------------------------------------------------------- /src/runtime/CPUUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/CPUUtils.cpp -------------------------------------------------------------------------------- /src/runtime/HOG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/HOG.cpp -------------------------------------------------------------------------------- /src/runtime/Lut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/Lut.cpp -------------------------------------------------------------------------------- /src/runtime/MEMUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/MEMUtils.cpp -------------------------------------------------------------------------------- /src/runtime/Memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/Memory.cpp -------------------------------------------------------------------------------- /src/runtime/MultiHOG.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/MultiHOG.cpp -------------------------------------------------------------------------------- /src/runtime/Pyramid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/Pyramid.cpp -------------------------------------------------------------------------------- /src/runtime/Tensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/Tensor.cpp -------------------------------------------------------------------------------- /src/runtime/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/src/runtime/Utils.cpp -------------------------------------------------------------------------------- /support/Half.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/support/Half.h -------------------------------------------------------------------------------- /support/Mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/support/Mutex.h -------------------------------------------------------------------------------- /support/Semaphore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/support/Semaphore.h -------------------------------------------------------------------------------- /tests/AssetsLibrary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/AssetsLibrary.cpp -------------------------------------------------------------------------------- /tests/AssetsLibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/AssetsLibrary.h -------------------------------------------------------------------------------- /tests/CL/CLAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/CL/CLAccessor.h -------------------------------------------------------------------------------- /tests/CL/CLHOGAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/CL/CLHOGAccessor.h -------------------------------------------------------------------------------- /tests/CL/CLLutAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/CL/CLLutAccessor.h -------------------------------------------------------------------------------- /tests/CL/Helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/CL/Helper.h -------------------------------------------------------------------------------- /tests/Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/Globals.h -------------------------------------------------------------------------------- /tests/IAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/IAccessor.h -------------------------------------------------------------------------------- /tests/IArrayAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/IArrayAccessor.h -------------------------------------------------------------------------------- /tests/IHOGAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/IHOGAccessor.h -------------------------------------------------------------------------------- /tests/ILutAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/ILutAccessor.h -------------------------------------------------------------------------------- /tests/NEON/Accessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/NEON/Accessor.h -------------------------------------------------------------------------------- /tests/NEON/HOGAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/NEON/HOGAccessor.h -------------------------------------------------------------------------------- /tests/NEON/Helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/NEON/Helper.h -------------------------------------------------------------------------------- /tests/NEON/LutAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/NEON/LutAccessor.h -------------------------------------------------------------------------------- /tests/RawLutAccessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/RawLutAccessor.h -------------------------------------------------------------------------------- /tests/RawTensor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/RawTensor.cpp -------------------------------------------------------------------------------- /tests/RawTensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/RawTensor.h -------------------------------------------------------------------------------- /tests/SConscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/SConscript -------------------------------------------------------------------------------- /tests/SimpleTensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/SimpleTensor.h -------------------------------------------------------------------------------- /tests/TensorCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/TensorCache.h -------------------------------------------------------------------------------- /tests/TypePrinter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/TypePrinter.h -------------------------------------------------------------------------------- /tests/TypeReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/TypeReader.h -------------------------------------------------------------------------------- /tests/Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/Types.h -------------------------------------------------------------------------------- /tests/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/Utils.h -------------------------------------------------------------------------------- /tests/framework/Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/framework/Macros.h -------------------------------------------------------------------------------- /tests/framework/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/framework/Utils.h -------------------------------------------------------------------------------- /tests/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/tests/main.cpp -------------------------------------------------------------------------------- /utils/GraphUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/utils/GraphUtils.cpp -------------------------------------------------------------------------------- /utils/GraphUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/utils/GraphUtils.h -------------------------------------------------------------------------------- /utils/ImageLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/utils/ImageLoader.h -------------------------------------------------------------------------------- /utils/TypePrinter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/utils/TypePrinter.h -------------------------------------------------------------------------------- /utils/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/utils/Utils.cpp -------------------------------------------------------------------------------- /utils/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SKKU-ESLAB/ACL-lowp/HEAD/utils/Utils.h --------------------------------------------------------------------------------