Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
struct powcf_cbrt {
120
template <typename T>
121
static T apply(T x) {
122
return static_cast<T>(std::cbrt(x));
123
}
124
};
125
126
struct powcf_rep_sqrt {
Callers
nothing calls this directly
Calls
1
cbrt
Function · 0.50
Tested by
no test coverage detected