Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ erfcinvf
Function
erfcinvf
dnn/src/common/elemwise/erfinv.h:337–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
inline float erfcinvf(float z) {
338
return erfcinv(z);
339
}
340
341
inline float erfinvf(float z) {
342
return erfinv(z);
Callers
nothing calls this directly
Calls
1
erfcinv
Function · 0.70
Tested by
no test coverage detected