Searched defs:softsign (Results 1 – 4 of 4) sorted by relevance
219 def softsign(x): function
130 def softsign(x): function
4888 def softsign(x): function
35 static float softsign(float x) { return x / (float)(fabsf(x) + 1.0); } in softsign() function