Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ runtime_id
Method
runtime_id
src/custom/impl/op.cpp:390–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
RunTimeId CustomOp::runtime_id(void) const {
391
return (RunTimeId)(this);
392
}
393
394
size_t CustomOp::input_num(void) const {
395
return OpImplRef(m_impl.get())->m_input_infos.size();
Callers
4
TEST
Function · 0.45
insert
Method · 0.45
erase
Method · 0.45
to_id
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36