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

Method apply

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

Source from the content-addressed store, hash-verified

133struct powcf_rep_cbrt {
134 template <typename T>
135 static T apply(T x) {
136 return static_cast<T>(std::cbrt(static_cast<T>(1) / x));
137 }
138};
139
140template <typename T>

Callers

nothing calls this directly

Calls 1

cbrtFunction · 0.50

Tested by

no test coverage detected