MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / ~Value

Method ~Value

imperative/src/impl/value.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157Value::~Value() {
158 if (m_watching) {
159 debug::notify_event("dtor");
160 }
161}
162
163void Value::register_value(ValueRef value) {
164 registered_values[value.id()] = ValueWeakRef(value);

Callers

nothing calls this directly

Calls 1

notify_eventFunction · 0.85

Tested by

no test coverage detected