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

Method VarNode

src/core/impl/graph/operator_node.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57} // anonymous namespace
58
59inline VarNode::VarNode(Maybe<std::string> name, OperatorNodeBase* owner)
60 : GraphNodeBase(owner->owner_graph()),
61 m_name{std::move(name)},
62 m_owner(owner) {}
63
64void GraphExecutable::record_execute_deps(ExecDependencyArray&) {}
65

Callers 4

_set_var_nameMethod · 0.80
test_replace_varsFunction · 0.80
test_replace_oprsFunction · 0.80

Calls 1

owner_graphMethod · 0.45

Tested by 2

test_replace_varsFunction · 0.64
test_replace_oprsFunction · 0.64