| 21 | public: |
| 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 { |
no outgoing calls
no test coverage detected