MCPcopy 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
131const std::string OpDef::scope() const {
132 return m_scope;
133}
134
135void OpDef::set_scope(const std::string& scope) {
136 m_scope = scope;

Callers 15

init_tensorFunction · 0.80
py_get_scopeFunction · 0.80
apply_on_var_nodeFunction · 0.80
apply_on_var_nodeFunction · 0.80
visit_eventMethod · 0.80
add_axis_ruleFunction · 0.80
remote_recv_ruleFunction · 0.80
dimshuffle_ruleFunction · 0.80
reshape_ruleFunction · 0.80
broadcast_ruleFunction · 0.80
subtensor_ruleFunction · 0.80
indexing_ruleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected