Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ runtime_id
Method
runtime_id
imperative/src/impl/ops/custom_opdef.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
custom::RunTimeId CustomOpDef::runtime_id(void) const {
46
return m_op->runtime_id();
47
}
48
49
const std::shared_ptr<const custom::CustomOp>& CustomOpDef::impl(void) const {
50
return m_op;
Callers
2
hash
Function · 0.45
is_same_st
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected