MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / op_desc

Method op_desc

src/custom/impl/op.cpp:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386std::string CustomOp::op_desc(void) const {
387 return OpImplRef(m_impl.get())->m_op_desc;
388}
389
390RunTimeId CustomOp::runtime_id(void) const {
391 return (RunTimeId)(this);

Callers 1

TESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36