/dports/misc/mnn/MNN-1.2.0/source/backend/arm82/ |
H A D | Arm82OptFunc.cpp | 15 #ifdef MNN_USE_NEON 106 #if defined(MNN_USE_NEON) && defined(__aarch64__) in MNNNC4HW4TONC8HW8() 118 #if defined(MNN_USE_NEON) && defined(__aarch64__) in MNNNC4HW4TONC8HW8() 135 #if defined(MNN_USE_NEON) && defined(__aarch64__) in MNNNC8HW8TONC4HW4() 147 #if defined(MNN_USE_NEON) && defined(__aarch64__) in MNNNC8HW8TONC4HW4() 165 #if defined(MNN_USE_NEON) && defined(__aarch64__) in MNNNC8HW8TONHWC() 174 #if defined(MNN_USE_NEON) && defined(__aarch64__) in MNNNC8HW8TONHWC()
|
H A D | Arm82Eltwise.cpp | 39 #ifdef MNN_USE_NEON in _run() 65 #ifdef MNN_USE_NEON in _run() 91 #ifdef MNN_USE_NEON in _run()
|
H A D | Arm82Interp.cpp | 15 #ifdef MNN_USE_NEON 23 #ifdef MNN_USE_NEON in Arm82NearestUnit() 39 #ifdef MNN_USE_NEON in Arm82BilinearSampleCUnit() 56 #ifdef MNN_USE_NEON in Arm82BilinearLineCUnit()
|
H A D | Arm82Relu.cpp | 24 #ifdef MNN_USE_NEON in _MNNArm82PReluWithChannel() 30 #ifdef MNN_USE_NEON in _MNNArm82PReluWithChannel()
|
H A D | Arm82InstanceNorm.cpp | 20 #ifdef MNN_USE_NEON 64 #ifdef MNN_USE_NEON in onExecute()
|
H A D | Arm82Vec.hpp | 16 #ifdef MNN_USE_NEON
|
/dports/misc/mnn/MNN-1.2.0/source/cv/ |
H A D | ImageBlitter.cpp | 14 #ifdef MNN_USE_NEON 37 #ifdef MNN_USE_NEON in _gray2C4() 63 #ifdef MNN_USE_NEON in _gray2C3() 99 #ifdef MNN_USE_NEON in _rgba2bgra() 133 #ifdef MNN_USE_NEON in _rgba2bgr() 156 #ifdef MNN_USE_NEON in _rgb2bgr() 178 #ifdef MNN_USE_NEON in _bgra2bgr() 202 #ifdef MNN_USE_NEON in _bgra2gray() 230 #ifdef MNN_USE_NEON in _rgba2gray() 258 #ifdef MNN_USE_NEON in _rgb2gray() [all …]
|
H A D | ImageSampler.cpp | 12 #ifdef MNN_USE_NEON 72 #ifdef MNN_USE_NEON in MNNSamplerC4Bilinear() 84 #ifdef MNN_USE_NEON in MNNSamplerC1Bilinear() 115 #ifdef MNN_USE_NEON in MNNSamplerC4Nearest() 124 #ifdef MNN_USE_NEON in MNNSamplerC1Nearest() 269 #ifdef MNN_USE_NEON in _swapUV()
|
H A D | ImageFloatBlitter.cpp | 41 #ifdef MNN_USE_NEON 49 #ifdef MNN_USE_NEON in _blitC1ToFloatC1() 122 #ifdef MNN_USE_NEON in _blitC3ToFloatC3() 266 #ifndef MNN_USE_NEON
|
/dports/misc/mnn/MNN-1.2.0/tools/cpp/ |
H A D | getPerformance.cpp | 16 #ifdef MNN_USE_NEON 103 #ifdef MNN_USE_NEON in cpuFloatMlaTest() 185 #ifdef MNN_USE_NEON in cpuFLOPSPerformance()
|
/dports/misc/mnn/MNN-1.2.0/source/core/ |
H A D | Macro.h | 25 #ifndef MNN_USE_NEON 27 #define MNN_USE_NEON macro
|
/dports/misc/mnn/MNN-1.2.0/backupcode/cpubackend/ |
H A D | CPUSpatialProduct.cpp | 13 #ifdef MNN_USE_NEON 43 #ifdef MNN_USE_NEON in onExecute()
|
H A D | CPULRN.cpp | 16 #ifdef MNN_USE_NEON 112 #ifdef MNN_USE_NEON in executeAcrossChannels() 141 #ifdef MNN_USE_NEON in executeAcrossChannels()
|
H A D | CPUSoftmax.cpp | 16 #ifdef MNN_USE_NEON 32 #ifdef MNN_USE_NEON in _softmax1() 101 #ifdef MNN_USE_NEON in _softmax1()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/ |
H A D | CPUMoments.cpp | 17 #ifdef MNN_USE_NEON 49 #ifdef MNN_USE_NEON in CalculateMean() 106 #ifdef MNN_USE_NEON in onExecute()
|
H A D | CPUInstanceNorm.cpp | 17 #ifdef MNN_USE_NEON 66 #ifdef MNN_USE_NEON in onExecute()
|
H A D | CPUPoolInt8.cpp | 12 #ifdef MNN_USE_NEON 52 #ifdef MNN_USE_NEON in poolingMaxNHWCInt8() 113 #ifdef MNN_USE_NEON in poolingAvgNHWCInt8()
|
H A D | CPUROIPooling.cpp | 17 #ifdef MNN_USE_NEON 111 #ifdef MNN_USE_NEON in onExecute()
|
H A D | CPUSoftmax.cpp | 16 #ifdef MNN_USE_NEON 32 #ifdef MNN_USE_NEON in _softmax1() 101 #ifdef MNN_USE_NEON in _softmax1()
|
H A D | CPUTFQuantizedConv2D.cpp | 19 #ifdef MNN_USE_NEON 51 #ifndef MNN_USE_NEON 380 #ifdef MNN_USE_NEON in _im2ColCommon() 385 #ifdef MNN_USE_NEON in _im2ColCommon() 398 #ifdef MNN_USE_NEON in _im2ColCommon()
|
H A D | CPUQuantizedAdd.cpp | 65 #ifdef MNN_USE_NEON in onExecute() 99 #ifdef MNN_USE_NEON in onExecute()
|
/dports/misc/mnn/MNN-1.2.0/project/cross-compile/ |
H A D | README.md | 2 * 需要判断是否用到NEON时,使用`#ifdef MNN_USE_NEON`。不要直接判断是否为arm,有些arm是不支持neon的。
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/ |
H A D | OptimizedComputer.cpp | 19 #ifdef MNN_USE_NEON 56 #ifdef MNN_USE_NEON in AveragePool() 136 #ifdef MNN_USE_NEON in Logistic()
|
H A D | WinogradInt8Helper.cpp | 21 #if (defined(MNN_USE_NEON) && defined(__aarch64__)) || defined(MNN_USE_SSE) 47 #if defined(MNN_USE_NEON) && defined(__aarch64__) in _sourceTransUnit4x4Pack4x4() 99 #if (defined(MNN_USE_NEON) && defined(__aarch64__)) || defined(MNN_USE_SSE) in _sourceTransUnit4x4Pack4x16() 136 #if defined(MNN_USE_NEON) && defined(__aarch64__) in _sourceTransUnit4x4Pack16x4()
|
/dports/misc/mnn/MNN-1.2.0/source/math/ |
H A D | Matrix.cpp | 15 #ifdef MNN_USE_NEON 67 #ifdef MNN_USE_NEON in multi() 139 #ifdef MNN_USE_NEON in add() 195 #ifdef MNN_USE_NEON in dot()
|