Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ linear_gradient
Function
linear_gradient
yolo_detector/darknet_opt/src/activations.h:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
return 0;
63
}
64
static inline float linear_gradient(float x){return 1;}
65
static inline float logistic_gradient(float x){return (1-x)*x;}
66
static inline float loggy_gradient(float x)
67
{
Callers
1
gradient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected