Home
last modified time | relevance | path

Searched defs:func_graph_as_var (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Danf.h250 CNode(const std::vector<AnfNodePtr> &inputs, const VarPtr &func_graph_as_var) in CNode()
298 VarPtr func_graph_as_var() const { return func_graph_as_var_; } in func_graph_as_var() function