MCPcopy 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
337inline float erfcinvf(float z) {
338 return erfcinv(z);
339}
340
341inline float erfinvf(float z) {
342 return erfinv(z);

Callers

nothing calls this directly

Calls 1

erfcinvFunction · 0.70

Tested by

no test coverage detected