Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ handle_id
Method
handle_id
imperative/src/impl/value.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
int ValueRef::handle_id() const {
131
return imperative::apply(GetId(), *this)[0].cast<IntegerValue>();
132
}
133
134
ValueRef ValueRef::make(ValueRef::storage_t storage) {
135
if (recording_values) {
Callers
1
record_var
Method · 0.80
Calls
2
GetId
Class · 0.85
apply
Function · 0.70
Tested by
no test coverage detected