Home
last modified time | relevance | path

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

/external/rnnoise/src/
Drnn_activations.h35 inline float TansigApproximated(float x) { in TansigApproximated() function
93 return 0.5f + 0.5f * TansigApproximated(0.5f * x); in SigmoidApproximated()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn_fc.cc58 return ::rnnoise::TansigApproximated; in GetActivationFunction()