Home
last modified time | relevance | path

Searched refs:MNN_USE_NEON (Results 1 – 25 of 48) sorted by relevance

12

/dports/misc/mnn/MNN-1.2.0/source/backend/arm82/
H A DArm82OptFunc.cpp15 #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 DArm82Eltwise.cpp39 #ifdef MNN_USE_NEON in _run()
65 #ifdef MNN_USE_NEON in _run()
91 #ifdef MNN_USE_NEON in _run()
H A DArm82Interp.cpp15 #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 DArm82Relu.cpp24 #ifdef MNN_USE_NEON in _MNNArm82PReluWithChannel()
30 #ifdef MNN_USE_NEON in _MNNArm82PReluWithChannel()
H A DArm82InstanceNorm.cpp20 #ifdef MNN_USE_NEON
64 #ifdef MNN_USE_NEON in onExecute()
H A DArm82Vec.hpp16 #ifdef MNN_USE_NEON
/dports/misc/mnn/MNN-1.2.0/source/cv/
H A DImageBlitter.cpp14 #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 DImageSampler.cpp12 #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 DImageFloatBlitter.cpp41 #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 DgetPerformance.cpp16 #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 DMacro.h25 #ifndef MNN_USE_NEON
27 #define MNN_USE_NEON macro
/dports/misc/mnn/MNN-1.2.0/backupcode/cpubackend/
H A DCPUSpatialProduct.cpp13 #ifdef MNN_USE_NEON
43 #ifdef MNN_USE_NEON in onExecute()
H A DCPULRN.cpp16 #ifdef MNN_USE_NEON
112 #ifdef MNN_USE_NEON in executeAcrossChannels()
141 #ifdef MNN_USE_NEON in executeAcrossChannels()
H A DCPUSoftmax.cpp16 #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 DCPUMoments.cpp17 #ifdef MNN_USE_NEON
49 #ifdef MNN_USE_NEON in CalculateMean()
106 #ifdef MNN_USE_NEON in onExecute()
H A DCPUInstanceNorm.cpp17 #ifdef MNN_USE_NEON
66 #ifdef MNN_USE_NEON in onExecute()
H A DCPUPoolInt8.cpp12 #ifdef MNN_USE_NEON
52 #ifdef MNN_USE_NEON in poolingMaxNHWCInt8()
113 #ifdef MNN_USE_NEON in poolingAvgNHWCInt8()
H A DCPUROIPooling.cpp17 #ifdef MNN_USE_NEON
111 #ifdef MNN_USE_NEON in onExecute()
H A DCPUSoftmax.cpp16 #ifdef MNN_USE_NEON
32 #ifdef MNN_USE_NEON in _softmax1()
101 #ifdef MNN_USE_NEON in _softmax1()
H A DCPUTFQuantizedConv2D.cpp19 #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 DCPUQuantizedAdd.cpp65 #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 DREADME.md2 * 需要判断是否用到NEON时,使用`#ifdef MNN_USE_NEON`。不要直接判断是否为arm,有些arm是不支持neon的。
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DOptimizedComputer.cpp19 #ifdef MNN_USE_NEON
56 #ifdef MNN_USE_NEON in AveragePool()
136 #ifdef MNN_USE_NEON in Logistic()
H A DWinogradInt8Helper.cpp21 #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 DMatrix.cpp15 #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()

12