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

Class CompSeq

src/core/impl/graph/memory_optimizer.h:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21public:
22 //! get operator sequence in computing(topological) order.
23 struct CompSeq {
24 const OprNodeArray* m_seq;
25 ComputingGraphImpl* const m_owner_graph;
26 CompSeq(ComputingGraphImpl* owner, const VarNodeArray& endpoints);
27 ~CompSeq();
28 };
29
30 //! marking the 'bad' opr/vars which should be ignored.
31 struct SubGraphConfig {

Callers 2

modify_endpoint_varsMethod · 0.85
modify_endpoint_varsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected