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

Method op_type

src/custom/impl/op.cpp:382–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382std::string CustomOp::op_type(void) const {
383 return OpImplRef(m_impl.get())->m_op_type;
384}
385
386std::string CustomOp::op_desc(void) const {
387 return OpImplRef(m_impl.get())->m_op_desc;

Callers 6

nameMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
insertMethod · 0.45
eraseMethod · 0.45
to_nameMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36