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

Method ProxyGraph

imperative/src/impl/proxy_graph.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424std::atomic<size_t> ProxyGraph::ProxyGraphImpl::m_node_id = 0;
425
426ProxyGraph::ProxyGraph()
427 : m_graph(ProxyGraphImpl::make(this)),
428 m_static_infer_manager(new StaticInferManager(this)),
429 m_seq_comp_node_optimizer(new SeqCompNodeOptimizer()) {}
430
431void ProxyGraph::reset() {
432 mgb_assert(!m_cur_opr);

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected