Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ ValueRefList
Method
ValueRefList
imperative/src/impl/value.cpp:212–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
ValueRefList::ValueRefList(size_t nr_elems) {
213
init(nr_elems);
214
}
215
216
ValueRefList::ValueRefList(const ValueRefList& rhs)
217
: ValueRefList(rhs.cbegin(), rhs.cend()) {}
Callers
nothing calls this directly
Calls
4
inline_storage
Method · 0.80
init
Function · 0.50
cbegin
Method · 0.45
cend
Method · 0.45
Tested by
no test coverage detected