| 28 | VarNodeMemManager* need_mem_mgr = nullptr; |
| 29 | |
| 30 | bool empty() const { |
| 31 | return !need_mem_mgr && !shape_sync_hdl && !value_sync_hdl; |
| 32 | } |
| 33 | }; |
| 34 | CompNode m_comp_node; |
| 35 | // VarNodes in m_items should be listed in the same order as in the |
no outgoing calls
no test coverage detected