1 /* 2 * Copyright (c) 2016-2023 Arm Limited. 3 * 4 * SPDX-License-Identifier: MIT 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to 8 * deal in the Software without restriction, including without limitation the 9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 10 * sell copies of the Software, and to permit persons to whom the Software is 11 * furnished to do so, subject to the following conditions: 12 * 13 * The above copyright notice and this permission notice shall be included in all 14 * copies or substantial portions of the Software. 15 * 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 * SOFTWARE. 23 */ 24 #ifndef ARM_COMPUTE_NEFUNCTIONS_H 25 #define ARM_COMPUTE_NEFUNCTIONS_H 26 27 #include "arm_compute/runtime/NEON/functions/NEActivationLayer.h" 28 #include "arm_compute/runtime/NEON/functions/NEAddMulAdd.h" 29 #include "arm_compute/runtime/NEON/functions/NEArgMinMaxLayer.h" 30 #include "arm_compute/runtime/NEON/functions/NEArithmeticAddition.h" 31 #include "arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h" 32 #include "arm_compute/runtime/NEON/functions/NEBatchNormalizationLayer.h" 33 #include "arm_compute/runtime/NEON/functions/NEBatchToSpaceLayer.h" 34 #include "arm_compute/runtime/NEON/functions/NEBitwiseAnd.h" 35 #include "arm_compute/runtime/NEON/functions/NEBitwiseNot.h" 36 #include "arm_compute/runtime/NEON/functions/NEBitwiseOr.h" 37 #include "arm_compute/runtime/NEON/functions/NEBitwiseXor.h" 38 #include "arm_compute/runtime/NEON/functions/NEBoundingBoxTransform.h" 39 #include "arm_compute/runtime/NEON/functions/NECast.h" 40 #include "arm_compute/runtime/NEON/functions/NEChannelShuffleLayer.h" 41 #include "arm_compute/runtime/NEON/functions/NEConcatenateLayer.h" 42 #include "arm_compute/runtime/NEON/functions/NEConv3D.h" 43 #include "arm_compute/runtime/NEON/functions/NEConvertFullyConnectedWeights.h" 44 #include "arm_compute/runtime/NEON/functions/NEConvolutionLayer.h" 45 #include "arm_compute/runtime/NEON/functions/NECopy.h" 46 #include "arm_compute/runtime/NEON/functions/NECropResize.h" 47 #include "arm_compute/runtime/NEON/functions/NEDeconvolutionLayer.h" 48 #include "arm_compute/runtime/NEON/functions/NEDepthConvertLayer.h" 49 #include "arm_compute/runtime/NEON/functions/NEDepthToSpaceLayer.h" 50 #include "arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h" 51 #include "arm_compute/runtime/NEON/functions/NEDequantizationLayer.h" 52 #include "arm_compute/runtime/NEON/functions/NEDetectionPostProcessLayer.h" 53 #include "arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h" 54 #include "arm_compute/runtime/NEON/functions/NEElementwiseOperations.h" 55 #include "arm_compute/runtime/NEON/functions/NEElementwiseUnaryLayer.h" 56 #include "arm_compute/runtime/NEON/functions/NEFFT1D.h" 57 #include "arm_compute/runtime/NEON/functions/NEFFT2D.h" 58 #include "arm_compute/runtime/NEON/functions/NEFFTConvolutionLayer.h" 59 #include "arm_compute/runtime/NEON/functions/NEFill.h" 60 #include "arm_compute/runtime/NEON/functions/NEFillBorder.h" 61 #include "arm_compute/runtime/NEON/functions/NEFlattenLayer.h" 62 #include "arm_compute/runtime/NEON/functions/NEFloor.h" 63 #include "arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h" 64 #include "arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h" 65 #include "arm_compute/runtime/NEON/functions/NEGEMM.h" 66 #include "arm_compute/runtime/NEON/functions/NEGEMMConv2d.h" 67 #include "arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h" 68 #include "arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h" 69 #include "arm_compute/runtime/NEON/functions/NEGEMMLowpOutputStage.h" 70 #include "arm_compute/runtime/NEON/functions/NEGather.h" 71 #include "arm_compute/runtime/NEON/functions/NEGenerateProposalsLayer.h" 72 #include "arm_compute/runtime/NEON/functions/NEInstanceNormalizationLayer.h" 73 #include "arm_compute/runtime/NEON/functions/NEL2NormalizeLayer.h" 74 #include "arm_compute/runtime/NEON/functions/NELSTMLayer.h" 75 #include "arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h" 76 #include "arm_compute/runtime/NEON/functions/NELogical.h" 77 #include "arm_compute/runtime/NEON/functions/NEMaxUnpoolingLayer.h" 78 #include "arm_compute/runtime/NEON/functions/NEMeanStdDevNormalizationLayer.h" 79 #include "arm_compute/runtime/NEON/functions/NENormalizationLayer.h" 80 #include "arm_compute/runtime/NEON/functions/NEPReluLayer.h" 81 #include "arm_compute/runtime/NEON/functions/NEPadLayer.h" 82 #include "arm_compute/runtime/NEON/functions/NEPermute.h" 83 #include "arm_compute/runtime/NEON/functions/NEPixelWiseMultiplication.h" 84 #include "arm_compute/runtime/NEON/functions/NEPooling3dLayer.h" 85 #include "arm_compute/runtime/NEON/functions/NEPoolingLayer.h" 86 #include "arm_compute/runtime/NEON/functions/NEPriorBoxLayer.h" 87 #include "arm_compute/runtime/NEON/functions/NEQLSTMLayer.h" 88 #include "arm_compute/runtime/NEON/functions/NEQuantizationLayer.h" 89 #include "arm_compute/runtime/NEON/functions/NERNNLayer.h" 90 #include "arm_compute/runtime/NEON/functions/NEROIAlignLayer.h" 91 #include "arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h" 92 #include "arm_compute/runtime/NEON/functions/NERange.h" 93 #include "arm_compute/runtime/NEON/functions/NEReduceMean.h" 94 #include "arm_compute/runtime/NEON/functions/NEReductionOperation.h" 95 #include "arm_compute/runtime/NEON/functions/NEReorgLayer.h" 96 #include "arm_compute/runtime/NEON/functions/NEReshapeLayer.h" 97 #include "arm_compute/runtime/NEON/functions/NEReverse.h" 98 #include "arm_compute/runtime/NEON/functions/NEScale.h" 99 #include "arm_compute/runtime/NEON/functions/NESelect.h" 100 #include "arm_compute/runtime/NEON/functions/NESlice.h" 101 #include "arm_compute/runtime/NEON/functions/NESoftmaxLayer.h" 102 #include "arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h" 103 #include "arm_compute/runtime/NEON/functions/NESpaceToDepthLayer.h" 104 #include "arm_compute/runtime/NEON/functions/NESplit.h" 105 #include "arm_compute/runtime/NEON/functions/NEStackLayer.h" 106 #include "arm_compute/runtime/NEON/functions/NEStridedSlice.h" 107 #include "arm_compute/runtime/NEON/functions/NETile.h" 108 #include "arm_compute/runtime/NEON/functions/NETranspose.h" 109 #include "arm_compute/runtime/NEON/functions/NEUnstack.h" 110 #include "arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h" 111 112 #endif /* ARM_COMPUTE_NEFUNCTIONS_H */ 113