Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ op_desc
Method
op_desc
src/custom/impl/op.cpp:386–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
}
385
386
std::string CustomOp::op_desc(void) const {
387
return OpImplRef(m_impl.get())->m_op_desc;
388
}
389
390
RunTimeId CustomOp::runtime_id(void) const {
391
return (RunTimeId)(this);
Callers
1
TEST
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
1
TEST
Function · 0.36