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

Method invalid

imperative/src/impl/proxy_graph.cpp:351–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 void add_used_comp_node(CompNode cn) { m_used_comp_node.insert(cn); }
350
351 bool invalid() const {
352 return is_finalized() || nr_oprs_in_graph() > m_owner->m_max_op_cnt;
353 }
354
355 size_t next_node_id() override { return m_node_id.fetch_add(1); }
356

Callers 1

get_default_graphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected