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

Method apply

dnn/src/fallback/powc/opr_impl.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119struct powcf_cbrt {
120 template <typename T>
121 static T apply(T x) {
122 return static_cast<T>(std::cbrt(x));
123 }
124};
125
126struct powcf_rep_sqrt {

Callers

nothing calls this directly

Calls 1

cbrtFunction · 0.50

Tested by

no test coverage detected