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

Method name

imperative/src/impl/ops/custom_opdef.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::string CustomOpDef::name(void) const {
42 return m_op->op_type();
43}
44
45custom::RunTimeId CustomOpDef::runtime_id(void) const {
46 return m_op->runtime_id();

Callers 13

apply_on_var_nodeFunction · 0.45
make_nameFunction · 0.45
apply_on_var_nodeFunction · 0.45
apply_on_var_nodeFunction · 0.45
apply_on_var_nodeFunction · 0.45
get_type_nameFunction · 0.45
infoMethod · 0.45
detailMethod · 0.45
to_jsonMethod · 0.45
visit_eventMethod · 0.45

Calls 1

op_typeMethod · 0.45

Tested by 1

apply_on_var_nodeFunction · 0.36