Searched defs:softsign (Results 1 – 3 of 3) sorted by relevance
224 def softsign(x): function
4815 def softsign(x): function
36 static float softsign(float x) { return x / (float)(fabsf(x) + 1.0); } in softsign() function