Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
std::string CustomOpDef::name(void) const {
42
return m_op->op_type();
43
}
44
45
custom::RunTimeId CustomOpDef::runtime_id(void) const {
46
return m_op->runtime_id();
Callers
13
apply_on_var_node
Function · 0.45
make_name
Function · 0.45
apply_on_var_node
Function · 0.45
apply_on_var_node_remote_recv
Function · 0.45
apply_on_var_node
Function · 0.45
apply_on_var_node
Function · 0.45
get_type_name
Function · 0.45
info
Method · 0.45
detail
Method · 0.45
to_json
Method · 0.45
ChromeTimelineEventVisitor
Class · 0.45
visit_event
Method · 0.45
Calls
1
op_type
Method · 0.45
Tested by
1
apply_on_var_node
Function · 0.36