Searched refs:unsigmoid (Results 1 – 3 of 3) sorted by relevance
120 static float unsigmoid(float y) in unsigmoid() function150 float thres = unsigmoid(threshold); in process()
172 static float unsigmoid(float y) { return -1.0 * logf((1.0 / y) - 1.0); } in unsigmoid() function195 float thres = unsigmoid(threshold); in process()
184 static float unsigmoid(float y) in unsigmoid() function214 float thres = unsigmoid(threshold); in process()