MCPcopy 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
212ValueRefList::ValueRefList(size_t nr_elems) {
213 init(nr_elems);
214}
215
216ValueRefList::ValueRefList(const ValueRefList& rhs)
217 : ValueRefList(rhs.cbegin(), rhs.cend()) {}

Callers

nothing calls this directly

Calls 4

inline_storageMethod · 0.80
initFunction · 0.50
cbeginMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected