Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ runtime_id
Method
runtime_id
src/opr/impl/custom_opnode.cpp:268–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
custom::RunTimeId CustomOpNode::runtime_id() const {
269
return m_op->runtime_id();
270
}
271
272
uint32_t CustomOpNode::param_tag(void) const {
273
return m_op->param_info().tag();
Callers
1
CustomOpNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected