MCPcopy 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
45custom::RunTimeId CustomOpDef::runtime_id(void) const {
46 return m_op->runtime_id();
47}
48
49const std::shared_ptr<const custom::CustomOp>& CustomOpDef::impl(void) const {
50 return m_op;

Callers 2

hashFunction · 0.45
is_same_stFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected