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

Method add

src/core/impl/graph/execution_mask.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 void add(std::shared_ptr<ExecutionMask> mask) {
26 m_refs.emplace_back(std::move(mask));
27 }
28};
29MGB_TYPEINFO_OBJ_IMPL(ExecutionMask::RefHolder);
30

Callers 1

register_to_oprMethod · 0.45

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected