Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void 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
58
void softmax(float* input, int n, int stride, float* output)
59
{
Callers
1
Run
Method · 0.70
Calls
1
logistic_activate
Function · 0.70
Tested by
no test coverage detected