Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ scope
Method
scope
imperative/src/impl/op_def.cpp:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
const std::string OpDef::scope() const {
132
return m_scope;
133
}
134
135
void OpDef::set_scope(const std::string& scope) {
136
m_scope = scope;
Callers
15
init_tensor
Function · 0.80
py_get_scope
Function · 0.80
apply_on_var_node
Function · 0.80
apply_on_var_node
Function · 0.80
visit_event
Method · 0.80
add_axis_rule
Function · 0.80
remote_recv_rule
Function · 0.80
dimshuffle_rule
Function · 0.80
reshape_rule
Function · 0.80
broadcast_rule
Function · 0.80
subtensor_rule
Function · 0.80
indexing_rule
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected