Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void notify_event(const char* event) {}
18
19
void watch_value(ValueRef value) {
20
value.watch();
21
}
22
23
} // namespace mgb::imperative::debug
Callers
nothing calls this directly
Calls
1
watch
Method · 0.80
Tested by
no test coverage detected