Home
last modified time | relevance | path

Searched refs:clampSx (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/arm82/
H A DArm82Functions.cpp203 auto clampSx = std::max(sx, 0); in ARM82SourceTransformCommon() local
206 for (int i = clampSx; i < clampEx; ++i) { in ARM82SourceTransformCommon()
223 auto clampSx = std::max(sx, 0); in ARM82SourceTransformCommon() local
226 for (int i = clampSx; i < clampEx; ++i) { in ARM82SourceTransformCommon()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/avx/
H A DCommonOptFunction.cpp625 auto clampSx = std::max(sx, 0); in _AVX_MNNSourceTransformCommonF23() local
629 for (int i = clampSx; i < clampEx; ++i) { in _AVX_MNNSourceTransformCommonF23()
649 auto clampSx = std::max(sx, 0); in _AVX_MNNSourceTransformCommonF23() local
653 for (int i = clampSx; i < clampEx; ++i) { in _AVX_MNNSourceTransformCommonF23()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/bf16/
H A DBF16Functions.cpp332 auto clampSx = std::max(sx, 0); in _MNNSourceTransformCommonF23() local
336 for (int i = clampSx; i < clampEx; ++i) { in _MNNSourceTransformCommonF23()
356 auto clampSx = std::max(sx, 0); in _MNNSourceTransformCommonF23() local
360 for (int i = clampSx; i < clampEx; ++i) { in _MNNSourceTransformCommonF23()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DCommonOptFunction.cpp2333 auto clampSx = std::max(sx, 0); in MNNSourceTransformCommonF23() local
2337 for (int i = clampSx; i < clampEx; ++i) { in MNNSourceTransformCommonF23()
2357 auto clampSx = std::max(sx, 0); in MNNSourceTransformCommonF23() local
2361 for (int i = clampSx; i < clampEx; ++i) { in MNNSourceTransformCommonF23()