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

Method parent

src/core/include/megbrain/graph/execution_mask.h:67–67  ·  view source on GitHub ↗

the mask who contains this one as nested

Source from the content-addressed store, hash-verified

65
66 //! the mask who contains this one as nested
67 ExecutionMask* parent() const { return m_parent; }
68
69 //! get a non-zero global ID for this mask (it can be used for printing)
70 size_t id() const { return m_id; }

Callers 2

can_prove_implyFunction · 0.45
on_new_oprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected