Searched refs:tanhf_poly (Results 1 – 1 of 1) sorted by relevance
1775 inline float tanhf_poly(float value) { in tanhf_poly() function1870 auto tanhf_poly = [](float value) -> float { in MNNGeluCommon() local1885 dst[i] = (1.0f + tanhf_poly(temp)) * src[i] * 0.5f; in MNNGeluCommon()