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

Function watch_value

imperative/src/impl/utils/debug.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17void notify_event(const char* event) {}
18
19void watch_value(ValueRef value) {
20 value.watch();
21}
22
23} // namespace mgb::imperative::debug

Callers

nothing calls this directly

Calls 1

watchMethod · 0.80

Tested by

no test coverage detected