MCPcopy 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
268custom::RunTimeId CustomOpNode::runtime_id() const {
269 return m_op->runtime_id();
270}
271
272uint32_t CustomOpNode::param_tag(void) const {
273 return m_op->param_info().tag();

Callers 1

CustomOpNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected