arm_compute v18.02
authorAnthony Barbier <anthony.barbier@arm.com>
Thu, 22 Feb 2018 15:45:35 +0000 (15:45 +0000)
committerAnthony Barbier <anthony.barbier@arm.com>
Fri, 23 Feb 2018 11:49:54 +0000 (11:49 +0000)
commit06ea048f062a50404b1b3998a61a45449c2d1f0f
treeaa0dea3b0c49422538df9a5a02578b2c29e6fa67
parent292227986edb37b01061afcad6df18ba9d6ccbeb
arm_compute v18.02

Change-Id: I7207aa488e5470f235f39b6c188b4678dc38d1a6
6983 files changed:
README.md
SConscript
SConstruct
arm_compute/core/AccessWindowAutoPadding.h
arm_compute/core/AccessWindowStatic.h
arm_compute/core/AccessWindowTranspose.h
arm_compute/core/CL/CLKernels.h
arm_compute/core/CL/ICLKernel.h
arm_compute/core/CL/OpenCL.h
arm_compute/core/CL/kernels/CLActivationLayerKernel.h
arm_compute/core/CL/kernels/CLArithmeticAdditionKernel.h
arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h
arm_compute/core/CL/kernels/CLCol2ImKernel.h
arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3Kernel.h
arm_compute/core/CL/kernels/CLDepthwiseIm2ColKernel.h
arm_compute/core/CL/kernels/CLDepthwiseVectorToTensorKernel.h
arm_compute/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.h
arm_compute/core/CL/kernels/CLDirectConvolutionLayerOutputStageKernel.h [new file with mode: 0644]
arm_compute/core/CL/kernels/CLGEMMInterleave4x4Kernel.h
arm_compute/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixAdditionKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyKernel.h
arm_compute/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h
arm_compute/core/CL/kernels/CLGEMMTranspose1xWKernel.h
arm_compute/core/CL/kernels/CLIm2ColKernel.h
arm_compute/core/CL/kernels/CLPermuteKernel.h
arm_compute/core/CL/kernels/CLPixelWiseMultiplicationKernel.h
arm_compute/core/CL/kernels/CLQuantizationLayerKernel.h
arm_compute/core/CL/kernels/CLWeightsReshapeKernel.h
arm_compute/core/CPP/ICPPKernel.h
arm_compute/core/CPP/kernels/CPPCornerCandidatesKernel.h
arm_compute/core/CPP/kernels/CPPDetectionWindowNonMaximaSuppressionKernel.h
arm_compute/core/CPP/kernels/CPPPermuteKernel.h
arm_compute/core/CPP/kernels/CPPSortEuclideanDistanceKernel.h
arm_compute/core/Dimensions.h
arm_compute/core/Error.h
arm_compute/core/FixedPoint.inl
arm_compute/core/GLES_COMPUTE/GCKernels.h
arm_compute/core/GLES_COMPUTE/IGCTensor.h
arm_compute/core/GLES_COMPUTE/kernels/GCBatchNormalizationLayerKernel.h
arm_compute/core/GLES_COMPUTE/kernels/GCDepthConcatenateLayerKernel.h
arm_compute/core/GLES_COMPUTE/kernels/GCScaleKernel.h
arm_compute/core/GLES_COMPUTE/kernels/GCTensorShiftKernel.h [new file with mode: 0644]
arm_compute/core/Helpers.h
arm_compute/core/Helpers.inl
arm_compute/core/IAccessWindow.h
arm_compute/core/ITensorInfo.h
arm_compute/core/NEON/NEKernels.h
arm_compute/core/NEON/kernels/NEAbsoluteDifferenceKernel.h
arm_compute/core/NEON/kernels/NEAccumulateKernel.h
arm_compute/core/NEON/kernels/NEActivationLayerKernel.h
arm_compute/core/NEON/kernels/NEArithmeticAdditionKernel.h
arm_compute/core/NEON/kernels/NEArithmeticSubtractionKernel.h
arm_compute/core/NEON/kernels/NEBatchNormalizationLayerKernel.h
arm_compute/core/NEON/kernels/NEBitwiseAndKernel.h
arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h
arm_compute/core/NEON/kernels/NEBitwiseOrKernel.h
arm_compute/core/NEON/kernels/NEBitwiseXorKernel.h
arm_compute/core/NEON/kernels/NEBox3x3Kernel.h
arm_compute/core/NEON/kernels/NECannyEdgeKernel.h
arm_compute/core/NEON/kernels/NEChannelCombineKernel.h
arm_compute/core/NEON/kernels/NEChannelExtractKernel.h
arm_compute/core/NEON/kernels/NECol2ImKernel.h
arm_compute/core/NEON/kernels/NEColorConvertKernel.h
arm_compute/core/NEON/kernels/NEConvolutionKernel.h
arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h
arm_compute/core/NEON/kernels/NEDepthConcatenateLayerKernel.h
arm_compute/core/NEON/kernels/NEDepthConvertLayerKernel.h
arm_compute/core/NEON/kernels/NEDepthwiseConvolutionLayer3x3Kernel.h
arm_compute/core/NEON/kernels/NEDepthwiseIm2ColKernel.h
arm_compute/core/NEON/kernels/NEDepthwiseVectorToTensorKernel.h
arm_compute/core/NEON/kernels/NEDepthwiseWeightsReshapeKernel.h
arm_compute/core/NEON/kernels/NEDequantizationLayerKernel.h
arm_compute/core/NEON/kernels/NEDerivativeKernel.h
arm_compute/core/NEON/kernels/NEDilateKernel.h
arm_compute/core/NEON/kernels/NEDirectConvolutionLayerKernel.h
arm_compute/core/NEON/kernels/NEDirectConvolutionLayerOutputStageKernel.h
arm_compute/core/NEON/kernels/NEErodeKernel.h
arm_compute/core/NEON/kernels/NEFastCornersKernel.h
arm_compute/core/NEON/kernels/NEFillArrayKernel.h
arm_compute/core/NEON/kernels/NEFillBorderKernel.h
arm_compute/core/NEON/kernels/NEFillInnerBorderKernel.h
arm_compute/core/NEON/kernels/NEFloorKernel.h
arm_compute/core/NEON/kernels/NEGEMMAssemblyBaseKernel.h
arm_compute/core/NEON/kernels/NEGEMMInterleave4x4Kernel.h
arm_compute/core/NEON/kernels/NEGEMMInterleaveBlockedKernel.h
arm_compute/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.h
arm_compute/core/NEON/kernels/NEGEMMLowpOffsetContributionKernel.h
arm_compute/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h
arm_compute/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel.h
arm_compute/core/NEON/kernels/NEGEMMLowpReductionKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixAdditionKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.h
arm_compute/core/NEON/kernels/NEGEMMMatrixVectorMultiplyKernel.h
arm_compute/core/NEON/kernels/NEGEMMTranspose1xWKernel.h
arm_compute/core/NEON/kernels/NEGaussian3x3Kernel.h
arm_compute/core/NEON/kernels/NEGaussian5x5Kernel.h
arm_compute/core/NEON/kernels/NEGaussianPyramidKernel.h
arm_compute/core/NEON/kernels/NEHOGDescriptorKernel.h
arm_compute/core/NEON/kernels/NEHOGDetectorKernel.h
arm_compute/core/NEON/kernels/NEHarrisCornersKernel.h
arm_compute/core/NEON/kernels/NEHistogramKernel.h
arm_compute/core/NEON/kernels/NEIm2ColKernel.h
arm_compute/core/NEON/kernels/NEIntegralImageKernel.h
arm_compute/core/NEON/kernels/NEL2NormalizeLayerKernel.h
arm_compute/core/NEON/kernels/NELKTrackerKernel.h
arm_compute/core/NEON/kernels/NELocallyConnectedMatrixMultiplyKernel.h
arm_compute/core/NEON/kernels/NEMagnitudePhaseKernel.h
arm_compute/core/NEON/kernels/NEMeanStdDevKernel.h
arm_compute/core/NEON/kernels/NEMedian3x3Kernel.h
arm_compute/core/NEON/kernels/NEMinMaxLayerKernel.h
arm_compute/core/NEON/kernels/NEMinMaxLocationKernel.h
arm_compute/core/NEON/kernels/NENonLinearFilterKernel.h
arm_compute/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h
arm_compute/core/NEON/kernels/NENormalizationLayerKernel.h
arm_compute/core/NEON/kernels/NEPermuteKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h
arm_compute/core/NEON/kernels/NEPoolingLayerKernel.h
arm_compute/core/NEON/kernels/NEQuantizationLayerKernel.h
arm_compute/core/NEON/kernels/NEROIPoolingLayerKernel.h
arm_compute/core/NEON/kernels/NEReductionOperationKernel.h
arm_compute/core/NEON/kernels/NERemapKernel.h
arm_compute/core/NEON/kernels/NEReshapeLayerKernel.h
arm_compute/core/NEON/kernels/NEScaleKernel.h
arm_compute/core/NEON/kernels/NEScharr3x3Kernel.h
arm_compute/core/NEON/kernels/NESobel3x3Kernel.h
arm_compute/core/NEON/kernels/NESobel5x5Kernel.h
arm_compute/core/NEON/kernels/NESobel7x7Kernel.h
arm_compute/core/NEON/kernels/NESoftmaxLayerKernel.h
arm_compute/core/NEON/kernels/NETableLookupKernel.h
arm_compute/core/NEON/kernels/NEThresholdKernel.h
arm_compute/core/NEON/kernels/NETransposeKernel.h
arm_compute/core/NEON/kernels/NEWarpKernel.h
arm_compute/core/NEON/kernels/NEWeightsReshapeKernel.h
arm_compute/core/NEON/kernels/NEWinogradLayerKernel.h
arm_compute/core/NEON/kernels/arm32/NEGEMMAArch32Kernel.h
arm_compute/core/NEON/kernels/arm64/NEGEMMAArch64Kernel.h
arm_compute/core/NEON/kernels/arm64/NEGEMMAArch64NativeKernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/arm64/NEGEMMLowpAArch64A53Kernel.h
arm_compute/core/NEON/kernels/arm64/NEGEMMLowpAArch64Kernel.h
arm_compute/core/NEON/kernels/arm64/NEGEMMLowpAArch64V8P4Kernel.h
arm_compute/core/NEON/kernels/arm64/NEGEMVAArch64Kernel.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.h
arm_compute/core/NEON/kernels/assembly/gemv_transposed.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a32_sgemm_8x6.hpp
arm_compute/core/NEON/kernels/assembly/kernels/a32_sgemm_8x6/a53.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a32_sgemm_8x6/a55r1.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a32_sgemm_8x6/generic.hpp
arm_compute/core/NEON/kernels/assembly/kernels/a64_gemm_u8_4x4/generic.hpp
arm_compute/core/NEON/kernels/assembly/kernels/a64_hgemm_24x8.hpp
arm_compute/core/NEON/kernels/assembly/kernels/a64_hgemm_24x8/a55r1.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/a64_sgemv_trans.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/kernels/generic.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a32_interleave_6way_32bit.hpp
arm_compute/core/NEON/kernels/assembly/transforms/a32_transpose_interleave_8way_32bit.hpp
arm_compute/core/NEON/kernels/assembly/transforms/a64_block16_interleave4_8bit.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a64_interleave_8way_16bit.hpp
arm_compute/core/NEON/kernels/assembly/transforms/a64_interleave_8way_32bit.hpp
arm_compute/core/NEON/kernels/assembly/transforms/a64_interleave_8way_half_to_float.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a64_transpose_interleave_12way_16bit.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a64_transpose_interleave_12way_half_to_float.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/assembly/transforms/a64_transpose_interleave_24way_16bit.hpp
arm_compute/core/NEON/kernels/assembly/transforms/list.hpp
arm_compute/core/NEON/kernels/assembly/transforms/transpose_interleave_common.hpp
arm_compute/core/NEON/kernels/convolution/NEDirectConvolution3x3.h [deleted file]
arm_compute/core/NEON/kernels/convolution/common/alloc.hpp [moved from arm_compute/core/NEON/kernels/winograd/alloc.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/common/arm.hpp [moved from arm_compute/core/NEON/kernels/winograd/arm.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/common/convolution.hpp [moved from arm_compute/core/NEON/kernels/winograd/convolution.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/common/perf.h [moved from arm_compute/core/NEON/kernels/winograd/perf.h with 100% similarity]
arm_compute/core/NEON/kernels/convolution/common/profiler.hpp [moved from arm_compute/core/NEON/kernels/winograd/profiler.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/common/shims.hpp [moved from arm_compute/core/NEON/kernels/winograd/shims.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/common/tensor.hpp [moved from arm_compute/core/NEON/kernels/winograd/tensor.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/common/tensor_utils.hpp [moved from arm_compute/core/NEON/kernels/winograd/tensor_utils.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/common/utils.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/depthwise/depthwise.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/depthwise/impl_base.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/depthwise/impl_fp32_fp32.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/winograd/batched_blocked_gemm.hpp [moved from arm_compute/core/NEON/kernels/winograd/batched_blocked_gemm.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/winograd/gemm.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/winograd/gemm/a64_sgemm.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/winograd/gemm/a64_sgemm_4x16.hpp [moved from arm_compute/core/NEON/kernels/winograd/gemm/a64_sgemm_4x16.hpp with 100% similarity]
arm_compute/core/NEON/kernels/convolution/winograd/transforms/input.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/winograd/transforms/kernel.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/winograd/transforms/output.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/convolution/winograd/winograd_gemm.hpp [new file with mode: 0644]
arm_compute/core/NEON/kernels/detail/NEActivationFunctionDetail.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/detail/NEDirectConvolution3x3.h [new file with mode: 0644]
arm_compute/core/NEON/kernels/detail/NEDirectConvolutionDetail.h [moved from arm_compute/core/NEON/kernels/convolution/NEDirectConvolutionDetail.h with 100% similarity]
arm_compute/core/NEON/kernels/winograd/direct_convolution.hpp [deleted file]
arm_compute/core/NEON/kernels/winograd/gemm.hpp [deleted file]
arm_compute/core/NEON/kernels/winograd/gemm/a64_sgemm.hpp [deleted file]
arm_compute/core/NEON/kernels/winograd/transforms/input.hpp [deleted file]
arm_compute/core/NEON/kernels/winograd/transforms/kernel.hpp [deleted file]
arm_compute/core/NEON/kernels/winograd/transforms/output.hpp [deleted file]
arm_compute/core/NEON/kernels/winograd/utils.hpp [deleted file]
arm_compute/core/NEON/kernels/winograd/winograd_gemm.hpp [deleted file]
arm_compute/core/NEON/kernels/winograd/winograd_layer.hpp [deleted file]
arm_compute/core/NEON/wrapper/intrinsics/and.h [new file with mode: 0644]
arm_compute/core/NEON/wrapper/intrinsics/dup_n.h [new file with mode: 0644]
arm_compute/core/NEON/wrapper/intrinsics/intrinsics.h [new file with mode: 0644]
arm_compute/core/NEON/wrapper/intrinsics/load.h [new file with mode: 0644]
arm_compute/core/NEON/wrapper/intrinsics/max.h [new file with mode: 0644]
arm_compute/core/NEON/wrapper/intrinsics/min.h [new file with mode: 0644]
arm_compute/core/NEON/wrapper/intrinsics/store.h [new file with mode: 0644]
arm_compute/core/NEON/wrapper/traits.h [new file with mode: 0644]
arm_compute/core/NEON/wrapper/wrapper.h [new file with mode: 0644]
arm_compute/core/Size2D.h
arm_compute/core/SubTensorInfo.h
arm_compute/core/TensorInfo.h
arm_compute/core/TensorShape.h
arm_compute/core/Types.h
arm_compute/core/Utils.h
arm_compute/core/Validate.h
arm_compute/core/Window.h
arm_compute/core/Window.inl
arm_compute/core/utils/misc/ShapeCalculator.h
arm_compute/core/utils/misc/utility.h
arm_compute/graph/Graph.h
arm_compute/graph/INode.h
arm_compute/graph/NodeContext.h
arm_compute/graph/Nodes.h
arm_compute/graph/Types.h
arm_compute/graph/nodes/BatchNormalizationLayer.h
arm_compute/graph/nodes/ResidualLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/CLFunctions.h
arm_compute/runtime/CL/CLTuner.h
arm_compute/runtime/CL/functions/CLActivationLayer.h
arm_compute/runtime/CL/functions/CLArithmeticAddition.h
arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h
arm_compute/runtime/CL/functions/CLConvolutionLayer.h
arm_compute/runtime/CL/functions/CLDeconvolutionLayer.h
arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
arm_compute/runtime/CL/functions/CLFastCorners.h
arm_compute/runtime/CL/functions/CLGEMM.h
arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h
arm_compute/runtime/CL/functions/CLPermute.h
arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h
arm_compute/runtime/CL/functions/CLSoftmaxLayer.h
arm_compute/runtime/GLES_COMPUTE/GCFunctions.h
arm_compute/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h
arm_compute/runtime/GLES_COMPUTE/functions/GCDepthwiseConvolutionLayer.h
arm_compute/runtime/GLES_COMPUTE/functions/GCDirectConvolutionLayer.h
arm_compute/runtime/GLES_COMPUTE/functions/GCGEMM.h
arm_compute/runtime/GLES_COMPUTE/functions/GCPoolingLayer.h
arm_compute/runtime/GLES_COMPUTE/functions/GCTensorShift.h [new file with mode: 0644]
arm_compute/runtime/IScheduler.h
arm_compute/runtime/NEON/NEFunctions.h
arm_compute/runtime/NEON/functions/NEActivationLayer.h
arm_compute/runtime/NEON/functions/NEArithmeticAddition.h
arm_compute/runtime/NEON/functions/NEBatchNormalizationLayer.h
arm_compute/runtime/NEON/functions/NEConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEDeconvolutionLayer.h
arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h
arm_compute/runtime/NEON/functions/NEGEMM.h
arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NEGEMMTranspose1xW.h
arm_compute/runtime/NEON/functions/NEIm2Col.h
arm_compute/runtime/NEON/functions/NELaplacianReconstruct.h
arm_compute/runtime/NEON/functions/NEPermute.h [new file with mode: 0644]
arm_compute/runtime/NEON/functions/NESoftmaxLayer.h
arm_compute/runtime/NEON/functions/NEWinogradLayer.h
arm_compute/runtime/Scheduler.h
docs/00_introduction.dox
docs/Doxyfile
documentation/00__introduction_8dox.xhtml
documentation/01__library_8dox.xhtml
documentation/02__tests_8dox.xhtml
documentation/03__scripts_8dox.xhtml
documentation/_absolute_difference_8h.xhtml
documentation/_absolute_difference_8h_source.xhtml
documentation/_absolute_difference_fixture_8h.xhtml
documentation/_absolute_difference_fixture_8h_source.xhtml
documentation/_access_window_auto_padding_8h.xhtml
documentation/_access_window_auto_padding_8h_source.xhtml
documentation/_access_window_static_8h.xhtml
documentation/_access_window_static_8h_source.xhtml
documentation/_access_window_transpose_8h.xhtml
documentation/_access_window_transpose_8h_source.xhtml
documentation/_accessor_8h.xhtml
documentation/_accessor_8h_source.xhtml
documentation/_accumulate_8h.xhtml
documentation/_accumulate_8h_source.xhtml
documentation/_accumulate_fixture_8h.xhtml
documentation/_accumulate_fixture_8h_source.xhtml
documentation/_activation_functions_dataset_8h.xhtml
documentation/_activation_functions_dataset_8h_source.xhtml
documentation/_alex_net_activation_layer_dataset_8h.xhtml
documentation/_alex_net_activation_layer_dataset_8h_source.xhtml
documentation/_alex_net_convolution_layer_dataset_8h.xhtml
documentation/_alex_net_convolution_layer_dataset_8h_source.xhtml
documentation/_alex_net_fixture_8h.xhtml
documentation/_alex_net_fixture_8h_source.xhtml
documentation/_alex_net_fully_connected_layer_dataset_8h.xhtml
documentation/_alex_net_fully_connected_layer_dataset_8h_source.xhtml
documentation/_alex_net_g_e_m_m_dataset_8h.xhtml
documentation/_alex_net_g_e_m_m_dataset_8h_source.xhtml
documentation/_alex_net_network_8h.xhtml
documentation/_alex_net_network_8h_source.xhtml
documentation/_alex_net_normalization_layer_dataset_8h.xhtml
documentation/_alex_net_normalization_layer_dataset_8h_source.xhtml
documentation/_alex_net_pooling_layer_dataset_8h.xhtml
documentation/_alex_net_pooling_layer_dataset_8h_source.xhtml
documentation/_allocator_8h.xhtml
documentation/_allocator_8h_source.xhtml
documentation/_arithmetic_addition_8h.xhtml
documentation/_arithmetic_addition_8h_source.xhtml
documentation/_arithmetic_addition_fixture_8h.xhtml
documentation/_arithmetic_addition_fixture_8h_source.xhtml
documentation/_arithmetic_subtraction_8h.xhtml
documentation/_arithmetic_subtraction_8h_source.xhtml
documentation/_arithmetic_subtraction_fixture_8h.xhtml
documentation/_arithmetic_subtraction_fixture_8h_source.xhtml
documentation/_array_8h.xhtml
documentation/_array_8h_source.xhtml
documentation/_array_accessor_8h.xhtml
documentation/_array_accessor_8h_source.xhtml
documentation/_asserts_8h.xhtml
documentation/_asserts_8h_source.xhtml
documentation/_assets_library_8cpp.xhtml
documentation/_assets_library_8cpp_source.xhtml
documentation/_assets_library_8h.xhtml
documentation/_assets_library_8h_source.xhtml
documentation/_asymm_helpers_8h.xhtml
documentation/_asymm_helpers_8h_source.xhtml
documentation/_batch_normalization_layer_dataset_8h.xhtml
documentation/_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_bitwise_and_8h.xhtml
documentation/_bitwise_and_8h_source.xhtml
documentation/_bitwise_and_fixture_8h.xhtml
documentation/_bitwise_and_fixture_8h_source.xhtml
documentation/_bitwise_not_8h.xhtml
documentation/_bitwise_not_8h_source.xhtml
documentation/_bitwise_not_fixture_8h.xhtml
documentation/_bitwise_not_fixture_8h_source.xhtml
documentation/_bitwise_or_8h.xhtml
documentation/_bitwise_or_8h_source.xhtml
documentation/_bitwise_or_fixture_8h.xhtml
documentation/_bitwise_or_fixture_8h_source.xhtml
documentation/_bitwise_xor_8h.xhtml
documentation/_bitwise_xor_8h_source.xhtml
documentation/_bitwise_xor_fixture_8h.xhtml
documentation/_bitwise_xor_fixture_8h_source.xhtml
documentation/_blob_lifetime_manager_8h.xhtml
documentation/_blob_lifetime_manager_8h_source.xhtml
documentation/_blob_memory_pool_8h.xhtml
documentation/_blob_memory_pool_8h_source.xhtml
documentation/_border_mode_dataset_8h.xhtml
documentation/_border_mode_dataset_8h_source.xhtml
documentation/_box3x3_8h.xhtml
documentation/_box3x3_8h_source.xhtml
documentation/_box3x3_fixture_8h.xhtml
documentation/_box3x3_fixture_8h_source.xhtml
documentation/_branch_layer_8h.xhtml
documentation/_branch_layer_8h_source.xhtml
documentation/_c_l_2_absolute_difference_8cpp.xhtml
documentation/_c_l_2_absolute_difference_8cpp_source.xhtml
documentation/_c_l_2_accumulate_8cpp.xhtml
documentation/_c_l_2_accumulate_8cpp_source.xhtml
documentation/_c_l_2_arithmetic_addition_8cpp.js
documentation/_c_l_2_arithmetic_addition_8cpp.xhtml
documentation/_c_l_2_arithmetic_addition_8cpp_source.xhtml
documentation/_c_l_2_arithmetic_subtraction_8cpp.js
documentation/_c_l_2_arithmetic_subtraction_8cpp.xhtml
documentation/_c_l_2_arithmetic_subtraction_8cpp_source.xhtml
documentation/_c_l_2_bitwise_and_8cpp.xhtml
documentation/_c_l_2_bitwise_and_8cpp_source.xhtml
documentation/_c_l_2_bitwise_not_8cpp.xhtml
documentation/_c_l_2_bitwise_not_8cpp_source.xhtml
documentation/_c_l_2_bitwise_or_8cpp.xhtml
documentation/_c_l_2_bitwise_or_8cpp_source.xhtml
documentation/_c_l_2_bitwise_xor_8cpp.xhtml
documentation/_c_l_2_bitwise_xor_8cpp_source.xhtml
documentation/_c_l_2_box3x3_8cpp.xhtml
documentation/_c_l_2_box3x3_8cpp_source.xhtml
documentation/_c_l_2_channel_extract_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_channel_extract_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_channel_extract_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_convolution_8cpp.js
documentation/_c_l_2_convolution_8cpp.xhtml
documentation/_c_l_2_convolution_8cpp_source.xhtml
documentation/_c_l_2_deconvolution_layer_8cpp.js
documentation/_c_l_2_deconvolution_layer_8cpp.xhtml
documentation/_c_l_2_deconvolution_layer_8cpp_source.xhtml
documentation/_c_l_2_depth_convert_layer_8cpp.js
documentation/_c_l_2_depth_convert_layer_8cpp.xhtml
documentation/_c_l_2_depth_convert_layer_8cpp_source.xhtml
documentation/_c_l_2_derivative_8cpp.xhtml
documentation/_c_l_2_derivative_8cpp_source.xhtml
documentation/_c_l_2_dilate_8cpp.xhtml
documentation/_c_l_2_dilate_8cpp_source.xhtml
documentation/_c_l_2_equalize_histogram_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_equalize_histogram_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_equalize_histogram_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_erode_8cpp.xhtml
documentation/_c_l_2_erode_8cpp_source.xhtml
documentation/_c_l_2_fast_corners_8cpp.js [new file with mode: 0644]
documentation/_c_l_2_fast_corners_8cpp.xhtml [new file with mode: 0644]
documentation/_c_l_2_fast_corners_8cpp_source.xhtml [new file with mode: 0644]
documentation/_c_l_2_fill_border_8cpp.xhtml
documentation/_c_l_2_fill_border_8cpp_source.xhtml
documentation/_c_l_2_fixed_point_2_fixed_point_target_8h.xhtml
documentation/_c_l_2_fixed_point_2_fixed_point_target_8h_source.xhtml
documentation/_c_l_2_flatten_8cpp.js
documentation/_c_l_2_flatten_8cpp.xhtml
documentation/_c_l_2_flatten_8cpp_source.xhtml
documentation/_c_l_2_g_e_m_m_interleave4x4_8cpp.xhtml
documentation/_c_l_2_g_e_m_m_interleave4x4_8cpp_source.xhtml
documentation/_c_l_2_gaussian3x3_8cpp.xhtml
documentation/_c_l_2_gaussian3x3_8cpp_source.xhtml
documentation/_c_l_2_gaussian5x5_8cpp.xhtml
documentation/_c_l_2_gaussian5x5_8cpp_source.xhtml
documentation/_c_l_2_global_pooling_layer_8cpp.xhtml
documentation/_c_l_2_global_pooling_layer_8cpp_source.xhtml
documentation/_c_l_2_h_o_g_descriptor_8cpp.xhtml
documentation/_c_l_2_h_o_g_descriptor_8cpp_source.xhtml
documentation/_c_l_2_helper_8h.xhtml
documentation/_c_l_2_helper_8h_source.xhtml
documentation/_c_l_2_histogram_8cpp.xhtml
documentation/_c_l_2_histogram_8cpp_source.xhtml
documentation/_c_l_2_integral_image_8cpp.xhtml
documentation/_c_l_2_integral_image_8cpp_source.xhtml
documentation/_c_l_2_mean_std_dev_8cpp.xhtml
documentation/_c_l_2_mean_std_dev_8cpp_source.xhtml
documentation/_c_l_2_median3x3_8cpp.xhtml
documentation/_c_l_2_median3x3_8cpp_source.xhtml
documentation/_c_l_2_min_max_location_8cpp.xhtml
documentation/_c_l_2_min_max_location_8cpp_source.xhtml
documentation/_c_l_2_non_linear_filter_8cpp.xhtml
documentation/_c_l_2_non_linear_filter_8cpp_source.xhtml
documentation/_c_l_2_permute_8cpp.js
documentation/_c_l_2_permute_8cpp.xhtml
documentation/_c_l_2_permute_8cpp_source.xhtml
documentation/_c_l_2_phase_8cpp.xhtml
documentation/_c_l_2_phase_8cpp_source.xhtml
documentation/_c_l_2_pixel_wise_multiplication_8cpp.js
documentation/_c_l_2_pixel_wise_multiplication_8cpp.xhtml
documentation/_c_l_2_pixel_wise_multiplication_8cpp_source.xhtml
documentation/_c_l_2_r_o_i_pooling_layer_8cpp.xhtml
documentation/_c_l_2_r_o_i_pooling_layer_8cpp_source.xhtml
documentation/_c_l_2_reduction_operation_8cpp.xhtml
documentation/_c_l_2_reduction_operation_8cpp_source.xhtml
documentation/_c_l_2_remap_8cpp.xhtml
documentation/_c_l_2_remap_8cpp_source.xhtml
documentation/_c_l_2_scharr_8cpp.xhtml
documentation/_c_l_2_scharr_8cpp_source.xhtml
documentation/_c_l_2_sobel_8cpp.xhtml
documentation/_c_l_2_sobel_8cpp_source.xhtml
documentation/_c_l_2_table_lookup_8cpp.xhtml
documentation/_c_l_2_table_lookup_8cpp_source.xhtml
documentation/_c_l_2_threshold_8cpp.xhtml
documentation/_c_l_2_threshold_8cpp_source.xhtml
documentation/_c_l_2_warp_affine_8cpp.xhtml
documentation/_c_l_2_warp_affine_8cpp_source.xhtml
documentation/_c_l_2_warp_perspective_8cpp.xhtml
documentation/_c_l_2_warp_perspective_8cpp_source.xhtml
documentation/_c_l_absolute_difference_8h.xhtml
documentation/_c_l_absolute_difference_8h_source.xhtml
documentation/_c_l_absolute_difference_kernel_8h.xhtml
documentation/_c_l_absolute_difference_kernel_8h_source.xhtml
documentation/_c_l_accessor_8h.xhtml
documentation/_c_l_accessor_8h_source.xhtml
documentation/_c_l_accumulate_8h.xhtml
documentation/_c_l_accumulate_8h_source.xhtml
documentation/_c_l_accumulate_kernel_8h.xhtml
documentation/_c_l_accumulate_kernel_8h_source.xhtml
documentation/_c_l_activation_layer_8h.xhtml
documentation/_c_l_activation_layer_8h_source.xhtml
documentation/_c_l_activation_layer_kernel_8h.xhtml
documentation/_c_l_activation_layer_kernel_8h_source.xhtml
documentation/_c_l_arithmetic_addition_8h.xhtml
documentation/_c_l_arithmetic_addition_8h_source.xhtml
documentation/_c_l_arithmetic_addition_kernel_8h.xhtml
documentation/_c_l_arithmetic_addition_kernel_8h_source.xhtml
documentation/_c_l_arithmetic_subtraction_8h.xhtml
documentation/_c_l_arithmetic_subtraction_8h_source.xhtml
documentation/_c_l_arithmetic_subtraction_kernel_8h.xhtml
documentation/_c_l_arithmetic_subtraction_kernel_8h_source.xhtml
documentation/_c_l_array_8h.xhtml
documentation/_c_l_array_8h_source.xhtml
documentation/_c_l_array_accessor_8h.xhtml
documentation/_c_l_array_accessor_8h_source.xhtml
documentation/_c_l_batch_normalization_layer_8h.xhtml
documentation/_c_l_batch_normalization_layer_8h_source.xhtml
documentation/_c_l_batch_normalization_layer_kernel_8h.xhtml
documentation/_c_l_batch_normalization_layer_kernel_8h_source.xhtml
documentation/_c_l_bitwise_and_8h.xhtml
documentation/_c_l_bitwise_and_8h_source.xhtml
documentation/_c_l_bitwise_and_kernel_8h.xhtml
documentation/_c_l_bitwise_and_kernel_8h_source.xhtml
documentation/_c_l_bitwise_not_8h.xhtml
documentation/_c_l_bitwise_not_8h_source.xhtml
documentation/_c_l_bitwise_not_kernel_8h.xhtml
documentation/_c_l_bitwise_not_kernel_8h_source.xhtml
documentation/_c_l_bitwise_or_8h.xhtml
documentation/_c_l_bitwise_or_8h_source.xhtml
documentation/_c_l_bitwise_or_kernel_8h.xhtml
documentation/_c_l_bitwise_or_kernel_8h_source.xhtml
documentation/_c_l_bitwise_xor_8h.xhtml
documentation/_c_l_bitwise_xor_8h_source.xhtml
documentation/_c_l_bitwise_xor_kernel_8h.xhtml
documentation/_c_l_bitwise_xor_kernel_8h_source.xhtml
documentation/_c_l_box3x3_8h.xhtml
documentation/_c_l_box3x3_8h_source.xhtml
documentation/_c_l_box3x3_kernel_8h.xhtml
documentation/_c_l_box3x3_kernel_8h_source.xhtml
documentation/_c_l_buffer_allocator_8h.xhtml
documentation/_c_l_buffer_allocator_8h_source.xhtml
documentation/_c_l_canny_edge_8h.xhtml
documentation/_c_l_canny_edge_8h_source.xhtml
documentation/_c_l_canny_edge_kernel_8h.xhtml
documentation/_c_l_canny_edge_kernel_8h_source.xhtml
documentation/_c_l_channel_combine_8h.xhtml
documentation/_c_l_channel_combine_8h_source.xhtml
documentation/_c_l_channel_combine_kernel_8h.xhtml
documentation/_c_l_channel_combine_kernel_8h_source.xhtml
documentation/_c_l_channel_extract_8h.xhtml
documentation/_c_l_channel_extract_8h_source.xhtml
documentation/_c_l_channel_extract_kernel_8h.xhtml
documentation/_c_l_channel_extract_kernel_8h_source.xhtml
documentation/_c_l_col2_im_kernel_8h.xhtml
documentation/_c_l_col2_im_kernel_8h_source.xhtml
documentation/_c_l_color_convert_8h.xhtml
documentation/_c_l_color_convert_8h_source.xhtml
documentation/_c_l_color_convert_kernel_8h.xhtml
documentation/_c_l_color_convert_kernel_8h_source.xhtml
documentation/_c_l_convolution_8h.xhtml
documentation/_c_l_convolution_8h_source.xhtml
documentation/_c_l_convolution_kernel_8h.xhtml
documentation/_c_l_convolution_kernel_8h_source.xhtml
documentation/_c_l_convolution_layer_8h.xhtml
documentation/_c_l_convolution_layer_8h_source.xhtml
documentation/_c_l_deconvolution_layer_8h.xhtml
documentation/_c_l_deconvolution_layer_8h_source.xhtml
documentation/_c_l_deconvolution_layer_upsample_8h.xhtml
documentation/_c_l_deconvolution_layer_upsample_8h_source.xhtml
documentation/_c_l_deconvolution_layer_upsample_kernel_8h.xhtml
documentation/_c_l_deconvolution_layer_upsample_kernel_8h_source.xhtml
documentation/_c_l_depth_concatenate_layer_8h.xhtml
documentation/_c_l_depth_concatenate_layer_8h_source.xhtml
documentation/_c_l_depth_concatenate_layer_kernel_8h.xhtml
documentation/_c_l_depth_concatenate_layer_kernel_8h_source.xhtml
documentation/_c_l_depth_convert_layer_8h.xhtml
documentation/_c_l_depth_convert_layer_8h_source.xhtml
documentation/_c_l_depth_convert_layer_kernel_8h.xhtml
documentation/_c_l_depth_convert_layer_kernel_8h_source.xhtml
documentation/_c_l_depthwise_convolution_layer3x3_kernel_8h.xhtml
documentation/_c_l_depthwise_convolution_layer3x3_kernel_8h_source.xhtml
documentation/_c_l_depthwise_convolution_layer_8h.xhtml
documentation/_c_l_depthwise_convolution_layer_8h_source.xhtml
documentation/_c_l_depthwise_im2_col_kernel_8h.xhtml
documentation/_c_l_depthwise_im2_col_kernel_8h_source.xhtml
documentation/_c_l_depthwise_separable_convolution_layer_8h.xhtml
documentation/_c_l_depthwise_separable_convolution_layer_8h_source.xhtml
documentation/_c_l_depthwise_vector_to_tensor_kernel_8h.xhtml
documentation/_c_l_depthwise_vector_to_tensor_kernel_8h_source.xhtml
documentation/_c_l_depthwise_weights_reshape_kernel_8h.xhtml
documentation/_c_l_depthwise_weights_reshape_kernel_8h_source.xhtml
documentation/_c_l_dequantization_layer_8h.xhtml
documentation/_c_l_dequantization_layer_8h_source.xhtml
documentation/_c_l_dequantization_layer_kernel_8h.xhtml
documentation/_c_l_dequantization_layer_kernel_8h_source.xhtml
documentation/_c_l_derivative_8h.xhtml
documentation/_c_l_derivative_8h_source.xhtml
documentation/_c_l_derivative_kernel_8h.xhtml
documentation/_c_l_derivative_kernel_8h_source.xhtml
documentation/_c_l_dilate_8h.xhtml
documentation/_c_l_dilate_8h_source.xhtml
documentation/_c_l_dilate_kernel_8h.xhtml
documentation/_c_l_dilate_kernel_8h_source.xhtml
documentation/_c_l_direct_convolution_layer_8h.xhtml
documentation/_c_l_direct_convolution_layer_8h_source.xhtml
documentation/_c_l_direct_convolution_layer_kernel_8h.xhtml
documentation/_c_l_direct_convolution_layer_kernel_8h_source.xhtml
documentation/_c_l_direct_convolution_layer_output_stage_kernel_8h.xhtml [new file with mode: 0644]
documentation/_c_l_direct_convolution_layer_output_stage_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_distribution1_d_8h.xhtml
documentation/_c_l_distribution1_d_8h_source.xhtml
documentation/_c_l_equalize_histogram_8h.xhtml
documentation/_c_l_equalize_histogram_8h_source.xhtml
documentation/_c_l_erode_8h.xhtml
documentation/_c_l_erode_8h_source.xhtml
documentation/_c_l_erode_kernel_8h.xhtml
documentation/_c_l_erode_kernel_8h_source.xhtml
documentation/_c_l_fast_corners_8h.xhtml
documentation/_c_l_fast_corners_8h_source.xhtml
documentation/_c_l_fast_corners_kernel_8h.xhtml
documentation/_c_l_fast_corners_kernel_8h_source.xhtml
documentation/_c_l_fill_border_8h.xhtml
documentation/_c_l_fill_border_8h_source.xhtml
documentation/_c_l_fill_border_kernel_8h.xhtml
documentation/_c_l_fill_border_kernel_8h_source.xhtml
documentation/_c_l_flatten_layer_8h.xhtml
documentation/_c_l_flatten_layer_8h_source.xhtml
documentation/_c_l_floor_8h.xhtml
documentation/_c_l_floor_8h_source.xhtml
documentation/_c_l_floor_kernel_8h.xhtml
documentation/_c_l_floor_kernel_8h_source.xhtml
documentation/_c_l_fully_connected_layer_8h.xhtml
documentation/_c_l_fully_connected_layer_8h_source.xhtml
documentation/_c_l_functions_8h.xhtml
documentation/_c_l_functions_8h_source.xhtml
documentation/_c_l_g_e_m_m_8h.xhtml
documentation/_c_l_g_e_m_m_8h_source.xhtml
documentation/_c_l_g_e_m_m_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_c_l_g_e_m_m_interleave4x4_8h.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_interleave4x4_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_core_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_core_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_offset_contribution_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_offset_contribution_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_output_stage_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_output_stage_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_lowp_reduction_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_lowp_reduction_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_addition_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_addition_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_multiply_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_matrix_vector_multiply_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_matrix_vector_multiply_kernel_8h_source.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_8h.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_8h_source.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h.xhtml
documentation/_c_l_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml
documentation/_c_l_gaussian3x3_8h.xhtml
documentation/_c_l_gaussian3x3_8h_source.xhtml
documentation/_c_l_gaussian3x3_kernel_8h.xhtml
documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml
documentation/_c_l_gaussian5x5_8h.xhtml
documentation/_c_l_gaussian5x5_8h_source.xhtml
documentation/_c_l_gaussian5x5_kernel_8h.xhtml
documentation/_c_l_gaussian5x5_kernel_8h_source.xhtml
documentation/_c_l_gaussian_pyramid_8h.xhtml
documentation/_c_l_gaussian_pyramid_8h_source.xhtml
documentation/_c_l_gaussian_pyramid_kernel_8h.xhtml
documentation/_c_l_gaussian_pyramid_kernel_8h_source.xhtml
documentation/_c_l_h_o_g_8h.xhtml
documentation/_c_l_h_o_g_8h_source.xhtml
documentation/_c_l_h_o_g_descriptor_8h.xhtml
documentation/_c_l_h_o_g_descriptor_8h_source.xhtml
documentation/_c_l_h_o_g_descriptor_kernel_8h.xhtml
documentation/_c_l_h_o_g_descriptor_kernel_8h_source.xhtml
documentation/_c_l_h_o_g_detector_8h.xhtml
documentation/_c_l_h_o_g_detector_8h_source.xhtml
documentation/_c_l_h_o_g_detector_kernel_8h.xhtml
documentation/_c_l_h_o_g_detector_kernel_8h_source.xhtml
documentation/_c_l_h_o_g_gradient_8h.xhtml
documentation/_c_l_h_o_g_gradient_8h_source.xhtml
documentation/_c_l_h_o_g_multi_detection_8h.xhtml
documentation/_c_l_h_o_g_multi_detection_8h_source.xhtml
documentation/_c_l_harris_corners_8h.xhtml
documentation/_c_l_harris_corners_8h_source.xhtml
documentation/_c_l_harris_corners_kernel_8h.xhtml
documentation/_c_l_harris_corners_kernel_8h_source.xhtml
documentation/_c_l_helpers_8h.xhtml
documentation/_c_l_helpers_8h_source.xhtml
documentation/_c_l_histogram_8h.xhtml
documentation/_c_l_histogram_8h_source.xhtml
documentation/_c_l_histogram_kernel_8h.xhtml
documentation/_c_l_histogram_kernel_8h_source.xhtml
documentation/_c_l_im2_col_kernel_8h.xhtml
documentation/_c_l_im2_col_kernel_8h_source.xhtml
documentation/_c_l_integral_image_8h.xhtml
documentation/_c_l_integral_image_8h_source.xhtml
documentation/_c_l_integral_image_kernel_8h.xhtml
documentation/_c_l_integral_image_kernel_8h_source.xhtml
documentation/_c_l_kernel_library_8h.xhtml
documentation/_c_l_kernel_library_8h_source.xhtml
documentation/_c_l_kernels_8h.xhtml
documentation/_c_l_kernels_8h_source.xhtml
documentation/_c_l_l2_normalize_layer_8h.xhtml
documentation/_c_l_l2_normalize_layer_8h_source.xhtml
documentation/_c_l_l2_normalize_layer_kernel_8h.xhtml
documentation/_c_l_l2_normalize_layer_kernel_8h_source.xhtml
documentation/_c_l_l_k_tracker_kernel_8h.xhtml
documentation/_c_l_l_k_tracker_kernel_8h_source.xhtml
documentation/_c_l_laplacian_pyramid_8h.xhtml
documentation/_c_l_laplacian_pyramid_8h_source.xhtml
documentation/_c_l_laplacian_reconstruct_8h.xhtml
documentation/_c_l_laplacian_reconstruct_8h_source.xhtml
documentation/_c_l_locally_connected_layer_8h.xhtml
documentation/_c_l_locally_connected_layer_8h_source.xhtml
documentation/_c_l_locally_connected_matrix_multiply_kernel_8h.xhtml
documentation/_c_l_locally_connected_matrix_multiply_kernel_8h_source.xhtml
documentation/_c_l_lut_8h.xhtml
documentation/_c_l_lut_8h_source.xhtml
documentation/_c_l_lut_accessor_8h.xhtml
documentation/_c_l_lut_accessor_8h_source.xhtml
documentation/_c_l_lut_allocator_8h.xhtml
documentation/_c_l_lut_allocator_8h_source.xhtml
documentation/_c_l_magnitude_8h.xhtml
documentation/_c_l_magnitude_8h_source.xhtml
documentation/_c_l_magnitude_phase_kernel_8h.xhtml
documentation/_c_l_magnitude_phase_kernel_8h_source.xhtml
documentation/_c_l_map_8h.xhtml
documentation/_c_l_map_8h_source.xhtml
documentation/_c_l_mean_std_dev_8h.xhtml
documentation/_c_l_mean_std_dev_8h_source.xhtml
documentation/_c_l_mean_std_dev_kernel_8h.xhtml
documentation/_c_l_mean_std_dev_kernel_8h_source.xhtml
documentation/_c_l_median3x3_8h.xhtml
documentation/_c_l_median3x3_8h_source.xhtml
documentation/_c_l_median3x3_kernel_8h.xhtml
documentation/_c_l_median3x3_kernel_8h_source.xhtml
documentation/_c_l_memory_group_8h.xhtml
documentation/_c_l_memory_group_8h_source.xhtml
documentation/_c_l_min_max_layer_kernel_8h.xhtml
documentation/_c_l_min_max_layer_kernel_8h_source.xhtml
documentation/_c_l_min_max_location_8h.xhtml
documentation/_c_l_min_max_location_8h_source.xhtml
documentation/_c_l_min_max_location_kernel_8h.xhtml
documentation/_c_l_min_max_location_kernel_8h_source.xhtml
documentation/_c_l_multi_h_o_g_8h.xhtml
documentation/_c_l_multi_h_o_g_8h_source.xhtml
documentation/_c_l_multi_image_8h.xhtml
documentation/_c_l_multi_image_8h_source.xhtml
documentation/_c_l_non_linear_filter_8h.xhtml
documentation/_c_l_non_linear_filter_8h_source.xhtml
documentation/_c_l_non_linear_filter_kernel_8h.xhtml
documentation/_c_l_non_linear_filter_kernel_8h_source.xhtml
documentation/_c_l_non_maxima_suppression3x3_8h.xhtml
documentation/_c_l_non_maxima_suppression3x3_8h_source.xhtml
documentation/_c_l_non_maxima_suppression3x3_kernel_8h.xhtml
documentation/_c_l_non_maxima_suppression3x3_kernel_8h_source.xhtml
documentation/_c_l_normalization_layer_8h.xhtml
documentation/_c_l_normalization_layer_8h_source.xhtml
documentation/_c_l_normalization_layer_kernel_8h.xhtml
documentation/_c_l_normalization_layer_kernel_8h_source.xhtml
documentation/_c_l_optical_flow_8h.xhtml
documentation/_c_l_optical_flow_8h_source.xhtml
documentation/_c_l_permute_8h.xhtml
documentation/_c_l_permute_8h_source.xhtml
documentation/_c_l_permute_kernel_8h.xhtml
documentation/_c_l_permute_kernel_8h_source.xhtml
documentation/_c_l_phase_8h.xhtml
documentation/_c_l_phase_8h_source.xhtml
documentation/_c_l_pixel_wise_multiplication_8h.xhtml
documentation/_c_l_pixel_wise_multiplication_8h_source.xhtml
documentation/_c_l_pixel_wise_multiplication_kernel_8h.xhtml
documentation/_c_l_pixel_wise_multiplication_kernel_8h_source.xhtml
documentation/_c_l_pooling_layer_8h.xhtml
documentation/_c_l_pooling_layer_8h_source.xhtml
documentation/_c_l_pooling_layer_kernel_8h.xhtml
documentation/_c_l_pooling_layer_kernel_8h_source.xhtml
documentation/_c_l_pyramid_8h.xhtml
documentation/_c_l_pyramid_8h_source.xhtml
documentation/_c_l_quantization_layer_8h.xhtml
documentation/_c_l_quantization_layer_8h_source.xhtml
documentation/_c_l_quantization_layer_kernel_8h.xhtml
documentation/_c_l_quantization_layer_kernel_8h_source.xhtml
documentation/_c_l_r_o_i_pooling_layer_8h.xhtml
documentation/_c_l_r_o_i_pooling_layer_8h_source.xhtml
documentation/_c_l_r_o_i_pooling_layer_kernel_8h.xhtml
documentation/_c_l_r_o_i_pooling_layer_kernel_8h_source.xhtml
documentation/_c_l_reduction_operation_8h.xhtml
documentation/_c_l_reduction_operation_8h_source.xhtml
documentation/_c_l_reduction_operation_kernel_8h.xhtml
documentation/_c_l_reduction_operation_kernel_8h_source.xhtml
documentation/_c_l_remap_8h.xhtml
documentation/_c_l_remap_8h_source.xhtml
documentation/_c_l_remap_kernel_8h.xhtml
documentation/_c_l_remap_kernel_8h_source.xhtml
documentation/_c_l_reshape_layer_8h.xhtml
documentation/_c_l_reshape_layer_8h_source.xhtml
documentation/_c_l_reshape_layer_kernel_8h.xhtml
documentation/_c_l_reshape_layer_kernel_8h_source.xhtml
documentation/_c_l_scale_8h.xhtml
documentation/_c_l_scale_8h_source.xhtml
documentation/_c_l_scale_kernel_8h.xhtml
documentation/_c_l_scale_kernel_8h_source.xhtml
documentation/_c_l_scharr3x3_8h.xhtml
documentation/_c_l_scharr3x3_8h_source.xhtml
documentation/_c_l_scharr3x3_kernel_8h.xhtml
documentation/_c_l_scharr3x3_kernel_8h_source.xhtml
documentation/_c_l_scheduler_8h.xhtml
documentation/_c_l_scheduler_8h_source.xhtml
documentation/_c_l_sobel3x3_8h.xhtml
documentation/_c_l_sobel3x3_8h_source.xhtml
documentation/_c_l_sobel3x3_kernel_8h.xhtml
documentation/_c_l_sobel3x3_kernel_8h_source.xhtml
documentation/_c_l_sobel5x5_8h.xhtml
documentation/_c_l_sobel5x5_8h_source.xhtml
documentation/_c_l_sobel5x5_kernel_8h.xhtml
documentation/_c_l_sobel5x5_kernel_8h_source.xhtml
documentation/_c_l_sobel7x7_8h.xhtml
documentation/_c_l_sobel7x7_8h_source.xhtml
documentation/_c_l_sobel7x7_kernel_8h.xhtml
documentation/_c_l_sobel7x7_kernel_8h_source.xhtml
documentation/_c_l_softmax_layer_8h.xhtml
documentation/_c_l_softmax_layer_8h_source.xhtml
documentation/_c_l_softmax_layer_kernel_8h.xhtml
documentation/_c_l_softmax_layer_kernel_8h_source.xhtml
documentation/_c_l_sub_tensor_8h.xhtml
documentation/_c_l_sub_tensor_8h_source.xhtml
documentation/_c_l_table_lookup_8h.xhtml
documentation/_c_l_table_lookup_8h_source.xhtml
documentation/_c_l_table_lookup_kernel_8h.xhtml
documentation/_c_l_table_lookup_kernel_8h_source.xhtml
documentation/_c_l_tensor_8h.xhtml
documentation/_c_l_tensor_8h_source.xhtml
documentation/_c_l_tensor_allocator_8h.xhtml
documentation/_c_l_tensor_allocator_8h_source.xhtml
documentation/_c_l_threshold_8h.xhtml
documentation/_c_l_threshold_8h_source.xhtml
documentation/_c_l_threshold_kernel_8h.xhtml
documentation/_c_l_threshold_kernel_8h_source.xhtml
documentation/_c_l_transpose_8h.xhtml
documentation/_c_l_transpose_8h_source.xhtml
documentation/_c_l_transpose_kernel_8h.xhtml
documentation/_c_l_transpose_kernel_8h_source.xhtml
documentation/_c_l_tuner_8h.xhtml
documentation/_c_l_tuner_8h_source.xhtml
documentation/_c_l_types_8h.xhtml
documentation/_c_l_types_8h_source.xhtml
documentation/_c_l_unmap_8h.xhtml
documentation/_c_l_unmap_8h_source.xhtml
documentation/_c_l_warp_affine_8h.xhtml
documentation/_c_l_warp_affine_8h_source.xhtml
documentation/_c_l_warp_affine_kernel_8h.xhtml
documentation/_c_l_warp_affine_kernel_8h_source.xhtml
documentation/_c_l_warp_perspective_8h.xhtml
documentation/_c_l_warp_perspective_8h_source.xhtml
documentation/_c_l_warp_perspective_kernel_8h.xhtml
documentation/_c_l_warp_perspective_kernel_8h_source.xhtml
documentation/_c_l_weights_reshape_kernel_8h.xhtml
documentation/_c_l_weights_reshape_kernel_8h_source.xhtml
documentation/_c_p_p_2_permute_8cpp.xhtml
documentation/_c_p_p_2_permute_8cpp_source.xhtml
documentation/_c_p_p_corner_candidates_kernel_8h.xhtml
documentation/_c_p_p_corner_candidates_kernel_8h_source.xhtml
documentation/_c_p_p_detection_window_non_maxima_suppression_kernel_8h.xhtml
documentation/_c_p_p_detection_window_non_maxima_suppression_kernel_8h_source.xhtml
documentation/_c_p_p_functions_8h.xhtml
documentation/_c_p_p_functions_8h_source.xhtml
documentation/_c_p_p_kernels_8h.xhtml
documentation/_c_p_p_kernels_8h_source.xhtml
documentation/_c_p_p_permute_8h.xhtml
documentation/_c_p_p_permute_8h_source.xhtml
documentation/_c_p_p_permute_kernel_8h.xhtml
documentation/_c_p_p_permute_kernel_8h_source.xhtml
documentation/_c_p_p_scheduler_8h.xhtml
documentation/_c_p_p_scheduler_8h_source.xhtml
documentation/_c_p_p_sort_euclidean_distance_kernel_8h.xhtml
documentation/_c_p_p_sort_euclidean_distance_kernel_8h_source.xhtml
documentation/_c_p_p_types_8h.xhtml
documentation/_c_p_p_types_8h_source.xhtml
documentation/_cartesian_product_dataset_8h.xhtml
documentation/_cartesian_product_dataset_8h_source.xhtml
documentation/_channel_extract_8h.js [new file with mode: 0644]
documentation/_channel_extract_8h.xhtml [new file with mode: 0644]
documentation/_channel_extract_8h_source.xhtml [new file with mode: 0644]
documentation/_channel_extract_fixture_8h.xhtml [new file with mode: 0644]
documentation/_channel_extract_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_col2_im_8cpp.xhtml
documentation/_col2_im_8cpp_source.xhtml
documentation/_command_line_options_8h.xhtml
documentation/_command_line_options_8h_source.xhtml
documentation/_command_line_parser_8cpp.xhtml
documentation/_command_line_parser_8cpp_source.xhtml
documentation/_command_line_parser_8h.xhtml
documentation/_command_line_parser_8h_source.xhtml
documentation/_common_options_8cpp.xhtml
documentation/_common_options_8cpp_source.xhtml
documentation/_common_options_8h.xhtml
documentation/_common_options_8h_source.xhtml
documentation/_container_dataset_8h.xhtml
documentation/_container_dataset_8h_source.xhtml
documentation/_convert_policy_dataset_8h.xhtml
documentation/_convert_policy_dataset_8h_source.xhtml
documentation/_convolution_8h.js
documentation/_convolution_8h.xhtml
documentation/_convolution_8h_source.xhtml
documentation/_convolution_fixture_8h.xhtml
documentation/_convolution_fixture_8h_source.xhtml
documentation/_convolution_layer_dataset_8h.xhtml
documentation/_convolution_layer_dataset_8h_source.xhtml
documentation/_coordinates_8h.xhtml
documentation/_coordinates_8h_source.xhtml
documentation/_dataset_8h.xhtml
documentation/_dataset_8h_source.xhtml
documentation/_dataset_modes_8cpp.xhtml
documentation/_dataset_modes_8cpp_source.xhtml
documentation/_dataset_modes_8h.xhtml
documentation/_dataset_modes_8h_source.xhtml
documentation/_datasets_8h.xhtml
documentation/_datasets_8h_source.xhtml
documentation/_deconvolution_layer_8h.xhtml
documentation/_deconvolution_layer_8h_source.xhtml
documentation/_deconvolution_layer_fixture_8h.xhtml
documentation/_deconvolution_layer_fixture_8h_source.xhtml
documentation/_depth_concatenate_layer_8h.xhtml
documentation/_depth_concatenate_layer_8h_source.xhtml
documentation/_depth_convert_layer_fixture_8h.xhtml
documentation/_depth_convert_layer_fixture_8h_source.xhtml
documentation/_depthwise_convolution_layer_dataset_8h.xhtml
documentation/_depthwise_convolution_layer_dataset_8h_source.xhtml
documentation/_depthwise_separable_convolution_layer_8h.xhtml
documentation/_depthwise_separable_convolution_layer_8h_source.xhtml
documentation/_depthwise_separable_convolution_layer_dataset_8h.xhtml
documentation/_depthwise_separable_convolution_layer_dataset_8h_source.xhtml
documentation/_derivative_8h.xhtml
documentation/_derivative_8h_source.xhtml
documentation/_derivative_fixture_8h.xhtml
documentation/_derivative_fixture_8h_source.xhtml
documentation/_dilate_8h.xhtml
documentation/_dilate_8h_source.xhtml
documentation/_dilate_fixture_8h.xhtml
documentation/_dilate_fixture_8h_source.xhtml
documentation/_dimensions_8h.xhtml
documentation/_dimensions_8h_source.xhtml
documentation/_direct_convolution_layer_dataset_8h.xhtml
documentation/_direct_convolution_layer_dataset_8h_source.xhtml
documentation/_direct_convolution_layer_fixture_8h.xhtml
documentation/_direct_convolution_layer_fixture_8h_source.xhtml
documentation/_direct_convolution_layer_tensor_shift_8cpp.js [new file with mode: 0644]
documentation/_direct_convolution_layer_tensor_shift_8cpp.xhtml [new file with mode: 0644]
documentation/_direct_convolution_layer_tensor_shift_8cpp_source.xhtml [new file with mode: 0644]
documentation/_direct_convolution_layer_tensor_shift_fixture_8h.xhtml [new file with mode: 0644]
documentation/_direct_convolution_layer_tensor_shift_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_distribution1_d_8h.xhtml
documentation/_distribution1_d_8h_source.xhtml
documentation/_dropout_layer_fixture_8h.xhtml
documentation/_dropout_layer_fixture_8h_source.xhtml
documentation/_enum_list_option_8h.xhtml
documentation/_enum_list_option_8h_source.xhtml
documentation/_enum_option_8h.xhtml
documentation/_enum_option_8h_source.xhtml
documentation/_equalize_histogram_8h.js [new file with mode: 0644]
documentation/_equalize_histogram_8h.xhtml [new file with mode: 0644]
documentation/_equalize_histogram_8h_source.xhtml [new file with mode: 0644]
documentation/_equalize_histogram_fixture_8h.xhtml [new file with mode: 0644]
documentation/_equalize_histogram_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_erode_8h.xhtml
documentation/_erode_8h_source.xhtml
documentation/_erode_fixture_8h.xhtml
documentation/_erode_fixture_8h_source.xhtml
documentation/_exceptions_8cpp.xhtml
documentation/_exceptions_8cpp_source.xhtml
documentation/_exceptions_8h.xhtml
documentation/_exceptions_8h_source.xhtml
documentation/_fast_corners_8h.js [new file with mode: 0644]
documentation/_fast_corners_8h.xhtml [new file with mode: 0644]
documentation/_fast_corners_8h_source.xhtml [new file with mode: 0644]
documentation/_fast_corners_fixture_8h.xhtml [new file with mode: 0644]
documentation/_fast_corners_fixture_8h_source.xhtml [new file with mode: 0644]
documentation/_file_handler_8h.xhtml
documentation/_file_handler_8h_source.xhtml
documentation/_file_printer_8h.xhtml
documentation/_file_printer_8h_source.xhtml
documentation/_fixed_point_8inl.xhtml
documentation/_fixed_point_8inl_source.xhtml
documentation/_fixed_point___q_s8_8cpp.xhtml
documentation/_fixed_point___q_s8_8cpp_source.xhtml
documentation/_fixed_point_fixture_8h.xhtml
documentation/_fixed_point_fixture_8h_source.xhtml
documentation/_fixed_point_pixel_wise_multiplication_8h.xhtml
documentation/_fixed_point_pixel_wise_multiplication_8h_source.xhtml
documentation/_fixed_point_pixel_wise_multiplication_fixture_8h.xhtml
documentation/_fixed_point_pixel_wise_multiplication_fixture_8h_source.xhtml
documentation/_fixture_8h.xhtml
documentation/_fixture_8h_source.xhtml
documentation/_floor_8h.xhtml
documentation/_floor_8h_source.xhtml
documentation/_floor_layer_8h.xhtml
documentation/_floor_layer_8h_source.xhtml
documentation/_framework_8cpp.xhtml
documentation/_framework_8cpp_source.xhtml
documentation/_framework_8h.xhtml
documentation/_framework_8h_source.xhtml
documentation/_fully_connected_layer_dataset_8h.xhtml
documentation/_fully_connected_layer_dataset_8h_source.xhtml
documentation/_g_c_absolute_difference_8h.xhtml
documentation/_g_c_absolute_difference_8h_source.xhtml
documentation/_g_c_absolute_difference_kernel_8h.xhtml
documentation/_g_c_absolute_difference_kernel_8h_source.xhtml
documentation/_g_c_accessor_8h.xhtml
documentation/_g_c_accessor_8h_source.xhtml
documentation/_g_c_activation_layer_8h.xhtml
documentation/_g_c_activation_layer_8h_source.xhtml
documentation/_g_c_activation_layer_kernel_8h.xhtml
documentation/_g_c_activation_layer_kernel_8h_source.xhtml
documentation/_g_c_arithmetic_addition_8h.xhtml
documentation/_g_c_arithmetic_addition_8h_source.xhtml
documentation/_g_c_arithmetic_addition_kernel_8h.xhtml
documentation/_g_c_arithmetic_addition_kernel_8h_source.xhtml
documentation/_g_c_batch_normalization_layer_8h.xhtml
documentation/_g_c_batch_normalization_layer_8h_source.xhtml
documentation/_g_c_batch_normalization_layer_kernel_8h.xhtml
documentation/_g_c_batch_normalization_layer_kernel_8h_source.xhtml
documentation/_g_c_col2_im_kernel_8h.xhtml
documentation/_g_c_col2_im_kernel_8h_source.xhtml
documentation/_g_c_convolution_layer_8h.xhtml
documentation/_g_c_convolution_layer_8h_source.xhtml
documentation/_g_c_depth_concatenate_layer_8h.xhtml
documentation/_g_c_depth_concatenate_layer_8h_source.xhtml
documentation/_g_c_depth_concatenate_layer_kernel_8h.xhtml
documentation/_g_c_depth_concatenate_layer_kernel_8h_source.xhtml
documentation/_g_c_depthwise_convolution_layer3x3_kernel_8h.xhtml
documentation/_g_c_depthwise_convolution_layer3x3_kernel_8h_source.xhtml
documentation/_g_c_depthwise_convolution_layer_8h.xhtml
documentation/_g_c_depthwise_convolution_layer_8h_source.xhtml
documentation/_g_c_direct_convolution_layer_8h.xhtml
documentation/_g_c_direct_convolution_layer_8h_source.xhtml
documentation/_g_c_direct_convolution_layer_kernel_8h.xhtml
documentation/_g_c_direct_convolution_layer_kernel_8h_source.xhtml
documentation/_g_c_dropout_layer_8h.xhtml
documentation/_g_c_dropout_layer_8h_source.xhtml
documentation/_g_c_dropout_layer_kernel_8h.xhtml
documentation/_g_c_dropout_layer_kernel_8h_source.xhtml
documentation/_g_c_fill_border_8h.xhtml
documentation/_g_c_fill_border_8h_source.xhtml
documentation/_g_c_fill_border_kernel_8h.xhtml
documentation/_g_c_fill_border_kernel_8h_source.xhtml
documentation/_g_c_fully_connected_layer_8h.xhtml
documentation/_g_c_fully_connected_layer_8h_source.xhtml
documentation/_g_c_functions_8h.xhtml
documentation/_g_c_functions_8h_source.xhtml
documentation/_g_c_g_e_m_m_8h.xhtml
documentation/_g_c_g_e_m_m_8h_source.xhtml
documentation/_g_c_g_e_m_m_interleave4x4_8h.xhtml
documentation/_g_c_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_g_c_g_e_m_m_interleave4x4_kernel_8h.xhtml
documentation/_g_c_g_e_m_m_interleave4x4_kernel_8h_source.xhtml
documentation/_g_c_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml
documentation/_g_c_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml
documentation/_g_c_g_e_m_m_matrix_addition_kernel_8h.xhtml
documentation/_g_c_g_e_m_m_matrix_addition_kernel_8h_source.xhtml
documentation/_g_c_g_e_m_m_matrix_multiply_kernel_8h.xhtml
documentation/_g_c_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml
documentation/_g_c_g_e_m_m_transpose1x_w_8h.xhtml
documentation/_g_c_g_e_m_m_transpose1x_w_8h_source.xhtml
documentation/_g_c_g_e_m_m_transpose1x_w_kernel_8h.xhtml
documentation/_g_c_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml
documentation/_g_c_helpers_8h.xhtml
documentation/_g_c_helpers_8h_source.xhtml
documentation/_g_c_im2_col_kernel_8h.xhtml
documentation/_g_c_im2_col_kernel_8h_source.xhtml
documentation/_g_c_kernel_library_8h.xhtml
documentation/_g_c_kernel_library_8h_source.xhtml
documentation/_g_c_kernels_8h.xhtml
documentation/_g_c_kernels_8h_source.xhtml
documentation/_g_c_normalization_layer_8h.xhtml
documentation/_g_c_normalization_layer_8h_source.xhtml
documentation/_g_c_normalization_layer_kernel_8h.xhtml
documentation/_g_c_normalization_layer_kernel_8h_source.xhtml
documentation/_g_c_normalize_planar_y_u_v_layer_8h.xhtml
documentation/_g_c_normalize_planar_y_u_v_layer_8h_source.xhtml
documentation/_g_c_normalize_planar_y_u_v_layer_kernel_8h.xhtml
documentation/_g_c_normalize_planar_y_u_v_layer_kernel_8h_source.xhtml
documentation/_g_c_pixel_wise_multiplication_8h.xhtml
documentation/_g_c_pixel_wise_multiplication_8h_source.xhtml
documentation/_g_c_pixel_wise_multiplication_kernel_8h.xhtml
documentation/_g_c_pixel_wise_multiplication_kernel_8h_source.xhtml
documentation/_g_c_pooling_layer_8h.xhtml
documentation/_g_c_pooling_layer_8h_source.xhtml
documentation/_g_c_pooling_layer_kernel_8h.xhtml
documentation/_g_c_pooling_layer_kernel_8h_source.xhtml
documentation/_g_c_scale_8h.xhtml
documentation/_g_c_scale_8h_source.xhtml
documentation/_g_c_scale_kernel_8h.xhtml
documentation/_g_c_scale_kernel_8h_source.xhtml
documentation/_g_c_scheduler_8h.xhtml
documentation/_g_c_scheduler_8h_source.xhtml
documentation/_g_c_softmax_layer_8h.xhtml
documentation/_g_c_softmax_layer_8h_source.xhtml
documentation/_g_c_softmax_layer_kernel_8h.xhtml
documentation/_g_c_softmax_layer_kernel_8h_source.xhtml
documentation/_g_c_tensor_8h.xhtml
documentation/_g_c_tensor_8h_source.xhtml
documentation/_g_c_tensor_allocator_8h.xhtml
documentation/_g_c_tensor_allocator_8h_source.xhtml
documentation/_g_c_tensor_shift_8h.xhtml [new file with mode: 0644]
documentation/_g_c_tensor_shift_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_tensor_shift_kernel_8h.xhtml [new file with mode: 0644]
documentation/_g_c_tensor_shift_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_g_c_transpose_8h.xhtml
documentation/_g_c_transpose_8h_source.xhtml
documentation/_g_c_transpose_kernel_8h.xhtml
documentation/_g_c_transpose_kernel_8h_source.xhtml
documentation/_g_c_weights_reshape_kernel_8h.xhtml
documentation/_g_c_weights_reshape_kernel_8h_source.xhtml
documentation/_g_e_m_m_8h.xhtml
documentation/_g_e_m_m_8h_source.xhtml
documentation/_g_e_m_m_dataset_8h.xhtml
documentation/_g_e_m_m_dataset_8h_source.xhtml
documentation/_g_e_m_m_interleave4x4_8h.xhtml
documentation/_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_g_e_m_m_interleave_blocked_8h.xhtml
documentation/_g_e_m_m_interleave_blocked_8h_source.xhtml
documentation/_g_e_m_m_interleave_blocked_fixture_8h.xhtml
documentation/_g_e_m_m_interleave_blocked_fixture_8h_source.xhtml
documentation/_g_e_m_m_lowp_8h.xhtml
documentation/_g_e_m_m_lowp_8h_source.xhtml
documentation/_g_e_m_m_lowp_assembly_fixture_8h.xhtml
documentation/_g_e_m_m_lowp_assembly_fixture_8h_source.xhtml
documentation/_g_e_m_m_lowp_dataset_8h.xhtml
documentation/_g_e_m_m_lowp_dataset_8h_source.xhtml
documentation/_g_e_m_m_transpose1x_w_8h.xhtml
documentation/_g_e_m_m_transpose1x_w_8h_source.xhtml
documentation/_g_e_m_m_transpose1x_w_fixture_8h.xhtml
documentation/_g_e_m_m_transpose1x_w_fixture_8h_source.xhtml
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_arithmetic_addition_8cpp.xhtml
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_arithmetic_addition_8cpp_source.xhtml
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_global_pooling_layer_8cpp.xhtml
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_global_pooling_layer_8cpp_source.xhtml
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_helper_8h.xhtml
documentation/_g_l_e_s___c_o_m_p_u_t_e_2_helper_8h_source.xhtml
documentation/_gaussian3x3_8h.xhtml
documentation/_gaussian3x3_8h_source.xhtml
documentation/_gaussian3x3_fixture_8h.xhtml
documentation/_gaussian3x3_fixture_8h_source.xhtml
documentation/_gaussian5x5_8h.xhtml
documentation/_gaussian5x5_8h_source.xhtml
documentation/_gaussian5x5_fixture_8h.xhtml
documentation/_gaussian5x5_fixture_8h_source.xhtml
documentation/_gaussian_pyramid_8cpp.xhtml
documentation/_gaussian_pyramid_8cpp_source.xhtml
documentation/_gaussian_pyramid_half_8cpp.xhtml
documentation/_gaussian_pyramid_half_8cpp_source.xhtml
documentation/_gaussian_pyramid_half_8h.xhtml
documentation/_gaussian_pyramid_half_8h_source.xhtml
documentation/_gaussian_pyramid_half_fixture_8h.xhtml
documentation/_gaussian_pyramid_half_fixture_8h_source.xhtml
documentation/_globals_8h.xhtml
documentation/_globals_8h_source.xhtml
documentation/_goog_le_net_inception_v1_activation_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_activation_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_convolution_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_convolution_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_fully_connected_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_fully_connected_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_g_e_m_m_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_g_e_m_m_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_normalization_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_normalization_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v1_pooling_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v1_pooling_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_activation_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_activation_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_batch_normalization_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_convolution_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_convolution_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_fully_connected_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_fully_connected_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_normalize_planar_y_u_v_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_normalize_planar_y_u_v_layer_dataset_8h_source.xhtml
documentation/_goog_le_net_inception_v4_pooling_layer_dataset_8h.xhtml
documentation/_goog_le_net_inception_v4_pooling_layer_dataset_8h_source.xhtml
documentation/_google_net_g_e_m_m_dataset_8h.xhtml
documentation/_google_net_g_e_m_m_dataset_8h_source.xhtml
documentation/_gradient_dimension_dataset_8h.xhtml
documentation/_gradient_dimension_dataset_8h_source.xhtml
documentation/_graph_8h.xhtml
documentation/_graph_8h_source.xhtml
documentation/_graph_context_8h.xhtml
documentation/_graph_context_8h_source.xhtml
documentation/_graph_type_printer_8h.xhtml
documentation/_graph_type_printer_8h_source.xhtml
documentation/_graph_utils_8cpp.xhtml
documentation/_graph_utils_8cpp_source.xhtml
documentation/_graph_utils_8h.js
documentation/_graph_utils_8h.xhtml
documentation/_graph_utils_8h_source.xhtml
documentation/_h_o_g_8h.xhtml
documentation/_h_o_g_8h_source.xhtml
documentation/_h_o_g_descriptor_8h.xhtml
documentation/_h_o_g_descriptor_8h_source.xhtml
documentation/_h_o_g_descriptor_dataset_8h.xhtml
documentation/_h_o_g_descriptor_dataset_8h_source.xhtml
documentation/_h_o_g_descriptor_fixture_8h.xhtml
documentation/_h_o_g_descriptor_fixture_8h_source.xhtml
documentation/_h_o_g_info_8h.xhtml
documentation/_h_o_g_info_8h_source.xhtml
documentation/_half_8h.xhtml
documentation/_half_8h_source.xhtml
documentation/_harris_corner_detector_8cpp.xhtml
documentation/_harris_corner_detector_8cpp_source.xhtml
documentation/_harris_corner_detector_8h.xhtml
documentation/_harris_corner_detector_8h_source.xhtml
documentation/_helpers_8cpp.xhtml
documentation/_helpers_8cpp_source.xhtml
documentation/_helpers_8inl.xhtml
documentation/_helpers_8inl_source.xhtml
documentation/_histogram_8h.xhtml
documentation/_histogram_8h_source.xhtml
documentation/_histogram_fixture_8h.xhtml
documentation/_histogram_fixture_8h_source.xhtml
documentation/_i_access_window_8h.xhtml
documentation/_i_access_window_8h_source.xhtml
documentation/_i_accessor_8h.xhtml
documentation/_i_accessor_8h_source.xhtml
documentation/_i_allocator_8h.xhtml
documentation/_i_allocator_8h_source.xhtml
documentation/_i_array_8h.xhtml
documentation/_i_array_8h_source.xhtml
documentation/_i_array_accessor_8h.xhtml
documentation/_i_array_accessor_8h_source.xhtml
documentation/_i_c_l_array_8h.xhtml
documentation/_i_c_l_array_8h_source.xhtml
documentation/_i_c_l_distribution1_d_8h.xhtml
documentation/_i_c_l_distribution1_d_8h_source.xhtml
documentation/_i_c_l_h_o_g_8h.xhtml
documentation/_i_c_l_h_o_g_8h_source.xhtml
documentation/_i_c_l_kernel_8h.xhtml
documentation/_i_c_l_kernel_8h_source.xhtml
documentation/_i_c_l_lut_8h.xhtml
documentation/_i_c_l_lut_8h_source.xhtml
documentation/_i_c_l_multi_h_o_g_8h.xhtml
documentation/_i_c_l_multi_h_o_g_8h_source.xhtml
documentation/_i_c_l_multi_image_8h.xhtml
documentation/_i_c_l_multi_image_8h_source.xhtml
documentation/_i_c_l_simple2_d_kernel_8h.xhtml
documentation/_i_c_l_simple2_d_kernel_8h_source.xhtml
documentation/_i_c_l_simple3_d_kernel_8h.xhtml
documentation/_i_c_l_simple3_d_kernel_8h_source.xhtml
documentation/_i_c_l_simple_function_8h.xhtml
documentation/_i_c_l_simple_function_8h_source.xhtml
documentation/_i_c_l_simple_kernel_8h.xhtml
documentation/_i_c_l_simple_kernel_8h_source.xhtml
documentation/_i_c_l_tensor_8h.xhtml
documentation/_i_c_l_tensor_8h_source.xhtml
documentation/_i_c_l_tuner_8h.xhtml
documentation/_i_c_l_tuner_8h_source.xhtml
documentation/_i_c_p_p_kernel_8h.xhtml
documentation/_i_c_p_p_kernel_8h_source.xhtml
documentation/_i_c_p_p_simple_function_8h.xhtml
documentation/_i_c_p_p_simple_function_8h_source.xhtml
documentation/_i_c_p_p_simple_kernel_8h.xhtml
documentation/_i_c_p_p_simple_kernel_8h_source.xhtml
documentation/_i_cloneable_8h.xhtml
documentation/_i_cloneable_8h_source.xhtml
documentation/_i_distribution1_d_8h.xhtml
documentation/_i_distribution1_d_8h_source.xhtml
documentation/_i_distribution_8h.xhtml
documentation/_i_distribution_8h_source.xhtml
documentation/_i_function_8h.xhtml
documentation/_i_function_8h_source.xhtml
documentation/_i_g_c_kernel_8h.xhtml
documentation/_i_g_c_kernel_8h_source.xhtml
documentation/_i_g_c_simple2_d_kernel_8h.xhtml
documentation/_i_g_c_simple2_d_kernel_8h_source.xhtml
documentation/_i_g_c_simple3_d_kernel_8h.xhtml
documentation/_i_g_c_simple3_d_kernel_8h_source.xhtml
documentation/_i_g_c_simple_function_8h.xhtml
documentation/_i_g_c_simple_function_8h_source.xhtml
documentation/_i_g_c_simple_kernel_8h.xhtml
documentation/_i_g_c_simple_kernel_8h_source.xhtml
documentation/_i_g_c_tensor_8h.xhtml
documentation/_i_g_c_tensor_8h_source.xhtml
documentation/_i_h_o_g_8h.xhtml
documentation/_i_h_o_g_8h_source.xhtml
documentation/_i_kernel_8h.xhtml
documentation/_i_kernel_8h_source.xhtml
documentation/_i_lifetime_manager_8h.xhtml
documentation/_i_lifetime_manager_8h_source.xhtml
documentation/_i_lut_8h.xhtml
documentation/_i_lut_8h_source.xhtml
documentation/_i_lut_accessor_8h.xhtml
documentation/_i_lut_accessor_8h_source.xhtml
documentation/_i_lut_allocator_8h.xhtml
documentation/_i_lut_allocator_8h_source.xhtml
documentation/_i_memory_group_8h.xhtml
documentation/_i_memory_group_8h_source.xhtml
documentation/_i_memory_manager_8h.xhtml
documentation/_i_memory_manager_8h_source.xhtml
documentation/_i_memory_pool_8h.xhtml
documentation/_i_memory_pool_8h_source.xhtml
documentation/_i_multi_h_o_g_8h.xhtml
documentation/_i_multi_h_o_g_8h_source.xhtml
documentation/_i_multi_image_8h.xhtml
documentation/_i_multi_image_8h_source.xhtml
documentation/_i_n_e_kernel_8h.xhtml
documentation/_i_n_e_kernel_8h_source.xhtml
documentation/_i_n_e_simple_function_8h.xhtml
documentation/_i_n_e_simple_function_8h_source.xhtml
documentation/_i_n_e_simple_kernel_8h.xhtml
documentation/_i_n_e_simple_kernel_8h_source.xhtml
documentation/_i_node_8h.xhtml
documentation/_i_node_8h_source.xhtml
documentation/_i_operation_8h.xhtml
documentation/_i_operation_8h_source.xhtml
documentation/_i_pool_manager_8h.xhtml
documentation/_i_pool_manager_8h_source.xhtml
documentation/_i_printer_8h.xhtml
documentation/_i_printer_8h_source.xhtml
documentation/_i_pyramid_8h.xhtml
documentation/_i_pyramid_8h_source.xhtml
documentation/_i_scheduler_8h.xhtml
documentation/_i_scheduler_8h_source.xhtml
documentation/_i_simple_lifetime_manager_8h.xhtml
documentation/_i_simple_lifetime_manager_8h_source.xhtml
documentation/_i_tensor_8h.xhtml
documentation/_i_tensor_8h_source.xhtml
documentation/_i_tensor_accessor_8h.xhtml
documentation/_i_tensor_accessor_8h_source.xhtml
documentation/_i_tensor_allocator_8h.xhtml
documentation/_i_tensor_allocator_8h_source.xhtml
documentation/_i_tensor_info_8h.xhtml
documentation/_i_tensor_info_8h_source.xhtml
documentation/_i_tensor_object_8h.xhtml
documentation/_i_tensor_object_8h_source.xhtml
documentation/_im2_col_8cpp.js
documentation/_im2_col_8cpp.xhtml
documentation/_im2_col_8cpp_source.xhtml
documentation/_image_file_datasets_8h.xhtml
documentation/_image_file_datasets_8h_source.xhtml
documentation/_initializer_list_dataset_8h.xhtml
documentation/_initializer_list_dataset_8h_source.xhtml
documentation/_instrument_8h.xhtml
documentation/_instrument_8h_source.xhtml
documentation/_instruments_8cpp.xhtml
documentation/_instruments_8cpp_source.xhtml
documentation/_instruments_8h.js
documentation/_instruments_8h.xhtml
documentation/_instruments_8h_source.xhtml
documentation/_instruments_stats_8cpp.xhtml [new file with mode: 0644]
documentation/_instruments_stats_8cpp_source.xhtml [new file with mode: 0644]
documentation/_instruments_stats_8h.xhtml [new file with mode: 0644]
documentation/_instruments_stats_8h_source.xhtml [new file with mode: 0644]
documentation/_integral_image_8h.xhtml
documentation/_integral_image_8h_source.xhtml
documentation/_integral_image_fixture_8h.xhtml
documentation/_integral_image_fixture_8h_source.xhtml
documentation/_interpolation_policy_dataset_8h.xhtml
documentation/_interpolation_policy_dataset_8h_source.xhtml
documentation/_j_s_o_n_printer_8cpp.xhtml
documentation/_j_s_o_n_printer_8cpp_source.xhtml
documentation/_j_s_o_n_printer_8h.xhtml
documentation/_j_s_o_n_printer_8h_source.xhtml
documentation/_join_dataset_8h.xhtml
documentation/_join_dataset_8h_source.xhtml
documentation/_large_convolution_layer_dataset_8h.xhtml
documentation/_large_convolution_layer_dataset_8h_source.xhtml
documentation/_large_g_e_m_m_dataset_8h.xhtml
documentation/_large_g_e_m_m_dataset_8h_source.xhtml
documentation/_large_g_e_m_m_lowp_dataset_8h.xhtml
documentation/_large_g_e_m_m_lowp_dataset_8h_source.xhtml
documentation/_le_net5_activation_layer_dataset_8h.xhtml
documentation/_le_net5_activation_layer_dataset_8h_source.xhtml
documentation/_le_net5_convolution_layer_dataset_8h.xhtml
documentation/_le_net5_convolution_layer_dataset_8h_source.xhtml
documentation/_le_net5_fixture_8h.xhtml
documentation/_le_net5_fixture_8h_source.xhtml
documentation/_le_net5_fully_connected_layer_dataset_8h.xhtml
documentation/_le_net5_fully_connected_layer_dataset_8h_source.xhtml
documentation/_le_net5_network_8h.xhtml
documentation/_le_net5_network_8h_source.xhtml
documentation/_le_net5_pooling_layer_dataset_8h.xhtml
documentation/_le_net5_pooling_layer_dataset_8h_source.xhtml
documentation/_list_option_8h.xhtml
documentation/_list_option_8h_source.xhtml
documentation/_log_8h.xhtml
documentation/_log_8h_source.xhtml
documentation/_log_msg_decorators_8h.xhtml
documentation/_log_msg_decorators_8h_source.xhtml
documentation/_logger_8h.xhtml
documentation/_logger_8h_source.xhtml
documentation/_logger_registry_8h.xhtml
documentation/_logger_registry_8h_source.xhtml
documentation/_lut_8h.xhtml
documentation/_lut_8h_source.xhtml
documentation/_lut_accessor_8h.xhtml
documentation/_lut_accessor_8h_source.xhtml
documentation/_lut_allocator_8h.xhtml
documentation/_lut_allocator_8h_source.xhtml
documentation/_magnitude_8h.xhtml
documentation/_magnitude_8h_source.xhtml
documentation/_mali_counter_8cpp.xhtml
documentation/_mali_counter_8cpp_source.xhtml
documentation/_mali_counter_8h.xhtml
documentation/_mali_counter_8h_source.xhtml
documentation/_matrix_multiply_g_e_m_m_dataset_8h.xhtml
documentation/_matrix_multiply_g_e_m_m_dataset_8h_source.xhtml
documentation/_matrix_pattern_dataset_8h.xhtml
documentation/_matrix_pattern_dataset_8h_source.xhtml
documentation/_mean_std_dev_8h.xhtml
documentation/_mean_std_dev_8h_source.xhtml
documentation/_mean_std_dev_fixture_8h.xhtml
documentation/_mean_std_dev_fixture_8h_source.xhtml
documentation/_measurement_8h.xhtml
documentation/_measurement_8h_source.xhtml
documentation/_median3x3_8h.xhtml
documentation/_median3x3_8h_source.xhtml
documentation/_median3x3_fixture_8h.xhtml
documentation/_median3x3_fixture_8h_source.xhtml
documentation/_memory_8h.xhtml
documentation/_memory_8h_source.xhtml
documentation/_memory_group_8h.xhtml
documentation/_memory_group_8h_source.xhtml
documentation/_memory_group_base_8h.xhtml
documentation/_memory_group_base_8h_source.xhtml
documentation/_memory_manager_8cpp.xhtml
documentation/_memory_manager_8cpp_source.xhtml
documentation/_memory_manager_on_demand_8h.xhtml
documentation/_memory_manager_on_demand_8h_source.xhtml
documentation/_min_max_location_8h.xhtml
documentation/_min_max_location_8h_source.xhtml
documentation/_min_max_location_fixture_8h.xhtml
documentation/_min_max_location_fixture_8h_source.xhtml
documentation/_mobile_net_8cpp.xhtml
documentation/_mobile_net_8cpp_source.xhtml
documentation/_mobile_net_activation_layer_dataset_8h.xhtml
documentation/_mobile_net_activation_layer_dataset_8h_source.xhtml
documentation/_mobile_net_batch_normalization_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_mobile_net_batch_normalization_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_mobile_net_depthwise_convolution_layer_dataset_8h.xhtml
documentation/_mobile_net_depthwise_convolution_layer_dataset_8h_source.xhtml
documentation/_mobile_net_depthwise_separable_convolution_layer_dataset_8h.xhtml
documentation/_mobile_net_depthwise_separable_convolution_layer_dataset_8h_source.xhtml
documentation/_mobile_net_fixture_8h.xhtml
documentation/_mobile_net_fixture_8h_source.xhtml
documentation/_mobile_net_network_8h.xhtml
documentation/_mobile_net_network_8h_source.xhtml
documentation/_mobile_net_v1_8cpp.xhtml
documentation/_mobile_net_v1_8cpp_source.xhtml
documentation/_mobile_net_v1_fixture_8h.xhtml
documentation/_mobile_net_v1_fixture_8h_source.xhtml
documentation/_mobile_net_v1_network_8h.xhtml
documentation/_mobile_net_v1_network_8h_source.xhtml
documentation/_multi_h_o_g_8h.xhtml
documentation/_multi_h_o_g_8h_source.xhtml
documentation/_multi_image_8h.xhtml
documentation/_multi_image_8h_source.xhtml
documentation/_multi_image_info_8h.xhtml
documentation/_multi_image_info_8h_source.xhtml
documentation/_mutex_8h.xhtml
documentation/_mutex_8h_source.xhtml
documentation/_n_e_absolute_difference_8h.xhtml
documentation/_n_e_absolute_difference_8h_source.xhtml
documentation/_n_e_absolute_difference_kernel_8h.xhtml
documentation/_n_e_absolute_difference_kernel_8h_source.xhtml
documentation/_n_e_accumulate_8h.xhtml
documentation/_n_e_accumulate_8h_source.xhtml
documentation/_n_e_accumulate_kernel_8h.xhtml
documentation/_n_e_accumulate_kernel_8h_source.xhtml
documentation/_n_e_activation_function_detail_8h.xhtml [new file with mode: 0644]
documentation/_n_e_activation_function_detail_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_activation_layer_8h.xhtml
documentation/_n_e_activation_layer_8h_source.xhtml
documentation/_n_e_activation_layer_kernel_8h.xhtml
documentation/_n_e_activation_layer_kernel_8h_source.xhtml
documentation/_n_e_arithmetic_addition_8h.xhtml
documentation/_n_e_arithmetic_addition_8h_source.xhtml
documentation/_n_e_arithmetic_addition_kernel_8h.xhtml
documentation/_n_e_arithmetic_addition_kernel_8h_source.xhtml
documentation/_n_e_arithmetic_subtraction_8h.xhtml
documentation/_n_e_arithmetic_subtraction_8h_source.xhtml
documentation/_n_e_arithmetic_subtraction_kernel_8h.xhtml
documentation/_n_e_arithmetic_subtraction_kernel_8h_source.xhtml
documentation/_n_e_asymm_8h.xhtml
documentation/_n_e_asymm_8h_source.xhtml
documentation/_n_e_asymm_8inl.xhtml
documentation/_n_e_asymm_8inl_source.xhtml
documentation/_n_e_batch_normalization_layer_8h.xhtml
documentation/_n_e_batch_normalization_layer_8h_source.xhtml
documentation/_n_e_batch_normalization_layer_kernel_8h.xhtml
documentation/_n_e_batch_normalization_layer_kernel_8h_source.xhtml
documentation/_n_e_bitwise_and_8h.xhtml
documentation/_n_e_bitwise_and_8h_source.xhtml
documentation/_n_e_bitwise_and_kernel_8h.xhtml
documentation/_n_e_bitwise_and_kernel_8h_source.xhtml
documentation/_n_e_bitwise_not_8h.xhtml
documentation/_n_e_bitwise_not_8h_source.xhtml
documentation/_n_e_bitwise_not_kernel_8h.xhtml
documentation/_n_e_bitwise_not_kernel_8h_source.xhtml
documentation/_n_e_bitwise_or_8h.xhtml
documentation/_n_e_bitwise_or_8h_source.xhtml
documentation/_n_e_bitwise_or_kernel_8h.xhtml
documentation/_n_e_bitwise_or_kernel_8h_source.xhtml
documentation/_n_e_bitwise_xor_8h.xhtml
documentation/_n_e_bitwise_xor_8h_source.xhtml
documentation/_n_e_bitwise_xor_kernel_8h.xhtml
documentation/_n_e_bitwise_xor_kernel_8h_source.xhtml
documentation/_n_e_box3x3_8h.xhtml
documentation/_n_e_box3x3_8h_source.xhtml
documentation/_n_e_box3x3_kernel_8h.xhtml
documentation/_n_e_box3x3_kernel_8h_source.xhtml
documentation/_n_e_canny_edge_8h.xhtml
documentation/_n_e_canny_edge_8h_source.xhtml
documentation/_n_e_canny_edge_kernel_8h.xhtml
documentation/_n_e_canny_edge_kernel_8h_source.xhtml
documentation/_n_e_channel_combine_8h.xhtml
documentation/_n_e_channel_combine_8h_source.xhtml
documentation/_n_e_channel_combine_kernel_8h.xhtml
documentation/_n_e_channel_combine_kernel_8h_source.xhtml
documentation/_n_e_channel_extract_8h.xhtml
documentation/_n_e_channel_extract_8h_source.xhtml
documentation/_n_e_channel_extract_kernel_8h.xhtml
documentation/_n_e_channel_extract_kernel_8h_source.xhtml
documentation/_n_e_col2_im_8h.xhtml
documentation/_n_e_col2_im_8h_source.xhtml
documentation/_n_e_col2_im_kernel_8h.xhtml
documentation/_n_e_col2_im_kernel_8h_source.xhtml
documentation/_n_e_color_convert_8h.xhtml
documentation/_n_e_color_convert_8h_source.xhtml
documentation/_n_e_color_convert_helper_8inl.xhtml
documentation/_n_e_color_convert_helper_8inl_source.xhtml
documentation/_n_e_color_convert_kernel_8h.xhtml
documentation/_n_e_color_convert_kernel_8h_source.xhtml
documentation/_n_e_convolution_8h.xhtml
documentation/_n_e_convolution_8h_source.xhtml
documentation/_n_e_convolution_kernel_8h.xhtml
documentation/_n_e_convolution_kernel_8h_source.xhtml
documentation/_n_e_convolution_layer_8h.xhtml
documentation/_n_e_convolution_layer_8h_source.xhtml
documentation/_n_e_cumulative_distribution_kernel_8h.xhtml
documentation/_n_e_cumulative_distribution_kernel_8h_source.xhtml
documentation/_n_e_deconvolution_layer_8h.xhtml
documentation/_n_e_deconvolution_layer_8h_source.xhtml
documentation/_n_e_depth_concatenate_layer_8h.xhtml
documentation/_n_e_depth_concatenate_layer_8h_source.xhtml
documentation/_n_e_depth_concatenate_layer_kernel_8h.xhtml
documentation/_n_e_depth_concatenate_layer_kernel_8h_source.xhtml
documentation/_n_e_depth_convert_layer_8h.xhtml
documentation/_n_e_depth_convert_layer_8h_source.xhtml
documentation/_n_e_depth_convert_layer_kernel_8h.xhtml
documentation/_n_e_depth_convert_layer_kernel_8h_source.xhtml
documentation/_n_e_depthwise_convolution_layer3x3_kernel_8h.xhtml
documentation/_n_e_depthwise_convolution_layer3x3_kernel_8h_source.xhtml
documentation/_n_e_depthwise_convolution_layer_8h.xhtml
documentation/_n_e_depthwise_convolution_layer_8h_source.xhtml
documentation/_n_e_depthwise_im2_col_kernel_8h.xhtml
documentation/_n_e_depthwise_im2_col_kernel_8h_source.xhtml
documentation/_n_e_depthwise_separable_convolution_layer_8h.xhtml
documentation/_n_e_depthwise_separable_convolution_layer_8h_source.xhtml
documentation/_n_e_depthwise_vector_to_tensor_kernel_8h.xhtml
documentation/_n_e_depthwise_vector_to_tensor_kernel_8h_source.xhtml
documentation/_n_e_depthwise_weights_reshape_kernel_8h.xhtml
documentation/_n_e_depthwise_weights_reshape_kernel_8h_source.xhtml
documentation/_n_e_dequantization_layer_8h.xhtml
documentation/_n_e_dequantization_layer_8h_source.xhtml
documentation/_n_e_dequantization_layer_kernel_8h.xhtml
documentation/_n_e_dequantization_layer_kernel_8h_source.xhtml
documentation/_n_e_derivative_8h.xhtml
documentation/_n_e_derivative_8h_source.xhtml
documentation/_n_e_derivative_kernel_8h.xhtml
documentation/_n_e_derivative_kernel_8h_source.xhtml
documentation/_n_e_dilate_8h.xhtml
documentation/_n_e_dilate_8h_source.xhtml
documentation/_n_e_dilate_kernel_8h.xhtml
documentation/_n_e_dilate_kernel_8h_source.xhtml
documentation/_n_e_direct_convolution3x3_8h.xhtml
documentation/_n_e_direct_convolution3x3_8h_source.xhtml
documentation/_n_e_direct_convolution_detail_8h.xhtml
documentation/_n_e_direct_convolution_detail_8h_source.xhtml
documentation/_n_e_direct_convolution_layer_8h.xhtml
documentation/_n_e_direct_convolution_layer_8h_source.xhtml
documentation/_n_e_direct_convolution_layer_kernel_8h.xhtml
documentation/_n_e_direct_convolution_layer_kernel_8h_source.xhtml
documentation/_n_e_direct_convolution_layer_output_stage_kernel_8h.xhtml
documentation/_n_e_direct_convolution_layer_output_stage_kernel_8h_source.xhtml
documentation/_n_e_equalize_histogram_8h.xhtml
documentation/_n_e_equalize_histogram_8h_source.xhtml
documentation/_n_e_erode_8h.xhtml
documentation/_n_e_erode_8h_source.xhtml
documentation/_n_e_erode_kernel_8h.xhtml
documentation/_n_e_erode_kernel_8h_source.xhtml
documentation/_n_e_fast_corners_8h.xhtml
documentation/_n_e_fast_corners_8h_source.xhtml
documentation/_n_e_fast_corners_kernel_8h.xhtml
documentation/_n_e_fast_corners_kernel_8h_source.xhtml
documentation/_n_e_fill_array_kernel_8h.xhtml
documentation/_n_e_fill_array_kernel_8h_source.xhtml
documentation/_n_e_fill_border_8h.xhtml
documentation/_n_e_fill_border_8h_source.xhtml
documentation/_n_e_fill_border_kernel_8h.xhtml
documentation/_n_e_fill_border_kernel_8h_source.xhtml
documentation/_n_e_fill_inner_border_kernel_8h.xhtml
documentation/_n_e_fill_inner_border_kernel_8h_source.xhtml
documentation/_n_e_fixed_point_8h.xhtml
documentation/_n_e_fixed_point_8h_source.xhtml
documentation/_n_e_fixed_point_8inl.xhtml
documentation/_n_e_fixed_point_8inl_source.xhtml
documentation/_n_e_flatten_layer_8h.xhtml
documentation/_n_e_flatten_layer_8h_source.xhtml
documentation/_n_e_floor_8h.xhtml
documentation/_n_e_floor_8h_source.xhtml
documentation/_n_e_floor_kernel_8h.xhtml
documentation/_n_e_floor_kernel_8h_source.xhtml
documentation/_n_e_fully_connected_layer_8h.xhtml
documentation/_n_e_fully_connected_layer_8h_source.xhtml
documentation/_n_e_functions_8h.xhtml
documentation/_n_e_functions_8h_source.xhtml
documentation/_n_e_g_e_m_m_8h.xhtml
documentation/_n_e_g_e_m_m_8h_source.xhtml
documentation/_n_e_g_e_m_m_a_arch32_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_a_arch32_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_a_arch64_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_a_arch64_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_a_arch64_native_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_a_arch64_native_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_assembly_base_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_assembly_base_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_convolution_layer_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_convolution_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_m_interleave4x4_8h.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_8h_source.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_interleave4x4_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_interleave_blocked_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_interleave_blocked_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_a_arch64_a53_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_a_arch64_a53_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_a_arch64_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_a_arch64_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_core_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_core_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_matrix_multiply_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_offset_contribution_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_offset_contribution_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_output_stage_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_output_stage_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_lowp_reduction_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_lowp_reduction_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_accumulate_biases_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_addition_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_addition_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_multiply_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_multiply_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_matrix_vector_multiply_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_matrix_vector_multiply_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_8h.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_8h_source.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_kernel_8h.xhtml
documentation/_n_e_g_e_m_m_transpose1x_w_kernel_8h_source.xhtml
documentation/_n_e_g_e_m_v_a_arch64_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_g_e_m_v_a_arch64_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_gaussian3x3_8h.xhtml
documentation/_n_e_gaussian3x3_8h_source.xhtml
documentation/_n_e_gaussian3x3_kernel_8h.xhtml
documentation/_n_e_gaussian3x3_kernel_8h_source.xhtml
documentation/_n_e_gaussian5x5_8h.xhtml
documentation/_n_e_gaussian5x5_8h_source.xhtml
documentation/_n_e_gaussian5x5_kernel_8h.xhtml
documentation/_n_e_gaussian5x5_kernel_8h_source.xhtml
documentation/_n_e_gaussian_pyramid_8h.xhtml
documentation/_n_e_gaussian_pyramid_8h_source.xhtml
documentation/_n_e_gaussian_pyramid_kernel_8h.xhtml
documentation/_n_e_gaussian_pyramid_kernel_8h_source.xhtml
documentation/_n_e_h_g_e_m_m_a_arch64_f_p16_kernel_8h.xhtml
documentation/_n_e_h_g_e_m_m_a_arch64_f_p16_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_descriptor_8h.xhtml
documentation/_n_e_h_o_g_descriptor_8h_source.xhtml
documentation/_n_e_h_o_g_descriptor_kernel_8h.xhtml
documentation/_n_e_h_o_g_descriptor_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_detector_8h.xhtml
documentation/_n_e_h_o_g_detector_8h_source.xhtml
documentation/_n_e_h_o_g_detector_kernel_8h.xhtml
documentation/_n_e_h_o_g_detector_kernel_8h_source.xhtml
documentation/_n_e_h_o_g_gradient_8h.xhtml
documentation/_n_e_h_o_g_gradient_8h_source.xhtml
documentation/_n_e_h_o_g_multi_detection_8h.xhtml
documentation/_n_e_h_o_g_multi_detection_8h_source.xhtml
documentation/_n_e_harris_corners_8h.xhtml
documentation/_n_e_harris_corners_8h_source.xhtml
documentation/_n_e_harris_corners_kernel_8h.xhtml
documentation/_n_e_harris_corners_kernel_8h_source.xhtml
documentation/_n_e_histogram_8h.xhtml
documentation/_n_e_histogram_8h_source.xhtml
documentation/_n_e_histogram_kernel_8h.xhtml
documentation/_n_e_histogram_kernel_8h_source.xhtml
documentation/_n_e_im2_col_8h.xhtml
documentation/_n_e_im2_col_8h_source.xhtml
documentation/_n_e_im2_col_kernel_8h.xhtml
documentation/_n_e_im2_col_kernel_8h_source.xhtml
documentation/_n_e_integral_image_8h.xhtml
documentation/_n_e_integral_image_8h_source.xhtml
documentation/_n_e_integral_image_kernel_8h.xhtml
documentation/_n_e_integral_image_kernel_8h_source.xhtml
documentation/_n_e_kernels_8h.xhtml
documentation/_n_e_kernels_8h_source.xhtml
documentation/_n_e_l2_normalize_layer_8h.xhtml
documentation/_n_e_l2_normalize_layer_8h_source.xhtml
documentation/_n_e_l2_normalize_layer_kernel_8h.xhtml
documentation/_n_e_l2_normalize_layer_kernel_8h_source.xhtml
documentation/_n_e_l_k_tracker_kernel_8h.xhtml
documentation/_n_e_l_k_tracker_kernel_8h_source.xhtml
documentation/_n_e_laplacian_pyramid_8h.xhtml
documentation/_n_e_laplacian_pyramid_8h_source.xhtml
documentation/_n_e_laplacian_reconstruct_8h.xhtml
documentation/_n_e_laplacian_reconstruct_8h_source.xhtml
documentation/_n_e_locally_connected_layer_8h.xhtml
documentation/_n_e_locally_connected_layer_8h_source.xhtml
documentation/_n_e_locally_connected_matrix_multiply_kernel_8h.xhtml
documentation/_n_e_locally_connected_matrix_multiply_kernel_8h_source.xhtml
documentation/_n_e_magnitude_8h.xhtml
documentation/_n_e_magnitude_8h_source.xhtml
documentation/_n_e_magnitude_phase_kernel_8h.xhtml
documentation/_n_e_magnitude_phase_kernel_8h_source.xhtml
documentation/_n_e_math_8h.xhtml
documentation/_n_e_math_8h_source.xhtml
documentation/_n_e_math_8inl.xhtml
documentation/_n_e_math_8inl_source.xhtml
documentation/_n_e_mean_std_dev_8h.xhtml
documentation/_n_e_mean_std_dev_8h_source.xhtml
documentation/_n_e_mean_std_dev_kernel_8h.xhtml
documentation/_n_e_mean_std_dev_kernel_8h_source.xhtml
documentation/_n_e_median3x3_8h.xhtml
documentation/_n_e_median3x3_8h_source.xhtml
documentation/_n_e_median3x3_kernel_8h.xhtml
documentation/_n_e_median3x3_kernel_8h_source.xhtml
documentation/_n_e_min_max_layer_kernel_8h.xhtml
documentation/_n_e_min_max_layer_kernel_8h_source.xhtml
documentation/_n_e_min_max_location_8h.xhtml
documentation/_n_e_min_max_location_8h_source.xhtml
documentation/_n_e_min_max_location_kernel_8h.xhtml
documentation/_n_e_min_max_location_kernel_8h_source.xhtml
documentation/_n_e_non_linear_filter_8h.xhtml
documentation/_n_e_non_linear_filter_8h_source.xhtml
documentation/_n_e_non_linear_filter_kernel_8h.xhtml
documentation/_n_e_non_linear_filter_kernel_8h_source.xhtml
documentation/_n_e_non_maxima_suppression3x3_8h.xhtml
documentation/_n_e_non_maxima_suppression3x3_8h_source.xhtml
documentation/_n_e_non_maxima_suppression3x3_kernel_8h.xhtml
documentation/_n_e_non_maxima_suppression3x3_kernel_8h_source.xhtml
documentation/_n_e_normalization_layer_8h.xhtml
documentation/_n_e_normalization_layer_8h_source.xhtml
documentation/_n_e_normalization_layer_kernel_8h.xhtml
documentation/_n_e_normalization_layer_kernel_8h_source.xhtml
documentation/_n_e_o_n_2_absolute_difference_8cpp.xhtml
documentation/_n_e_o_n_2_absolute_difference_8cpp_source.xhtml
documentation/_n_e_o_n_2_accumulate_8cpp.xhtml
documentation/_n_e_o_n_2_accumulate_8cpp_source.xhtml
documentation/_n_e_o_n_2_arithmetic_addition_8cpp.js
documentation/_n_e_o_n_2_arithmetic_addition_8cpp.xhtml
documentation/_n_e_o_n_2_arithmetic_addition_8cpp_source.xhtml
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp.js
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp.xhtml
documentation/_n_e_o_n_2_arithmetic_subtraction_8cpp_source.xhtml
documentation/_n_e_o_n_2_bitwise_and_8cpp.xhtml
documentation/_n_e_o_n_2_bitwise_and_8cpp_source.xhtml
documentation/_n_e_o_n_2_bitwise_not_8cpp.xhtml
documentation/_n_e_o_n_2_bitwise_not_8cpp_source.xhtml
documentation/_n_e_o_n_2_bitwise_or_8cpp.xhtml
documentation/_n_e_o_n_2_bitwise_or_8cpp_source.xhtml
documentation/_n_e_o_n_2_bitwise_xor_8cpp.xhtml
documentation/_n_e_o_n_2_bitwise_xor_8cpp_source.xhtml
documentation/_n_e_o_n_2_box3x3_8cpp.xhtml
documentation/_n_e_o_n_2_box3x3_8cpp_source.xhtml
documentation/_n_e_o_n_2_channel_extract_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_channel_extract_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_channel_extract_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_convolution_8cpp.js
documentation/_n_e_o_n_2_convolution_8cpp.xhtml
documentation/_n_e_o_n_2_convolution_8cpp_source.xhtml
documentation/_n_e_o_n_2_deconvolution_layer_8cpp.js
documentation/_n_e_o_n_2_deconvolution_layer_8cpp.xhtml
documentation/_n_e_o_n_2_deconvolution_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_depth_convert_layer_8cpp.js
documentation/_n_e_o_n_2_depth_convert_layer_8cpp.xhtml
documentation/_n_e_o_n_2_depth_convert_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_derivative_8cpp.xhtml
documentation/_n_e_o_n_2_derivative_8cpp_source.xhtml
documentation/_n_e_o_n_2_dilate_8cpp.xhtml
documentation/_n_e_o_n_2_dilate_8cpp_source.xhtml
documentation/_n_e_o_n_2_equalize_histogram_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_equalize_histogram_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_equalize_histogram_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_erode_8cpp.xhtml
documentation/_n_e_o_n_2_erode_8cpp_source.xhtml
documentation/_n_e_o_n_2_fast_corners_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_fast_corners_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_fast_corners_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_fill_border_8cpp.xhtml
documentation/_n_e_o_n_2_fill_border_8cpp_source.xhtml
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_8cpp.js
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_8cpp.xhtml
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_8cpp_source.xhtml
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_target_8h.xhtml
documentation/_n_e_o_n_2_fixed_point_2_fixed_point_target_8h_source.xhtml
documentation/_n_e_o_n_2_fixed_point_pixel_wise_multiplication_8cpp.js
documentation/_n_e_o_n_2_fixed_point_pixel_wise_multiplication_8cpp.xhtml
documentation/_n_e_o_n_2_fixed_point_pixel_wise_multiplication_8cpp_source.xhtml
documentation/_n_e_o_n_2_flatten_8cpp.js
documentation/_n_e_o_n_2_flatten_8cpp.xhtml
documentation/_n_e_o_n_2_flatten_8cpp_source.xhtml
documentation/_n_e_o_n_2_g_e_m_m_interleave4x4_8cpp.xhtml
documentation/_n_e_o_n_2_g_e_m_m_interleave4x4_8cpp_source.xhtml
documentation/_n_e_o_n_2_gaussian3x3_8cpp.xhtml
documentation/_n_e_o_n_2_gaussian3x3_8cpp_source.xhtml
documentation/_n_e_o_n_2_gaussian5x5_8cpp.xhtml
documentation/_n_e_o_n_2_gaussian5x5_8cpp_source.xhtml
documentation/_n_e_o_n_2_global_pooling_layer_8cpp.xhtml
documentation/_n_e_o_n_2_global_pooling_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_h_o_g_descriptor_8cpp.xhtml
documentation/_n_e_o_n_2_h_o_g_descriptor_8cpp_source.xhtml
documentation/_n_e_o_n_2_helper_8h.xhtml
documentation/_n_e_o_n_2_helper_8h_source.xhtml
documentation/_n_e_o_n_2_histogram_8cpp.xhtml
documentation/_n_e_o_n_2_histogram_8cpp_source.xhtml
documentation/_n_e_o_n_2_integral_image_8cpp.xhtml
documentation/_n_e_o_n_2_integral_image_8cpp_source.xhtml
documentation/_n_e_o_n_2_mean_std_dev_8cpp.xhtml
documentation/_n_e_o_n_2_mean_std_dev_8cpp_source.xhtml
documentation/_n_e_o_n_2_median3x3_8cpp.xhtml
documentation/_n_e_o_n_2_median3x3_8cpp_source.xhtml
documentation/_n_e_o_n_2_min_max_location_8cpp.xhtml
documentation/_n_e_o_n_2_min_max_location_8cpp_source.xhtml
documentation/_n_e_o_n_2_non_linear_filter_8cpp.xhtml
documentation/_n_e_o_n_2_non_linear_filter_8cpp_source.xhtml
documentation/_n_e_o_n_2_permute_8cpp.js [new file with mode: 0644]
documentation/_n_e_o_n_2_permute_8cpp.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_permute_8cpp_source.xhtml [new file with mode: 0644]
documentation/_n_e_o_n_2_phase_8cpp.xhtml
documentation/_n_e_o_n_2_phase_8cpp_source.xhtml
documentation/_n_e_o_n_2_pixel_wise_multiplication_8cpp.xhtml
documentation/_n_e_o_n_2_pixel_wise_multiplication_8cpp_source.xhtml
documentation/_n_e_o_n_2_r_o_i_pooling_layer_8cpp.xhtml
documentation/_n_e_o_n_2_r_o_i_pooling_layer_8cpp_source.xhtml
documentation/_n_e_o_n_2_reduction_operation_8cpp.xhtml
documentation/_n_e_o_n_2_reduction_operation_8cpp_source.xhtml
documentation/_n_e_o_n_2_remap_8cpp.xhtml
documentation/_n_e_o_n_2_remap_8cpp_source.xhtml
documentation/_n_e_o_n_2_sobel_8cpp.xhtml
documentation/_n_e_o_n_2_sobel_8cpp_source.xhtml
documentation/_n_e_o_n_2_table_lookup_8cpp.xhtml
documentation/_n_e_o_n_2_table_lookup_8cpp_source.xhtml
documentation/_n_e_o_n_2_threshold_8cpp.xhtml
documentation/_n_e_o_n_2_threshold_8cpp_source.xhtml
documentation/_n_e_o_n_2_warp_affine_8cpp.xhtml
documentation/_n_e_o_n_2_warp_affine_8cpp_source.xhtml
documentation/_n_e_o_n_2_warp_perspective_8cpp.xhtml
documentation/_n_e_o_n_2_warp_perspective_8cpp_source.xhtml
documentation/_n_e_optical_flow_8h.xhtml
documentation/_n_e_optical_flow_8h_source.xhtml
documentation/_n_e_permute_8h.xhtml [new file with mode: 0644]
documentation/_n_e_permute_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_permute_kernel_8h.xhtml [new file with mode: 0644]
documentation/_n_e_permute_kernel_8h_source.xhtml [new file with mode: 0644]
documentation/_n_e_phase_8h.xhtml
documentation/_n_e_phase_8h_source.xhtml
documentation/_n_e_pixel_wise_multiplication_8h.xhtml
documentation/_n_e_pixel_wise_multiplication_8h_source.xhtml
documentation/_n_e_pixel_wise_multiplication_kernel_8h.xhtml
documentation/_n_e_pixel_wise_multiplication_kernel_8h_source.xhtml
documentation/_n_e_pooling_layer_8h.xhtml
documentation/_n_e_pooling_layer_8h_source.xhtml
documentation/_n_e_pooling_layer_kernel_8h.xhtml
documentation/_n_e_pooling_layer_kernel_8h_source.xhtml
documentation/_n_e_quantization_layer_8h.xhtml
documentation/_n_e_quantization_layer_8h_source.xhtml
documentation/_n_e_quantization_layer_kernel_8h.xhtml
documentation/_n_e_quantization_layer_kernel_8h_source.xhtml
documentation/_n_e_r_o_i_pooling_layer_8h.xhtml
documentation/_n_e_r_o_i_pooling_layer_8h_source.xhtml
documentation/_n_e_r_o_i_pooling_layer_kernel_8h.xhtml
documentation/_n_e_r_o_i_pooling_layer_kernel_8h_source.xhtml
documentation/_n_e_reduction_operation_8h.xhtml
documentation/_n_e_reduction_operation_8h_source.xhtml
documentation/_n_e_reduction_operation_kernel_8h.xhtml
documentation/_n_e_reduction_operation_kernel_8h_source.xhtml
documentation/_n_e_remap_8h.xhtml
documentation/_n_e_remap_8h_source.xhtml
documentation/_n_e_remap_kernel_8h.xhtml
documentation/_n_e_remap_kernel_8h_source.xhtml
documentation/_n_e_reshape_layer_8h.xhtml
documentation/_n_e_reshape_layer_8h_source.xhtml
documentation/_n_e_reshape_layer_kernel_8h.xhtml
documentation/_n_e_reshape_layer_kernel_8h_source.xhtml
documentation/_n_e_scale_8h.xhtml
documentation/_n_e_scale_8h_source.xhtml
documentation/_n_e_scale_kernel_8h.xhtml
documentation/_n_e_scale_kernel_8h_source.xhtml
documentation/_n_e_scharr3x3_8h.xhtml
documentation/_n_e_scharr3x3_8h_source.xhtml
documentation/_n_e_scharr3x3_kernel_8h.xhtml
documentation/_n_e_scharr3x3_kernel_8h_source.xhtml
documentation/_n_e_scheduler_8h.xhtml
documentation/_n_e_scheduler_8h_source.xhtml
documentation/_n_e_sobel3x3_8h.xhtml
documentation/_n_e_sobel3x3_8h_source.xhtml
documentation/_n_e_sobel3x3_kernel_8h.xhtml
documentation/_n_e_sobel3x3_kernel_8h_source.xhtml
documentation/_n_e_sobel5x5_8h.xhtml
documentation/_n_e_sobel5x5_8h_source.xhtml
documentation/_n_e_sobel5x5_kernel_8h.xhtml
documentation/_n_e_sobel5x5_kernel_8h_source.xhtml
documentation/_n_e_sobel7x7_8h.xhtml
documentation/_n_e_sobel7x7_8h_source.xhtml
documentation/_n_e_sobel7x7_kernel_8h.xhtml
documentation/_n_e_sobel7x7_kernel_8h_source.xhtml
documentation/_n_e_softmax_layer_8h.xhtml
documentation/_n_e_softmax_layer_8h_source.xhtml
documentation/_n_e_softmax_layer_kernel_8h.xhtml
documentation/_n_e_softmax_layer_kernel_8h_source.xhtml
documentation/_n_e_table_lookup_8h.xhtml
documentation/_n_e_table_lookup_8h_source.xhtml
documentation/_n_e_table_lookup_kernel_8h.xhtml
documentation/_n_e_table_lookup_kernel_8h_source.xhtml
documentation/_n_e_threshold_8h.xhtml
documentation/_n_e_threshold_8h_source.xhtml
documentation/_n_e_threshold_kernel_8h.xhtml
documentation/_n_e_threshold_kernel_8h_source.xhtml
documentation/_n_e_transpose_8h.xhtml
documentation/_n_e_transpose_8h_source.xhtml
documentation/_n_e_transpose_kernel_8h.xhtml
documentation/_n_e_transpose_kernel_8h_source.xhtml
documentation/_n_e_warp_affine_8h.xhtml
documentation/_n_e_warp_affine_8h_source.xhtml
documentation/_n_e_warp_kernel_8h.xhtml
documentation/_n_e_warp_kernel_8h_source.xhtml
documentation/_n_e_warp_perspective_8h.xhtml
documentation/_n_e_warp_perspective_8h_source.xhtml
documentation/_n_e_weights_reshape_kernel_8h.xhtml
documentation/_n_e_weights_reshape_kernel_8h_source.xhtml
documentation/_n_e_winograd_layer_8h.xhtml
documentation/_n_e_winograd_layer_8h_source.xhtml
documentation/_n_e_winograd_layer_kernel_8h.xhtml
documentation/_n_e_winograd_layer_kernel_8h_source.xhtml
documentation/_node_context_8h.xhtml
documentation/_node_context_8h_source.xhtml
documentation/_node_parameter_8h.xhtml
documentation/_node_parameter_8h_source.xhtml
documentation/_nodes_8h.xhtml
documentation/_nodes_8h_source.xhtml
documentation/_non_linear_filter_8h.xhtml
documentation/_non_linear_filter_8h_source.xhtml
documentation/_non_linear_filter_fixture_8h.xhtml
documentation/_non_linear_filter_fixture_8h_source.xhtml
documentation/_non_linear_filter_function_dataset_8h.xhtml
documentation/_non_linear_filter_function_dataset_8h_source.xhtml
documentation/_non_maxima_suppression_8cpp.js
documentation/_non_maxima_suppression_8cpp.xhtml
documentation/_non_maxima_suppression_8cpp_source.xhtml
documentation/_non_maxima_suppression_8h.xhtml
documentation/_non_maxima_suppression_8h_source.xhtml
documentation/_normalization_types_dataset_8h.xhtml
documentation/_normalization_types_dataset_8h_source.xhtml
documentation/_normalize_planar_y_u_v_layer_8h.xhtml
documentation/_normalize_planar_y_u_v_layer_8h_source.xhtml
documentation/_normalize_planar_y_u_v_layer_dataset_8h.xhtml
documentation/_normalize_planar_y_u_v_layer_dataset_8h_source.xhtml
documentation/_o_m_p_scheduler_8h.xhtml
documentation/_o_m_p_scheduler_8h_source.xhtml
documentation/_offset_lifetime_manager_8h.xhtml
documentation/_offset_lifetime_manager_8h_source.xhtml
documentation/_offset_memory_pool_8h.xhtml
documentation/_offset_memory_pool_8h_source.xhtml
documentation/_open_c_l_8h.xhtml
documentation/_open_c_l_8h_source.xhtml
documentation/_open_c_l_timer_8cpp.xhtml
documentation/_open_c_l_timer_8cpp_source.xhtml
documentation/_open_c_l_timer_8h.xhtml
documentation/_open_c_l_timer_8h_source.xhtml
documentation/_open_g_l_e_s_8h.xhtml
documentation/_open_g_l_e_s_8h_source.xhtml
documentation/_operation_registrar_8h.xhtml
documentation/_operation_registrar_8h_source.xhtml
documentation/_operation_registry_8h.xhtml
documentation/_operation_registry_8h_source.xhtml
documentation/_option_8cpp.xhtml
documentation/_option_8cpp_source.xhtml
documentation/_option_8h.xhtml
documentation/_option_8h_source.xhtml
documentation/_p_m_u_8cpp.xhtml
documentation/_p_m_u_8cpp_source.xhtml
documentation/_p_m_u_8h.xhtml
documentation/_p_m_u_8h_source.xhtml
documentation/_p_m_u_counter_8cpp.xhtml
documentation/_p_m_u_counter_8cpp_source.xhtml
documentation/_p_m_u_counter_8h.xhtml
documentation/_p_m_u_counter_8h_source.xhtml
documentation/_padding_calculator_8h.xhtml
documentation/_padding_calculator_8h_source.xhtml
documentation/_permute_8h.xhtml
documentation/_permute_8h_source.xhtml
documentation/_permute_fixture_8h.xhtml
documentation/_permute_fixture_8h_source.xhtml
documentation/_phase_8h.xhtml
documentation/_phase_8h_source.xhtml
documentation/_phase_fixture_8h.xhtml
documentation/_phase_fixture_8h_source.xhtml
documentation/_pixel_value_8h.xhtml
documentation/_pixel_value_8h_source.xhtml
documentation/_pixel_wise_multiplication_8h.xhtml
documentation/_pixel_wise_multiplication_8h_source.xhtml
documentation/_pixel_wise_multiplication_fixture_8h.xhtml
documentation/_pixel_wise_multiplication_fixture_8h_source.xhtml
documentation/_pool_manager_8h.xhtml
documentation/_pool_manager_8h_source.xhtml
documentation/_pooling_layer_dataset_8h.xhtml
documentation/_pooling_layer_dataset_8h_source.xhtml
documentation/_pooling_types_dataset_8h.xhtml
documentation/_pooling_types_dataset_8h_source.xhtml
documentation/_pretty_printer_8cpp.xhtml
documentation/_pretty_printer_8cpp_source.xhtml
documentation/_pretty_printer_8h.xhtml
documentation/_pretty_printer_8h_source.xhtml
documentation/_printer_8cpp.xhtml
documentation/_printer_8cpp_source.xhtml
documentation/_printer_8h.xhtml
documentation/_printer_8h_source.xhtml
documentation/_printers_8cpp.xhtml
documentation/_printers_8cpp_source.xhtml
documentation/_profiler_8cpp.xhtml
documentation/_profiler_8cpp_source.xhtml
documentation/_profiler_8h.xhtml
documentation/_profiler_8h_source.xhtml
documentation/_pyramid_8h.xhtml
documentation/_pyramid_8h_source.xhtml
documentation/_pyramid_info_8h.xhtml
documentation/_pyramid_info_8h_source.xhtml
documentation/_q_asymm8_8h.xhtml
documentation/_q_asymm8_8h_source.xhtml
documentation/_q_asymm8_8inl.xhtml
documentation/_q_asymm8_8inl_source.xhtml
documentation/_r_o_i_pooling_layer_dataset_8h.xhtml
documentation/_r_o_i_pooling_layer_dataset_8h_source.xhtml
documentation/_r_o_i_pooling_layer_fixture_8h.xhtml
documentation/_r_o_i_pooling_layer_fixture_8h_source.xhtml
documentation/_random_batch_normalization_layer_dataset_8h.xhtml
documentation/_random_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_random_normalize_planar_y_u_v_layer_dataset_8h.xhtml
documentation/_random_normalize_planar_y_u_v_layer_dataset_8h_source.xhtml
documentation/_range_dataset_8h.xhtml
documentation/_range_dataset_8h_source.xhtml
documentation/_raw_lut_accessor_8h.xhtml
documentation/_raw_lut_accessor_8h_source.xhtml
documentation/_raw_tensor_8cpp.xhtml
documentation/_raw_tensor_8cpp_source.xhtml
documentation/_raw_tensor_8h.xhtml
documentation/_raw_tensor_8h_source.xhtml
documentation/_reduction_operation_8h.xhtml
documentation/_reduction_operation_8h_source.xhtml
documentation/_reduction_operation_dataset_8h.xhtml
documentation/_reduction_operation_dataset_8h_source.xhtml
documentation/_reduction_operation_fixture_8h.xhtml
documentation/_reduction_operation_fixture_8h_source.xhtml
documentation/_registrars_8h.xhtml
documentation/_registrars_8h_source.xhtml
documentation/_remap_8h.xhtml
documentation/_remap_8h_source.xhtml
documentation/_remap_fixture_8h.xhtml
documentation/_remap_fixture_8h_source.xhtml
documentation/_reshape_layer_dataset_8h.xhtml
documentation/_reshape_layer_dataset_8h_source.xhtml
documentation/_residual_layer_8h.xhtml [new file with mode: 0644]
documentation/_residual_layer_8h_source.xhtml [new file with mode: 0644]
documentation/_rounding_8h.xhtml
documentation/_rounding_8h_source.xhtml
documentation/_sampling_policy_dataset_8h.xhtml
documentation/_sampling_policy_dataset_8h_source.xhtml
documentation/_scale_8h.xhtml
documentation/_scale_8h_source.xhtml
documentation/_scale_layer_dataset_8h.xhtml
documentation/_scale_layer_dataset_8h_source.xhtml
documentation/_scale_layer_fixture_8h.xhtml
documentation/_scale_layer_fixture_8h_source.xhtml
documentation/_schaar_8cpp.xhtml
documentation/_schaar_8cpp_source.xhtml
documentation/_scharr_8h.xhtml
documentation/_scharr_8h_source.xhtml
documentation/_scharr_fixture_8h.xhtml
documentation/_scharr_fixture_8h_source.xhtml
documentation/_scheduler_8h.xhtml
documentation/_scheduler_8h_source.xhtml
documentation/_scheduler_timer_8cpp.xhtml [new file with mode: 0644]
documentation/_scheduler_timer_8cpp_source.xhtml [new file with mode: 0644]
documentation/_scheduler_timer_8h.xhtml [new file with mode: 0644]
documentation/_scheduler_timer_8h_source.xhtml [new file with mode: 0644]
documentation/_semaphore_8h.xhtml
documentation/_semaphore_8h_source.xhtml
documentation/_shape_calculator_8h.js
documentation/_shape_calculator_8h.xhtml
documentation/_shape_calculator_8h_source.xhtml
documentation/_shape_datasets_8h.js
documentation/_shape_datasets_8h.xhtml
documentation/_shape_datasets_8h_source.xhtml
documentation/_simple_option_8h.xhtml
documentation/_simple_option_8h_source.xhtml
documentation/_simple_tensor_8h.xhtml
documentation/_simple_tensor_8h_source.xhtml
documentation/_single_thread_scheduler_8h.xhtml
documentation/_single_thread_scheduler_8h_source.xhtml
documentation/_singleton_dataset_8h.xhtml
documentation/_singleton_dataset_8h_source.xhtml
documentation/_size2_d_8h.xhtml
documentation/_size2_d_8h_source.xhtml
documentation/_small_convolution_layer_dataset_8h.xhtml
documentation/_small_convolution_layer_dataset_8h_source.xhtml
documentation/_small_g_e_m_m_dataset_8h.xhtml
documentation/_small_g_e_m_m_dataset_8h_source.xhtml
documentation/_small_g_e_m_m_lowp_dataset_8h.xhtml
documentation/_small_g_e_m_m_lowp_dataset_8h_source.xhtml
documentation/_sobel_8h.xhtml
documentation/_sobel_8h_source.xhtml
documentation/_sobel_fixture_8h.xhtml
documentation/_sobel_fixture_8h_source.xhtml
documentation/_squeeze_net_activation_layer_dataset_8h.xhtml
documentation/_squeeze_net_activation_layer_dataset_8h_source.xhtml
documentation/_squeeze_net_convolution_layer_dataset_8h.xhtml
documentation/_squeeze_net_convolution_layer_dataset_8h_source.xhtml
documentation/_squeeze_net_pooling_layer_dataset_8h.xhtml
documentation/_squeeze_net_pooling_layer_dataset_8h_source.xhtml
documentation/_std_printer_8h.xhtml
documentation/_std_printer_8h_source.xhtml
documentation/_steps_8h.xhtml
documentation/_steps_8h_source.xhtml
documentation/_strides_8h.xhtml
documentation/_strides_8h_source.xhtml
documentation/_sub_graph_8h.xhtml
documentation/_sub_graph_8h_source.xhtml
documentation/_sub_tensor_info_8h.xhtml
documentation/_sub_tensor_info_8h_source.xhtml
documentation/_table_lookup_8h.xhtml
documentation/_table_lookup_8h_source.xhtml
documentation/_table_lookup_fixture_8h.xhtml
documentation/_table_lookup_fixture_8h_source.xhtml
documentation/_tensor_allocator_8cpp.xhtml
documentation/_tensor_allocator_8cpp_source.xhtml
documentation/_tensor_allocator_8h.xhtml
documentation/_tensor_allocator_8h_source.xhtml
documentation/_tensor_cache_8h.xhtml
documentation/_tensor_cache_8h_source.xhtml
documentation/_tensor_info_8cpp.xhtml
documentation/_tensor_info_8cpp_source.xhtml
documentation/_tensor_info_8h.xhtml
documentation/_tensor_info_8h_source.xhtml
documentation/_tensor_shape_8cpp.xhtml
documentation/_tensor_shape_8cpp_source.xhtml
documentation/_tensor_shape_8h.xhtml
documentation/_tensor_shape_8h_source.xhtml
documentation/_test_case_8h.xhtml
documentation/_test_case_8h_source.xhtml
documentation/_test_case_factory_8h.xhtml
documentation/_test_case_factory_8h_source.xhtml
documentation/_test_filter_8cpp.xhtml
documentation/_test_filter_8cpp_source.xhtml
documentation/_test_filter_8h.xhtml
documentation/_test_filter_8h_source.xhtml
documentation/_test_result_8h.xhtml
documentation/_test_result_8h_source.xhtml
documentation/_threshold_8h.xhtml
documentation/_threshold_8h_source.xhtml
documentation/_threshold_dataset_8h.xhtml
documentation/_threshold_dataset_8h_source.xhtml
documentation/_threshold_fixture_8h.xhtml
documentation/_threshold_fixture_8h_source.xhtml
documentation/_tiny_convolution_layer_dataset_8h.xhtml [new file with mode: 0644]
documentation/_tiny_convolution_layer_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_tiny_g_e_m_m_dataset_8h.xhtml [new file with mode: 0644]
documentation/_tiny_g_e_m_m_dataset_8h_source.xhtml [new file with mode: 0644]
documentation/_toggle_option_8cpp.xhtml
documentation/_toggle_option_8cpp_source.xhtml
documentation/_toggle_option_8h.xhtml
documentation/_toggle_option_8h_source.xhtml
documentation/_toolchain_support_8h.xhtml
documentation/_toolchain_support_8h_source.xhtml
documentation/_transpose_8h.xhtml
documentation/_transpose_8h_source.xhtml
documentation/_type_printer_8h.js
documentation/_type_printer_8h.xhtml
documentation/_type_printer_8h_source.xhtml
documentation/_type_reader_8h.xhtml
documentation/_type_reader_8h_source.xhtml
documentation/_u_n_i_t_2_fixed_point_8cpp.xhtml
documentation/_u_n_i_t_2_fixed_point_8cpp_source.xhtml
documentation/_utils_quantized_asymm_8h.xhtml
documentation/_utils_quantized_asymm_8h_source.xhtml
documentation/_v_g_g16_activation_layer_dataset_8h.xhtml
documentation/_v_g_g16_activation_layer_dataset_8h_source.xhtml
documentation/_v_g_g16_convolution_layer_dataset_8h.xhtml
documentation/_v_g_g16_convolution_layer_dataset_8h_source.xhtml
documentation/_v_g_g16_fully_connected_layer_dataset_8h.xhtml
documentation/_v_g_g16_fully_connected_layer_dataset_8h_source.xhtml
documentation/_v_g_g16_pooling_layer_dataset_8h.xhtml
documentation/_v_g_g16_pooling_layer_dataset_8h_source.xhtml
documentation/_validate_8h.js
documentation/_validate_8h.xhtml
documentation/_validate_8h_source.xhtml
documentation/_validation_8cpp.xhtml
documentation/_validation_8cpp_source.xhtml
documentation/_validation_8h.js
documentation/_validation_8h.xhtml
documentation/_validation_8h_source.xhtml
documentation/_wall_clock_timer_8cpp.xhtml
documentation/_wall_clock_timer_8cpp_source.xhtml
documentation/_wall_clock_timer_8h.xhtml
documentation/_wall_clock_timer_8h_source.xhtml
documentation/_warp_affine_8h.xhtml
documentation/_warp_affine_8h_source.xhtml
documentation/_warp_affine_fixture_8h.xhtml
documentation/_warp_affine_fixture_8h_source.xhtml
documentation/_warp_perspective_8h.xhtml
documentation/_warp_perspective_8h_source.xhtml
documentation/_warp_perspective_fixture_8h.xhtml
documentation/_warp_perspective_fixture_8h_source.xhtml
documentation/_window_8h.xhtml
documentation/_window_8h_source.xhtml
documentation/_window_8inl.xhtml
documentation/_window_8inl_source.xhtml
documentation/_winograd_layer_fixture_8h.xhtml
documentation/_winograd_layer_fixture_8h_source.xhtml
documentation/_y_o_l_o_v2_activation_layer_dataset_8h.xhtml
documentation/_y_o_l_o_v2_activation_layer_dataset_8h_source.xhtml
documentation/_y_o_l_o_v2_batch_normalization_layer_dataset_8h.xhtml
documentation/_y_o_l_o_v2_batch_normalization_layer_dataset_8h_source.xhtml
documentation/_y_o_l_o_v2_convolution_layer_dataset_8h.xhtml
documentation/_y_o_l_o_v2_convolution_layer_dataset_8h_source.xhtml
documentation/_y_o_l_o_v2_pooling_layer_dataset_8h.xhtml
documentation/_y_o_l_o_v2_pooling_layer_dataset_8h_source.xhtml
documentation/_zip_dataset_8h.xhtml
documentation/_zip_dataset_8h_source.xhtml
documentation/absdiff_8cl.xhtml
documentation/absdiff_8cl_source.xhtml
documentation/accumulate_8cl.xhtml
documentation/accumulate_8cl_source.xhtml
documentation/activation__layer_8cl.xhtml
documentation/activation__layer_8cl_source.xhtml
documentation/activation__layer__qa8_8cl.js
documentation/activation__layer__qa8_8cl.xhtml
documentation/activation__layer__qa8_8cl_source.xhtml
documentation/and_8h.js [new file with mode: 0644]
documentation/and_8h.xhtml [new file with mode: 0644]
documentation/and_8h_source.xhtml [new file with mode: 0644]
documentation/annotated.xhtml
documentation/architecture.xhtml
documentation/arithmetic__op_8cl.xhtml
documentation/arithmetic__op_8cl_source.xhtml
documentation/arm__compute_2core_2_fixed_point_8h.xhtml
documentation/arm__compute_2core_2_fixed_point_8h_source.xhtml
documentation/arm__compute_2core_2_helpers_8h.js
documentation/arm__compute_2core_2_helpers_8h.xhtml
documentation/arm__compute_2core_2_helpers_8h_source.xhtml
documentation/arm__compute_2core_2_types_8h.js
documentation/arm__compute_2core_2_types_8h.xhtml
documentation/arm__compute_2core_2_types_8h_source.xhtml
documentation/arm__compute_2core_2_utils_8h.js
documentation/arm__compute_2core_2_utils_8h.xhtml
documentation/arm__compute_2core_2_utils_8h_source.xhtml
documentation/arm__compute_2core_2utils_2logging_2_helpers_8h.xhtml
documentation/arm__compute_2core_2utils_2logging_2_helpers_8h_source.xhtml
documentation/arm__compute_2core_2utils_2logging_2_macros_8h.xhtml
documentation/arm__compute_2core_2utils_2logging_2_macros_8h_source.xhtml
documentation/arm__compute_2core_2utils_2logging_2_printers_8h.xhtml
documentation/arm__compute_2core_2utils_2logging_2_printers_8h_source.xhtml
documentation/arm__compute_2core_2utils_2logging_2_types_8h.xhtml
documentation/arm__compute_2core_2utils_2logging_2_types_8h_source.xhtml
documentation/arm__compute_2graph_2_types_8h.js
documentation/arm__compute_2graph_2_types_8h.xhtml
documentation/arm__compute_2graph_2_types_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_activation_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_activation_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_batch_normalization_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_batch_normalization_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_convolution_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_convolution_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_depth_convert_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_depth_convert_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_depthwise_convolution_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_depthwise_convolution_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_dequantization_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_dequantization_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_flatten_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_flatten_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_fully_connected_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_fully_connected_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_l2_normalize_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_l2_normalize_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_normalization_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_normalization_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_pooling_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_pooling_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_quantization_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_quantization_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_reshape_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_reshape_layer_8h_source.xhtml
documentation/arm__compute_2graph_2nodes_2_softmax_layer_8h.xhtml
documentation/arm__compute_2graph_2nodes_2_softmax_layer_8h_source.xhtml
documentation/arm__compute_2runtime_2_types_8h.xhtml
documentation/arm__compute_2runtime_2_types_8h_source.xhtml
documentation/arm__compute_2runtime_2_utils_8h.xhtml
documentation/arm__compute_2runtime_2_utils_8h_source.xhtml
documentation/asymm__helper_8h.js [deleted file]
documentation/asymm__helper_8h.xhtml [deleted file]
documentation/asymm__helper_8h_source.xhtml [deleted file]
documentation/batchnormalization__layer_8cl.js [deleted file]
documentation/batchnormalization__layer_8cl.xhtml
documentation/batchnormalization__layer_8cl_source.xhtml
documentation/benchmark_2_c_l_2_activation_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_activation_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_batch_normalization_layer_8cpp.js
documentation/benchmark_2_c_l_2_batch_normalization_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_batch_normalization_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_convolution_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_depth_concatenate_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_depth_concatenate_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_depthwise_convolution_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_depthwise_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_depthwise_separable_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_dequantization_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_dequantization_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_direct_convolution_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_direct_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_flatten_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_flatten_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_floor_8cpp.xhtml
documentation/benchmark_2_c_l_2_floor_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp.js
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp.xhtml
documentation/benchmark_2_c_l_2_g_e_m_m_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_g_e_m_m_lowp_8cpp.xhtml
documentation/benchmark_2_c_l_2_g_e_m_m_lowp_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_harris_corners_8cpp.xhtml
documentation/benchmark_2_c_l_2_harris_corners_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_l2_normalize_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_l2_normalize_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_magnitude_8cpp.xhtml
documentation/benchmark_2_c_l_2_magnitude_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_normalization_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_normalization_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_pooling_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_pooling_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_quantization_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_quantization_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_reshape_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_reshape_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml
documentation/benchmark_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_scale_8cpp.xhtml
documentation/benchmark_2_c_l_2_scale_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_softmax_layer_8cpp.xhtml
documentation/benchmark_2_c_l_2_softmax_layer_8cpp_source.xhtml
documentation/benchmark_2_c_l_2_transpose_8cpp.xhtml
documentation/benchmark_2_c_l_2_transpose_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.js
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.js
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp_source.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp.xhtml
documentation/benchmark_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_activation_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_activation_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_depth_concatenate_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_depth_concatenate_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_dequantization_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_dequantization_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp.js
documentation/benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_direct_convolution_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_flatten_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_flatten_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_floor_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_floor_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_fully_connected_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.js
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_g_e_m_m_lowp_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_harris_corners_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_harris_corners_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_l2_normalize_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_l2_normalize_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_magnitude_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_magnitude_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_normalization_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_normalization_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_pooling_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_pooling_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_quantization_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_quantization_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_reshape_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_reshape_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_scale_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_scale_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_softmax_layer_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_softmax_layer_8cpp_source.xhtml
documentation/benchmark_2_n_e_o_n_2_transpose_8cpp.xhtml
documentation/benchmark_2_n_e_o_n_2_transpose_8cpp_source.xhtml
documentation/benchmark_2fixtures_2_activation_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_activation_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_batch_normalization_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_batch_normalization_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_convolution_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_convolution_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_depth_concatenate_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_depth_concatenate_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_depthwise_convolution_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_depthwise_convolution_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_dequantization_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_dequantization_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_flatten_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_flatten_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_floor_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_floor_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_fully_connected_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_fully_connected_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_interleave4x4_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_interleave4x4_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_lowp_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_g_e_m_m_lowp_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_harris_corners_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_harris_corners_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_l2_normalize_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_l2_normalize_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_magnitude_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_magnitude_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_normalization_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_normalization_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_normalize_planar_y_u_v_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_normalize_planar_y_u_v_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_pooling_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_pooling_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_quantization_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_quantization_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_reshape_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_reshape_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_scale_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_scale_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_softmax_layer_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_softmax_layer_fixture_8h_source.xhtml
documentation/benchmark_2fixtures_2_transpose_fixture_8h.xhtml
documentation/benchmark_2fixtures_2_transpose_fixture_8h_source.xhtml
documentation/bitwise__op_8cl.xhtml
documentation/bitwise__op_8cl_source.xhtml
documentation/caffe__data__extractor_8py.xhtml
documentation/caffe__data__extractor_8py_source.xhtml
documentation/canny_8cl.xhtml
documentation/canny_8cl_source.xhtml
documentation/channel__combine_8cl.xhtml
documentation/channel__combine_8cl_source.xhtml
documentation/channel__extract_8cl.xhtml
documentation/channel__extract_8cl_source.xhtml
documentation/cl__convolution_8cpp.xhtml
documentation/cl__convolution_8cpp_source.xhtml
documentation/cl__events_8cpp.xhtml
documentation/cl__events_8cpp_source.xhtml
documentation/cl__sgemm_8cpp.xhtml
documentation/cl__sgemm_8cpp_source.xhtml
documentation/classarm__compute_1_1_access_window_auto_padding.js
documentation/classarm__compute_1_1_access_window_auto_padding.xhtml
documentation/classarm__compute_1_1_access_window_horizontal.xhtml
documentation/classarm__compute_1_1_access_window_rectangle.js
documentation/classarm__compute_1_1_access_window_rectangle.xhtml
documentation/classarm__compute_1_1_access_window_static.js
documentation/classarm__compute_1_1_access_window_static.xhtml
documentation/classarm__compute_1_1_access_window_transpose.js
documentation/classarm__compute_1_1_access_window_transpose.xhtml
documentation/classarm__compute_1_1_access_window_vertical.xhtml
documentation/classarm__compute_1_1_activation_layer_info.js
documentation/classarm__compute_1_1_activation_layer_info.xhtml
documentation/classarm__compute_1_1_allocator.xhtml
documentation/classarm__compute_1_1_array.xhtml
documentation/classarm__compute_1_1_blob_lifetime_manager.xhtml
documentation/classarm__compute_1_1_blob_memory_pool.xhtml
documentation/classarm__compute_1_1_c_l_absolute_difference.xhtml
documentation/classarm__compute_1_1_c_l_absolute_difference_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_squared.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_squared_kernel.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_weighted.xhtml
documentation/classarm__compute_1_1_c_l_accumulate_weighted_kernel.xhtml
documentation/classarm__compute_1_1_c_l_activation_layer.xhtml
documentation/classarm__compute_1_1_c_l_activation_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_addition.js
documentation/classarm__compute_1_1_c_l_arithmetic_addition.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel.js
documentation/classarm__compute_1_1_c_l_arithmetic_addition_kernel.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction.xhtml
documentation/classarm__compute_1_1_c_l_arithmetic_subtraction_kernel.xhtml
documentation/classarm__compute_1_1_c_l_array.xhtml
documentation/classarm__compute_1_1_c_l_batch_normalization_layer.js
documentation/classarm__compute_1_1_c_l_batch_normalization_layer.xhtml
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel.js
documentation/classarm__compute_1_1_c_l_batch_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_and.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_and_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_not.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_not_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_or.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_or_kernel.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_xor.xhtml
documentation/classarm__compute_1_1_c_l_bitwise_xor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_box3x3.xhtml
documentation/classarm__compute_1_1_c_l_box3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_buffer_allocator.xhtml
documentation/classarm__compute_1_1_c_l_build_options.xhtml
documentation/classarm__compute_1_1_c_l_canny_edge.xhtml
documentation/classarm__compute_1_1_c_l_channel_combine.xhtml
documentation/classarm__compute_1_1_c_l_channel_combine_kernel.xhtml
documentation/classarm__compute_1_1_c_l_channel_extract.xhtml
documentation/classarm__compute_1_1_c_l_channel_extract_kernel.xhtml
documentation/classarm__compute_1_1_c_l_col2_im_kernel.xhtml
documentation/classarm__compute_1_1_c_l_color_convert.xhtml
documentation/classarm__compute_1_1_c_l_color_convert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution3x3.xhtml
documentation/classarm__compute_1_1_c_l_convolution_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer.js
documentation/classarm__compute_1_1_c_l_convolution_layer.xhtml
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights.js
documentation/classarm__compute_1_1_c_l_convolution_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_c_l_convolution_rectangle.xhtml
documentation/classarm__compute_1_1_c_l_convolution_rectangle_kernel.xhtml
documentation/classarm__compute_1_1_c_l_convolution_square.xhtml
documentation/classarm__compute_1_1_c_l_copy_to_array_kernel.xhtml
documentation/classarm__compute_1_1_c_l_deconvolution_layer.xhtml
documentation/classarm__compute_1_1_c_l_deconvolution_layer_upsample.xhtml
documentation/classarm__compute_1_1_c_l_deconvolution_layer_upsample_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer.xhtml
documentation/classarm__compute_1_1_c_l_depth_concatenate_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depth_convert_layer.xhtml
documentation/classarm__compute_1_1_c_l_depth_convert_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_convolution_layer3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_separable_convolution_layer.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_vector_to_tensor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_depthwise_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_c_l_dequantization_layer.xhtml
documentation/classarm__compute_1_1_c_l_dequantization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_derivative.xhtml
documentation/classarm__compute_1_1_c_l_derivative_kernel.xhtml
documentation/classarm__compute_1_1_c_l_dilate.xhtml
documentation/classarm__compute_1_1_c_l_dilate_kernel.xhtml
documentation/classarm__compute_1_1_c_l_direct_convolution_layer.xhtml
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_direct_convolution_layer_output_stage_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_distribution1_d.xhtml
documentation/classarm__compute_1_1_c_l_edge_non_max_suppression_kernel.xhtml
documentation/classarm__compute_1_1_c_l_edge_trace_kernel.xhtml
documentation/classarm__compute_1_1_c_l_equalize_histogram.xhtml
documentation/classarm__compute_1_1_c_l_erode.xhtml
documentation/classarm__compute_1_1_c_l_erode_kernel.xhtml
documentation/classarm__compute_1_1_c_l_fast_corners.js
documentation/classarm__compute_1_1_c_l_fast_corners.xhtml
documentation/classarm__compute_1_1_c_l_fast_corners_kernel.xhtml
documentation/classarm__compute_1_1_c_l_fill_border.xhtml
documentation/classarm__compute_1_1_c_l_fill_border_kernel.xhtml
documentation/classarm__compute_1_1_c_l_flatten_layer.xhtml
documentation/classarm__compute_1_1_c_l_floor.xhtml
documentation/classarm__compute_1_1_c_l_floor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_c_l_fully_connected_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.js
documentation/classarm__compute_1_1_c_l_g_e_m_m_interleave4x4_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_core.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_offset_contribution_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_accumulate_biases_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_addition_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_matrix_vector_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w.xhtml
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.js
documentation/classarm__compute_1_1_c_l_g_e_m_m_transpose1x_w_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian3x3.xhtml
documentation/classarm__compute_1_1_c_l_gaussian3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_half.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_orb.xhtml
documentation/classarm__compute_1_1_c_l_gaussian_pyramid_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_gradient_kernel.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_block_normalization_kernel.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_descriptor.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_detector.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_detector_kernel.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_gradient.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_multi_detection.xhtml
documentation/classarm__compute_1_1_c_l_h_o_g_orientation_binning_kernel.xhtml
documentation/classarm__compute_1_1_c_l_harris_corners.xhtml
documentation/classarm__compute_1_1_c_l_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_c_l_histogram.xhtml
documentation/classarm__compute_1_1_c_l_histogram_border_kernel.xhtml
documentation/classarm__compute_1_1_c_l_histogram_kernel.xhtml
documentation/classarm__compute_1_1_c_l_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_c_l_integral_image.xhtml
documentation/classarm__compute_1_1_c_l_integral_image_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_integral_image_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_kernel_library.xhtml
documentation/classarm__compute_1_1_c_l_l2_normalize_layer.xhtml
documentation/classarm__compute_1_1_c_l_l2_normalize_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_finalize_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_init_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage0_kernel.xhtml
documentation/classarm__compute_1_1_c_l_l_k_tracker_stage1_kernel.xhtml
documentation/classarm__compute_1_1_c_l_laplacian_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct.js
documentation/classarm__compute_1_1_c_l_laplacian_reconstruct.xhtml
documentation/classarm__compute_1_1_c_l_locally_connected_layer.xhtml
documentation/classarm__compute_1_1_c_l_locally_connected_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_max_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_max_shift_exp_sum_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_norm_kernel.xhtml
documentation/classarm__compute_1_1_c_l_logits1_d_shift_exp_sum_kernel.xhtml
documentation/classarm__compute_1_1_c_l_lut.xhtml
documentation/classarm__compute_1_1_c_l_lut_allocator.xhtml
documentation/classarm__compute_1_1_c_l_magnitude.xhtml
documentation/classarm__compute_1_1_c_l_magnitude_phase_kernel.xhtml
documentation/classarm__compute_1_1_c_l_mean_std_dev.xhtml
documentation/classarm__compute_1_1_c_l_mean_std_dev_kernel.xhtml
documentation/classarm__compute_1_1_c_l_median3x3.xhtml
documentation/classarm__compute_1_1_c_l_median3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_min_max_kernel.xhtml
documentation/classarm__compute_1_1_c_l_min_max_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_min_max_location.xhtml
documentation/classarm__compute_1_1_c_l_min_max_location_kernel.xhtml
documentation/classarm__compute_1_1_c_l_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_c_l_multi_image.xhtml
documentation/classarm__compute_1_1_c_l_non_linear_filter.xhtml
documentation/classarm__compute_1_1_c_l_non_linear_filter_kernel.xhtml
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3.xhtml
documentation/classarm__compute_1_1_c_l_non_maxima_suppression3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_normalization_layer.xhtml
documentation/classarm__compute_1_1_c_l_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_optical_flow.xhtml
documentation/classarm__compute_1_1_c_l_permute.xhtml
documentation/classarm__compute_1_1_c_l_permute_kernel.xhtml
documentation/classarm__compute_1_1_c_l_phase.xhtml
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication.js
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication.xhtml
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.js
documentation/classarm__compute_1_1_c_l_pixel_wise_multiplication_kernel.xhtml
documentation/classarm__compute_1_1_c_l_pooling_layer.xhtml
documentation/classarm__compute_1_1_c_l_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_pyramid.xhtml
documentation/classarm__compute_1_1_c_l_quantization_layer.xhtml
documentation/classarm__compute_1_1_c_l_quantization_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer.xhtml
documentation/classarm__compute_1_1_c_l_r_o_i_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_reduction_operation.xhtml
documentation/classarm__compute_1_1_c_l_reduction_operation_kernel.xhtml
documentation/classarm__compute_1_1_c_l_remap.xhtml
documentation/classarm__compute_1_1_c_l_remap_kernel.xhtml
documentation/classarm__compute_1_1_c_l_reshape_layer.xhtml
documentation/classarm__compute_1_1_c_l_reshape_layer_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scale.xhtml
documentation/classarm__compute_1_1_c_l_scale_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scharr3x3.xhtml
documentation/classarm__compute_1_1_c_l_scharr3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_scheduler.xhtml
documentation/classarm__compute_1_1_c_l_separable_convolution_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_separable_convolution_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel3x3.xhtml
documentation/classarm__compute_1_1_c_l_sobel3x3_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7_hor_kernel.xhtml
documentation/classarm__compute_1_1_c_l_sobel7x7_vert_kernel.xhtml
documentation/classarm__compute_1_1_c_l_softmax_layer.xhtml
documentation/classarm__compute_1_1_c_l_sub_tensor.xhtml
documentation/classarm__compute_1_1_c_l_symbols.js
documentation/classarm__compute_1_1_c_l_symbols.xhtml
documentation/classarm__compute_1_1_c_l_table_lookup.xhtml
documentation/classarm__compute_1_1_c_l_table_lookup_kernel.xhtml
documentation/classarm__compute_1_1_c_l_tensor.xhtml
documentation/classarm__compute_1_1_c_l_tensor_allocator.xhtml
documentation/classarm__compute_1_1_c_l_threshold.xhtml
documentation/classarm__compute_1_1_c_l_threshold_kernel.xhtml
documentation/classarm__compute_1_1_c_l_transpose.xhtml
documentation/classarm__compute_1_1_c_l_transpose_kernel.xhtml
documentation/classarm__compute_1_1_c_l_tuner.js
documentation/classarm__compute_1_1_c_l_tuner.xhtml
documentation/classarm__compute_1_1_c_l_warp_affine.xhtml
documentation/classarm__compute_1_1_c_l_warp_affine_kernel.xhtml
documentation/classarm__compute_1_1_c_l_warp_perspective.xhtml
documentation/classarm__compute_1_1_c_l_warp_perspective_kernel.xhtml
documentation/classarm__compute_1_1_c_l_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel.js
documentation/classarm__compute_1_1_c_p_p_corner_candidates_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.js
documentation/classarm__compute_1_1_c_p_p_detection_window_non_maxima_suppression_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_permute.xhtml
documentation/classarm__compute_1_1_c_p_p_permute_kernel.js
documentation/classarm__compute_1_1_c_p_p_permute_kernel.xhtml
documentation/classarm__compute_1_1_c_p_p_scheduler.xhtml
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.js
documentation/classarm__compute_1_1_c_p_p_sort_euclidean_distance_kernel.xhtml
documentation/classarm__compute_1_1_coordinates.xhtml
documentation/classarm__compute_1_1_dimensions.js
documentation/classarm__compute_1_1_dimensions.xhtml
documentation/classarm__compute_1_1_distribution1_d.xhtml
documentation/classarm__compute_1_1_g_c_absolute_difference.xhtml
documentation/classarm__compute_1_1_g_c_absolute_difference_kernel.xhtml
documentation/classarm__compute_1_1_g_c_activation_layer.xhtml
documentation/classarm__compute_1_1_g_c_activation_layer_kernel.xhtml
documentation/classarm__compute_1_1_g_c_arithmetic_addition.xhtml
documentation/classarm__compute_1_1_g_c_arithmetic_addition_kernel.xhtml
documentation/classarm__compute_1_1_g_c_batch_normalization_layer.js
documentation/classarm__compute_1_1_g_c_batch_normalization_layer.xhtml
documentation/classarm__compute_1_1_g_c_batch_normalization_layer_kernel.js
documentation/classarm__compute_1_1_g_c_batch_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_g_c_col2_im_kernel.xhtml
documentation/classarm__compute_1_1_g_c_convolution_layer.xhtml
documentation/classarm__compute_1_1_g_c_convolution_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer.xhtml
documentation/classarm__compute_1_1_g_c_depth_concatenate_layer_kernel.xhtml
documentation/classarm__compute_1_1_g_c_depthwise_convolution_layer3x3.js
documentation/classarm__compute_1_1_g_c_depthwise_convolution_layer3x3.xhtml
documentation/classarm__compute_1_1_g_c_depthwise_convolution_layer3x3__coll__graph.map
documentation/classarm__compute_1_1_g_c_depthwise_convolution_layer3x3__coll__graph.md5
documentation/classarm__compute_1_1_g_c_depthwise_convolution_layer3x3__coll__graph.svg
documentation/classarm__compute_1_1_g_c_depthwise_convolution_layer3x3_kernel.xhtml
documentation/classarm__compute_1_1_g_c_direct_convolution_layer.js
documentation/classarm__compute_1_1_g_c_direct_convolution_layer.xhtml
documentation/classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.map
documentation/classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.md5
documentation/classarm__compute_1_1_g_c_direct_convolution_layer__coll__graph.svg
documentation/classarm__compute_1_1_g_c_direct_convolution_layer_kernel.xhtml
documentation/classarm__compute_1_1_g_c_dropout_layer.xhtml
documentation/classarm__compute_1_1_g_c_dropout_layer_kernel.xhtml
documentation/classarm__compute_1_1_g_c_fill_border.xhtml
documentation/classarm__compute_1_1_g_c_fill_border_kernel.xhtml
documentation/classarm__compute_1_1_g_c_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_g_c_fully_connected_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_g_c_g_e_m_m.js
documentation/classarm__compute_1_1_g_c_g_e_m_m.xhtml
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4.xhtml
documentation/classarm__compute_1_1_g_c_g_e_m_m_interleave4x4_kernel.xhtml
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_accumulate_biases_kernel.xhtml
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_addition_kernel.xhtml
documentation/classarm__compute_1_1_g_c_g_e_m_m_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w.xhtml
documentation/classarm__compute_1_1_g_c_g_e_m_m_transpose1x_w_kernel.xhtml
documentation/classarm__compute_1_1_g_c_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_g_c_kernel.xhtml
documentation/classarm__compute_1_1_g_c_kernel_library.xhtml
documentation/classarm__compute_1_1_g_c_logits1_d_max_kernel.xhtml
documentation/classarm__compute_1_1_g_c_logits1_d_norm_kernel.xhtml
documentation/classarm__compute_1_1_g_c_logits1_d_shift_exp_sum_kernel.xhtml
documentation/classarm__compute_1_1_g_c_normalization_layer.xhtml
documentation/classarm__compute_1_1_g_c_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer.xhtml
documentation/classarm__compute_1_1_g_c_normalize_planar_y_u_v_layer_kernel.xhtml
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication.xhtml
documentation/classarm__compute_1_1_g_c_pixel_wise_multiplication_kernel.xhtml
documentation/classarm__compute_1_1_g_c_pooling_layer.js
documentation/classarm__compute_1_1_g_c_pooling_layer.xhtml
documentation/classarm__compute_1_1_g_c_pooling_layer__coll__graph.map
documentation/classarm__compute_1_1_g_c_pooling_layer__coll__graph.md5
documentation/classarm__compute_1_1_g_c_pooling_layer__coll__graph.svg
documentation/classarm__compute_1_1_g_c_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_g_c_program.xhtml
documentation/classarm__compute_1_1_g_c_scale.xhtml
documentation/classarm__compute_1_1_g_c_scale_kernel.js
documentation/classarm__compute_1_1_g_c_scale_kernel.xhtml
documentation/classarm__compute_1_1_g_c_scale_kernel__coll__graph.map
documentation/classarm__compute_1_1_g_c_scale_kernel__coll__graph.md5
documentation/classarm__compute_1_1_g_c_scale_kernel__coll__graph.svg
documentation/classarm__compute_1_1_g_c_scheduler.xhtml
documentation/classarm__compute_1_1_g_c_softmax_layer.xhtml
documentation/classarm__compute_1_1_g_c_tensor.xhtml
documentation/classarm__compute_1_1_g_c_tensor_allocator.xhtml
documentation/classarm__compute_1_1_g_c_tensor_shift.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_tensor_shift_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_g_c_transpose.xhtml
documentation/classarm__compute_1_1_g_c_transpose_kernel.xhtml
documentation/classarm__compute_1_1_g_c_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_g_e_m_m_info.js
documentation/classarm__compute_1_1_g_e_m_m_info.xhtml
documentation/classarm__compute_1_1_g_e_m_m_reshape_info.js [new file with mode: 0644]
documentation/classarm__compute_1_1_g_e_m_m_reshape_info.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_h_o_g.xhtml
documentation/classarm__compute_1_1_h_o_g_info.xhtml
documentation/classarm__compute_1_1_i_access_window.js
documentation/classarm__compute_1_1_i_access_window.xhtml
documentation/classarm__compute_1_1_i_allocator.xhtml
documentation/classarm__compute_1_1_i_array.xhtml
documentation/classarm__compute_1_1_i_c_l_array.xhtml
documentation/classarm__compute_1_1_i_c_l_distribution1_d.xhtml
documentation/classarm__compute_1_1_i_c_l_g_e_m_m_lowp_reduction_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_h_o_g.xhtml
documentation/classarm__compute_1_1_i_c_l_kernel.js
documentation/classarm__compute_1_1_i_c_l_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_lut.xhtml
documentation/classarm__compute_1_1_i_c_l_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_i_c_l_multi_image.xhtml
documentation/classarm__compute_1_1_i_c_l_simple2_d_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_simple3_d_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_simple_function.xhtml
documentation/classarm__compute_1_1_i_c_l_simple_kernel.xhtml
documentation/classarm__compute_1_1_i_c_l_tensor.xhtml
documentation/classarm__compute_1_1_i_c_l_tuner.xhtml
documentation/classarm__compute_1_1_i_c_p_p_kernel.js
documentation/classarm__compute_1_1_i_c_p_p_kernel.xhtml
documentation/classarm__compute_1_1_i_c_p_p_simple_function.xhtml
documentation/classarm__compute_1_1_i_c_p_p_simple_kernel.xhtml
documentation/classarm__compute_1_1_i_distribution.xhtml
documentation/classarm__compute_1_1_i_distribution1_d.xhtml
documentation/classarm__compute_1_1_i_function.xhtml
documentation/classarm__compute_1_1_i_g_c_kernel.xhtml
documentation/classarm__compute_1_1_i_g_c_simple2_d_kernel.xhtml
documentation/classarm__compute_1_1_i_g_c_simple3_d_kernel.xhtml
documentation/classarm__compute_1_1_i_g_c_simple_function.xhtml
documentation/classarm__compute_1_1_i_g_c_simple_kernel.xhtml
documentation/classarm__compute_1_1_i_g_c_tensor.js
documentation/classarm__compute_1_1_i_g_c_tensor.xhtml
documentation/classarm__compute_1_1_i_h_o_g.xhtml
documentation/classarm__compute_1_1_i_kernel.xhtml
documentation/classarm__compute_1_1_i_lifetime_manager.xhtml
documentation/classarm__compute_1_1_i_lut.xhtml
documentation/classarm__compute_1_1_i_lut_allocator.xhtml
documentation/classarm__compute_1_1_i_memory_group.xhtml
documentation/classarm__compute_1_1_i_memory_manager.xhtml
documentation/classarm__compute_1_1_i_memory_pool.xhtml
documentation/classarm__compute_1_1_i_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_i_multi_image.xhtml
documentation/classarm__compute_1_1_i_n_e_g_e_m_m_lowp_reduction_kernel.xhtml
documentation/classarm__compute_1_1_i_n_e_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_i_n_e_simple_function.xhtml
documentation/classarm__compute_1_1_i_n_e_warp_kernel.xhtml
documentation/classarm__compute_1_1_i_n_e_winograd_layer_batched_g_e_m_m_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_batched_g_e_m_m_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_batched_g_e_m_m_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_batched_g_e_m_m_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_batched_g_e_m_m_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_input_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_output_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_i_n_e_winograd_layer_transform_weights_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_i_pool_manager.xhtml
documentation/classarm__compute_1_1_i_pyramid.xhtml
documentation/classarm__compute_1_1_i_scheduler.js
documentation/classarm__compute_1_1_i_scheduler.xhtml
documentation/classarm__compute_1_1_i_simple_lifetime_manager.xhtml
documentation/classarm__compute_1_1_i_tensor.xhtml
documentation/classarm__compute_1_1_i_tensor_allocator.xhtml
documentation/classarm__compute_1_1_i_tensor_info.js
documentation/classarm__compute_1_1_i_tensor_info.xhtml
documentation/classarm__compute_1_1_interceptor.js [new file with mode: 0644]
documentation/classarm__compute_1_1_interceptor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_iterator.xhtml
documentation/classarm__compute_1_1_kernel.xhtml
documentation/classarm__compute_1_1_lut.xhtml
documentation/classarm__compute_1_1_lut_allocator.xhtml
documentation/classarm__compute_1_1_memory.xhtml
documentation/classarm__compute_1_1_memory_group_base.xhtml
documentation/classarm__compute_1_1_memory_manager_on_demand.xhtml
documentation/classarm__compute_1_1_multi_h_o_g.xhtml
documentation/classarm__compute_1_1_multi_image.xhtml
documentation/classarm__compute_1_1_multi_image_info.xhtml
documentation/classarm__compute_1_1_n_e_absolute_difference.xhtml
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel.js
documentation/classarm__compute_1_1_n_e_absolute_difference_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_kernel.js
documentation/classarm__compute_1_1_n_e_accumulate_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_squared.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel.js
documentation/classarm__compute_1_1_n_e_accumulate_squared_kernel.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted.xhtml
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel.js
documentation/classarm__compute_1_1_n_e_accumulate_weighted_kernel.xhtml
documentation/classarm__compute_1_1_n_e_activation_layer.xhtml
documentation/classarm__compute_1_1_n_e_activation_layer_kernel.js
documentation/classarm__compute_1_1_n_e_activation_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_addition.js
documentation/classarm__compute_1_1_n_e_arithmetic_addition.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel.js
documentation/classarm__compute_1_1_n_e_arithmetic_addition_kernel.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction.xhtml
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.js
documentation/classarm__compute_1_1_n_e_arithmetic_subtraction_kernel.xhtml
documentation/classarm__compute_1_1_n_e_batch_normalization_layer.js
documentation/classarm__compute_1_1_n_e_batch_normalization_layer.xhtml
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel.js
documentation/classarm__compute_1_1_n_e_batch_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_and.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel.js
documentation/classarm__compute_1_1_n_e_bitwise_and_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_not.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel.js
documentation/classarm__compute_1_1_n_e_bitwise_not_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_or.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel.js
documentation/classarm__compute_1_1_n_e_bitwise_or_kernel.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_xor.xhtml
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel.js
documentation/classarm__compute_1_1_n_e_bitwise_xor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_box3x3.xhtml
documentation/classarm__compute_1_1_n_e_box3x3_kernel.js
documentation/classarm__compute_1_1_n_e_box3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_canny_edge.xhtml
documentation/classarm__compute_1_1_n_e_channel_combine.xhtml
documentation/classarm__compute_1_1_n_e_channel_combine_kernel.js
documentation/classarm__compute_1_1_n_e_channel_combine_kernel.xhtml
documentation/classarm__compute_1_1_n_e_channel_extract.xhtml
documentation/classarm__compute_1_1_n_e_channel_extract_kernel.js
documentation/classarm__compute_1_1_n_e_channel_extract_kernel.xhtml
documentation/classarm__compute_1_1_n_e_col2_im.xhtml
documentation/classarm__compute_1_1_n_e_col2_im_kernel.js
documentation/classarm__compute_1_1_n_e_col2_im_kernel.xhtml
documentation/classarm__compute_1_1_n_e_color_convert.xhtml
documentation/classarm__compute_1_1_n_e_color_convert_kernel.js
documentation/classarm__compute_1_1_n_e_color_convert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_convolution3x3.xhtml
documentation/classarm__compute_1_1_n_e_convolution_kernel.js
documentation/classarm__compute_1_1_n_e_convolution_kernel.xhtml
documentation/classarm__compute_1_1_n_e_convolution_layer.js
documentation/classarm__compute_1_1_n_e_convolution_layer.xhtml
documentation/classarm__compute_1_1_n_e_convolution_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_n_e_convolution_rectangle.xhtml
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel.js
documentation/classarm__compute_1_1_n_e_convolution_rectangle_kernel.xhtml
documentation/classarm__compute_1_1_n_e_convolution_square.xhtml
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel.js
documentation/classarm__compute_1_1_n_e_cumulative_distribution_kernel.xhtml
documentation/classarm__compute_1_1_n_e_deconvolution_layer.xhtml
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer.xhtml
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.js
documentation/classarm__compute_1_1_n_e_depth_concatenate_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_depth_convert_layer.xhtml
documentation/classarm__compute_1_1_n_e_depth_convert_layer_kernel.js
documentation/classarm__compute_1_1_n_e_depth_convert_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer.xhtml
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3.xhtml
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.js
documentation/classarm__compute_1_1_n_e_depthwise_convolution_layer3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_depthwise_im2_col_kernel.js
documentation/classarm__compute_1_1_n_e_depthwise_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_n_e_depthwise_separable_convolution_layer.xhtml
documentation/classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.js
documentation/classarm__compute_1_1_n_e_depthwise_vector_to_tensor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.js
documentation/classarm__compute_1_1_n_e_depthwise_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_n_e_dequantization_layer.xhtml
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.js
documentation/classarm__compute_1_1_n_e_dequantization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_derivative.xhtml
documentation/classarm__compute_1_1_n_e_derivative_kernel.js
documentation/classarm__compute_1_1_n_e_derivative_kernel.xhtml
documentation/classarm__compute_1_1_n_e_dilate.xhtml
documentation/classarm__compute_1_1_n_e_dilate_kernel.js
documentation/classarm__compute_1_1_n_e_dilate_kernel.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel.js
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.js
documentation/classarm__compute_1_1_n_e_direct_convolution_layer_output_stage_kernel.xhtml
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.js
documentation/classarm__compute_1_1_n_e_edge_non_max_suppression_kernel.xhtml
documentation/classarm__compute_1_1_n_e_edge_trace_kernel.js
documentation/classarm__compute_1_1_n_e_edge_trace_kernel.xhtml
documentation/classarm__compute_1_1_n_e_equalize_histogram.xhtml
documentation/classarm__compute_1_1_n_e_erode.xhtml
documentation/classarm__compute_1_1_n_e_erode_kernel.js
documentation/classarm__compute_1_1_n_e_erode_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fast_corners.xhtml
documentation/classarm__compute_1_1_n_e_fast_corners_kernel.js
documentation/classarm__compute_1_1_n_e_fast_corners_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_array_kernel.js
documentation/classarm__compute_1_1_n_e_fill_array_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_border.xhtml
documentation/classarm__compute_1_1_n_e_fill_border_kernel.js
documentation/classarm__compute_1_1_n_e_fill_border_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel.js
documentation/classarm__compute_1_1_n_e_fill_inner_border_kernel.xhtml
documentation/classarm__compute_1_1_n_e_flatten_layer.xhtml
documentation/classarm__compute_1_1_n_e_floor.xhtml
documentation/classarm__compute_1_1_n_e_floor_kernel.js
documentation/classarm__compute_1_1_n_e_floor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_fully_connected_layer.xhtml
documentation/classarm__compute_1_1_n_e_fully_connected_layer_reshape_weights.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch32_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_native_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_native_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_native_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_native_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_a_arch64_native_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_assembly_base_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_convolution_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_convolution_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_convolution_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_convolution_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_convolution_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave4x4_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave_blocked_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_interleave_blocked_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_a53_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_a53_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_a_arch64_v8_p4_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_assembly_matrix_multiply_core.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_a_reduction_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_b_reduction_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_core.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_offset_contribution_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_accumulate_biases_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_addition_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_matrix_vector_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.js
documentation/classarm__compute_1_1_n_e_g_e_m_m_transpose1x_w_kernel.xhtml
documentation/classarm__compute_1_1_n_e_g_e_m_v_a_arch64_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_v_a_arch64_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_v_a_arch64_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_v_a_arch64_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_g_e_m_v_a_arch64_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_gaussian3x3.xhtml
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_half.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_orb.xhtml
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.js
documentation/classarm__compute_1_1_n_e_gaussian_pyramid_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_gradient_kernel.js
documentation/classarm__compute_1_1_n_e_gradient_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_g_e_m_m_a_arch64_f_p16_kernel.js
documentation/classarm__compute_1_1_n_e_h_g_e_m_m_a_arch64_f_p16_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.js
documentation/classarm__compute_1_1_n_e_h_o_g_block_normalization_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_descriptor.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_detector.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel.js
documentation/classarm__compute_1_1_n_e_h_o_g_detector_kernel.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_gradient.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_multi_detection.xhtml
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.js
documentation/classarm__compute_1_1_n_e_h_o_g_orientation_binning_kernel.xhtml
documentation/classarm__compute_1_1_n_e_harris_corners.xhtml
documentation/classarm__compute_1_1_n_e_harris_score_kernel.js
documentation/classarm__compute_1_1_n_e_harris_score_kernel.xhtml
documentation/classarm__compute_1_1_n_e_histogram.xhtml
documentation/classarm__compute_1_1_n_e_histogram_kernel.js
documentation/classarm__compute_1_1_n_e_histogram_kernel.xhtml
documentation/classarm__compute_1_1_n_e_im2_col.js
documentation/classarm__compute_1_1_n_e_im2_col.xhtml
documentation/classarm__compute_1_1_n_e_im2_col_kernel.js
documentation/classarm__compute_1_1_n_e_im2_col_kernel.xhtml
documentation/classarm__compute_1_1_n_e_integral_image.xhtml
documentation/classarm__compute_1_1_n_e_integral_image_kernel.js
documentation/classarm__compute_1_1_n_e_integral_image_kernel.xhtml
documentation/classarm__compute_1_1_n_e_l2_normalize_layer.xhtml
documentation/classarm__compute_1_1_n_e_l2_normalize_layer_kernel.js
documentation/classarm__compute_1_1_n_e_l2_normalize_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel.js
documentation/classarm__compute_1_1_n_e_l_k_tracker_kernel.xhtml
documentation/classarm__compute_1_1_n_e_laplacian_pyramid.xhtml
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct.js
documentation/classarm__compute_1_1_n_e_laplacian_reconstruct.xhtml
documentation/classarm__compute_1_1_n_e_locally_connected_layer.xhtml
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.js
documentation/classarm__compute_1_1_n_e_locally_connected_matrix_multiply_kernel.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel.js
documentation/classarm__compute_1_1_n_e_logits1_d_max_kernel.xhtml
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel.js [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_norm_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.js [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_shift_exp_sum_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_logits1_d_softmax_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_softmax_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_softmax_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_softmax_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_logits1_d_softmax_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_magnitude.xhtml
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel.js
documentation/classarm__compute_1_1_n_e_magnitude_phase_kernel.xhtml
documentation/classarm__compute_1_1_n_e_mean_std_dev.xhtml
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel.js
documentation/classarm__compute_1_1_n_e_mean_std_dev_kernel.xhtml
documentation/classarm__compute_1_1_n_e_median3x3.xhtml
documentation/classarm__compute_1_1_n_e_median3x3_kernel.js
documentation/classarm__compute_1_1_n_e_median3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_min_max_kernel.js
documentation/classarm__compute_1_1_n_e_min_max_kernel.xhtml
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel.js
documentation/classarm__compute_1_1_n_e_min_max_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_min_max_location.xhtml
documentation/classarm__compute_1_1_n_e_min_max_location_kernel.js
documentation/classarm__compute_1_1_n_e_min_max_location_kernel.xhtml
documentation/classarm__compute_1_1_n_e_non_linear_filter.xhtml
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel.js
documentation/classarm__compute_1_1_n_e_non_linear_filter_kernel.xhtml
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3.xhtml
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.js
documentation/classarm__compute_1_1_n_e_non_maxima_suppression3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_normalization_layer.xhtml
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel.js
documentation/classarm__compute_1_1_n_e_normalization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_optical_flow.xhtml
documentation/classarm__compute_1_1_n_e_permute.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_permute_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_phase.xhtml
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication.xhtml
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.js
documentation/classarm__compute_1_1_n_e_pixel_wise_multiplication_kernel.xhtml
documentation/classarm__compute_1_1_n_e_pooling_layer.xhtml
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel.js
documentation/classarm__compute_1_1_n_e_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_quantization_layer.xhtml
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel.js
documentation/classarm__compute_1_1_n_e_quantization_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer.xhtml
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.js
documentation/classarm__compute_1_1_n_e_r_o_i_pooling_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_reduction_operation.xhtml
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel.js
documentation/classarm__compute_1_1_n_e_reduction_operation_kernel.xhtml
documentation/classarm__compute_1_1_n_e_remap.xhtml
documentation/classarm__compute_1_1_n_e_remap_kernel.js
documentation/classarm__compute_1_1_n_e_remap_kernel.xhtml
documentation/classarm__compute_1_1_n_e_reshape_layer.xhtml
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel.js
documentation/classarm__compute_1_1_n_e_reshape_layer_kernel.xhtml
documentation/classarm__compute_1_1_n_e_scale.xhtml
documentation/classarm__compute_1_1_n_e_scale_kernel.js
documentation/classarm__compute_1_1_n_e_scale_kernel.xhtml
documentation/classarm__compute_1_1_n_e_scharr3x3.xhtml
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel.js
documentation/classarm__compute_1_1_n_e_scharr3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel.js
documentation/classarm__compute_1_1_n_e_separable_convolution_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel.js
documentation/classarm__compute_1_1_n_e_separable_convolution_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel3x3.xhtml
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel.js
documentation/classarm__compute_1_1_n_e_sobel3x3_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel.js
documentation/classarm__compute_1_1_n_e_sobel5x5_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel.js
documentation/classarm__compute_1_1_n_e_sobel5x5_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel.js
documentation/classarm__compute_1_1_n_e_sobel7x7_hor_kernel.xhtml
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel.js
documentation/classarm__compute_1_1_n_e_sobel7x7_vert_kernel.xhtml
documentation/classarm__compute_1_1_n_e_softmax_layer.xhtml
documentation/classarm__compute_1_1_n_e_table_lookup.xhtml
documentation/classarm__compute_1_1_n_e_table_lookup_kernel.js
documentation/classarm__compute_1_1_n_e_table_lookup_kernel.xhtml
documentation/classarm__compute_1_1_n_e_threshold.xhtml
documentation/classarm__compute_1_1_n_e_threshold_kernel.js
documentation/classarm__compute_1_1_n_e_threshold_kernel.xhtml
documentation/classarm__compute_1_1_n_e_transpose.xhtml
documentation/classarm__compute_1_1_n_e_transpose_kernel.js
documentation/classarm__compute_1_1_n_e_transpose_kernel.xhtml
documentation/classarm__compute_1_1_n_e_warp_affine.xhtml
documentation/classarm__compute_1_1_n_e_warp_affine_kernel.xhtml
documentation/classarm__compute_1_1_n_e_warp_perspective.xhtml
documentation/classarm__compute_1_1_n_e_warp_perspective_kernel.xhtml
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel.js
documentation/classarm__compute_1_1_n_e_weights_reshape_kernel.xhtml
documentation/classarm__compute_1_1_n_e_winograd_layer.xhtml
documentation/classarm__compute_1_1_n_e_winograd_layer_batched_g_e_m_m_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_batched_g_e_m_m_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_batched_g_e_m_m_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_batched_g_e_m_m_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_batched_g_e_m_m_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel.js [deleted file]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel.xhtml [deleted file]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel__coll__graph.map [deleted file]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel__coll__graph.md5 [deleted file]
documentation/classarm__compute_1_1_n_e_winograd_layer_kernel__coll__graph.svg [deleted file]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_input_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_output_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel.js [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1_n_e_winograd_layer_transform_weights_kernel__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1_normalization_layer_info.xhtml
documentation/classarm__compute_1_1_o_m_p_scheduler.xhtml
documentation/classarm__compute_1_1_offset_lifetime_manager.xhtml
documentation/classarm__compute_1_1_offset_memory_pool.xhtml
documentation/classarm__compute_1_1_pad_stride_info.js
documentation/classarm__compute_1_1_pad_stride_info.xhtml
documentation/classarm__compute_1_1_pixel_value.xhtml
documentation/classarm__compute_1_1_pool_manager.xhtml
documentation/classarm__compute_1_1_pooling_layer_info.js
documentation/classarm__compute_1_1_pooling_layer_info.xhtml
documentation/classarm__compute_1_1_program.xhtml
documentation/classarm__compute_1_1_pyramid.xhtml
documentation/classarm__compute_1_1_pyramid_info.xhtml
documentation/classarm__compute_1_1_r_o_i_pooling_layer_info.xhtml
documentation/classarm__compute_1_1_scheduler.xhtml
documentation/classarm__compute_1_1_semaphore.xhtml
documentation/classarm__compute_1_1_single_thread_scheduler.xhtml
documentation/classarm__compute_1_1_size2_d.js
documentation/classarm__compute_1_1_size2_d.xhtml
documentation/classarm__compute_1_1_status.js
documentation/classarm__compute_1_1_status.xhtml
documentation/classarm__compute_1_1_steps.xhtml
documentation/classarm__compute_1_1_strides.xhtml
documentation/classarm__compute_1_1_sub_tensor.xhtml
documentation/classarm__compute_1_1_sub_tensor_info.js
documentation/classarm__compute_1_1_sub_tensor_info.xhtml
documentation/classarm__compute_1_1_tensor.xhtml
documentation/classarm__compute_1_1_tensor_allocator.xhtml
documentation/classarm__compute_1_1_tensor_info.js
documentation/classarm__compute_1_1_tensor_info.xhtml
documentation/classarm__compute_1_1_tensor_shape.js
documentation/classarm__compute_1_1_tensor_shape.xhtml
documentation/classarm__compute_1_1_weights_info.xhtml
documentation/classarm__compute_1_1_window.js
documentation/classarm__compute_1_1_window.xhtml
documentation/classarm__compute_1_1_window_1_1_dimension.js
documentation/classarm__compute_1_1_window_1_1_dimension.xhtml
documentation/classarm__compute_1_1_winograd3x3_f32.js [deleted file]
documentation/classarm__compute_1_1_winograd3x3_f32.xhtml [deleted file]
documentation/classarm__compute_1_1detail_1_1compare__dimension.xhtml
documentation/classarm__compute_1_1gles_1_1_n_d_range.xhtml
documentation/classarm__compute_1_1graph_1_1_activation_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_batch_normalization_layer.js
documentation/classarm__compute_1_1graph_1_1_batch_normalization_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_branch_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_c_l_map.xhtml
documentation/classarm__compute_1_1graph_1_1_c_l_unmap.xhtml
documentation/classarm__compute_1_1graph_1_1_convolution_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_depth_convert_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_depthwise_convolution_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_dequantization_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_flatten_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_floor_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_fully_connected_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_graph.js
documentation/classarm__compute_1_1graph_1_1_graph.xhtml
documentation/classarm__compute_1_1graph_1_1_graph_context.xhtml
documentation/classarm__compute_1_1graph_1_1_graph_hints.xhtml
documentation/classarm__compute_1_1graph_1_1_i_node.js
documentation/classarm__compute_1_1graph_1_1_i_node.xhtml
documentation/classarm__compute_1_1graph_1_1_i_operation.xhtml
documentation/classarm__compute_1_1graph_1_1_i_tensor_accessor.xhtml
documentation/classarm__compute_1_1graph_1_1_i_tensor_object.xhtml
documentation/classarm__compute_1_1graph_1_1_l2_normalize_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_node_context.xhtml
documentation/classarm__compute_1_1graph_1_1_node_parameter.xhtml
documentation/classarm__compute_1_1graph_1_1_node_parameter_base.xhtml
documentation/classarm__compute_1_1graph_1_1_normalization_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_operation_registry.xhtml
documentation/classarm__compute_1_1graph_1_1_pooling_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_quantization_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_reshape_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_residual_layer.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_residual_layer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_residual_layer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_residual_layer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_residual_layer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph_1_1_softmax_layer.xhtml
documentation/classarm__compute_1_1graph_1_1_sub_graph.xhtml
documentation/classarm__compute_1_1graph_1_1_sub_tensor.xhtml
documentation/classarm__compute_1_1graph_1_1_tensor.xhtml
documentation/classarm__compute_1_1graph_1_1detail_1_1_operation_registrar.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_caffe_preproccessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_caffe_preproccessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_caffe_preproccessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_caffe_preproccessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_caffe_preproccessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_dummy_accessor.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_i_preprocessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_i_preprocessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_num_py_bin_loader.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_accessor.js
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_accessor.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_p_p_m_writer.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_random_accessor.xhtml
documentation/classarm__compute_1_1graph__utils_1_1_t_f_preproccessor.js [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_t_f_preproccessor.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_t_f_preproccessor__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_t_f_preproccessor__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_t_f_preproccessor__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1graph__utils_1_1_top_n_predictions_accessor.xhtml
documentation/classarm__compute_1_1io_1_1_file_handler.xhtml
documentation/classarm__compute_1_1logging_1_1_date_decorator.xhtml
documentation/classarm__compute_1_1logging_1_1_file_printer.xhtml
documentation/classarm__compute_1_1logging_1_1_i_decorator.xhtml
documentation/classarm__compute_1_1logging_1_1_log_level_decorator.xhtml
documentation/classarm__compute_1_1logging_1_1_logger.xhtml
documentation/classarm__compute_1_1logging_1_1_logger_registry.xhtml
documentation/classarm__compute_1_1logging_1_1_printer.xhtml
documentation/classarm__compute_1_1logging_1_1_std_printer.xhtml
documentation/classarm__compute_1_1logging_1_1_string_decorator.xhtml
documentation/classarm__compute_1_1logging_1_1_thread_id_decorator.xhtml
documentation/classarm__compute_1_1misc_1_1_i_cloneable.xhtml
documentation/classarm__compute_1_1test_1_1_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_activation_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_alex_net_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_array_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_assets_library.xhtml
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.js
documentation/classarm__compute_1_1test_1_1_batch_normalization_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_c_l_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_c_l_array_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_c_l_lut_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_c_l_synthetize_function.xhtml
documentation/classarm__compute_1_1test_1_1_c_l_synthetize_function_with_zero_constant_border.xhtml
documentation/classarm__compute_1_1test_1_1_convolution_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_depthwise_convolution_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_depthwise_separable_convolution_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_floor_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_fully_connected_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_g_c_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture.js
documentation/classarm__compute_1_1test_1_1_g_e_m_m_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_g_e_m_m_lowp_matrix_multiply_core_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_i_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_i_array_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_i_lut_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_le_net5_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_lut_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_mobile_net_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_mobile_net_v1_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function.xhtml
documentation/classarm__compute_1_1test_1_1_n_e_synthetize_function_with_zero_constant_border.xhtml
documentation/classarm__compute_1_1test_1_1_normalization_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_normalize_planar_y_u_v_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_padding_calculator.xhtml
documentation/classarm__compute_1_1test_1_1_pooling_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_r_o_i_pooling_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_raw_lut_accessor.xhtml
documentation/classarm__compute_1_1test_1_1_raw_tensor.xhtml
documentation/classarm__compute_1_1test_1_1_scale_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_simple_tensor.xhtml
documentation/classarm__compute_1_1test_1_1_softmax_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1_tensor_cache.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_depth_concatenate_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_dequantization_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_flatten_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_g_e_m_m_interleave4x4_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_harris_corners_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_l2_normalize_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_magnitude_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_quantization_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_reshape_layer_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_scale_fixture.xhtml
documentation/classarm__compute_1_1test_1_1benchmark_1_1_transpose_fixture.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_activation_functions.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_alex_net_winograd_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_border_modes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_convert_policies.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_depth_concatenate_layer_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_lowp_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_global_pooling_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v1_winograd_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_batch_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_normalize_planar_y_u_v_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_goog_le_net_inception_v4_winograd_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_google_net_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_gradient_dimensions.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_h_o_g_descriptor_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_image_file_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_interpolation_policies.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large1_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large2_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large3_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large4_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_depthwise_convolution_layer_dataset3x3.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_g_e_m_m_lowp_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_h_o_g_descriptor_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_image_files.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_image_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_scale_layer_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes_broadcast.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes_broadcast.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes_broadcast__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes_broadcast__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_large_shapes_broadcast__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_le_net5_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_multiply_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_matrix_patterns.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium2_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_medium_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_mixed_threshold_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_batch_normalization_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_batch_normalization_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_batch_normalization_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_batch_normalization_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_batch_normalization_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_mobile_net_depthwise_separable_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_non_linear_filter_functions.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalization_types.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_normalize_planar_y_u_v_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_optimized_depthwise_convolution_layer_dataset3x3.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_optimized_depthwise_convolution_layer_dataset3x3.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_optimized_depthwise_convolution_layer_dataset3x3__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_optimized_depthwise_convolution_layer_dataset3x3__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_optimized_depthwise_convolution_layer_dataset3x3__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_special.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_special.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_special__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_special__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_special__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_pooling_types.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_batch_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_random_normalize_planar_y_u_v_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_reduction_operations.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_sampling_policies.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_scale_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small1_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small2_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small3_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small4_d_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_deconvolution_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_depthwise_convolution_layer_dataset3x3.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_tensor_shift_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_tensor_shift_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_tensor_shift_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_tensor_shift_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_direct_convolution_tensor_shift_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_g_e_m_m_lowp_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_h_o_g_descriptor_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_image_files.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_image_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_r_o_i_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_reshape_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_scale_layer_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes_broadcast.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes_broadcast.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes_broadcast__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes_broadcast__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_shapes_broadcast__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_small_winograd_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_large_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_small_shapes.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_tiny_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_tiny_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_tiny_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_tiny_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_softmax_layer_tiny_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_squeeze_net_winograd_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_threshold_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny2_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny2_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny2_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny2_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny2_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny3_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny3_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny3_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny3_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny3_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny4_d_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny4_d_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny4_d_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny4_d_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny4_d_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_convolution_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_convolution_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_convolution_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_convolution_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_convolution_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_direct_convolution_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_direct_convolution_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_direct_convolution_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_direct_convolution_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_direct_convolution_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_fully_connected_layer_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_fully_connected_layer_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_fully_connected_layer_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_fully_connected_layer_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_fully_connected_layer_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_g_e_m_m_dataset.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_g_e_m_m_dataset.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_g_e_m_m_dataset__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_g_e_m_m_dataset__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_g_e_m_m_dataset__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_shapes.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_shapes.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_shapes__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_shapes__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_tiny_shapes__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_direct_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_fully_connected_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_v_g_g16_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_l_i_n_e_a_r_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_activation_layer_r_e_l_u_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_batch_normalization_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_convolution_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1datasets_1_1_y_o_l_o_v2_pooling_layer_dataset.xhtml
documentation/classarm__compute_1_1test_1_1fixed__point__arithmetic_1_1fixed__point.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_command_line_parser.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_common_options.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_data_test_case_factory.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_list_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_enum_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_file_not_found.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_fixture.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_framework.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_instrument.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_instruments_stats.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_instruments_stats.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_j_s_o_n_printer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_list_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_mali_counter.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_open_c_l_timer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_p_m_u_counter.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_pretty_printer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_printer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_profiler.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_scheduler_timer.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_scheduler_timer__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_scheduler_timer__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_scheduler_timer__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_simple_test_case_factory.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_test_case.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_test_case_factory.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_test_error.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_test_filter.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_toggle_option.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1_wall_clock_timer.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.js
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_named_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_case_registrar.xhtml
documentation/classarm__compute_1_1test_1_1framework_1_1detail_1_1_test_suite_registrar.xhtml
documentation/classarm__compute_1_1test_1_1networks_1_1_alex_net_network.xhtml
documentation/classarm__compute_1_1test_1_1networks_1_1_le_net5_network.xhtml
documentation/classarm__compute_1_1test_1_1networks_1_1_mobile_net_network.xhtml
documentation/classarm__compute_1_1test_1_1networks_1_1_mobile_net_v1_network.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_difference_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_absolute_tolerance.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_base_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_squared_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_accumulate_weighted_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_generic_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_activation_validation_quantized_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixed_point_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixed_point_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixed_point_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixed_point_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixed_point_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_broadcast_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixed_point_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_addition_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_arithmetic_subtraction_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_batch_normalization_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_and_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_not_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_or_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_bitwise_xor_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_box3x3_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_channel_extract_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_channel_extract_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_channel_extract_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_channel_extract_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_channel_extract_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_rectangle_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_rectangle_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_separable_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_separable_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_square_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_square_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_generic_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_convolution_validation_quantized_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_layer_fixture_base.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_deconvolution_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_concatenate_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depth_convert_layer_validation_fractional_bits_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_generic_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_convolution_layer_validation_quantized_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_depthwise_separable_convolution_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_dequantization_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_derivative_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_dilate_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_tensor_shift_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_tensor_shift_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_tensor_shift_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_tensor_shift_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixed_point_tensor_shift_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_tensor_shift_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_tensor_shift_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_tensor_shift_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_tensor_shift_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_generic_tensor_shift_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_tensor_shift_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_tensor_shift_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_tensor_shift_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_tensor_shift_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_quantized_tensor_shift_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_tensor_shift_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_tensor_shift_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_tensor_shift_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_tensor_shift_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_tensor_shift_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quaf81c0a21278da89db1a56084180865c9.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quaf81c0a21278da89db1a56084180865c9.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quaf81c0a21278da89db1a56084180865c9.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_tensor_shift_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_quantized_tensor_shift_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_tensor_shift_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_tensor_shift_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_tensor_shift_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_tensor_shift_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_direct_convolution_validation_with_tensor_shapes_tensor_shift_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_dropout_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_equalize_histogram_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_equalize_histogram_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_equalize_histogram_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_equalize_histogram_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_equalize_histogram_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_erode_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fast_corners_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fast_corners_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fast_corners_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fast_corners_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fast_corners_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_pixel_wise_multiplication_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fixed_point_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_flatten_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_floor_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_generic_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_fully_connected_layer_validation_quantized_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave4x4_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_interleave_blocked_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_assembly_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_matrix_multiply_core_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_by_fixed_point_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_lowp_quantize_down_int32_to_uint8_scale_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_transpose1x_w_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_transpose1x_w_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_g_e_m_m_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian3x3_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian5x5_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_gaussian_pyramid_half_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_global_pooling_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_h_o_g_descriptor_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_harris_corners_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_histogram_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_integral_image_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_l2_normalize_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_magnitude_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_mean_std_dev_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_median3x3_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_min_max_location_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_non_linear_filter_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_normalization_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_normalize_planar_y_u_v_layer_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_normalize_planar_y_u_v_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_permute_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_phase_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_broadcast_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_broadcast_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_broadcast_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_broadcast_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_broadcast_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture__coll__graph.map
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture__coll__graph.md5
documentation/classarm__compute_1_1test_1_1validation_1_1_pixel_wise_multiplication_validation_fixture__coll__graph.svg
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_generic_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_quantized_fixture.js
documentation/classarm__compute_1_1test_1_1validation_1_1_pooling_layer_validation_quantized_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_quantization_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_reduction_operation_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_relative_tolerance.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_remap_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_reshape_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_scale_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_scharr_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_sobel_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixed_point_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_generic_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_softmax_validation_quantized_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_special_pooling_layer_validation_fixture.js [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_special_pooling_layer_validation_fixture.xhtml [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_special_pooling_layer_validation_fixture__coll__graph.map [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_special_pooling_layer_validation_fixture__coll__graph.md5 [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_special_pooling_layer_validation_fixture__coll__graph.svg [new file with mode: 0644]
documentation/classarm__compute_1_1test_1_1validation_1_1_table_lookup_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_threshold_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_transpose_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_affine_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_warp_perspective_validation_fixture.xhtml
documentation/classarm__compute_1_1test_1_1validation_1_1_winograd_layer_validation_fixture.xhtml
documentation/classarm__compute_1_1utils_1_1_example.xhtml
documentation/classarm__compute_1_1utils_1_1_n_p_y_loader.xhtml
documentation/classarm__compute_1_1utils_1_1_p_p_m_loader.xhtml
documentation/classes.xhtml
documentation/col2im_8cl.xhtml [new file with mode: 0644]
documentation/col2im_8cl_source.xhtml [new file with mode: 0644]
documentation/color__convert_8cl.xhtml
documentation/color__convert_8cl_source.xhtml
documentation/concatenate_8cl.xhtml
documentation/concatenate_8cl_source.xhtml
documentation/convolution3x3_8cl.xhtml
documentation/convolution3x3_8cl_source.xhtml
documentation/convolution5x5_8cl.xhtml
documentation/convolution5x5_8cl_source.xhtml
documentation/convolution7x7_8cl.xhtml
documentation/convolution7x7_8cl_source.xhtml
documentation/convolution9x9_8cl.xhtml
documentation/convolution9x9_8cl_source.xhtml
documentation/convolution__layer_8cl.js [deleted file]
documentation/convolution__layer_8cl.xhtml
documentation/convolution__layer_8cl_source.xhtml
documentation/convolution__rectangle_8cl.xhtml
documentation/convolution__rectangle_8cl_source.xhtml
documentation/core_2_error_8h.xhtml
documentation/core_2_error_8h_source.xhtml
documentation/data_import.xhtml
documentation/deconvolution__layer_8cl.xhtml
documentation/deconvolution__layer_8cl_source.xhtml
documentation/depth__convert_8cl.xhtml
documentation/depth__convert_8cl_source.xhtml
documentation/depthwise__convolution_8cl.js [new file with mode: 0644]
documentation/depthwise__convolution_8cl.xhtml
documentation/depthwise__convolution_8cl_source.xhtml
documentation/depthwise__convolution__quantized_8cl.xhtml
documentation/depthwise__convolution__quantized_8cl_source.xhtml
documentation/dequantization__layer_8cl.xhtml
documentation/dequantization__layer_8cl_source.xhtml
documentation/derivative_8cl.xhtml
documentation/derivative_8cl_source.xhtml
documentation/dilate_8cl.xhtml
documentation/dilate_8cl_source.xhtml
documentation/dir_000000_000043.xhtml [deleted file]
documentation/dir_000000_000045.xhtml [new file with mode: 0644]
documentation/dir_000001_000012.xhtml
documentation/dir_000001_000043.xhtml [deleted file]
documentation/dir_000001_000045.xhtml [new file with mode: 0644]
documentation/dir_000002_000003.xhtml
documentation/dir_000002_000043.xhtml [deleted file]
documentation/dir_000002_000045.xhtml [new file with mode: 0644]
documentation/dir_000004_000005.xhtml
documentation/dir_000004_000014.xhtml
documentation/dir_000004_000043.xhtml [deleted file]
documentation/dir_000004_000045.xhtml [new file with mode: 0644]
documentation/dir_000005_000014.xhtml
documentation/dir_000005_000043.xhtml [deleted file]
documentation/dir_000005_000045.xhtml [new file with mode: 0644]
documentation/dir_000006_000001.xhtml
documentation/dir_000006_000019.xhtml [deleted file]
documentation/dir_000006_000021.xhtml [new file with mode: 0644]
documentation/dir_000006_000027.xhtml [deleted file]
documentation/dir_000006_000029.xhtml [new file with mode: 0644]
documentation/dir_000006_000043.xhtml [deleted file]
documentation/dir_000006_000045.xhtml [new file with mode: 0644]
documentation/dir_000007_000000.xhtml
documentation/dir_000007_000043.xhtml [deleted file]
documentation/dir_000007_000045.xhtml [new file with mode: 0644]
documentation/dir_000008_000000.xhtml
documentation/dir_000008_000020.xhtml [deleted file]
documentation/dir_000008_000021.xhtml [deleted file]
documentation/dir_000008_000022.xhtml [new file with mode: 0644]
documentation/dir_000008_000023.xhtml [new file with mode: 0644]
documentation/dir_000008_000043.xhtml [deleted file]
documentation/dir_000008_000045.xhtml [new file with mode: 0644]
documentation/dir_000008_000057.xhtml [deleted file]
documentation/dir_000008_000058.xhtml [deleted file]
documentation/dir_000008_000059.xhtml
documentation/dir_000008_000060.xhtml
documentation/dir_000008_000061.xhtml [new file with mode: 0644]
documentation/dir_000008_000062.xhtml [new file with mode: 0644]
documentation/dir_000008_000076.xhtml [deleted file]
documentation/dir_000008_000078.xhtml [new file with mode: 0644]
documentation/dir_000009_000000.xhtml
documentation/dir_000009_000020.xhtml [deleted file]
documentation/dir_000009_000022.xhtml [new file with mode: 0644]
documentation/dir_000009_000043.xhtml [deleted file]
documentation/dir_000009_000045.xhtml [new file with mode: 0644]
documentation/dir_000010_000011.xhtml
documentation/dir_000010_000043.xhtml [deleted file]
documentation/dir_000010_000045.xhtml [new file with mode: 0644]
documentation/dir_000012_000043.xhtml [deleted file]
documentation/dir_000012_000045.xhtml [new file with mode: 0644]
documentation/dir_000013_000022.xhtml [deleted file]
documentation/dir_000013_000024.xhtml [new file with mode: 0644]
documentation/dir_000013_000043.xhtml [deleted file]
documentation/dir_000013_000045.xhtml [new file with mode: 0644]
documentation/dir_000014_000004.xhtml
documentation/dir_000014_000005.xhtml
documentation/dir_000014_000015.xhtml
documentation/dir_000014_000043.xhtml [deleted file]
documentation/dir_000014_000045.xhtml [new file with mode: 0644]
documentation/dir_000015_000004.xhtml
documentation/dir_000015_000019.xhtml [new file with mode: 0644]
documentation/dir_000015_000043.xhtml [deleted file]
documentation/dir_000015_000045.xhtml [new file with mode: 0644]
documentation/dir_000018_000019.xhtml [new file with mode: 0644]
documentation/dir_000019_000001.xhtml [deleted file]
documentation/dir_000019_000020.xhtml [new file with mode: 0644]
documentation/dir_000019_000043.xhtml [deleted file]
documentation/dir_000020_000000.xhtml [deleted file]
documentation/dir_000020_000043.xhtml [deleted file]
documentation/dir_000021_000000.xhtml [deleted file]
documentation/dir_000021_000001.xhtml [new file with mode: 0644]
documentation/dir_000021_000007.xhtml [deleted file]
documentation/dir_000021_000043.xhtml [deleted file]
documentation/dir_000021_000045.xhtml [new file with mode: 0644]
documentation/dir_000022_000000.xhtml [new file with mode: 0644]
documentation/dir_000022_000045.xhtml [new file with mode: 0644]
documentation/dir_000023_000000.xhtml [new file with mode: 0644]
documentation/dir_000023_000007.xhtml [new file with mode: 0644]
documentation/dir_000023_000045.xhtml [new file with mode: 0644]
documentation/dir_000023_000075.xhtml [deleted file]
documentation/dir_000025_000077.xhtml [new file with mode: 0644]
documentation/dir_000026_000019.xhtml [deleted file]
documentation/dir_000027_000001.xhtml [deleted file]
documentation/dir_000027_000019.xhtml [deleted file]
documentation/dir_000028_000001.xhtml [deleted file]
documentation/dir_000028_000021.xhtml [new file with mode: 0644]
documentation/dir_000028_000029.xhtml [deleted file]
documentation/dir_000029_000001.xhtml
documentation/dir_000029_000021.xhtml [new file with mode: 0644]
documentation/dir_000030_000001.xhtml
documentation/dir_000030_000031.xhtml
documentation/dir_000031_000001.xhtml
documentation/dir_000032_000001.xhtml
documentation/dir_000032_000033.xhtml
documentation/dir_000033_000001.xhtml
documentation/dir_000034_000001.xhtml
documentation/dir_000034_000030.xhtml [deleted file]
documentation/dir_000034_000035.xhtml
documentation/dir_000035_000001.xhtml
documentation/dir_000035_000030.xhtml [deleted file]
documentation/dir_000036_000001.xhtml [new file with mode: 0644]
documentation/dir_000036_000032.xhtml [new file with mode: 0644]
documentation/dir_000036_000037.xhtml [new file with mode: 0644]
documentation/dir_000037_000000.xhtml [deleted file]
documentation/dir_000037_000001.xhtml [new file with mode: 0644]
documentation/dir_000037_000021.xhtml [deleted file]
documentation/dir_000037_000032.xhtml [new file with mode: 0644]
documentation/dir_000037_000043.xhtml [deleted file]
documentation/dir_000039_000000.xhtml [new file with mode: 0644]
documentation/dir_000039_000023.xhtml [new file with mode: 0644]
documentation/dir_000039_000045.xhtml [new file with mode: 0644]
documentation/dir_000044_000000.xhtml [deleted file]
documentation/dir_000044_000020.xhtml [deleted file]
documentation/dir_000044_000021.xhtml [deleted file]
documentation/dir_000044_000057.xhtml [deleted file]
documentation/dir_000044_000058.xhtml [deleted file]
documentation/dir_000044_000059.xhtml [deleted file]
documentation/dir_000044_000060.xhtml [deleted file]
documentation/dir_000044_000076.xhtml [deleted file]
documentation/dir_000045_000000.xhtml [deleted file]
documentation/dir_000045_000020.xhtml [deleted file]
documentation/dir_000045_000021.xhtml [deleted file]
documentation/dir_000045_000055.xhtml [deleted file]
documentation/dir_000045_000057.xhtml [deleted file]
documentation/dir_000045_000060.xhtml [deleted file]
documentation/dir_000046_000000.xhtml
documentation/dir_000046_000020.xhtml [deleted file]
documentation/dir_000046_000021.xhtml [deleted file]
documentation/dir_000046_000022.xhtml [new file with mode: 0644]
documentation/dir_000046_000023.xhtml [new file with mode: 0644]
documentation/dir_000046_000055.xhtml [deleted file]
documentation/dir_000046_000059.xhtml
documentation/dir_000046_000060.xhtml
documentation/dir_000046_000061.xhtml [new file with mode: 0644]
documentation/dir_000046_000062.xhtml [new file with mode: 0644]
documentation/dir_000046_000078.xhtml [new file with mode: 0644]
documentation/dir_000047_000000.xhtml
documentation/dir_000047_000009.xhtml [deleted file]
documentation/dir_000047_000020.xhtml [deleted file]
documentation/dir_000047_000022.xhtml [new file with mode: 0644]
documentation/dir_000047_000023.xhtml [new file with mode: 0644]
documentation/dir_000047_000056.xhtml [deleted file]
documentation/dir_000047_000057.xhtml
documentation/dir_000047_000059.xhtml [new file with mode: 0644]
documentation/dir_000047_000060.xhtml [deleted file]
documentation/dir_000047_000062.xhtml [new file with mode: 0644]
documentation/dir_000047_000076.xhtml [deleted file]
documentation/dir_000048_000000.xhtml
documentation/dir_000048_000020.xhtml [deleted file]
documentation/dir_000048_000022.xhtml [new file with mode: 0644]
documentation/dir_000048_000023.xhtml [new file with mode: 0644]
documentation/dir_000048_000056.xhtml [deleted file]
documentation/dir_000048_000057.xhtml [new file with mode: 0644]
documentation/dir_000048_000058.xhtml [deleted file]
documentation/dir_000048_000060.xhtml [deleted file]
documentation/dir_000048_000061.xhtml [new file with mode: 0644]
documentation/dir_000048_000062.xhtml [new file with mode: 0644]
documentation/dir_000049_000000.xhtml
documentation/dir_000049_000009.xhtml
documentation/dir_000049_000020.xhtml [deleted file]
documentation/dir_000049_000022.xhtml [new file with mode: 0644]
documentation/dir_000049_000043.xhtml [deleted file]
documentation/dir_000049_000056.xhtml [deleted file]
documentation/dir_000049_000058.xhtml [new file with mode: 0644]
documentation/dir_000049_000059.xhtml
documentation/dir_000049_000060.xhtml [deleted file]
documentation/dir_000049_000062.xhtml [new file with mode: 0644]
documentation/dir_000049_000076.xhtml [deleted file]
documentation/dir_000049_000078.xhtml [new file with mode: 0644]
documentation/dir_000050_000000.xhtml
documentation/dir_000050_000020.xhtml [deleted file]
documentation/dir_000050_000021.xhtml [deleted file]
documentation/dir_000050_000022.xhtml [new file with mode: 0644]
documentation/dir_000050_000055.xhtml [deleted file]
documentation/dir_000050_000058.xhtml
documentation/dir_000050_000060.xhtml
documentation/dir_000050_000062.xhtml [new file with mode: 0644]
documentation/dir_000051_000000.xhtml
documentation/dir_000051_000009.xhtml [new file with mode: 0644]
documentation/dir_000051_000020.xhtml [deleted file]
documentation/dir_000051_000021.xhtml [deleted file]
documentation/dir_000051_000022.xhtml [new file with mode: 0644]
documentation/dir_000051_000045.xhtml [new file with mode: 0644]
documentation/dir_000051_000055.xhtml [deleted file]
documentation/dir_000051_000057.xhtml [deleted file]
documentation/dir_000051_000058.xhtml [new file with mode: 0644]
documentation/dir_000051_000061.xhtml [new file with mode: 0644]
documentation/dir_000051_000062.xhtml [new file with mode: 0644]
documentation/dir_000051_000078.xhtml [new file with mode: 0644]
documentation/dir_000052_000000.xhtml
documentation/dir_000052_000020.xhtml [deleted file]
documentation/dir_000052_000021.xhtml [deleted file]
documentation/dir_000052_000022.xhtml [new file with mode: 0644]
documentation/dir_000052_000023.xhtml [new file with mode: 0644]
documentation/dir_000052_000055.xhtml [deleted file]
documentation/dir_000052_000057.xhtml [new file with mode: 0644]
documentation/dir_000052_000059.xhtml [deleted file]
documentation/dir_000052_000060.xhtml [new file with mode: 0644]
documentation/dir_000052_000062.xhtml [new file with mode: 0644]
documentation/dir_000053_000000.xhtml
documentation/dir_000053_000020.xhtml [deleted file]
documentation/dir_000053_000022.xhtml [new file with mode: 0644]
documentation/dir_000053_000023.xhtml [new file with mode: 0644]
documentation/dir_000053_000057.xhtml
documentation/dir_000053_000059.xhtml [new file with mode: 0644]
documentation/dir_000053_000076.xhtml [deleted file]
documentation/dir_000054_000000.xhtml
documentation/dir_000054_000020.xhtml [deleted file]
documentation/dir_000054_000022.xhtml [new file with mode: 0644]
documentation/dir_000054_000023.xhtml [new file with mode: 0644]
documentation/dir_000054_000057.xhtml [new file with mode: 0644]
documentation/dir_000054_000059.xhtml [deleted file]
documentation/dir_000054_000061.xhtml [new file with mode: 0644]
documentation/dir_000054_000076.xhtml [deleted file]
documentation/dir_000055_000000.xhtml
documentation/dir_000055_000020.xhtml [deleted file]
documentation/dir_000055_000022.xhtml [new file with mode: 0644]
documentation/dir_000055_000059.xhtml [new file with mode: 0644]
documentation/dir_000055_000076.xhtml [deleted file]
documentation/dir_000055_000078.xhtml [new file with mode: 0644]
documentation/dir_000056_000000.xhtml
documentation/dir_000056_000009.xhtml [deleted file]
documentation/dir_000056_000020.xhtml [deleted file]
documentation/dir_000056_000021.xhtml [deleted file]
documentation/dir_000056_000022.xhtml [new file with mode: 0644]
documentation/dir_000056_000043.xhtml [deleted file]
documentation/dir_000056_000061.xhtml [new file with mode: 0644]
documentation/dir_000056_000078.xhtml [new file with mode: 0644]
documentation/dir_000057_000000.xhtml
documentation/dir_000057_000022.xhtml [new file with mode: 0644]
documentation/dir_000057_000043.xhtml [deleted file]
documentation/dir_000057_000078.xhtml [new file with mode: 0644]
documentation/dir_000058_000000.xhtml
documentation/dir_000058_000009.xhtml [new file with mode: 0644]
documentation/dir_000058_000022.xhtml [new file with mode: 0644]
documentation/dir_000058_000023.xhtml [new file with mode: 0644]
documentation/dir_000058_000045.xhtml [new file with mode: 0644]
documentation/dir_000059_000000.xhtml
documentation/dir_000059_000043.xhtml [deleted file]
documentation/dir_000059_000045.xhtml [new file with mode: 0644]
documentation/dir_000060_000000.xhtml
documentation/dir_000060_000020.xhtml [deleted file]
documentation/dir_000060_000021.xhtml [deleted file]
documentation/dir_000061_000000.xhtml
documentation/dir_000061_000020.xhtml [deleted file]
documentation/dir_000061_000021.xhtml [deleted file]
documentation/dir_000061_000045.xhtml [new file with mode: 0644]
documentation/dir_000062_000000.xhtml
documentation/dir_000062_000020.xhtml [deleted file]
documentation/dir_000062_000021.xhtml [deleted file]
documentation/dir_000062_000022.xhtml [new file with mode: 0644]
documentation/dir_000062_000023.xhtml [new file with mode: 0644]
documentation/dir_000063_000000.xhtml
documentation/dir_000063_000020.xhtml [deleted file]
documentation/dir_000063_000021.xhtml [deleted file]
documentation/dir_000063_000022.xhtml [new file with mode: 0644]
documentation/dir_000063_000023.xhtml [new file with mode: 0644]
documentation/dir_000064_000000.xhtml
documentation/dir_000064_000020.xhtml [deleted file]
documentation/dir_000064_000021.xhtml [deleted file]
documentation/dir_000064_000022.xhtml [new file with mode: 0644]
documentation/dir_000064_000023.xhtml [new file with mode: 0644]
documentation/dir_000065_000000.xhtml
documentation/dir_000065_000020.xhtml [deleted file]
documentation/dir_000065_000021.xhtml [deleted file]
documentation/dir_000065_000022.xhtml [new file with mode: 0644]
documentation/dir_000065_000023.xhtml [new file with mode: 0644]
documentation/dir_000066_000000.xhtml
documentation/dir_000066_000020.xhtml [deleted file]
documentation/dir_000066_000021.xhtml [deleted file]
documentation/dir_000066_000022.xhtml [new file with mode: 0644]
documentation/dir_000066_000023.xhtml [new file with mode: 0644]
documentation/dir_000067_000000.xhtml
documentation/dir_000067_000020.xhtml [deleted file]
documentation/dir_000067_000021.xhtml [deleted file]
documentation/dir_000067_000022.xhtml [new file with mode: 0644]
documentation/dir_000067_000023.xhtml [new file with mode: 0644]
documentation/dir_000068_000000.xhtml
documentation/dir_000068_000020.xhtml [deleted file]
documentation/dir_000068_000021.xhtml [deleted file]
documentation/dir_000068_000022.xhtml [new file with mode: 0644]
documentation/dir_000068_000023.xhtml [new file with mode: 0644]
documentation/dir_000069_000000.xhtml
documentation/dir_000069_000020.xhtml [deleted file]
documentation/dir_000069_000021.xhtml [deleted file]
documentation/dir_000069_000022.xhtml [new file with mode: 0644]
documentation/dir_000069_000023.xhtml [new file with mode: 0644]
documentation/dir_000070_000000.xhtml
documentation/dir_000070_000020.xhtml [deleted file]
documentation/dir_000070_000021.xhtml [deleted file]
documentation/dir_000070_000022.xhtml [new file with mode: 0644]
documentation/dir_000070_000023.xhtml [new file with mode: 0644]
documentation/dir_000071_000000.xhtml
documentation/dir_000071_000020.xhtml [deleted file]
documentation/dir_000071_000021.xhtml [deleted file]
documentation/dir_000071_000022.xhtml [new file with mode: 0644]
documentation/dir_000071_000023.xhtml [new file with mode: 0644]
documentation/dir_000072_000000.xhtml
documentation/dir_000072_000020.xhtml [deleted file]
documentation/dir_000072_000021.xhtml [deleted file]
documentation/dir_000072_000022.xhtml [new file with mode: 0644]
documentation/dir_000072_000023.xhtml [new file with mode: 0644]
documentation/dir_000073_000000.xhtml [new file with mode: 0644]
documentation/dir_000073_000022.xhtml [new file with mode: 0644]
documentation/dir_000073_000023.xhtml
documentation/dir_000073_000075.xhtml [deleted file]
documentation/dir_000074_000000.xhtml [new file with mode: 0644]
documentation/dir_000074_000022.xhtml [new file with mode: 0644]
documentation/dir_000074_000023.xhtml [new file with mode: 0644]
documentation/dir_000074_000043.xhtml [deleted file]
documentation/dir_000075_000000.xhtml [deleted file]
documentation/dir_000075_000025.xhtml [new file with mode: 0644]
documentation/dir_000075_000077.xhtml [new file with mode: 0644]
documentation/dir_000076_000000.xhtml [deleted file]
documentation/dir_000076_000021.xhtml [deleted file]
documentation/dir_000076_000045.xhtml [new file with mode: 0644]
documentation/dir_000077_000000.xhtml
documentation/dir_000077_000020.xhtml [deleted file]
documentation/dir_000077_000056.xhtml [deleted file]
documentation/dir_000077_000057.xhtml [deleted file]
documentation/dir_000077_000060.xhtml [deleted file]
documentation/dir_000078_000000.xhtml
documentation/dir_000078_000020.xhtml [deleted file]
documentation/dir_000078_000023.xhtml [new file with mode: 0644]
documentation/dir_000078_000056.xhtml [deleted file]
documentation/dir_000078_000059.xhtml [deleted file]
documentation/dir_000078_000060.xhtml [deleted file]
documentation/dir_000079_000000.xhtml
documentation/dir_000079_000020.xhtml [deleted file]
documentation/dir_000079_000022.xhtml [new file with mode: 0644]
documentation/dir_000079_000056.xhtml [deleted file]
documentation/dir_000079_000058.xhtml [new file with mode: 0644]
documentation/dir_000079_000059.xhtml
documentation/dir_000079_000060.xhtml [deleted file]
documentation/dir_000079_000062.xhtml [new file with mode: 0644]
documentation/dir_000080_000000.xhtml
documentation/dir_000080_000020.xhtml [deleted file]
documentation/dir_000080_000021.xhtml [deleted file]
documentation/dir_000080_000022.xhtml [new file with mode: 0644]
documentation/dir_000080_000058.xhtml [new file with mode: 0644]
documentation/dir_000080_000061.xhtml [new file with mode: 0644]
documentation/dir_000080_000062.xhtml [new file with mode: 0644]
documentation/dir_000081_000000.xhtml
documentation/dir_000081_000020.xhtml [deleted file]
documentation/dir_000081_000022.xhtml [new file with mode: 0644]
documentation/dir_000081_000043.xhtml [deleted file]
documentation/dir_000081_000058.xhtml [new file with mode: 0644]
documentation/dir_000081_000059.xhtml [deleted file]
documentation/dir_000081_000061.xhtml [new file with mode: 0644]
documentation/dir_000081_000062.xhtml [new file with mode: 0644]
documentation/dir_000082_000000.xhtml [new file with mode: 0644]
documentation/dir_000082_000022.xhtml [new file with mode: 0644]
documentation/dir_000082_000023.xhtml [new file with mode: 0644]
documentation/dir_000083_000000.xhtml [new file with mode: 0644]
documentation/dir_000083_000022.xhtml [new file with mode: 0644]
documentation/dir_000083_000045.xhtml [new file with mode: 0644]
documentation/dir_000083_000061.xhtml [new file with mode: 0644]
documentation/dir_03f3c81b7006d2ea95b3332b67d1fe9e.js
documentation/dir_03f3c81b7006d2ea95b3332b67d1fe9e.xhtml
documentation/dir_043de5624456f8ee1a676650b1e35f53.js
documentation/dir_043de5624456f8ee1a676650b1e35f53.xhtml
documentation/dir_043de5624456f8ee1a676650b1e35f53_dep.map
documentation/dir_043de5624456f8ee1a676650b1e35f53_dep.md5
documentation/dir_043de5624456f8ee1a676650b1e35f53_dep.svg
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6.js
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6.xhtml
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.map
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.md5
documentation/dir_0538a82dae0483a21d0f1e9d7e0a45c6_dep.svg
documentation/dir_0c108762cda89b68d4571cbbabdf46df.xhtml
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.map
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.md5
documentation/dir_0c108762cda89b68d4571cbbabdf46df_dep.svg
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a.xhtml
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a_dep.map
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a_dep.md5
documentation/dir_0cc2cfaf817de5fd0d308f8b2b47cf4a_dep.svg
documentation/dir_0dd7887818bb8d90732685575a13f58a.xhtml
documentation/dir_0dd7887818bb8d90732685575a13f58a_dep.map
documentation/dir_0dd7887818bb8d90732685575a13f58a_dep.md5
documentation/dir_0dd7887818bb8d90732685575a13f58a_dep.svg
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641.js [deleted file]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641.xhtml [deleted file]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641_dep.map [deleted file]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641_dep.md5 [deleted file]
documentation/dir_0e0f32791a0a83efc50a36fd47fb0641_dep.svg [deleted file]
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4.xhtml
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.map
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.md5
documentation/dir_0f1ff859406f1a8b0006aceabacdc4c4_dep.svg
documentation/dir_1633709b037eda5b8477677909f78129.xhtml
documentation/dir_1633709b037eda5b8477677909f78129_dep.map
documentation/dir_1633709b037eda5b8477677909f78129_dep.md5
documentation/dir_1633709b037eda5b8477677909f78129_dep.svg
documentation/dir_16a724a40051239e0b9ee655796247fd.xhtml
documentation/dir_16a724a40051239e0b9ee655796247fd_dep.map
documentation/dir_16a724a40051239e0b9ee655796247fd_dep.md5
documentation/dir_16a724a40051239e0b9ee655796247fd_dep.svg
documentation/dir_184f72a532a521c8d66e76d860c2010a.xhtml
documentation/dir_184f72a532a521c8d66e76d860c2010a_dep.map
documentation/dir_184f72a532a521c8d66e76d860c2010a_dep.md5
documentation/dir_184f72a532a521c8d66e76d860c2010a_dep.svg
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d.xhtml
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.map
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.md5
documentation/dir_1fb090f0c6070330bfaccc4236d3ca0d_dep.svg
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def.xhtml
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.map
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.md5
documentation/dir_214608ef36d61442cb2b0c1c4e9a7def_dep.svg
documentation/dir_23221f641cabea68e0f604f0420281b4.xhtml
documentation/dir_23221f641cabea68e0f604f0420281b4_dep.map
documentation/dir_23221f641cabea68e0f604f0420281b4_dep.md5
documentation/dir_23221f641cabea68e0f604f0420281b4_dep.svg
documentation/dir_246d8741fe000f90e23698d7e8443699.xhtml
documentation/dir_246d8741fe000f90e23698d7e8443699_dep.map
documentation/dir_246d8741fe000f90e23698d7e8443699_dep.md5
documentation/dir_246d8741fe000f90e23698d7e8443699_dep.svg
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.js
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef.xhtml
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.map
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.md5
documentation/dir_251c63bc3f70b60acf43edd6d870a3ef_dep.svg
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.js
documentation/dir_25885286e9dad4fa105b7b25a8031bbf.xhtml
documentation/dir_26ec2cadac51de8a063270ae9ef845a8.xhtml
documentation/dir_26ec2cadac51de8a063270ae9ef845a8_dep.map
documentation/dir_26ec2cadac51de8a063270ae9ef845a8_dep.md5
documentation/dir_26ec2cadac51de8a063270ae9ef845a8_dep.svg
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd.xhtml
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd_dep.map
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd_dep.md5
documentation/dir_287fbec8c5d2d44a95c3c76809b4a9bd_dep.svg
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.js
documentation/dir_2c3c4cb85e732569e2614ad40a451d53.xhtml
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.map
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.md5
documentation/dir_2c3c4cb85e732569e2614ad40a451d53_dep.svg
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0.xhtml
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0_dep.map
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0_dep.md5
documentation/dir_2c6de6ea34a07f1d39b21bbdca535ee0_dep.svg
documentation/dir_2ce15eaea275a277c2370049ea836e06.xhtml
documentation/dir_2ce15eaea275a277c2370049ea836e06_dep.map
documentation/dir_2ce15eaea275a277c2370049ea836e06_dep.md5
documentation/dir_2ce15eaea275a277c2370049ea836e06_dep.svg
documentation/dir_2dfba1021aeb15d8e1228add590b046a.xhtml
documentation/dir_2dfba1021aeb15d8e1228add590b046a_dep.map
documentation/dir_2dfba1021aeb15d8e1228add590b046a_dep.md5
documentation/dir_2dfba1021aeb15d8e1228add590b046a_dep.svg
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.js
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5.xhtml
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.map
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.md5
documentation/dir_315f6cf1ec0b2df3ae747ff8286a19f5_dep.svg
documentation/dir_345bd7154d1542d1e03fd2836959a19d.js
documentation/dir_345bd7154d1542d1e03fd2836959a19d.xhtml
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.map
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.md5
documentation/dir_345bd7154d1542d1e03fd2836959a19d_dep.svg
documentation/dir_36bd1941057d7130e210a25993eacc69.js [new file with mode: 0644]
documentation/dir_36bd1941057d7130e210a25993eacc69.xhtml [new file with mode: 0644]
documentation/dir_36bd1941057d7130e210a25993eacc69_dep.map [new file with mode: 0644]
documentation/dir_36bd1941057d7130e210a25993eacc69_dep.md5 [new file with mode: 0644]
documentation/dir_36bd1941057d7130e210a25993eacc69_dep.svg [new file with mode: 0644]
documentation/dir_36fc908da539caaba46833e40038b859.xhtml
documentation/dir_36fc908da539caaba46833e40038b859_dep.map
documentation/dir_36fc908da539caaba46833e40038b859_dep.md5
documentation/dir_36fc908da539caaba46833e40038b859_dep.svg
documentation/dir_4165fcd8206cc52fde421ae1f1275b40.xhtml
documentation/dir_420d2db1b9c99f59825a3985434c3703.xhtml
documentation/dir_420d2db1b9c99f59825a3985434c3703_dep.map
documentation/dir_420d2db1b9c99f59825a3985434c3703_dep.md5
documentation/dir_420d2db1b9c99f59825a3985434c3703_dep.svg
documentation/dir_445738e6fed662d0b65e690e3f1e1de0.xhtml
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.map
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.md5
documentation/dir_445738e6fed662d0b65e690e3f1e1de0_dep.svg
documentation/dir_46fdb196cebdbffe77dac340cde62f29.js
documentation/dir_46fdb196cebdbffe77dac340cde62f29.xhtml
documentation/dir_46fdb196cebdbffe77dac340cde62f29_dep.map
documentation/dir_46fdb196cebdbffe77dac340cde62f29_dep.md5
documentation/dir_46fdb196cebdbffe77dac340cde62f29_dep.svg
documentation/dir_498593990fa400f1303714a684225f06.xhtml
documentation/dir_498593990fa400f1303714a684225f06_dep.map
documentation/dir_498593990fa400f1303714a684225f06_dep.md5
documentation/dir_498593990fa400f1303714a684225f06_dep.svg
documentation/dir_4af3caddad59cb13b380801fa35f34f1.js
documentation/dir_4af3caddad59cb13b380801fa35f34f1.xhtml
documentation/dir_4af3caddad59cb13b380801fa35f34f1_dep.map
documentation/dir_4af3caddad59cb13b380801fa35f34f1_dep.md5
documentation/dir_4af3caddad59cb13b380801fa35f34f1_dep.svg
documentation/dir_4da487531dc5bdc76b523c9e82b781b1.xhtml
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.map
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.md5
documentation/dir_4da487531dc5bdc76b523c9e82b781b1_dep.svg
documentation/dir_4dbf711d3d3ef9d1292a532e836709c1.xhtml
documentation/dir_4efd0ee2ecda32567e74991b08d544ea.js
documentation/dir_4efd0ee2ecda32567e74991b08d544ea.xhtml
documentation/dir_4efd0ee2ecda32567e74991b08d544ea_dep.map
documentation/dir_4efd0ee2ecda32567e74991b08d544ea_dep.md5
documentation/dir_4efd0ee2ecda32567e74991b08d544ea_dep.svg
documentation/dir_4f2df8950dc650bf7cf9176fae02facc.xhtml
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.map
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.md5
documentation/dir_4f2df8950dc650bf7cf9176fae02facc_dep.svg
documentation/dir_53e6fa9553ac22a5646d2a2b2d7b97a1.xhtml
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae.xhtml
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae_dep.map
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae_dep.md5
documentation/dir_53fd1d56ef31d119a12d70c8ae9680ae_dep.svg
documentation/dir_541ebbb21ca179b54b469d645ff46bd9.xhtml
documentation/dir_541ebbb21ca179b54b469d645ff46bd9_dep.map
documentation/dir_541ebbb21ca179b54b469d645ff46bd9_dep.md5
documentation/dir_541ebbb21ca179b54b469d645ff46bd9_dep.svg
documentation/dir_5815af820a9cc9481f1d0990a0d60286.xhtml
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.map
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.md5
documentation/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.svg
documentation/dir_65e289039e1347f87d412b0a1b1a312c.xhtml
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.map
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.md5
documentation/dir_65e289039e1347f87d412b0a1b1a312c_dep.svg
documentation/dir_68267d1309a1af8e8297ef4c3efbcdba.xhtml
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482.xhtml
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482_dep.map
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482_dep.md5
documentation/dir_68cb0bded1cc5601c88ddaacbb31e482_dep.svg
documentation/dir_6b58bd0be07bddcf3022ab9b026cbf38.js [new file with mode: 0644]
documentation/dir_6b58bd0be07bddcf3022ab9b026cbf38.xhtml [new file with mode: 0644]
documentation/dir_6b58bd0be07bddcf3022ab9b026cbf38_dep.map [new file with mode: 0644]
documentation/dir_6b58bd0be07bddcf3022ab9b026cbf38_dep.md5 [new file with mode: 0644]
documentation/dir_6b58bd0be07bddcf3022ab9b026cbf38_dep.svg [new file with mode: 0644]
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10.xhtml
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10_dep.map
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10_dep.md5
documentation/dir_6fc87decd8cffc07e5f49c197ca3de10_dep.svg
documentation/dir_7365e77196b52ca311bb83f181e59b8c.xhtml
documentation/dir_7365e77196b52ca311bb83f181e59b8c_dep.map
documentation/dir_7365e77196b52ca311bb83f181e59b8c_dep.md5
documentation/dir_7365e77196b52ca311bb83f181e59b8c_dep.svg
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230.xhtml
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.map
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.md5
documentation/dir_7484b841a86f2d7fdd057c9b24fbf230_dep.svg
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d.xhtml
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d_dep.map
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d_dep.md5
documentation/dir_7b0825b7536eda12b63e5d87347b1c7d_dep.svg
documentation/dir_896191444cf08ec8ade6f88256cb2bdd.xhtml
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.map
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.md5
documentation/dir_896191444cf08ec8ade6f88256cb2bdd_dep.svg
documentation/dir_8bc26130589aa16388b5a02f17abf2c2.xhtml
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.map
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.md5
documentation/dir_8bc26130589aa16388b5a02f17abf2c2_dep.svg
documentation/dir_8c278f79c760e5c5fbd911f9870614c1.xhtml
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba.xhtml
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.map
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.md5
documentation/dir_99ae3712d1eecd2a93fc4d38b59a99ba_dep.svg
documentation/dir_9b109a3838d873f4037ee21889a49db8.xhtml
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.map
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.md5
documentation/dir_9b109a3838d873f4037ee21889a49db8_dep.svg
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f.xhtml
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.map
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.md5
documentation/dir_9e71e2da941d3cafc4d98a9f6ae3de4f_dep.svg
documentation/dir_9eca3c725728e372597fcd0d17c1ea0f.js [new file with mode: 0644]
documentation/dir_9eca3c725728e372597fcd0d17c1ea0f.xhtml [new file with mode: 0644]
documentation/dir_9eca3c725728e372597fcd0d17c1ea0f_dep.map [new file with mode: 0644]
documentation/dir_9eca3c725728e372597fcd0d17c1ea0f_dep.md5 [new file with mode: 0644]
documentation/dir_9eca3c725728e372597fcd0d17c1ea0f_dep.svg [new file with mode: 0644]
documentation/dir_aebb8dcc11953d78e620bbef0b9e2183.xhtml
documentation/dir_b19d819d13c0f52aff9af701145a9252.js
documentation/dir_b19d819d13c0f52aff9af701145a9252.xhtml
documentation/dir_b2d75812ef27339cb07aa08923a4a042.js
documentation/dir_b2d75812ef27339cb07aa08923a4a042.xhtml
documentation/dir_b2d75812ef27339cb07aa08923a4a042_dep.map
documentation/dir_b2d75812ef27339cb07aa08923a4a042_dep.md5
documentation/dir_b2d75812ef27339cb07aa08923a4a042_dep.svg
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e.js
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e.xhtml
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e_dep.map
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e_dep.md5
documentation/dir_b30607d43e07fadf88f4c95a88a6c88e_dep.svg
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a.xhtml
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.map
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.md5
documentation/dir_b496024afd63bafbf4e8da80d7d3a81a_dep.svg
documentation/dir_b88a6d23833cc7e200916be8af5e3057.xhtml
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.js
documentation/dir_b986aa98f9b6490bb4fc7918500346fb.xhtml
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.map
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.md5
documentation/dir_b986aa98f9b6490bb4fc7918500346fb_dep.svg
documentation/dir_b9d9235a60156b8459c49cdadbf301bd.xhtml
documentation/dir_b9d9235a60156b8459c49cdadbf301bd_dep.map
documentation/dir_b9d9235a60156b8459c49cdadbf301bd_dep.md5
documentation/dir_b9d9235a60156b8459c49cdadbf301bd_dep.svg
documentation/dir_bb99969360c329c14e8ab37848981e8a.xhtml
documentation/dir_bb99969360c329c14e8ab37848981e8a_dep.map
documentation/dir_bb99969360c329c14e8ab37848981e8a_dep.md5
documentation/dir_bb99969360c329c14e8ab37848981e8a_dep.svg
documentation/dir_c26a7e526887430ce25a4d0cc5a3865b.xhtml
documentation/dir_c71057a74ea67172e112f0f837c986c4.xhtml
documentation/dir_c71057a74ea67172e112f0f837c986c4_dep.map
documentation/dir_c71057a74ea67172e112f0f837c986c4_dep.md5
documentation/dir_c71057a74ea67172e112f0f837c986c4_dep.svg
documentation/dir_c99b4a303cfde599116bfef66dcbe457.xhtml
documentation/dir_c99b4a303cfde599116bfef66dcbe457_dep.map
documentation/dir_c99b4a303cfde599116bfef66dcbe457_dep.md5
documentation/dir_c99b4a303cfde599116bfef66dcbe457_dep.svg
documentation/dir_cab437ca4f6ec1fbc573ae83f91b2654.xhtml
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd.xhtml
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.map
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.md5
documentation/dir_cbdb8362360e11eafe2fa3bc74cf0ffd_dep.svg
documentation/dir_d247c927d0dc22626cf668ab2bd7f080.xhtml
documentation/dir_d247c927d0dc22626cf668ab2bd7f080_dep.map
documentation/dir_d247c927d0dc22626cf668ab2bd7f080_dep.md5
documentation/dir_d247c927d0dc22626cf668ab2bd7f080_dep.svg
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.js
documentation/dir_d28a4824dc47e487b107a5db32ef43c4.xhtml
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5
documentation/dir_d28a4824dc47e487b107a5db32ef43c4_dep.svg
documentation/dir_e13277e8d7d14f3f15e64267bfca6477.js
documentation/dir_e13277e8d7d14f3f15e64267bfca6477.xhtml
documentation/dir_e13277e8d7d14f3f15e64267bfca6477_dep.map
documentation/dir_e13277e8d7d14f3f15e64267bfca6477_dep.md5
documentation/dir_e13277e8d7d14f3f15e64267bfca6477_dep.svg
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021.xhtml
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021_dep.map
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021_dep.md5
documentation/dir_e2f0bd46921046b7364e3f9b2dbe7021_dep.svg
documentation/dir_e31c3eb8a08c20d742288af67200e09f.xhtml
documentation/dir_e31c3eb8a08c20d742288af67200e09f_dep.map
documentation/dir_e31c3eb8a08c20d742288af67200e09f_dep.md5
documentation/dir_e31c3eb8a08c20d742288af67200e09f_dep.svg
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98.xhtml
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.map
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.md5
documentation/dir_e575b855d3e83e3374bc2a6f9bf89d98_dep.svg
documentation/dir_e7c7b16542faa38cb4655ff1750d3604.xhtml
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.map
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.md5
documentation/dir_e7c7b16542faa38cb4655ff1750d3604_dep.svg
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249.xhtml
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.map
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.md5
documentation/dir_e83fa7cb9796f3ad7be03e3d9fcd3249_dep.svg
documentation/dir_ec05701f68bea22653d08da5856c9ffc.xhtml
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.map
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.md5
documentation/dir_ec05701f68bea22653d08da5856c9ffc_dep.svg
documentation/dir_f7024513cd67abef53e86ee9382ac5ce.js
documentation/dir_f7024513cd67abef53e86ee9382ac5ce.xhtml
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.map
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.md5
documentation/dir_f7024513cd67abef53e86ee9382ac5ce_dep.svg
documentation/dir_f906bbebc596bc606d589ccb705e6595.js
documentation/dir_f906bbebc596bc606d589ccb705e6595.xhtml
documentation/dir_fbdf7bf92663091dc4d5520df638c068.js
documentation/dir_fbdf7bf92663091dc4d5520df638c068.xhtml
documentation/dir_fbdf7bf92663091dc4d5520df638c068_dep.map
documentation/dir_fbdf7bf92663091dc4d5520df638c068_dep.md5
documentation/dir_fbdf7bf92663091dc4d5520df638c068_dep.svg
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c.xhtml
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c_dep.map
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c_dep.md5
documentation/dir_fe1af781eaa3d1f7e682840ac00bce9c_dep.svg
documentation/dir_fe2ff4e257164425054f45a496f66ada.xhtml
documentation/dir_fe2ff4e257164425054f45a496f66ada_dep.map
documentation/dir_fe2ff4e257164425054f45a496f66ada_dep.md5
documentation/dir_fe2ff4e257164425054f45a496f66ada_dep.svg
documentation/direct__convolution1x1_8cl.xhtml
documentation/direct__convolution1x1_8cl_source.xhtml
documentation/direct__convolution3x3_8cl.xhtml
documentation/direct__convolution3x3_8cl_source.xhtml
documentation/direct__convolution5x5_8cl.xhtml
documentation/direct__convolution5x5_8cl_source.xhtml
documentation/direct__convolution__1x1__3x3__5x5__quantized_8cl.js [new file with mode: 0644]
documentation/direct__convolution__1x1__3x3__5x5__quantized_8cl.xhtml
documentation/direct__convolution__1x1__3x3__5x5__quantized_8cl_source.xhtml
documentation/dup__n_8h.js [new file with mode: 0644]
documentation/dup__n_8h.xhtml [new file with mode: 0644]
documentation/dup__n_8h_source.xhtml [new file with mode: 0644]
documentation/erode_8cl.xhtml
documentation/erode_8cl_source.xhtml
documentation/fast__corners_8cl.xhtml
documentation/fast__corners_8cl_source.xhtml
documentation/files.xhtml
documentation/fill__border_8cl.xhtml
documentation/fill__border_8cl_source.xhtml
documentation/fixed__point_8h.xhtml
documentation/fixed__point_8h_source.xhtml
documentation/floor_8cl.xhtml
documentation/floor_8cl_source.xhtml
documentation/functions.xhtml
documentation/functions_0x7e.xhtml
documentation/functions_a.xhtml
documentation/functions_b.xhtml
documentation/functions_c.xhtml
documentation/functions_d.xhtml
documentation/functions_e.xhtml
documentation/functions_enum.xhtml
documentation/functions_f.xhtml
documentation/functions_func.xhtml
documentation/functions_func_0x7e.xhtml
documentation/functions_func_b.xhtml
documentation/functions_func_c.xhtml
documentation/functions_func_d.xhtml
documentation/functions_func_e.xhtml
documentation/functions_func_f.xhtml
documentation/functions_func_g.xhtml
documentation/functions_func_h.xhtml
documentation/functions_func_i.xhtml
documentation/functions_func_j.xhtml
documentation/functions_func_k.xhtml
documentation/functions_func_l.xhtml
documentation/functions_func_m.xhtml
documentation/functions_func_n.xhtml
documentation/functions_func_o.xhtml
documentation/functions_func_p.xhtml
documentation/functions_func_q.xhtml
documentation/functions_func_r.xhtml
documentation/functions_func_s.xhtml
documentation/functions_func_t.xhtml
documentation/functions_func_u.xhtml
documentation/functions_func_v.xhtml
documentation/functions_func_w.xhtml
documentation/functions_func_x.xhtml
documentation/functions_func_y.xhtml
documentation/functions_func_z.xhtml
documentation/functions_g.xhtml
documentation/functions_h.xhtml
documentation/functions_i.xhtml
documentation/functions_j.xhtml
documentation/functions_k.xhtml
documentation/functions_l.xhtml
documentation/functions_m.xhtml
documentation/functions_n.xhtml
documentation/functions_o.xhtml
documentation/functions_p.xhtml
documentation/functions_q.xhtml
documentation/functions_r.xhtml
documentation/functions_rela.xhtml
documentation/functions_s.xhtml
documentation/functions_t.xhtml
documentation/functions_type.xhtml
documentation/functions_u.xhtml
documentation/functions_v.xhtml
documentation/functions_vars.xhtml
documentation/functions_vars_a.xhtml
documentation/functions_vars_b.xhtml
documentation/functions_vars_c.xhtml
documentation/functions_vars_d.xhtml
documentation/functions_vars_e.xhtml
documentation/functions_vars_f.xhtml
documentation/functions_vars_g.xhtml
documentation/functions_vars_h.xhtml
documentation/functions_vars_i.xhtml
documentation/functions_vars_j.xhtml
documentation/functions_vars_l.xhtml
documentation/functions_vars_m.xhtml
documentation/functions_vars_n.xhtml
documentation/functions_vars_o.xhtml
documentation/functions_vars_p.xhtml
documentation/functions_vars_r.xhtml
documentation/functions_vars_s.xhtml
documentation/functions_vars_t.xhtml
documentation/functions_vars_u.xhtml
documentation/functions_vars_v.xhtml
documentation/functions_vars_w.xhtml
documentation/functions_vars_x.xhtml
documentation/functions_vars_y.xhtml
documentation/functions_vars_z.xhtml
documentation/functions_w.xhtml
documentation/functions_x.xhtml
documentation/functions_y.xhtml
documentation/functions_z.xhtml
documentation/gaussian__pyramid_8cl.xhtml
documentation/gaussian__pyramid_8cl_source.xhtml
documentation/gc__absdiff_8cpp.xhtml
documentation/gc__absdiff_8cpp_source.xhtml
documentation/gc__dc_8cpp.xhtml
documentation/gc__dc_8cpp_source.xhtml
documentation/gemm_8cl.js [deleted file]
documentation/gemm_8cl.xhtml
documentation/gemm_8cl_source.xhtml
documentation/gemmlowp_8cl.xhtml
documentation/gemmlowp_8cl_source.xhtml
documentation/gemv_8cl.js [deleted file]
documentation/gemv_8cl.xhtml
documentation/gemv_8cl_source.xhtml
documentation/globals.xhtml
documentation/globals_a.xhtml
documentation/globals_b.xhtml
documentation/globals_c.xhtml
documentation/globals_d.xhtml
documentation/globals_defs.xhtml
documentation/globals_defs_a.xhtml
documentation/globals_defs_b.xhtml
documentation/globals_defs_c.xhtml
documentation/globals_defs_d.xhtml
documentation/globals_defs_e.xhtml
documentation/globals_defs_f.xhtml
documentation/globals_defs_g.xhtml
documentation/globals_defs_h.xhtml
documentation/globals_defs_i.xhtml
documentation/globals_defs_j.xhtml
documentation/globals_defs_k.xhtml
documentation/globals_defs_l.xhtml
documentation/globals_defs_m.xhtml
documentation/globals_defs_p.xhtml
documentation/globals_defs_q.xhtml
documentation/globals_defs_r.xhtml
documentation/globals_defs_s.xhtml
documentation/globals_defs_t.xhtml
documentation/globals_defs_v.xhtml
documentation/globals_defs_w.xhtml
documentation/globals_defs_x.xhtml
documentation/globals_defs_y.xhtml
documentation/globals_e.xhtml
documentation/globals_f.xhtml
documentation/globals_func.xhtml
documentation/globals_func_b.xhtml
documentation/globals_func_c.xhtml
documentation/globals_func_d.xhtml
documentation/globals_func_e.xhtml
documentation/globals_func_f.xhtml
documentation/globals_func_g.xhtml
documentation/globals_func_h.xhtml
documentation/globals_func_i.xhtml
documentation/globals_func_l.xhtml
documentation/globals_func_m.xhtml
documentation/globals_func_n.xhtml
documentation/globals_func_o.xhtml
documentation/globals_func_p.xhtml
documentation/globals_func_q.xhtml
documentation/globals_func_r.xhtml
documentation/globals_func_s.xhtml
documentation/globals_func_t.xhtml
documentation/globals_func_u.xhtml
documentation/globals_func_v.xhtml
documentation/globals_func_w.xhtml
documentation/globals_func_y.xhtml
documentation/globals_g.xhtml
documentation/globals_h.xhtml
documentation/globals_i.xhtml
documentation/globals_j.xhtml
documentation/globals_k.xhtml
documentation/globals_l.xhtml
documentation/globals_m.xhtml
documentation/globals_n.xhtml
documentation/globals_o.xhtml
documentation/globals_p.xhtml
documentation/globals_q.xhtml
documentation/globals_r.xhtml
documentation/globals_s.xhtml
documentation/globals_t.xhtml
documentation/globals_type.xhtml
documentation/globals_u.xhtml
documentation/globals_v.xhtml
documentation/globals_vars.xhtml
documentation/globals_w.xhtml
documentation/globals_x.xhtml
documentation/globals_y.xhtml
documentation/graph_2_error_8h.xhtml
documentation/graph_2_error_8h_source.xhtml
documentation/graph_2_sub_tensor_8h.xhtml
documentation/graph_2_sub_tensor_8h_source.xhtml
documentation/graph_2_tensor_8h.xhtml
documentation/graph_2_tensor_8h_source.xhtml
documentation/graph__alexnet_8cpp.xhtml
documentation/graph__alexnet_8cpp_source.xhtml
documentation/graph__cl__mobilenet__qasymm8_8cpp.js [deleted file]
documentation/graph__cl__mobilenet__qasymm8_8cpp.xhtml [deleted file]
documentation/graph__cl__mobilenet__qasymm8_8cpp_source.xhtml [deleted file]
documentation/graph__googlenet_8cpp.xhtml
documentation/graph__googlenet_8cpp_source.xhtml
documentation/graph__inception__v3_8cpp.xhtml
documentation/graph__inception__v3_8cpp_source.xhtml
documentation/graph__lenet_8cpp.xhtml
documentation/graph__lenet_8cpp_source.xhtml
documentation/graph__mobilenet_8cpp.xhtml
documentation/graph__mobilenet_8cpp_source.xhtml
documentation/graph__mobilenet__qasymm8_8cpp.js [new file with mode: 0644]
documentation/graph__mobilenet__qasymm8_8cpp.xhtml [new file with mode: 0644]
documentation/graph__mobilenet__qasymm8_8cpp_source.xhtml [new file with mode: 0644]
documentation/graph__resnet50_8cpp.js [new file with mode: 0644]
documentation/graph__resnet50_8cpp.xhtml [new file with mode: 0644]
documentation/graph__resnet50_8cpp_source.xhtml [new file with mode: 0644]
documentation/graph__squeezenet_8cpp.xhtml
documentation/graph__squeezenet_8cpp_source.xhtml
documentation/graph__squeezenet__v1__1_8cpp.js [new file with mode: 0644]
documentation/graph__squeezenet__v1__1_8cpp.xhtml [new file with mode: 0644]
documentation/graph__squeezenet__v1__1_8cpp_source.xhtml [new file with mode: 0644]
documentation/graph__vgg16_8cpp.xhtml
documentation/graph__vgg16_8cpp_source.xhtml
documentation/graph__vgg19_8cpp.xhtml
documentation/graph__vgg19_8cpp_source.xhtml
documentation/graph_legend.xhtml
documentation/harris__corners_8cl.xhtml
documentation/harris__corners_8cl_source.xhtml
documentation/helpers_8h.xhtml
documentation/helpers_8h_source.xhtml
documentation/helpers__asymm_8h.js
documentation/helpers__asymm_8h.xhtml
documentation/helpers__asymm_8h_source.xhtml
documentation/hierarchy.js
documentation/hierarchy.xhtml
documentation/histogram_8cl.xhtml
documentation/histogram_8cl_source.xhtml
documentation/hog_8cl.xhtml
documentation/hog_8cl_source.xhtml
documentation/hwc_8hpp.xhtml
documentation/hwc_8hpp_source.xhtml
documentation/hwc__names_8hpp.xhtml
documentation/hwc__names_8hpp_source.xhtml
documentation/im2col_8cl.xhtml [new file with mode: 0644]
documentation/im2col_8cl_source.xhtml [new file with mode: 0644]
documentation/index.xhtml
documentation/inherit_graph_100.map
documentation/inherit_graph_100.md5
documentation/inherit_graph_100.svg
documentation/inherit_graph_101.map
documentation/inherit_graph_101.md5
documentation/inherit_graph_101.svg
documentation/inherit_graph_102.map
documentation/inherit_graph_102.md5
documentation/inherit_graph_102.svg
documentation/inherit_graph_103.map
documentation/inherit_graph_103.md5
documentation/inherit_graph_103.svg
documentation/inherit_graph_104.map
documentation/inherit_graph_104.md5
documentation/inherit_graph_104.svg
documentation/inherit_graph_105.map
documentation/inherit_graph_105.md5
documentation/inherit_graph_105.svg
documentation/inherit_graph_106.map
documentation/inherit_graph_106.md5
documentation/inherit_graph_106.svg
documentation/inherit_graph_107.map
documentation/inherit_graph_107.md5
documentation/inherit_graph_107.svg
documentation/inherit_graph_108.map
documentation/inherit_graph_108.md5
documentation/inherit_graph_108.svg
documentation/inherit_graph_109.map
documentation/inherit_graph_109.md5
documentation/inherit_graph_109.svg
documentation/inherit_graph_110.map
documentation/inherit_graph_110.md5
documentation/inherit_graph_110.svg
documentation/inherit_graph_111.map
documentation/inherit_graph_111.md5
documentation/inherit_graph_111.svg
documentation/inherit_graph_112.map
documentation/inherit_graph_112.md5
documentation/inherit_graph_112.svg
documentation/inherit_graph_113.map
documentation/inherit_graph_113.md5
documentation/inherit_graph_113.svg
documentation/inherit_graph_114.map
documentation/inherit_graph_114.md5
documentation/inherit_graph_114.svg
documentation/inherit_graph_115.map
documentation/inherit_graph_115.md5
documentation/inherit_graph_115.svg
documentation/inherit_graph_116.map
documentation/inherit_graph_116.md5
documentation/inherit_graph_116.svg
documentation/inherit_graph_117.map
documentation/inherit_graph_117.md5
documentation/inherit_graph_117.svg
documentation/inherit_graph_118.map
documentation/inherit_graph_118.md5
documentation/inherit_graph_118.svg
documentation/inherit_graph_119.map
documentation/inherit_graph_119.md5
documentation/inherit_graph_119.svg
documentation/inherit_graph_12.map
documentation/inherit_graph_12.md5
documentation/inherit_graph_12.svg
documentation/inherit_graph_120.map
documentation/inherit_graph_120.md5
documentation/inherit_graph_120.svg
documentation/inherit_graph_121.map
documentation/inherit_graph_121.md5
documentation/inherit_graph_121.svg
documentation/inherit_graph_122.map
documentation/inherit_graph_122.md5
documentation/inherit_graph_122.svg
documentation/inherit_graph_123.map
documentation/inherit_graph_123.md5
documentation/inherit_graph_123.svg
documentation/inherit_graph_124.map
documentation/inherit_graph_124.md5
documentation/inherit_graph_124.svg
documentation/inherit_graph_125.map
documentation/inherit_graph_125.md5
documentation/inherit_graph_125.svg
documentation/inherit_graph_126.map
documentation/inherit_graph_126.md5
documentation/inherit_graph_126.svg
documentation/inherit_graph_127.map
documentation/inherit_graph_127.md5
documentation/inherit_graph_127.svg
documentation/inherit_graph_128.map
documentation/inherit_graph_128.md5
documentation/inherit_graph_128.svg
documentation/inherit_graph_129.map
documentation/inherit_graph_129.md5
documentation/inherit_graph_129.svg
documentation/inherit_graph_13.map
documentation/inherit_graph_13.md5
documentation/inherit_graph_13.svg
documentation/inherit_graph_130.map
documentation/inherit_graph_130.md5
documentation/inherit_graph_130.svg
documentation/inherit_graph_131.map
documentation/inherit_graph_131.md5
documentation/inherit_graph_131.svg
documentation/inherit_graph_132.map
documentation/inherit_graph_132.md5
documentation/inherit_graph_132.svg
documentation/inherit_graph_133.map
documentation/inherit_graph_133.md5
documentation/inherit_graph_133.svg
documentation/inherit_graph_134.map
documentation/inherit_graph_134.md5
documentation/inherit_graph_134.svg
documentation/inherit_graph_135.map
documentation/inherit_graph_135.md5
documentation/inherit_graph_135.svg
documentation/inherit_graph_136.map
documentation/inherit_graph_136.md5
documentation/inherit_graph_136.svg
documentation/inherit_graph_137.map
documentation/inherit_graph_137.md5
documentation/inherit_graph_137.svg
documentation/inherit_graph_138.map
documentation/inherit_graph_138.md5
documentation/inherit_graph_138.svg
documentation/inherit_graph_139.map
documentation/inherit_graph_139.md5
documentation/inherit_graph_139.svg
documentation/inherit_graph_14.map
documentation/inherit_graph_14.md5
documentation/inherit_graph_14.svg
documentation/inherit_graph_140.map
documentation/inherit_graph_140.md5
documentation/inherit_graph_140.svg
documentation/inherit_graph_141.map
documentation/inherit_graph_141.md5
documentation/inherit_graph_141.svg
documentation/inherit_graph_142.map
documentation/inherit_graph_142.md5
documentation/inherit_graph_142.svg
documentation/inherit_graph_143.map
documentation/inherit_graph_143.md5
documentation/inherit_graph_143.svg
documentation/inherit_graph_144.map
documentation/inherit_graph_144.md5
documentation/inherit_graph_144.svg
documentation/inherit_graph_145.map
documentation/inherit_graph_145.md5
documentation/inherit_graph_145.svg
documentation/inherit_graph_146.map
documentation/inherit_graph_146.md5
documentation/inherit_graph_146.svg
documentation/inherit_graph_147.map
documentation/inherit_graph_147.md5
documentation/inherit_graph_147.svg
documentation/inherit_graph_148.map
documentation/inherit_graph_148.md5
documentation/inherit_graph_148.svg
documentation/inherit_graph_149.map
documentation/inherit_graph_149.md5
documentation/inherit_graph_149.svg
documentation/inherit_graph_15.map
documentation/inherit_graph_15.md5
documentation/inherit_graph_15.svg
documentation/inherit_graph_150.map
documentation/inherit_graph_150.md5
documentation/inherit_graph_150.svg
documentation/inherit_graph_151.map
documentation/inherit_graph_151.md5
documentation/inherit_graph_151.svg
documentation/inherit_graph_152.map
documentation/inherit_graph_152.md5
documentation/inherit_graph_152.svg
documentation/inherit_graph_153.map
documentation/inherit_graph_153.md5
documentation/inherit_graph_153.svg
documentation/inherit_graph_154.map
documentation/inherit_graph_154.md5
documentation/inherit_graph_154.svg
documentation/inherit_graph_155.map
documentation/inherit_graph_155.md5
documentation/inherit_graph_155.svg
documentation/inherit_graph_156.map
documentation/inherit_graph_156.md5
documentation/inherit_graph_156.svg
documentation/inherit_graph_157.map
documentation/inherit_graph_157.md5
documentation/inherit_graph_157.svg
documentation/inherit_graph_158.map
documentation/inherit_graph_158.md5
documentation/inherit_graph_158.svg
documentation/inherit_graph_159.map
documentation/inherit_graph_159.md5
documentation/inherit_graph_159.svg
documentation/inherit_graph_16.map
documentation/inherit_graph_16.md5
documentation/inherit_graph_16.svg
documentation/inherit_graph_160.map
documentation/inherit_graph_160.md5
documentation/inherit_graph_160.svg
documentation/inherit_graph_161.map
documentation/inherit_graph_161.md5
documentation/inherit_graph_161.svg
documentation/inherit_graph_162.map
documentation/inherit_graph_162.md5
documentation/inherit_graph_162.svg
documentation/inherit_graph_163.map
documentation/inherit_graph_163.md5
documentation/inherit_graph_163.svg
documentation/inherit_graph_164.map
documentation/inherit_graph_164.md5
documentation/inherit_graph_164.svg
documentation/inherit_graph_165.map
documentation/inherit_graph_165.md5
documentation/inherit_graph_165.svg
documentation/inherit_graph_166.map
documentation/inherit_graph_166.md5
documentation/inherit_graph_166.svg
documentation/inherit_graph_167.map
documentation/inherit_graph_167.md5
documentation/inherit_graph_167.svg
documentation/inherit_graph_168.map
documentation/inherit_graph_168.md5
documentation/inherit_graph_168.svg
documentation/inherit_graph_169.map
documentation/inherit_graph_169.md5
documentation/inherit_graph_169.svg
documentation/inherit_graph_17.map
documentation/inherit_graph_17.md5
documentation/inherit_graph_17.svg
documentation/inherit_graph_170.map
documentation/inherit_graph_170.md5
documentation/inherit_graph_170.svg
documentation/inherit_graph_171.map
documentation/inherit_graph_171.md5
documentation/inherit_graph_171.svg
documentation/inherit_graph_172.map
documentation/inherit_graph_172.md5
documentation/inherit_graph_172.svg
documentation/inherit_graph_173.map
documentation/inherit_graph_173.md5
documentation/inherit_graph_173.svg
documentation/inherit_graph_174.map
documentation/inherit_graph_174.md5
documentation/inherit_graph_174.svg
documentation/inherit_graph_175.map
documentation/inherit_graph_175.md5
documentation/inherit_graph_175.svg
documentation/inherit_graph_176.map
documentation/inherit_graph_176.md5
documentation/inherit_graph_176.svg
documentation/inherit_graph_177.map
documentation/inherit_graph_177.md5
documentation/inherit_graph_177.svg
documentation/inherit_graph_178.map
documentation/inherit_graph_178.md5
documentation/inherit_graph_178.svg
documentation/inherit_graph_179.map
documentation/inherit_graph_179.md5
documentation/inherit_graph_179.svg
documentation/inherit_graph_18.map
documentation/inherit_graph_18.md5
documentation/inherit_graph_18.svg
documentation/inherit_graph_180.map
documentation/inherit_graph_180.md5
documentation/inherit_graph_180.svg
documentation/inherit_graph_181.map
documentation/inherit_graph_181.md5
documentation/inherit_graph_181.svg
documentation/inherit_graph_182.map
documentation/inherit_graph_182.md5
documentation/inherit_graph_182.svg
documentation/inherit_graph_183.map
documentation/inherit_graph_183.md5
documentation/inherit_graph_183.svg
documentation/inherit_graph_184.map
documentation/inherit_graph_184.md5
documentation/inherit_graph_184.svg
documentation/inherit_graph_185.map
documentation/inherit_graph_185.md5
documentation/inherit_graph_185.svg
documentation/inherit_graph_186.map
documentation/inherit_graph_186.md5
documentation/inherit_graph_186.svg
documentation/inherit_graph_187.map
documentation/inherit_graph_187.md5
documentation/inherit_graph_187.svg
documentation/inherit_graph_188.map
documentation/inherit_graph_188.md5
documentation/inherit_graph_188.svg
documentation/inherit_graph_189.map
documentation/inherit_graph_189.md5
documentation/inherit_graph_189.svg
documentation/inherit_graph_19.map
documentation/inherit_graph_19.md5
documentation/inherit_graph_19.svg
documentation/inherit_graph_190.map
documentation/inherit_graph_190.md5
documentation/inherit_graph_190.svg
documentation/inherit_graph_191.map
documentation/inherit_graph_191.md5
documentation/inherit_graph_191.svg
documentation/inherit_graph_192.map
documentation/inherit_graph_192.md5
documentation/inherit_graph_192.svg
documentation/inherit_graph_193.map
documentation/inherit_graph_193.md5
documentation/inherit_graph_193.svg
documentation/inherit_graph_194.map
documentation/inherit_graph_194.md5
documentation/inherit_graph_194.svg
documentation/inherit_graph_195.map
documentation/inherit_graph_195.md5
documentation/inherit_graph_195.svg
documentation/inherit_graph_196.map
documentation/inherit_graph_196.md5
documentation/inherit_graph_196.svg
documentation/inherit_graph_197.map
documentation/inherit_graph_197.md5
documentation/inherit_graph_197.svg
documentation/inherit_graph_198.map
documentation/inherit_graph_198.md5
documentation/inherit_graph_198.svg
documentation/inherit_graph_199.map
documentation/inherit_graph_199.md5
documentation/inherit_graph_199.svg
documentation/inherit_graph_20.map
documentation/inherit_graph_20.md5
documentation/inherit_graph_20.svg
documentation/inherit_graph_200.map
documentation/inherit_graph_200.md5
documentation/inherit_graph_200.svg
documentation/inherit_graph_201.map
documentation/inherit_graph_201.md5
documentation/inherit_graph_201.svg
documentation/inherit_graph_202.map
documentation/inherit_graph_202.md5
documentation/inherit_graph_202.svg
documentation/inherit_graph_203.map
documentation/inherit_graph_203.md5
documentation/inherit_graph_203.svg
documentation/inherit_graph_204.map
documentation/inherit_graph_204.md5
documentation/inherit_graph_204.svg
documentation/inherit_graph_205.map
documentation/inherit_graph_205.md5
documentation/inherit_graph_205.svg
documentation/inherit_graph_206.map
documentation/inherit_graph_206.md5
documentation/inherit_graph_206.svg
documentation/inherit_graph_207.map
documentation/inherit_graph_207.md5
documentation/inherit_graph_207.svg
documentation/inherit_graph_208.map
documentation/inherit_graph_208.md5
documentation/inherit_graph_208.svg
documentation/inherit_graph_209.map
documentation/inherit_graph_209.md5
documentation/inherit_graph_209.svg
documentation/inherit_graph_21.map
documentation/inherit_graph_21.md5
documentation/inherit_graph_21.svg
documentation/inherit_graph_210.map
documentation/inherit_graph_210.md5
documentation/inherit_graph_210.svg
documentation/inherit_graph_211.map
documentation/inherit_graph_211.md5
documentation/inherit_graph_211.svg
documentation/inherit_graph_212.map
documentation/inherit_graph_212.md5
documentation/inherit_graph_212.svg
documentation/inherit_graph_213.map
documentation/inherit_graph_213.md5
documentation/inherit_graph_213.svg
documentation/inherit_graph_214.map
documentation/inherit_graph_214.md5
documentation/inherit_graph_214.svg
documentation/inherit_graph_215.map
documentation/inherit_graph_215.md5
documentation/inherit_graph_215.svg
documentation/inherit_graph_216.map
documentation/inherit_graph_216.md5
documentation/inherit_graph_216.svg
documentation/inherit_graph_217.map
documentation/inherit_graph_217.md5
documentation/inherit_graph_217.svg
documentation/inherit_graph_218.map
documentation/inherit_graph_218.md5
documentation/inherit_graph_218.svg
documentation/inherit_graph_219.map
documentation/inherit_graph_219.md5
documentation/inherit_graph_219.svg
documentation/inherit_graph_22.map
documentation/inherit_graph_22.md5
documentation/inherit_graph_22.svg
documentation/inherit_graph_220.map
documentation/inherit_graph_220.md5
documentation/inherit_graph_220.svg
documentation/inherit_graph_221.map
documentation/inherit_graph_221.md5
documentation/inherit_graph_221.svg
documentation/inherit_graph_222.map
documentation/inherit_graph_222.md5
documentation/inherit_graph_222.svg
documentation/inherit_graph_223.map
documentation/inherit_graph_223.md5
documentation/inherit_graph_223.svg
documentation/inherit_graph_224.map
documentation/inherit_graph_224.md5
documentation/inherit_graph_224.svg
documentation/inherit_graph_225.map
documentation/inherit_graph_225.md5
documentation/inherit_graph_225.svg
documentation/inherit_graph_226.map
documentation/inherit_graph_226.md5
documentation/inherit_graph_226.svg
documentation/inherit_graph_227.map
documentation/inherit_graph_227.md5
documentation/inherit_graph_227.svg
documentation/inherit_graph_228.map
documentation/inherit_graph_228.md5
documentation/inherit_graph_228.svg
documentation/inherit_graph_229.map
documentation/inherit_graph_229.md5
documentation/inherit_graph_229.svg
documentation/inherit_graph_23.map
documentation/inherit_graph_23.md5
documentation/inherit_graph_23.svg
documentation/inherit_graph_230.map
documentation/inherit_graph_230.md5
documentation/inherit_graph_230.svg
documentation/inherit_graph_231.map
documentation/inherit_graph_231.md5
documentation/inherit_graph_231.svg
documentation/inherit_graph_232.map
documentation/inherit_graph_232.md5
documentation/inherit_graph_232.svg
documentation/inherit_graph_233.map
documentation/inherit_graph_233.md5
documentation/inherit_graph_233.svg
documentation/inherit_graph_234.map
documentation/inherit_graph_234.md5
documentation/inherit_graph_234.svg
documentation/inherit_graph_235.map
documentation/inherit_graph_235.md5
documentation/inherit_graph_235.svg
documentation/inherit_graph_236.map [new file with mode: 0644]
documentation/inherit_graph_236.md5 [new file with mode: 0644]
documentation/inherit_graph_236.svg [new file with mode: 0644]
documentation/inherit_graph_237.map [new file with mode: 0644]
documentation/inherit_graph_237.md5 [new file with mode: 0644]
documentation/inherit_graph_237.svg [new file with mode: 0644]
documentation/inherit_graph_238.map [new file with mode: 0644]
documentation/inherit_graph_238.md5 [new file with mode: 0644]
documentation/inherit_graph_238.svg [new file with mode: 0644]
documentation/inherit_graph_239.map [new file with mode: 0644]
documentation/inherit_graph_239.md5 [new file with mode: 0644]
documentation/inherit_graph_239.svg [new file with mode: 0644]
documentation/inherit_graph_24.map
documentation/inherit_graph_24.md5
documentation/inherit_graph_24.svg
documentation/inherit_graph_240.map [new file with mode: 0644]
documentation/inherit_graph_240.md5 [new file with mode: 0644]
documentation/inherit_graph_240.svg [new file with mode: 0644]
documentation/inherit_graph_241.map [new file with mode: 0644]
documentation/inherit_graph_241.md5 [new file with mode: 0644]
documentation/inherit_graph_241.svg [new file with mode: 0644]
documentation/inherit_graph_242.map [new file with mode: 0644]
documentation/inherit_graph_242.md5 [new file with mode: 0644]
documentation/inherit_graph_242.svg [new file with mode: 0644]
documentation/inherit_graph_243.map [new file with mode: 0644]
documentation/inherit_graph_243.md5 [new file with mode: 0644]
documentation/inherit_graph_243.svg [new file with mode: 0644]
documentation/inherit_graph_244.map [new file with mode: 0644]
documentation/inherit_graph_244.md5 [new file with mode: 0644]
documentation/inherit_graph_244.svg [new file with mode: 0644]
documentation/inherit_graph_245.map [new file with mode: 0644]
documentation/inherit_graph_245.md5 [new file with mode: 0644]
documentation/inherit_graph_245.svg [new file with mode: 0644]
documentation/inherit_graph_246.map [new file with mode: 0644]
documentation/inherit_graph_246.md5 [new file with mode: 0644]
documentation/inherit_graph_246.svg [new file with mode: 0644]
documentation/inherit_graph_247.map [new file with mode: 0644]
documentation/inherit_graph_247.md5 [new file with mode: 0644]
documentation/inherit_graph_247.svg [new file with mode: 0644]
documentation/inherit_graph_248.map [new file with mode: 0644]
documentation/inherit_graph_248.md5 [new file with mode: 0644]
documentation/inherit_graph_248.svg [new file with mode: 0644]
documentation/inherit_graph_249.map [new file with mode: 0644]
documentation/inherit_graph_249.md5 [new file with mode: 0644]
documentation/inherit_graph_249.svg [new file with mode: 0644]
documentation/inherit_graph_25.map
documentation/inherit_graph_25.md5
documentation/inherit_graph_25.svg
documentation/inherit_graph_250.map [new file with mode: 0644]
documentation/inherit_graph_250.md5 [new file with mode: 0644]
documentation/inherit_graph_250.svg [new file with mode: 0644]
documentation/inherit_graph_251.map [new file with mode: 0644]
documentation/inherit_graph_251.md5 [new file with mode: 0644]
documentation/inherit_graph_251.svg [new file with mode: 0644]
documentation/inherit_graph_252.map [new file with mode: 0644]
documentation/inherit_graph_252.md5 [new file with mode: 0644]
documentation/inherit_graph_252.svg [new file with mode: 0644]
documentation/inherit_graph_253.map [new file with mode: 0644]
documentation/inherit_graph_253.md5 [new file with mode: 0644]
documentation/inherit_graph_253.svg [new file with mode: 0644]
documentation/inherit_graph_254.map [new file with mode: 0644]
documentation/inherit_graph_254.md5 [new file with mode: 0644]
documentation/inherit_graph_254.svg [new file with mode: 0644]
documentation/inherit_graph_255.map [new file with mode: 0644]
documentation/inherit_graph_255.md5 [new file with mode: 0644]
documentation/inherit_graph_255.svg [new file with mode: 0644]
documentation/inherit_graph_256.map [new file with mode: 0644]
documentation/inherit_graph_256.md5 [new file with mode: 0644]
documentation/inherit_graph_256.svg [new file with mode: 0644]
documentation/inherit_graph_257.map [new file with mode: 0644]
documentation/inherit_graph_257.md5 [new file with mode: 0644]
documentation/inherit_graph_257.svg [new file with mode: 0644]
documentation/inherit_graph_258.map [new file with mode: 0644]
documentation/inherit_graph_258.md5 [new file with mode: 0644]
documentation/inherit_graph_258.svg [new file with mode: 0644]
documentation/inherit_graph_259.map [new file with mode: 0644]
documentation/inherit_graph_259.md5 [new file with mode: 0644]
documentation/inherit_graph_259.svg [new file with mode: 0644]
documentation/inherit_graph_26.map
documentation/inherit_graph_26.md5
documentation/inherit_graph_26.svg
documentation/inherit_graph_260.map [new file with mode: 0644]
documentation/inherit_graph_260.md5 [new file with mode: 0644]
documentation/inherit_graph_260.svg [new file with mode: 0644]
documentation/inherit_graph_261.map [new file with mode: 0644]
documentation/inherit_graph_261.md5 [new file with mode: 0644]
documentation/inherit_graph_261.svg [new file with mode: 0644]
documentation/inherit_graph_262.map [new file with mode: 0644]
documentation/inherit_graph_262.md5 [new file with mode: 0644]
documentation/inherit_graph_262.svg [new file with mode: 0644]
documentation/inherit_graph_263.map [new file with mode: 0644]
documentation/inherit_graph_263.md5 [new file with mode: 0644]
documentation/inherit_graph_263.svg [new file with mode: 0644]
documentation/inherit_graph_264.map [new file with mode: 0644]
documentation/inherit_graph_264.md5 [new file with mode: 0644]
documentation/inherit_graph_264.svg [new file with mode: 0644]
documentation/inherit_graph_27.map
documentation/inherit_graph_27.md5
documentation/inherit_graph_27.svg
documentation/inherit_graph_28.map
documentation/inherit_graph_28.md5
documentation/inherit_graph_28.svg
documentation/inherit_graph_29.map
documentation/inherit_graph_29.md5
documentation/inherit_graph_29.svg
documentation/inherit_graph_30.map
documentation/inherit_graph_30.md5
documentation/inherit_graph_30.svg
documentation/inherit_graph_31.map
documentation/inherit_graph_31.md5
documentation/inherit_graph_31.svg
documentation/inherit_graph_32.map
documentation/inherit_graph_32.md5
documentation/inherit_graph_32.svg
documentation/inherit_graph_33.map
documentation/inherit_graph_33.md5
documentation/inherit_graph_33.svg
documentation/inherit_graph_35.map
documentation/inherit_graph_35.md5
documentation/inherit_graph_35.svg
documentation/inherit_graph_36.map
documentation/inherit_graph_36.md5
documentation/inherit_graph_36.svg
documentation/inherit_graph_37.map
documentation/inherit_graph_37.md5
documentation/inherit_graph_37.svg
documentation/inherit_graph_38.map
documentation/inherit_graph_38.md5
documentation/inherit_graph_38.svg
documentation/inherit_graph_39.map
documentation/inherit_graph_39.md5
documentation/inherit_graph_39.svg
documentation/inherit_graph_40.map
documentation/inherit_graph_40.md5
documentation/inherit_graph_40.svg
documentation/inherit_graph_41.map
documentation/inherit_graph_41.md5
documentation/inherit_graph_41.svg
documentation/inherit_graph_42.map
documentation/inherit_graph_42.md5
documentation/inherit_graph_42.svg
documentation/inherit_graph_43.map
documentation/inherit_graph_43.md5
documentation/inherit_graph_43.svg
documentation/inherit_graph_44.map
documentation/inherit_graph_44.md5
documentation/inherit_graph_44.svg
documentation/inherit_graph_45.map
documentation/inherit_graph_45.md5
documentation/inherit_graph_45.svg
documentation/inherit_graph_46.map
documentation/inherit_graph_46.md5
documentation/inherit_graph_46.svg
documentation/inherit_graph_47.map
documentation/inherit_graph_47.md5
documentation/inherit_graph_47.svg
documentation/inherit_graph_48.map
documentation/inherit_graph_48.md5
documentation/inherit_graph_48.svg
documentation/inherit_graph_49.map
documentation/inherit_graph_49.md5
documentation/inherit_graph_49.svg
documentation/inherit_graph_50.map
documentation/inherit_graph_50.md5
documentation/inherit_graph_50.svg
documentation/inherit_graph_51.map
documentation/inherit_graph_51.md5
documentation/inherit_graph_51.svg
documentation/inherit_graph_52.map
documentation/inherit_graph_52.md5
documentation/inherit_graph_52.svg
documentation/inherit_graph_53.map
documentation/inherit_graph_53.md5
documentation/inherit_graph_53.svg
documentation/inherit_graph_54.map
documentation/inherit_graph_54.md5
documentation/inherit_graph_54.svg
documentation/inherit_graph_55.map
documentation/inherit_graph_55.md5
documentation/inherit_graph_55.svg
documentation/inherit_graph_56.map
documentation/inherit_graph_56.md5
documentation/inherit_graph_56.svg
documentation/inherit_graph_57.map
documentation/inherit_graph_57.md5
documentation/inherit_graph_57.svg
documentation/inherit_graph_58.map
documentation/inherit_graph_58.md5
documentation/inherit_graph_58.svg
documentation/inherit_graph_59.map
documentation/inherit_graph_59.md5
documentation/inherit_graph_59.svg
documentation/inherit_graph_60.map
documentation/inherit_graph_60.md5
documentation/inherit_graph_60.svg
documentation/inherit_graph_61.map
documentation/inherit_graph_61.md5
documentation/inherit_graph_61.svg
documentation/inherit_graph_62.map
documentation/inherit_graph_62.md5
documentation/inherit_graph_62.svg
documentation/inherit_graph_63.map
documentation/inherit_graph_63.md5
documentation/inherit_graph_63.svg
documentation/inherit_graph_64.map
documentation/inherit_graph_64.md5
documentation/inherit_graph_64.svg
documentation/inherit_graph_65.map
documentation/inherit_graph_65.md5
documentation/inherit_graph_65.svg
documentation/inherit_graph_66.map
documentation/inherit_graph_66.md5
documentation/inherit_graph_66.svg
documentation/inherit_graph_67.map
documentation/inherit_graph_67.md5
documentation/inherit_graph_67.svg
documentation/inherit_graph_68.map
documentation/inherit_graph_68.md5
documentation/inherit_graph_68.svg
documentation/inherit_graph_69.map
documentation/inherit_graph_69.md5
documentation/inherit_graph_69.svg
documentation/inherit_graph_70.map
documentation/inherit_graph_70.md5
documentation/inherit_graph_70.svg
documentation/inherit_graph_71.map
documentation/inherit_graph_71.md5
documentation/inherit_graph_71.svg
documentation/inherit_graph_72.map
documentation/inherit_graph_72.md5
documentation/inherit_graph_72.svg
documentation/inherit_graph_73.map
documentation/inherit_graph_73.md5
documentation/inherit_graph_73.svg
documentation/inherit_graph_74.map
documentation/inherit_graph_74.md5
documentation/inherit_graph_74.svg
documentation/inherit_graph_75.map
documentation/inherit_graph_75.md5
documentation/inherit_graph_75.svg
documentation/inherit_graph_76.map
documentation/inherit_graph_76.md5
documentation/inherit_graph_76.svg
documentation/inherit_graph_77.map
documentation/inherit_graph_77.md5
documentation/inherit_graph_77.svg
documentation/inherit_graph_78.map
documentation/inherit_graph_78.md5
documentation/inherit_graph_78.svg
documentation/inherit_graph_79.map
documentation/inherit_graph_79.md5
documentation/inherit_graph_79.svg
documentation/inherit_graph_80.map
documentation/inherit_graph_80.md5
documentation/inherit_graph_80.svg
documentation/inherit_graph_81.map
documentation/inherit_graph_81.md5
documentation/inherit_graph_81.svg
documentation/inherit_graph_82.map
documentation/inherit_graph_82.md5
documentation/inherit_graph_82.svg
documentation/inherit_graph_83.map
documentation/inherit_graph_83.md5
documentation/inherit_graph_83.svg
documentation/inherit_graph_84.map
documentation/inherit_graph_84.md5
documentation/inherit_graph_84.svg
documentation/inherit_graph_85.map
documentation/inherit_graph_85.md5
documentation/inherit_graph_85.svg
documentation/inherit_graph_86.map
documentation/inherit_graph_86.md5
documentation/inherit_graph_86.svg
documentation/inherit_graph_87.map
documentation/inherit_graph_87.md5
documentation/inherit_graph_87.svg
documentation/inherit_graph_88.map
documentation/inherit_graph_88.md5
documentation/inherit_graph_88.svg
documentation/inherit_graph_89.map
documentation/inherit_graph_89.md5
documentation/inherit_graph_89.svg
documentation/inherit_graph_9.map
documentation/inherit_graph_9.md5
documentation/inherit_graph_9.svg
documentation/inherit_graph_90.map
documentation/inherit_graph_90.md5
documentation/inherit_graph_90.svg
documentation/inherit_graph_91.map
documentation/inherit_graph_91.md5
documentation/inherit_graph_91.svg
documentation/inherit_graph_92.map
documentation/inherit_graph_92.md5
documentation/inherit_graph_92.svg
documentation/inherit_graph_93.map
documentation/inherit_graph_93.md5
documentation/inherit_graph_93.svg
documentation/inherit_graph_94.map
documentation/inherit_graph_94.md5
documentation/inherit_graph_94.svg
documentation/inherit_graph_95.map
documentation/inherit_graph_95.md5
documentation/inherit_graph_95.svg
documentation/inherit_graph_96.map
documentation/inherit_graph_96.md5
documentation/inherit_graph_96.svg
documentation/inherit_graph_97.map
documentation/inherit_graph_97.md5
documentation/inherit_graph_97.svg
documentation/inherit_graph_98.map
documentation/inherit_graph_98.md5
documentation/inherit_graph_98.svg
documentation/inherit_graph_99.map
documentation/inherit_graph_99.md5
documentation/inherit_graph_99.svg
documentation/inherits.xhtml
documentation/integral__image_8cl.xhtml
documentation/integral__image_8cl_source.xhtml
documentation/intrinsics_8h.xhtml [new file with mode: 0644]
documentation/intrinsics_8h_source.xhtml [new file with mode: 0644]
documentation/l2__normalize_8cl.xhtml
documentation/l2__normalize_8cl_source.xhtml
documentation/load_8h.js [new file with mode: 0644]
documentation/load_8h.xhtml [new file with mode: 0644]
documentation/load_8h_source.xhtml [new file with mode: 0644]
documentation/magnitude__phase_8cl.xhtml
documentation/magnitude__phase_8cl_source.xhtml
documentation/main_8cpp.xhtml
documentation/main_8cpp_source.xhtml
documentation/max_8h.js [new file with mode: 0644]
documentation/max_8h.xhtml [new file with mode: 0644]
documentation/max_8h_source.xhtml [new file with mode: 0644]
documentation/mean__stddev_8cl.xhtml
documentation/mean__stddev_8cl_source.xhtml
documentation/min_8h.js [new file with mode: 0644]
documentation/min_8h.xhtml [new file with mode: 0644]
documentation/min_8h_source.xhtml [new file with mode: 0644]
documentation/minmax__layer_8cl.xhtml
documentation/minmax__layer_8cl_source.xhtml
documentation/minmaxloc_8cl.xhtml
documentation/minmaxloc_8cl_source.xhtml
documentation/namespacearm__compute.js
documentation/namespacearm__compute.xhtml
documentation/namespacearm__compute_1_1detail.js
documentation/namespacearm__compute_1_1detail.xhtml
documentation/namespacearm__compute_1_1gles.xhtml
documentation/namespacearm__compute_1_1gles__compute.xhtml
documentation/namespacearm__compute_1_1graph.js
documentation/namespacearm__compute_1_1graph.xhtml
documentation/namespacearm__compute_1_1graph_1_1detail.xhtml
documentation/namespacearm__compute_1_1graph__utils.js
documentation/namespacearm__compute_1_1graph__utils.xhtml
documentation/namespacearm__compute_1_1io.xhtml
documentation/namespacearm__compute_1_1logging.xhtml
documentation/namespacearm__compute_1_1misc.xhtml
documentation/namespacearm__compute_1_1misc_1_1shape__calculator.xhtml
documentation/namespacearm__compute_1_1quantization.xhtml
documentation/namespacearm__compute_1_1support.xhtml
documentation/namespacearm__compute_1_1support_1_1cpp11.xhtml
documentation/namespacearm__compute_1_1support_1_1cpp14.xhtml
documentation/namespacearm__compute_1_1test.xhtml
documentation/namespacearm__compute_1_1test_1_1_c_l_suite.xhtml
documentation/namespacearm__compute_1_1test_1_1_c_l_suite_1_1_n_i_g_h_t_l_y_suite.xhtml
documentation/namespacearm__compute_1_1test_1_1benchmark.xhtml
documentation/namespacearm__compute_1_1test_1_1datasets.js
documentation/namespacearm__compute_1_1test_1_1datasets.xhtml
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic.xhtml
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail.xhtml
documentation/namespacearm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits.xhtml
documentation/namespacearm__compute_1_1test_1_1framework.js
documentation/namespacearm__compute_1_1test_1_1framework.xhtml
documentation/namespacearm__compute_1_1test_1_1framework_1_1dataset.xhtml
documentation/namespacearm__compute_1_1test_1_1framework_1_1detail.xhtml
documentation/namespacearm__compute_1_1test_1_1gles__compute.xhtml
documentation/namespacearm__compute_1_1test_1_1networks.xhtml
documentation/namespacearm__compute_1_1test_1_1traits.xhtml
documentation/namespacearm__compute_1_1test_1_1validation.js
documentation/namespacearm__compute_1_1test_1_1validation.xhtml
documentation/namespacearm__compute_1_1test_1_1validation_1_1reference.xhtml
documentation/namespacearm__compute_1_1traits.xhtml
documentation/namespacearm__compute_1_1utility.xhtml
documentation/namespacearm__compute_1_1utility_1_1detail.xhtml
documentation/namespacearm__compute_1_1utils.xhtml
documentation/namespacearm__compute_1_1wrapper.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1wrapper.xhtml [new file with mode: 0644]
documentation/namespacearm__compute_1_1wrapper_1_1traits.js [new file with mode: 0644]
documentation/namespacearm__compute_1_1wrapper_1_1traits.xhtml [new file with mode: 0644]
documentation/namespacecaffe__data__extractor.xhtml
documentation/namespacecl.xhtml
documentation/namespacemali__userspace.xhtml
documentation/namespacemembers.xhtml
documentation/namespacemembers_a.xhtml
documentation/namespacemembers_b.xhtml
documentation/namespacemembers_c.xhtml
documentation/namespacemembers_d.xhtml
documentation/namespacemembers_e.xhtml
documentation/namespacemembers_enum.xhtml
documentation/namespacemembers_eval.xhtml
documentation/namespacemembers_f.xhtml
documentation/namespacemembers_func.xhtml
documentation/namespacemembers_func_b.xhtml
documentation/namespacemembers_func_c.xhtml
documentation/namespacemembers_func_d.xhtml
documentation/namespacemembers_func_e.xhtml
documentation/namespacemembers_func_f.xhtml
documentation/namespacemembers_func_g.xhtml
documentation/namespacemembers_func_h.xhtml
documentation/namespacemembers_func_i.xhtml
documentation/namespacemembers_func_j.xhtml
documentation/namespacemembers_func_l.xhtml
documentation/namespacemembers_func_m.xhtml
documentation/namespacemembers_func_n.xhtml
documentation/namespacemembers_func_o.xhtml
documentation/namespacemembers_func_p.xhtml
documentation/namespacemembers_func_q.xhtml
documentation/namespacemembers_func_r.xhtml
documentation/namespacemembers_func_s.xhtml
documentation/namespacemembers_func_t.xhtml
documentation/namespacemembers_func_u.xhtml
documentation/namespacemembers_func_v.xhtml
documentation/namespacemembers_func_w.xhtml
documentation/namespacemembers_func_z.xhtml
documentation/namespacemembers_g.xhtml
documentation/namespacemembers_h.xhtml
documentation/namespacemembers_i.xhtml
documentation/namespacemembers_j.xhtml
documentation/namespacemembers_k.xhtml
documentation/namespacemembers_l.xhtml
documentation/namespacemembers_m.xhtml
documentation/namespacemembers_n.xhtml
documentation/namespacemembers_o.xhtml
documentation/namespacemembers_p.xhtml
documentation/namespacemembers_q.xhtml
documentation/namespacemembers_r.xhtml
documentation/namespacemembers_s.xhtml
documentation/namespacemembers_t.xhtml
documentation/namespacemembers_type.xhtml
documentation/namespacemembers_type_d.xhtml
documentation/namespacemembers_type_f.xhtml
documentation/namespacemembers_type_g.xhtml
documentation/namespacemembers_type_h.xhtml
documentation/namespacemembers_type_i.xhtml
documentation/namespacemembers_type_k.xhtml
documentation/namespacemembers_type_l.xhtml
documentation/namespacemembers_type_m.xhtml
documentation/namespacemembers_type_n.xhtml
documentation/namespacemembers_type_p.xhtml
documentation/namespacemembers_type_q.xhtml
documentation/namespacemembers_type_s.xhtml
documentation/namespacemembers_type_t.xhtml
documentation/namespacemembers_type_u.xhtml
documentation/namespacemembers_u.xhtml
documentation/namespacemembers_v.xhtml
documentation/namespacemembers_vars.xhtml
documentation/namespacemembers_w.xhtml
documentation/namespacemembers_z.xhtml
documentation/namespaces.xhtml
documentation/namespacetensorflow__data__extractor.xhtml
documentation/navtreedata.js
documentation/navtreeindex0.js
documentation/navtreeindex1.js
documentation/navtreeindex10.js
documentation/navtreeindex11.js
documentation/navtreeindex12.js
documentation/navtreeindex13.js
documentation/navtreeindex14.js
documentation/navtreeindex15.js
documentation/navtreeindex16.js
documentation/navtreeindex17.js
documentation/navtreeindex18.js
documentation/navtreeindex19.js
documentation/navtreeindex2.js
documentation/navtreeindex20.js
documentation/navtreeindex21.js
documentation/navtreeindex22.js
documentation/navtreeindex23.js
documentation/navtreeindex24.js
documentation/navtreeindex25.js
documentation/navtreeindex26.js
documentation/navtreeindex27.js
documentation/navtreeindex28.js
documentation/navtreeindex29.js
documentation/navtreeindex3.js
documentation/navtreeindex30.js
documentation/navtreeindex31.js
documentation/navtreeindex32.js
documentation/navtreeindex33.js
documentation/navtreeindex34.js
documentation/navtreeindex35.js
documentation/navtreeindex36.js
documentation/navtreeindex37.js
documentation/navtreeindex38.js
documentation/navtreeindex39.js
documentation/navtreeindex4.js
documentation/navtreeindex40.js
documentation/navtreeindex41.js
documentation/navtreeindex42.js
documentation/navtreeindex43.js
documentation/navtreeindex44.js
documentation/navtreeindex45.js
documentation/navtreeindex46.js
documentation/navtreeindex47.js
documentation/navtreeindex48.js
documentation/navtreeindex49.js
documentation/navtreeindex5.js
documentation/navtreeindex50.js
documentation/navtreeindex51.js
documentation/navtreeindex52.js [new file with mode: 0644]
documentation/navtreeindex53.js [new file with mode: 0644]
documentation/navtreeindex54.js [new file with mode: 0644]
documentation/navtreeindex6.js
documentation/navtreeindex7.js
documentation/navtreeindex8.js
documentation/navtreeindex9.js
documentation/neon__cartoon__effect_8cpp.xhtml
documentation/neon__cartoon__effect_8cpp_source.xhtml
documentation/neon__cnn_8cpp.xhtml
documentation/neon__cnn_8cpp_source.xhtml
documentation/neon__convolution_8cpp.xhtml
documentation/neon__convolution_8cpp_source.xhtml
documentation/neon__copy__objects_8cpp.xhtml
documentation/neon__copy__objects_8cpp_source.xhtml
documentation/neon__scale_8cpp.xhtml
documentation/neon__scale_8cpp_source.xhtml
documentation/neoncl__scale__median__gaussian_8cpp.xhtml
documentation/neoncl__scale__median__gaussian_8cpp_source.xhtml
documentation/non__linear__filter3x3_8cl.xhtml
documentation/non__linear__filter3x3_8cl_source.xhtml
documentation/non__linear__filter5x5_8cl.xhtml
documentation/non__linear__filter5x5_8cl_source.xhtml
documentation/non__linear__filter__helpers_8h.xhtml
documentation/non__linear__filter__helpers_8h_source.xhtml
documentation/nonmax_8cl.xhtml
documentation/nonmax_8cl_source.xhtml
documentation/normalization__layer_8cl.xhtml
documentation/normalization__layer_8cl_source.xhtml
documentation/optical__flow__pyramid__lk_8cl.xhtml
documentation/optical__flow__pyramid__lk_8cl_source.xhtml
documentation/pages.xhtml
documentation/permute_8cl.xhtml
documentation/permute_8cl_source.xhtml
documentation/pixelwise__mul__float_8cl.xhtml
documentation/pixelwise__mul__float_8cl_source.xhtml
documentation/pixelwise__mul__int_8cl.xhtml
documentation/pixelwise__mul__int_8cl_source.xhtml
documentation/pooling__layer_8cl.js
documentation/pooling__layer_8cl.xhtml
documentation/pooling__layer_8cl_source.xhtml
documentation/pooling__layer__quantized_8cl.js
documentation/pooling__layer__quantized_8cl.xhtml
documentation/pooling__layer__quantized_8cl_source.xhtml
documentation/quantization__layer_8cl.xhtml
documentation/quantization__layer_8cl_source.xhtml
documentation/reduction__operation_8cl.js
documentation/reduction__operation_8cl.xhtml
documentation/reduction__operation_8cl_source.xhtml
documentation/reference_2_absolute_difference_8cpp.xhtml
documentation/reference_2_absolute_difference_8cpp_source.xhtml
documentation/reference_2_accumulate_8cpp.xhtml
documentation/reference_2_accumulate_8cpp_source.xhtml
documentation/reference_2_arithmetic_addition_8cpp.xhtml
documentation/reference_2_arithmetic_addition_8cpp_source.xhtml
documentation/reference_2_arithmetic_subtraction_8cpp.xhtml
documentation/reference_2_arithmetic_subtraction_8cpp_source.xhtml
documentation/reference_2_bitwise_and_8cpp.xhtml
documentation/reference_2_bitwise_and_8cpp_source.xhtml
documentation/reference_2_bitwise_not_8cpp.xhtml
documentation/reference_2_bitwise_not_8cpp_source.xhtml
documentation/reference_2_bitwise_or_8cpp.xhtml
documentation/reference_2_bitwise_or_8cpp_source.xhtml
documentation/reference_2_bitwise_xor_8cpp.xhtml
documentation/reference_2_bitwise_xor_8cpp_source.xhtml
documentation/reference_2_box3x3_8cpp.xhtml
documentation/reference_2_box3x3_8cpp_source.xhtml
documentation/reference_2_channel_extract_8cpp.js [new file with mode: 0644]
documentation/reference_2_channel_extract_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_channel_extract_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_convolution_8cpp.js
documentation/reference_2_convolution_8cpp.xhtml
documentation/reference_2_convolution_8cpp_source.xhtml
documentation/reference_2_deconvolution_layer_8cpp.xhtml
documentation/reference_2_deconvolution_layer_8cpp_source.xhtml
documentation/reference_2_depth_convert_layer_8cpp.xhtml
documentation/reference_2_depth_convert_layer_8cpp_source.xhtml
documentation/reference_2_derivative_8cpp.xhtml
documentation/reference_2_derivative_8cpp_source.xhtml
documentation/reference_2_dilate_8cpp.xhtml
documentation/reference_2_dilate_8cpp_source.xhtml
documentation/reference_2_equalize_histogram_8cpp.js [new file with mode: 0644]
documentation/reference_2_equalize_histogram_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_equalize_histogram_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_erode_8cpp.xhtml
documentation/reference_2_erode_8cpp_source.xhtml
documentation/reference_2_fast_corners_8cpp.js [new file with mode: 0644]
documentation/reference_2_fast_corners_8cpp.xhtml [new file with mode: 0644]
documentation/reference_2_fast_corners_8cpp_source.xhtml [new file with mode: 0644]
documentation/reference_2_fixed_point_8cpp.xhtml
documentation/reference_2_fixed_point_8cpp_source.xhtml
documentation/reference_2_fixed_point_pixel_wise_multiplication_8cpp.xhtml
documentation/reference_2_fixed_point_pixel_wise_multiplication_8cpp_source.xhtml
documentation/reference_2_gaussian3x3_8cpp.xhtml
documentation/reference_2_gaussian3x3_8cpp_source.xhtml
documentation/reference_2_gaussian5x5_8cpp.xhtml
documentation/reference_2_gaussian5x5_8cpp_source.xhtml
documentation/reference_2_h_o_g_descriptor_8cpp.xhtml
documentation/reference_2_h_o_g_descriptor_8cpp_source.xhtml
documentation/reference_2_histogram_8cpp.xhtml
documentation/reference_2_histogram_8cpp_source.xhtml
documentation/reference_2_integral_image_8cpp.xhtml
documentation/reference_2_integral_image_8cpp_source.xhtml
documentation/reference_2_mean_std_dev_8cpp.xhtml
documentation/reference_2_mean_std_dev_8cpp_source.xhtml
documentation/reference_2_median3x3_8cpp.xhtml
documentation/reference_2_median3x3_8cpp_source.xhtml
documentation/reference_2_min_max_location_8cpp.xhtml
documentation/reference_2_min_max_location_8cpp_source.xhtml
documentation/reference_2_non_linear_filter_8cpp.xhtml
documentation/reference_2_non_linear_filter_8cpp_source.xhtml
documentation/reference_2_permute_8cpp.xhtml
documentation/reference_2_permute_8cpp_source.xhtml
documentation/reference_2_phase_8cpp.xhtml
documentation/reference_2_phase_8cpp_source.xhtml
documentation/reference_2_pixel_wise_multiplication_8cpp.xhtml
documentation/reference_2_pixel_wise_multiplication_8cpp_source.xhtml
documentation/reference_2_reduction_operation_8cpp.xhtml
documentation/reference_2_reduction_operation_8cpp_source.xhtml
documentation/reference_2_remap_8cpp.xhtml
documentation/reference_2_remap_8cpp_source.xhtml
documentation/reference_2_scharr_8cpp.xhtml
documentation/reference_2_scharr_8cpp_source.xhtml
documentation/reference_2_sobel_8cpp.xhtml
documentation/reference_2_sobel_8cpp_source.xhtml
documentation/reference_2_table_lookup_8cpp.xhtml
documentation/reference_2_table_lookup_8cpp_source.xhtml
documentation/reference_2_threshold_8cpp.xhtml
documentation/reference_2_threshold_8cpp_source.xhtml
documentation/reference_2_warp_affine_8cpp.xhtml
documentation/reference_2_warp_affine_8cpp_source.xhtml
documentation/reference_2_warp_perspective_8cpp.xhtml
documentation/reference_2_warp_perspective_8cpp_source.xhtml
documentation/remap_8cl.xhtml
documentation/remap_8cl_source.xhtml
documentation/reshape__layer_8cl.xhtml
documentation/reshape__layer_8cl_source.xhtml
documentation/roi__pooling__layer_8cl.xhtml
documentation/roi__pooling__layer_8cl_source.xhtml
documentation/runtime_2_sub_tensor_8h.xhtml
documentation/runtime_2_sub_tensor_8h_source.xhtml
documentation/runtime_2_tensor_8h.xhtml
documentation/runtime_2_tensor_8h_source.xhtml
documentation/scale_8cl.xhtml
documentation/scale_8cl_source.xhtml
documentation/scharr__filter_8cl.xhtml
documentation/scharr__filter_8cl_source.xhtml
documentation/search/all_1.js
documentation/search/all_10.js
documentation/search/all_11.js
documentation/search/all_12.js
documentation/search/all_13.js
documentation/search/all_14.js
documentation/search/all_15.js
documentation/search/all_16.js
documentation/search/all_17.js
documentation/search/all_18.js
documentation/search/all_1b.js
documentation/search/all_1c.js
documentation/search/all_2.js
documentation/search/all_3.js
documentation/search/all_4.js
documentation/search/all_5.js
documentation/search/all_6.js
documentation/search/all_7.js
documentation/search/all_8.js
documentation/search/all_9.js
documentation/search/all_a.js
documentation/search/all_c.js
documentation/search/all_d.js
documentation/search/all_e.js
documentation/search/all_f.js
documentation/search/classes_1.js
documentation/search/classes_10.js
documentation/search/classes_12.js
documentation/search/classes_13.js
documentation/search/classes_14.js
documentation/search/classes_16.js
documentation/search/classes_17.js
documentation/search/classes_19.js
documentation/search/classes_2.js
documentation/search/classes_3.js
documentation/search/classes_4.js
documentation/search/classes_5.js
documentation/search/classes_6.js
documentation/search/classes_7.js
documentation/search/classes_9.js
documentation/search/classes_b.js
documentation/search/classes_c.js
documentation/search/classes_d.js
documentation/search/classes_e.js
documentation/search/classes_f.js
documentation/search/defines_1.js
documentation/search/defines_11.js
documentation/search/defines_13.js
documentation/search/defines_3.js
documentation/search/defines_5.js
documentation/search/defines_7.js
documentation/search/defines_9.js
documentation/search/defines_c.js
documentation/search/defines_d.js
documentation/search/enums_2.js
documentation/search/enums_3.js
documentation/search/enumvalues_0.js
documentation/search/enumvalues_10.js
documentation/search/enumvalues_14.js
documentation/search/enumvalues_3.js
documentation/search/enumvalues_6.js
documentation/search/enumvalues_b.js
documentation/search/files_1.js
documentation/search/files_11.js
documentation/search/files_12.js
documentation/search/files_13.js
documentation/search/files_16.js
documentation/search/files_3.js
documentation/search/files_4.js
documentation/search/files_5.js
documentation/search/files_6.js
documentation/search/files_7.js
documentation/search/files_9.js
documentation/search/files_b.js
documentation/search/files_c.js
documentation/search/files_d.js
documentation/search/files_f.js
documentation/search/functions_0.js
documentation/search/functions_1.js
documentation/search/functions_11.js
documentation/search/functions_12.js
documentation/search/functions_13.js
documentation/search/functions_14.js
documentation/search/functions_15.js
documentation/search/functions_16.js
documentation/search/functions_1a.js
documentation/search/functions_2.js
documentation/search/functions_3.js
documentation/search/functions_4.js
documentation/search/functions_5.js
documentation/search/functions_6.js
documentation/search/functions_7.js
documentation/search/functions_8.js
documentation/search/functions_a.js
documentation/search/functions_b.js
documentation/search/functions_c.js
documentation/search/functions_d.js
documentation/search/functions_e.js
documentation/search/functions_f.js
documentation/search/namespaces_0.js
documentation/search/related_0.js
documentation/search/related_1.js
documentation/search/related_2.js
documentation/search/related_3.js
documentation/search/related_4.html [deleted file]
documentation/search/related_4.js [deleted file]
documentation/search/searchdata.js
documentation/search/typedefs_10.js
documentation/search/typedefs_11.js
documentation/search/typedefs_12.html [new file with mode: 0644]
documentation/search/typedefs_12.js [new file with mode: 0644]
documentation/search/typedefs_13.html [new file with mode: 0644]
documentation/search/typedefs_13.js [new file with mode: 0644]
documentation/search/typedefs_2.js
documentation/search/typedefs_4.js
documentation/search/typedefs_5.js
documentation/search/typedefs_6.js
documentation/search/typedefs_7.js
documentation/search/typedefs_8.js
documentation/search/typedefs_9.js
documentation/search/typedefs_a.js
documentation/search/typedefs_b.js
documentation/search/typedefs_c.js
documentation/search/typedefs_d.js
documentation/search/typedefs_e.js
documentation/search/typedefs_f.js
documentation/search/variables_0.js
documentation/search/variables_10.js
documentation/search/variables_11.js
documentation/search/variables_13.js
documentation/search/variables_15.js
documentation/search/variables_3.js
documentation/search/variables_9.js
documentation/search/variables_c.js
documentation/search/variables_d.js
documentation/search/variables_e.js
documentation/sobel__filter_8cl.xhtml
documentation/sobel__filter_8cl_source.xhtml
documentation/softmax__layer_8cl.js
documentation/softmax__layer_8cl.xhtml
documentation/softmax__layer_8cl_source.xhtml
documentation/softmax__layer__quantized_8cl.js
documentation/softmax__layer__quantized_8cl.xhtml
documentation/softmax__layer__quantized_8cl_source.xhtml
documentation/store_8h.js [new file with mode: 0644]
documentation/store_8h.xhtml [new file with mode: 0644]
documentation/store_8h_source.xhtml [new file with mode: 0644]
documentation/struct_coordinates2_d.xhtml
documentation/struct_detection_window.xhtml
documentation/struct_image.xhtml
documentation/struct_internal_keypoint.xhtml
documentation/struct_keypoint.xhtml
documentation/struct_tensor3_d.xhtml
documentation/struct_tensor4_d.xhtml
documentation/struct_vector.xhtml
documentation/structarm__compute_1_1_border_size.xhtml
documentation/structarm__compute_1_1_c_l_coefficient_table.xhtml
documentation/structarm__compute_1_1_c_l_l_k_internal_keypoint.xhtml
documentation/structarm__compute_1_1_c_l_old_value.xhtml
documentation/structarm__compute_1_1_c_p_u_info.xhtml
documentation/structarm__compute_1_1_coordinates2_d.xhtml
documentation/structarm__compute_1_1_coordinates3_d.xhtml
documentation/structarm__compute_1_1_detection_window.xhtml
documentation/structarm__compute_1_1_i_o_format_info.xhtml
documentation/structarm__compute_1_1_key_point.xhtml
documentation/structarm__compute_1_1_min_max_location_values.xhtml
documentation/structarm__compute_1_1_n_e_l_k_internal_keypoint.xhtml
documentation/structarm__compute_1_1_quantization_info.xhtml
documentation/structarm__compute_1_1_r_o_i.xhtml
documentation/structarm__compute_1_1_rectangle.xhtml
documentation/structarm__compute_1_1_thread_info.xhtml
documentation/structarm__compute_1_1_valid_region.js
documentation/structarm__compute_1_1_valid_region.xhtml
documentation/structarm__compute_1_1detail_1_1brelu.js [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1brelu.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1dummy.js [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1dummy.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1get__tensor__info__t.xhtml
documentation/structarm__compute_1_1detail_1_1get__tensor__info__t_3_01_i_tensor_info_01_5_01_4.xhtml
documentation/structarm__compute_1_1detail_1_1lubrelu.js [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1lubrelu.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1relu.js [new file with mode: 0644]
documentation/structarm__compute_1_1detail_1_1relu.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1enable__bitwise__ops.xhtml
documentation/structarm__compute_1_1enable__bitwise__ops_3_01arm__compute_1_1_g_p_u_target_01_4.xhtml
documentation/structarm__compute_1_1logging_1_1_log_msg.xhtml
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if.xhtml
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[]_4.xhtml
documentation/structarm__compute_1_1support_1_1cpp14_1_1___unique__if_3_01_t[_n]_4.xhtml
documentation/structarm__compute_1_1test_1_1common__promoted__signed__type.xhtml
documentation/structarm__compute_1_1test_1_1common__promoted__unsigned__type.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_batch_normalization_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_convolution_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_convolution_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_depthwise_separable_convolution_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_fully_connected_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_g_e_m_m_lowp_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_h_o_g_descriptor_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_image_file_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_normalize_planar_y_u_v_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_pooling_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_r_o_i_pooling_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_reshape_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_scale_layer_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1datasets_1_1_threshold_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1constant__expr.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1detail_1_1functions.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int16__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int32__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int64__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01int8__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint64__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1fixed__point__arithmetic_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement.js
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1_measurement_1_1_value.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.js [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_scheduler_timer_1_1kernel__info.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1test_1_1framework_1_1_test_info.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1_test_result.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_cartesian_product_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_container_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_initializer_list_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_join_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_range_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_singleton_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1_zip_dataset_1_1iterator.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container.xhtml
documentation/structarm__compute_1_1test_1_1framework_1_1dataset_1_1is__container_3_01std_1_1vector_3_01_v_00_01_a_01_4_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01float_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01half_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int16__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int32__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01int8__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint16__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint32__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1traits_1_1promote_3_01uint8__t_01_4.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1_harris_corners_parameters.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_absolute_tolerance_3_01_u_01_4_01_4.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare_3_01_relative_tolerance_3_01_u_01_4_01_4.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1compare__base.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point.xhtml
documentation/structarm__compute_1_1test_1_1validation_1_1is__floating__point_3_01half_01_4.xhtml
documentation/structarm__compute_1_1traits_1_1is__contained.xhtml
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_t_00_01_ts_8_8_8_01_4_01_4.xhtml
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_01_u_00_01_ts_8_8_8_01_4_01_4.xhtml
documentation/structarm__compute_1_1traits_1_1is__contained_3_01_t_00_01std_1_1tuple_3_4_01_4.xhtml
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01float__t_00_012_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01float__t_00_012_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01float__t_00_014_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01float__t_00_014_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int16__t_00_014_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int16__t_00_014_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int16__t_00_018_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int16__t_00_018_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int32__t_00_012_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int32__t_00_012_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int32__t_00_014_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int32__t_00_014_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int64__t_00_011_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int64__t_00_011_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int64__t_00_012_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int64__t_00_012_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int8__t_00_0116_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int8__t_00_0116_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int8__t_00_018_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01int8__t_00_018_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint16__t_00_014_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint16__t_00_014_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint16__t_00_018_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint16__t_00_018_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint32__t_00_012_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint32__t_00_012_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint32__t_00_014_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint32__t_00_014_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint64__t_00_011_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint64__t_00_011_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint64__t_00_012_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint64__t_00_012_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint8__t_00_0116_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint8__t_00_0116_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint8__t_00_018_01_4.js [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1neon__vector_3_01uint8__t_00_018_01_4.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1vector__128__tag.xhtml [new file with mode: 0644]
documentation/structarm__compute_1_1wrapper_1_1traits_1_1vector__64__tag.xhtml [new file with mode: 0644]
documentation/structmali__userspace_1_1_counter_mapping.xhtml
documentation/structmali__userspace_1_1gpu__props.xhtml
documentation/structmali__userspace_1_1gpu__raw__gpu__props.xhtml
documentation/structmali__userspace_1_1kbase__hwcnt__reader__metadata.xhtml
documentation/structmali__userspace_1_1kbase__uk__gpuprops.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__coherent__group__info.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__core__props.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__l2__cache__props.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__props.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__thread__props.xhtml
documentation/structmali__userspace_1_1mali__base__gpu__tiler__props.xhtml
documentation/tablelookup_8cl.xhtml
documentation/tablelookup_8cl_source.xhtml
documentation/tensorflow__data__extractor_8py.xhtml
documentation/tensorflow__data__extractor_8py_source.xhtml
documentation/tests.xhtml
documentation/tests_2_types_8h.xhtml
documentation/tests_2_types_8h_source.xhtml
documentation/tests_2_utils_8h.js
documentation/tests_2_utils_8h.xhtml
documentation/tests_2_utils_8h_source.xhtml
documentation/tests_2framework_2_macros_8h.xhtml
documentation/tests_2framework_2_macros_8h_source.xhtml
documentation/tests_2framework_2_utils_8h.xhtml
documentation/tests_2framework_2_utils_8h_source.xhtml
documentation/tests_2framework_2printers_2_printers_8h.xhtml
documentation/tests_2framework_2printers_2_printers_8h_source.xhtml
documentation/tests_2validation_2_fixed_point_8h.xhtml
documentation/tests_2validation_2_fixed_point_8h_source.xhtml
documentation/tests_2validation_2_helpers_8h.xhtml
documentation/tests_2validation_2_helpers_8h_source.xhtml
documentation/tests_2validation_2_u_n_i_t_2_utils_8cpp.xhtml
documentation/tests_2validation_2_u_n_i_t_2_utils_8cpp_source.xhtml
documentation/tests_2validation_2reference_2_activation_layer_8h.xhtml
documentation/tests_2validation_2reference_2_activation_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_batch_normalization_layer_8h.js
documentation/tests_2validation_2reference_2_batch_normalization_layer_8h.xhtml
documentation/tests_2validation_2reference_2_batch_normalization_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_convolution_layer_8h.xhtml
documentation/tests_2validation_2reference_2_convolution_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_depth_convert_layer_8h.xhtml
documentation/tests_2validation_2reference_2_depth_convert_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_depthwise_convolution_layer_8h.xhtml
documentation/tests_2validation_2reference_2_depthwise_convolution_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_dequantization_layer_8h.xhtml
documentation/tests_2validation_2reference_2_dequantization_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_fixed_point_8h.xhtml
documentation/tests_2validation_2reference_2_fixed_point_8h_source.xhtml
documentation/tests_2validation_2reference_2_flatten_layer_8h.xhtml
documentation/tests_2validation_2reference_2_flatten_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_fully_connected_layer_8h.xhtml
documentation/tests_2validation_2reference_2_fully_connected_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_l2_normalize_layer_8h.xhtml
documentation/tests_2validation_2reference_2_l2_normalize_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_normalization_layer_8h.xhtml
documentation/tests_2validation_2reference_2_normalization_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_pooling_layer_8h.js
documentation/tests_2validation_2reference_2_pooling_layer_8h.xhtml
documentation/tests_2validation_2reference_2_pooling_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_quantization_layer_8h.xhtml
documentation/tests_2validation_2reference_2_quantization_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_reshape_layer_8h.xhtml
documentation/tests_2validation_2reference_2_reshape_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_softmax_layer_8h.xhtml
documentation/tests_2validation_2reference_2_softmax_layer_8h_source.xhtml
documentation/tests_2validation_2reference_2_utils_8cpp.xhtml
documentation/tests_2validation_2reference_2_utils_8cpp_source.xhtml
documentation/tests_2validation_2reference_2_utils_8h.xhtml
documentation/tests_2validation_2reference_2_utils_8h_source.xhtml
documentation/threshold_8cl.xhtml
documentation/threshold_8cl_source.xhtml
documentation/traits_8h.js [new file with mode: 0644]
documentation/traits_8h.xhtml [new file with mode: 0644]
documentation/traits_8h_source.xhtml [new file with mode: 0644]
documentation/transpose_8cl.xhtml
documentation/transpose_8cl_source.xhtml
documentation/types_8h.xhtml
documentation/types_8h_source.xhtml
documentation/unionmali__userspace_1_1uk__header.xhtml
documentation/utility_8h.js
documentation/utility_8h.xhtml
documentation/utility_8h_source.xhtml
documentation/utils_2_utils_8cpp.js
documentation/utils_2_utils_8cpp.xhtml
documentation/utils_2_utils_8cpp_source.xhtml
documentation/utils_2_utils_8h.js
documentation/utils_2_utils_8h.xhtml
documentation/utils_2_utils_8h_source.xhtml
documentation/validation_2_c_l_2_activation_layer_8cpp.js
documentation/validation_2_c_l_2_activation_layer_8cpp.xhtml
documentation/validation_2_c_l_2_activation_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp.js
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp.xhtml
documentation/validation_2_c_l_2_batch_normalization_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_convolution_layer_8cpp.js
documentation/validation_2_c_l_2_convolution_layer_8cpp.xhtml
documentation/validation_2_c_l_2_convolution_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_depth_concatenate_layer_8cpp.js
documentation/validation_2_c_l_2_depth_concatenate_layer_8cpp.xhtml
documentation/validation_2_c_l_2_depth_concatenate_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_depthwise_convolution_layer_8cpp.js
documentation/validation_2_c_l_2_depthwise_convolution_layer_8cpp.xhtml
documentation/validation_2_c_l_2_depthwise_convolution_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp.xhtml
documentation/validation_2_c_l_2_depthwise_separable_convolution_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_dequantization_layer_8cpp.xhtml
documentation/validation_2_c_l_2_dequantization_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_direct_convolution_layer_8cpp.xhtml
documentation/validation_2_c_l_2_direct_convolution_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_floor_8cpp.xhtml
documentation/validation_2_c_l_2_floor_8cpp_source.xhtml
documentation/validation_2_c_l_2_fully_connected_layer_8cpp.js
documentation/validation_2_c_l_2_fully_connected_layer_8cpp.xhtml
documentation/validation_2_c_l_2_fully_connected_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_g_e_m_m_8cpp.js
documentation/validation_2_c_l_2_g_e_m_m_8cpp.xhtml
documentation/validation_2_c_l_2_g_e_m_m_8cpp_source.xhtml
documentation/validation_2_c_l_2_g_e_m_m_lowp_8cpp.xhtml
documentation/validation_2_c_l_2_g_e_m_m_lowp_8cpp_source.xhtml
documentation/validation_2_c_l_2_harris_corners_8cpp.xhtml
documentation/validation_2_c_l_2_harris_corners_8cpp_source.xhtml
documentation/validation_2_c_l_2_l2_normalize_layer_8cpp.xhtml
documentation/validation_2_c_l_2_l2_normalize_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_magnitude_8cpp.xhtml
documentation/validation_2_c_l_2_magnitude_8cpp_source.xhtml
documentation/validation_2_c_l_2_normalization_layer_8cpp.js
documentation/validation_2_c_l_2_normalization_layer_8cpp.xhtml
documentation/validation_2_c_l_2_normalization_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_pooling_layer_8cpp.js
documentation/validation_2_c_l_2_pooling_layer_8cpp.xhtml
documentation/validation_2_c_l_2_pooling_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_quantization_layer_8cpp.xhtml
documentation/validation_2_c_l_2_quantization_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_reshape_layer_8cpp.xhtml
documentation/validation_2_c_l_2_reshape_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml
documentation/validation_2_c_l_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml
documentation/validation_2_c_l_2_scale_8cpp.xhtml
documentation/validation_2_c_l_2_scale_8cpp_source.xhtml
documentation/validation_2_c_l_2_softmax_layer_8cpp.js
documentation/validation_2_c_l_2_softmax_layer_8cpp.xhtml
documentation/validation_2_c_l_2_softmax_layer_8cpp_source.xhtml
documentation/validation_2_c_l_2_transpose_8cpp.xhtml
documentation/validation_2_c_l_2_transpose_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_activation_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.js
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_batch_normalization_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_convolution_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depth_concatenate_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depth_concatenate_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_depthwise_convolution_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_direct_convolution_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_fully_connected_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_g_e_m_m_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalization_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalization_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_normalize_planar_y_u_v_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_pooling_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_scale_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_softmax_layer_8cpp_source.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp.xhtml
documentation/validation_2_g_l_e_s___c_o_m_p_u_t_e_2_transpose_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_activation_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_batch_normalization_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_batch_normalization_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_batch_normalization_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_convolution_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_depth_concatenate_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_depth_concatenate_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_depth_concatenate_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_depthwise_convolution_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_depthwise_convolution_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_depthwise_convolution_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_depthwise_separable_convolution_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_depthwise_separable_convolution_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_dequantization_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_dequantization_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_direct_convolution_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_direct_convolution_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_floor_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_floor_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_fully_connected_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_g_e_m_m_8cpp.js
documentation/validation_2_n_e_o_n_2_g_e_m_m_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_g_e_m_m_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_g_e_m_m_lowp_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_g_e_m_m_lowp_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_harris_corners_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_harris_corners_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_l2_normalize_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_l2_normalize_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_magnitude_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_magnitude_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_normalization_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_pooling_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_pooling_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_pooling_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_quantization_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_quantization_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_reshape_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_reshape_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_alex_net_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_s_y_s_t_e_m_2_le_net5_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_scale_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_scale_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_softmax_layer_8cpp.js
documentation/validation_2_n_e_o_n_2_softmax_layer_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_softmax_layer_8cpp_source.xhtml
documentation/validation_2_n_e_o_n_2_transpose_8cpp.xhtml
documentation/validation_2_n_e_o_n_2_transpose_8cpp_source.xhtml
documentation/validation_2fixtures_2_activation_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_activation_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_batch_normalization_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_batch_normalization_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_convolution_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_convolution_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_depth_concatenate_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_depth_concatenate_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_depthwise_convolution_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_depthwise_convolution_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_depthwise_separable_convolution_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_dequantization_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_dequantization_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_flatten_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_flatten_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_floor_fixture_8h.xhtml
documentation/validation_2fixtures_2_floor_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_fully_connected_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_fully_connected_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_g_e_m_m_fixture_8h.xhtml
documentation/validation_2fixtures_2_g_e_m_m_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_g_e_m_m_interleave4x4_fixture_8h.xhtml
documentation/validation_2fixtures_2_g_e_m_m_interleave4x4_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_g_e_m_m_lowp_fixture_8h.xhtml
documentation/validation_2fixtures_2_g_e_m_m_lowp_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_harris_corners_fixture_8h.xhtml
documentation/validation_2fixtures_2_harris_corners_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_l2_normalize_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_l2_normalize_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_magnitude_fixture_8h.xhtml
documentation/validation_2fixtures_2_magnitude_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_normalization_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_normalization_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_normalize_planar_y_u_v_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_normalize_planar_y_u_v_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_pooling_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_pooling_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_quantization_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_quantization_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_reshape_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_reshape_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_scale_fixture_8h.xhtml
documentation/validation_2fixtures_2_scale_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_softmax_layer_fixture_8h.xhtml
documentation/validation_2fixtures_2_softmax_layer_fixture_8h_source.xhtml
documentation/validation_2fixtures_2_transpose_fixture_8h.xhtml
documentation/validation_2fixtures_2_transpose_fixture_8h_source.xhtml
documentation/validation_2reference_2_activation_layer_8cpp.xhtml
documentation/validation_2reference_2_activation_layer_8cpp_source.xhtml
documentation/validation_2reference_2_batch_normalization_layer_8cpp.js
documentation/validation_2reference_2_batch_normalization_layer_8cpp.xhtml
documentation/validation_2reference_2_batch_normalization_layer_8cpp_source.xhtml
documentation/validation_2reference_2_convolution_layer_8cpp.xhtml
documentation/validation_2reference_2_convolution_layer_8cpp_source.xhtml
documentation/validation_2reference_2_depth_concatenate_layer_8cpp.xhtml
documentation/validation_2reference_2_depth_concatenate_layer_8cpp_source.xhtml
documentation/validation_2reference_2_depthwise_convolution_layer_8cpp.xhtml
documentation/validation_2reference_2_depthwise_convolution_layer_8cpp_source.xhtml
documentation/validation_2reference_2_depthwise_separable_convolution_layer_8cpp.xhtml
documentation/validation_2reference_2_depthwise_separable_convolution_layer_8cpp_source.xhtml
documentation/validation_2reference_2_dequantization_layer_8cpp.xhtml
documentation/validation_2reference_2_dequantization_layer_8cpp_source.xhtml
documentation/validation_2reference_2_flatten_layer_8cpp.xhtml
documentation/validation_2reference_2_flatten_layer_8cpp_source.xhtml
documentation/validation_2reference_2_floor_8cpp.xhtml
documentation/validation_2reference_2_floor_8cpp_source.xhtml
documentation/validation_2reference_2_fully_connected_layer_8cpp.xhtml
documentation/validation_2reference_2_fully_connected_layer_8cpp_source.xhtml
documentation/validation_2reference_2_g_e_m_m_8cpp.xhtml
documentation/validation_2reference_2_g_e_m_m_8cpp_source.xhtml
documentation/validation_2reference_2_g_e_m_m_lowp_8cpp.xhtml
documentation/validation_2reference_2_g_e_m_m_lowp_8cpp_source.xhtml
documentation/validation_2reference_2_l2_normalize_layer_8cpp.xhtml
documentation/validation_2reference_2_l2_normalize_layer_8cpp_source.xhtml
documentation/validation_2reference_2_magnitude_8cpp.xhtml
documentation/validation_2reference_2_magnitude_8cpp_source.xhtml
documentation/validation_2reference_2_normalization_layer_8cpp.xhtml
documentation/validation_2reference_2_normalization_layer_8cpp_source.xhtml
documentation/validation_2reference_2_normalize_planar_y_u_v_layer_8cpp.xhtml
documentation/validation_2reference_2_normalize_planar_y_u_v_layer_8cpp_source.xhtml
documentation/validation_2reference_2_pooling_layer_8cpp.js
documentation/validation_2reference_2_pooling_layer_8cpp.xhtml
documentation/validation_2reference_2_pooling_layer_8cpp_source.xhtml
documentation/validation_2reference_2_quantization_layer_8cpp.xhtml
documentation/validation_2reference_2_quantization_layer_8cpp_source.xhtml
documentation/validation_2reference_2_reshape_layer_8cpp.xhtml
documentation/validation_2reference_2_reshape_layer_8cpp_source.xhtml
documentation/validation_2reference_2_scale_8cpp.xhtml
documentation/validation_2reference_2_scale_8cpp_source.xhtml
documentation/validation_2reference_2_softmax_layer_8cpp.xhtml
documentation/validation_2reference_2_softmax_layer_8cpp_source.xhtml
documentation/validation_2reference_2_transpose_8cpp.xhtml
documentation/validation_2reference_2_transpose_8cpp_source.xhtml
documentation/warp__affine_8cl.xhtml
documentation/warp__affine_8cl_source.xhtml
documentation/warp__helpers_8h.xhtml
documentation/warp__helpers_8h_source.xhtml
documentation/warp__perspective_8cl.xhtml
documentation/warp__perspective_8cl_source.xhtml
documentation/wrapper_8h.xhtml [new file with mode: 0644]
documentation/wrapper_8h_source.xhtml [new file with mode: 0644]
examples/cl_sgemm.cpp
examples/graph_alexnet.cpp
examples/graph_cl_mobilenet_qasymm8.cpp [deleted file]
examples/graph_googlenet.cpp
examples/graph_inception_v3.cpp
examples/graph_lenet.cpp
examples/graph_mobilenet.cpp
examples/graph_mobilenet_qasymm8.cpp [new file with mode: 0644]
examples/graph_resnet50.cpp [new file with mode: 0644]
examples/graph_squeezenet.cpp
examples/graph_squeezenet_v1_1.cpp [new file with mode: 0644]
examples/graph_vgg16.cpp
examples/graph_vgg19.cpp
src/core/AccessWindowAutoPadding.cpp
src/core/AccessWindowStatic.cpp
src/core/AccessWindowTranspose.cpp
src/core/CL/CLKernelLibrary.cpp
src/core/CL/ICLKernel.cpp
src/core/CL/OpenCL.cpp
src/core/CL/cl_kernels/activation_layer_qa8.cl
src/core/CL/cl_kernels/asymm_helper.h [deleted file]
src/core/CL/cl_kernels/batchnormalization_layer.cl
src/core/CL/cl_kernels/channel_extract.cl
src/core/CL/cl_kernels/col2im.cl [new file with mode: 0644]
src/core/CL/cl_kernels/convolution_layer.cl
src/core/CL/cl_kernels/depthwise_convolution.cl
src/core/CL/cl_kernels/depthwise_convolution_quantized.cl
src/core/CL/cl_kernels/direct_convolution_1x1_3x3_5x5_quantized.cl
src/core/CL/cl_kernels/fast_corners.cl
src/core/CL/cl_kernels/fixed_point.h
src/core/CL/cl_kernels/gemm.cl
src/core/CL/cl_kernels/gemmlowp.cl
src/core/CL/cl_kernels/gemv.cl
src/core/CL/cl_kernels/helpers_asymm.h
src/core/CL/cl_kernels/im2col.cl [new file with mode: 0644]
src/core/CL/cl_kernels/pooling_layer.cl
src/core/CL/cl_kernels/pooling_layer_quantized.cl
src/core/CL/cl_kernels/reduction_operation.cl
src/core/CL/cl_kernels/softmax_layer.cl
src/core/CL/cl_kernels/softmax_layer_quantized.cl
src/core/CL/kernels/CLActivationLayerKernel.cpp
src/core/CL/kernels/CLArithmeticAdditionKernel.cpp
src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp
src/core/CL/kernels/CLChannelExtractKernel.cpp
src/core/CL/kernels/CLCol2ImKernel.cpp
src/core/CL/kernels/CLConvolutionKernel.cpp
src/core/CL/kernels/CLDeconvolutionLayerUpsampleKernel.cpp
src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3Kernel.cpp
src/core/CL/kernels/CLDepthwiseIm2ColKernel.cpp
src/core/CL/kernels/CLDepthwiseVectorToTensorKernel.cpp
src/core/CL/kernels/CLDepthwiseWeightsReshapeKernel.cpp
src/core/CL/kernels/CLDequantizationLayerKernel.cpp
src/core/CL/kernels/CLDirectConvolutionLayerKernel.cpp
src/core/CL/kernels/CLDirectConvolutionOutputStageKernel.cpp [new file with mode: 0644]
src/core/CL/kernels/CLFastCornersKernel.cpp
src/core/CL/kernels/CLGEMMInterleave4x4Kernel.cpp
src/core/CL/kernels/CLGEMMLowpMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMLowpOffsetContributionKernel.cpp
src/core/CL/kernels/CLGEMMMatrixAdditionKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.cpp
src/core/CL/kernels/CLGEMMTranspose1xWKernel.cpp
src/core/CL/kernels/CLIm2ColKernel.cpp
src/core/CL/kernels/CLMinMaxLayerKernel.cpp
src/core/CL/kernels/CLPermuteKernel.cpp
src/core/CL/kernels/CLPixelWiseMultiplicationKernel.cpp
src/core/CL/kernels/CLPoolingLayerKernel.cpp
src/core/CL/kernels/CLQuantizationLayerKernel.cpp
src/core/CL/kernels/CLROIPoolingLayerKernel.cpp
src/core/CL/kernels/CLReductionOperationKernel.cpp
src/core/CL/kernels/CLSoftmaxLayerKernel.cpp
src/core/CL/kernels/CLWeightsReshapeKernel.cpp
src/core/CPP/kernels/CPPPermuteKernel.cpp
src/core/Error.cpp
src/core/GLES_COMPUTE/GCKernelLibrary.cpp
src/core/GLES_COMPUTE/IGCTensor.cpp
src/core/GLES_COMPUTE/cs_shaders/arithmetic_add.cs
src/core/GLES_COMPUTE/cs_shaders/batchnormalization_layer.cs
src/core/GLES_COMPUTE/cs_shaders/concatenate.cs
src/core/GLES_COMPUTE/cs_shaders/convolution_layer.cs
src/core/GLES_COMPUTE/cs_shaders/dropout.cs
src/core/GLES_COMPUTE/cs_shaders/gemm.cs
src/core/GLES_COMPUTE/cs_shaders/scale.cs
src/core/GLES_COMPUTE/cs_shaders/tensor_shift.cs [new file with mode: 0644]
src/core/GLES_COMPUTE/kernels/GCActivationLayerKernel.cpp
src/core/GLES_COMPUTE/kernels/GCArithmeticAdditionKernel.cpp
src/core/GLES_COMPUTE/kernels/GCBatchNormalizationLayerKernel.cpp
src/core/GLES_COMPUTE/kernels/GCDepthConcatenateLayerKernel.cpp
src/core/GLES_COMPUTE/kernels/GCDepthwiseConvolutionLayer3x3Kernel.cpp
src/core/GLES_COMPUTE/kernels/GCDirectConvolutionLayerKernel.cpp
src/core/GLES_COMPUTE/kernels/GCNormalizePlanarYUVLayerKernel.cpp
src/core/GLES_COMPUTE/kernels/GCPoolingLayerKernel.cpp
src/core/GLES_COMPUTE/kernels/GCScaleKernel.cpp
src/core/GLES_COMPUTE/kernels/GCTensorShiftKernel.cpp [new file with mode: 0644]
src/core/IAccessWindow.cpp
src/core/NEON/kernels/NEActivationLayerKernel.cpp
src/core/NEON/kernels/NEArithmeticAdditionKernel.cpp
src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp
src/core/NEON/kernels/NEBitwiseAndKernel.cpp
src/core/NEON/kernels/NEChannelExtractKernel.cpp
src/core/NEON/kernels/NEConvolutionKernel.cpp
src/core/NEON/kernels/NECumulativeDistributionKernel.cpp
src/core/NEON/kernels/NEDepthwiseConvolutionLayer3x3Kernel.cpp
src/core/NEON/kernels/NEDepthwiseIm2ColKernel.cpp
src/core/NEON/kernels/NEDepthwiseVectorToTensorKernel.cpp
src/core/NEON/kernels/NEDepthwiseWeightsReshapeKernel.cpp
src/core/NEON/kernels/NEDequantizationLayerKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerOutputStageKernel.cpp
src/core/NEON/kernels/NEFillArrayKernel.cpp
src/core/NEON/kernels/NEGEMMInterleave4x4Kernel.cpp
src/core/NEON/kernels/NEGEMMLowpOffsetContributionKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixAccumulateBiasesKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.cpp
src/core/NEON/kernels/NEGEMMMatrixVectorMultiplyKernel.cpp
src/core/NEON/kernels/NEIm2ColKernel.cpp
src/core/NEON/kernels/NEMinMaxLayerKernel.cpp
src/core/NEON/kernels/NEPermuteKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/NEPoolingLayerKernel.cpp
src/core/NEON/kernels/NEQuantizationLayerKernel.cpp
src/core/NEON/kernels/NERemapKernel.cpp
src/core/NEON/kernels/NEReshapeLayerKernel.cpp
src/core/NEON/kernels/NESoftmaxLayerKernel.cpp
src/core/NEON/kernels/NEWeightsReshapeKernel.cpp
src/core/NEON/kernels/NEWinogradLayerKernel.cpp
src/core/NEON/kernels/arm64/NEGEMMAArch64NativeKernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/arm64/NEGEMMLowpAArch64V8P4Kernel.cpp
src/core/NEON/kernels/arm64/NEGEMVAArch64Kernel.cpp [new file with mode: 0644]
src/core/NEON/kernels/arm64/NEHGEMMAArch64FP16Kernel.cpp
src/core/NEON/kernels/convolution/common/utils.cpp [moved from src/core/NEON/kernels/winograd/utils.cpp with 100% similarity]
src/core/NEON/kernels/convolution/depthwise/depthwise_2x2_3x3_1x1_fp32_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/depthwise/depthwise_2x2_3x3_2x2_fp32_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/depthwise/depthwise_3x3_3x3_1x1_fp32_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/depthwise/depthwise_3x3_3x3_2x2_fp32_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_1x1_fp32_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/depthwise/depthwise_4x4_3x3_2x2_fp32_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/batched_blocked_gemm.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/input_2x2_3x3_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/input_2x2_5x5_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/input_4x4_3x3_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/output_2x2_3x3_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/output_2x2_5x5_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/output_4x4_3x3_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/weights_2x2_3x3_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/weights_2x2_5x5_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/transforms/weights_4x4_3x3_fp32.cpp [new file with mode: 0644]
src/core/NEON/kernels/convolution/winograd/winograd_gemm.cpp [new file with mode: 0644]
src/core/NEON/kernels/winograd/batched_blocked_gemm.cpp [deleted file]
src/core/NEON/kernels/winograd/transforms/input_2x2_3x3_fp32.cpp [deleted file]
src/core/NEON/kernels/winograd/transforms/input_4x4_3x3_fp32.cpp [deleted file]
src/core/NEON/kernels/winograd/transforms/output_2x2_3x3_fp32.cpp [deleted file]
src/core/NEON/kernels/winograd/transforms/output_4x4_3x3_fp32.cpp [deleted file]
src/core/NEON/kernels/winograd/transforms/weights_2x2_3x3_fp32.cpp [deleted file]
src/core/NEON/kernels/winograd/transforms/weights_4x4_3x3_fp32.cpp [deleted file]
src/core/NEON/kernels/winograd/winograd_gemm.cpp [deleted file]
src/core/NEON/kernels/winograd/winograd_layer.cpp [deleted file]
src/core/SubTensorInfo.cpp
src/core/TensorInfo.cpp
src/core/Utils.cpp
src/core/Validate.cpp
src/graph/Graph.cpp
src/graph/INode.cpp
src/graph/SubGraph.cpp
src/graph/nodes/ActivationLayer.cpp
src/graph/nodes/BatchNormalizationLayer.cpp
src/graph/nodes/DepthwiseConvolutionLayer.cpp
src/graph/nodes/FullyConnectedLayer.cpp
src/graph/nodes/ResidualLayer.cpp [new file with mode: 0644]
src/graph/operations/CLSimpleOperations.cpp
src/graph/operations/NESimpleOperations.cpp
src/runtime/CL/CLMultiImage.cpp
src/runtime/CL/CLTuner.cpp
src/runtime/CL/functions/CLActivationLayer.cpp
src/runtime/CL/functions/CLArithmeticAddition.cpp
src/runtime/CL/functions/CLBatchNormalizationLayer.cpp
src/runtime/CL/functions/CLConvolutionLayer.cpp
src/runtime/CL/functions/CLDeconvolutionLayer.cpp
src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp
src/runtime/CL/functions/CLEqualizeHistogram.cpp
src/runtime/CL/functions/CLFastCorners.cpp
src/runtime/CL/functions/CLFullyConnectedLayer.cpp
src/runtime/CL/functions/CLGEMM.cpp
src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp
src/runtime/CL/functions/CLLaplacianReconstruct.cpp
src/runtime/CL/functions/CLLocallyConnectedLayer.cpp
src/runtime/CL/functions/CLPermute.cpp
src/runtime/CL/functions/CLPixelWiseMultiplication.cpp
src/runtime/CL/functions/CLSoftmaxLayer.cpp
src/runtime/CPP/CPPScheduler.cpp
src/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.cpp
src/runtime/GLES_COMPUTE/functions/GCConvolutionLayer.cpp
src/runtime/GLES_COMPUTE/functions/GCDepthwiseConvolutionLayer.cpp
src/runtime/GLES_COMPUTE/functions/GCDirectConvolutionLayer.cpp
src/runtime/GLES_COMPUTE/functions/GCGEMM.cpp
src/runtime/GLES_COMPUTE/functions/GCPoolingLayer.cpp
src/runtime/GLES_COMPUTE/functions/GCTensorShift.cpp [new file with mode: 0644]
src/runtime/IScheduler.cpp
src/runtime/MultiImage.cpp
src/runtime/NEON/functions/NEActivationLayer.cpp
src/runtime/NEON/functions/NEArithmeticAddition.cpp
src/runtime/NEON/functions/NEBatchNormalizationLayer.cpp
src/runtime/NEON/functions/NEConvolutionLayer.cpp
src/runtime/NEON/functions/NEDeconvolutionLayer.cpp
src/runtime/NEON/functions/NEDepthwiseConvolutionLayer.cpp
src/runtime/NEON/functions/NEFlattenLayer.cpp
src/runtime/NEON/functions/NEFullyConnectedLayer.cpp
src/runtime/NEON/functions/NEGEMM.cpp
src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.cpp
src/runtime/NEON/functions/NEGEMMTranspose1xW.cpp
src/runtime/NEON/functions/NEIm2Col.cpp
src/runtime/NEON/functions/NELaplacianReconstruct.cpp
src/runtime/NEON/functions/NELocallyConnectedLayer.cpp
src/runtime/NEON/functions/NEPermute.cpp [new file with mode: 0644]
src/runtime/NEON/functions/NEPoolingLayer.cpp
src/runtime/NEON/functions/NESoftmaxLayer.cpp
src/runtime/NEON/functions/NEWinogradLayer.cpp
src/runtime/Scheduler.cpp
tests/AssetsLibrary.cpp
tests/AssetsLibrary.h
tests/SimpleTensor.h
tests/Utils.h
tests/benchmark/CL/BatchNormalizationLayer.cpp
tests/benchmark/CL/GEMM.cpp
tests/benchmark/CL/SYSTEM/AlexNet.cpp
tests/benchmark/CL/SYSTEM/LeNet5.cpp
tests/benchmark/CL/SYSTEM/MobileNet.cpp
tests/benchmark/CL/SYSTEM/MobileNetV1.cpp
tests/benchmark/GLES_COMPUTE/BatchNormalizationLayer.cpp [changed mode: 0755->0644]
tests/benchmark/GLES_COMPUTE/GEMM.cpp
tests/benchmark/NEON/BatchNormalizationLayer.cpp
tests/benchmark/NEON/ConvolutionLayer.cpp
tests/benchmark/NEON/GEMM.cpp
tests/benchmark/NEON/SYSTEM/AlexNet.cpp
tests/benchmark/NEON/SYSTEM/LeNet5.cpp
tests/benchmark/fixtures/ActivationLayerFixture.h
tests/benchmark/fixtures/BatchNormalizationLayerFixture.h
tests/benchmark/fixtures/ConvolutionLayerFixture.h
tests/benchmark/fixtures/DepthwiseConvolutionLayerFixture.h
tests/benchmark/fixtures/GEMMFixture.h
tests/datasets/DepthwiseConvolutionLayerDataset.h
tests/datasets/FullyConnectedLayerDataset.h
tests/datasets/PoolingLayerDataset.h
tests/datasets/ShapeDatasets.h
tests/datasets/SmallConvolutionLayerDataset.h
tests/datasets/TinyConvolutionLayerDataset.h [new file with mode: 0644]
tests/datasets/TinyGEMMDataset.h [new file with mode: 0644]
tests/datasets/system_tests/mobilenet/MobileNetBatchNormalizationLayerDataset.h [new file with mode: 0644]
tests/datasets/system_tests/mobilenet/MobileNetDepthwiseConvolutionLayerDataset.h
tests/framework/Framework.cpp
tests/framework/command_line/CommonOptions.cpp
tests/framework/datasets/ContainerDataset.h
tests/framework/instruments/Instrument.h
tests/framework/instruments/Instruments.cpp
tests/framework/instruments/Instruments.h
tests/framework/instruments/InstrumentsStats.cpp [new file with mode: 0644]
tests/framework/instruments/InstrumentsStats.h [new file with mode: 0644]
tests/framework/instruments/Measurement.h
tests/framework/instruments/OpenCLTimer.cpp
tests/framework/instruments/PMU.h
tests/framework/instruments/SchedulerTimer.cpp [new file with mode: 0644]
tests/framework/instruments/SchedulerTimer.h [new file with mode: 0644]
tests/framework/printers/JSONPrinter.cpp
tests/framework/printers/PrettyPrinter.cpp
tests/validation/CL/ActivationLayer.cpp
tests/validation/CL/ArithmeticAddition.cpp
tests/validation/CL/ArithmeticSubtraction.cpp
tests/validation/CL/BatchNormalizationLayer.cpp
tests/validation/CL/ChannelExtract.cpp [new file with mode: 0644]
tests/validation/CL/Convolution.cpp
tests/validation/CL/ConvolutionLayer.cpp
tests/validation/CL/DeconvolutionLayer.cpp
tests/validation/CL/DepthConcatenateLayer.cpp
tests/validation/CL/DepthConvertLayer.cpp
tests/validation/CL/DepthwiseConvolutionLayer.cpp
tests/validation/CL/DirectConvolutionLayer.cpp
tests/validation/CL/EqualizeHistogram.cpp [new file with mode: 0644]
tests/validation/CL/FastCorners.cpp [new file with mode: 0644]
tests/validation/CL/Flatten.cpp
tests/validation/CL/FullyConnectedLayer.cpp
tests/validation/CL/GEMM.cpp
tests/validation/CL/HOGDescriptor.cpp
tests/validation/CL/HarrisCorners.cpp
tests/validation/CL/NormalizationLayer.cpp
tests/validation/CL/Permute.cpp
tests/validation/CL/PixelWiseMultiplication.cpp
tests/validation/CL/PoolingLayer.cpp
tests/validation/CL/SoftmaxLayer.cpp
tests/validation/CPP/Permute.cpp
tests/validation/GLES_COMPUTE/BatchNormalizationLayer.cpp
tests/validation/GLES_COMPUTE/ConvolutionLayer.cpp
tests/validation/GLES_COMPUTE/DirectConvolutionLayerTensorShift.cpp [new file with mode: 0644]
tests/validation/GLES_COMPUTE/PoolingLayer.cpp
tests/validation/NEON/ActivationLayer.cpp
tests/validation/NEON/ArithmeticAddition.cpp
tests/validation/NEON/ArithmeticSubtraction.cpp
tests/validation/NEON/BatchNormalizationLayer.cpp
tests/validation/NEON/ChannelExtract.cpp [new file with mode: 0644]
tests/validation/NEON/Convolution.cpp
tests/validation/NEON/ConvolutionLayer.cpp
tests/validation/NEON/DeconvolutionLayer.cpp
tests/validation/NEON/DepthConcatenateLayer.cpp
tests/validation/NEON/DepthConvertLayer.cpp
tests/validation/NEON/DepthwiseConvolutionLayer.cpp
tests/validation/NEON/DirectConvolutionLayer.cpp
tests/validation/NEON/EqualizeHistogram.cpp [new file with mode: 0644]
tests/validation/NEON/FastCorners.cpp [new file with mode: 0644]
tests/validation/NEON/FixedPoint/FixedPoint.cpp
tests/validation/NEON/FixedPointPixelWiseMultiplication.cpp
tests/validation/NEON/Flatten.cpp
tests/validation/NEON/FullyConnectedLayer.cpp
tests/validation/NEON/GEMM.cpp
tests/validation/NEON/GaussianPyramid.cpp
tests/validation/NEON/HOGDescriptor.cpp
tests/validation/NEON/HarrisCorners.cpp
tests/validation/NEON/Im2Col.cpp
tests/validation/NEON/NormalizationLayer.cpp
tests/validation/NEON/Permute.cpp [new file with mode: 0644]
tests/validation/NEON/PoolingLayer.cpp
tests/validation/NEON/Remap.cpp
tests/validation/NEON/SoftmaxLayer.cpp
tests/validation/UNIT/Utils.cpp
tests/validation/Validation.h
tests/validation/fixtures/ArithmeticAdditionFixture.h
tests/validation/fixtures/BatchNormalizationLayerFixture.h
tests/validation/fixtures/ChannelExtractFixture.h [new file with mode: 0644]
tests/validation/fixtures/ConvolutionFixture.h
tests/validation/fixtures/DirectConvolutionLayerTensorShiftFixture.h [new file with mode: 0644]
tests/validation/fixtures/EqualizeHistogramFixture.h [new file with mode: 0644]
tests/validation/fixtures/FastCornersFixture.h [new file with mode: 0644]
tests/validation/fixtures/GEMMLowpAssemblyFixture.h
tests/validation/fixtures/HarrisCornersFixture.h
tests/validation/fixtures/NormalizePlanarYUVLayerFixture.h
tests/validation/fixtures/PixelWiseMultiplicationFixture.h
tests/validation/fixtures/PoolingLayerFixture.h
tests/validation/fixtures/RemapFixture.h
tests/validation/fixtures/WinogradLayerFixture.h
tests/validation/reference/ArithmeticAddition.cpp
tests/validation/reference/BatchNormalizationLayer.cpp
tests/validation/reference/BatchNormalizationLayer.h
tests/validation/reference/ChannelExtract.cpp [new file with mode: 0644]
tests/validation/reference/ChannelExtract.h [new file with mode: 0644]
tests/validation/reference/Convolution.cpp
tests/validation/reference/Convolution.h
tests/validation/reference/ConvolutionLayer.cpp
tests/validation/reference/DeconvolutionLayer.cpp
tests/validation/reference/DepthwiseConvolutionLayer.cpp
tests/validation/reference/EqualizeHistogram.cpp [new file with mode: 0644]
tests/validation/reference/EqualizeHistogram.h [new file with mode: 0644]
tests/validation/reference/FastCorners.cpp [new file with mode: 0644]
tests/validation/reference/FastCorners.h [new file with mode: 0644]
tests/validation/reference/HOGDescriptor.cpp
tests/validation/reference/NonMaximaSuppression.cpp
tests/validation/reference/PixelWiseMultiplication.cpp
tests/validation/reference/PoolingLayer.cpp
tests/validation/reference/PoolingLayer.h
tests/validation/reference/Remap.cpp
utils/GraphUtils.cpp
utils/GraphUtils.h
utils/TypePrinter.h
utils/Utils.cpp
utils/Utils.h