Home
last modified time | relevance | path

Searched refs:MNNComputeMatMulForH_1 (Results 1 – 6 of 6) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/
H A DAVX2Functions.cpp50 coreFunction->MNNComputeMatMulForH_1 = _AVX_MNNComputeMatMulForH_1; in init()
66 coreFunction->MNNComputeMatMulForH_1 = _AVX_MNNComputeMatMulForH_1FMA; in init()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUMatMul.cpp51 auto func = static_cast<CPUBackend*>(backend())->functions()->MNNComputeMatMulForH_1; in _scheduleForVec()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DCommonOptFunction.h153 …void(*MNNComputeMatMulForH_1)(const float* A, const float* B, float* C, const float* biasPtr, cons… member
H A DCommonOptFunction.cpp2062 void MNNComputeMatMulForH_1(const float* A, const float* B, float* C, const float* biasPtr, const M… in MNNComputeMatMulForH_1() function
2491 gCoreFunction->MNNComputeMatMulForH_1 = MNNComputeMatMulForH_1; in MNNCoreFunctionInit()
/dports/misc/mnn/MNN-1.2.0/source/backend/arm82/
H A DArm82Functions.cpp548 gInstance->MNNComputeMatMulForH_1 = _MNNComputeMatMulForH_1_FP16; in init()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/bf16/
H A DBF16Functions.cpp750 gInstance->MNNComputeMatMulForH_1 = _MNNComputeMatMulForH_1_BF16; in init()