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

Class PopScope

imperative/src/impl/interpreter/commands.h:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136};
137
138struct PopScope {
139 std::string scope_name;
140 ScopeType type;
141 template <typename TFunctor>
142 void get_props(TFunctor&& functor) const {
143 functor("scope_name", scope_name);
144 }
145
146 const char* get_name() const { return "PopScope"; }
147};
148
149struct StartRegen {
150 TensorInfo* dest;

Callers 1

backwardMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected