Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DCommonOptFunction.cpp1775 inline float tanhf_poly(float value) { in tanhf_poly() function
1870 auto tanhf_poly = [](float value) -> float { in MNNGeluCommon() local
1885 dst[i] = (1.0f + tanhf_poly(temp)) * src[i] * 0.5f; in MNNGeluCommon()