MCPcopy Create free account
hub / github.com/OAID/Tengine / logit_activate_array

Function logit_activate_array

executor/operator/common/region.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void logit_activate_array(float* x, const int n)
50{
51 int i;
52 for(i = 0; i < n; ++i)
53 {
54 x[i] = logistic_activate(x[i]);
55 }
56}
57
58void softmax(float* input, int n, int stride, float* output)
59{

Callers 1

RunMethod · 0.70

Calls 1

logistic_activateFunction · 0.70

Tested by

no test coverage detected