MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / erfinvf

Function erfinvf

dnn/src/common/elemwise/erfinv.h:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341inline float erfinvf(float z) {
342 return erfinv(z);
343}
344
345#endif // ifndef __CUDACC__
346

Callers

nothing calls this directly

Calls 1

erfinvFunction · 0.70

Tested by

no test coverage detected