Searched refs:VarNodePtr (Results 1 – 5 of 5) sorted by relevance
54 MS_LOG(DEBUG) << "IsVarNode " + node->cast<VarNodePtr>()->var_->ToString(); in GetVar()55 return node->cast<VarNodePtr>()->var_; in GetVar()
108 MS_LOG(DEBUG) << "IsVarNode " + node->cast<VarNodePtr>()->var_->ToString(); in GetVar()109 return node->cast<VarNodePtr>()->var_; in GetVar()
100 using VarNodePtr = std::shared_ptr<VarNode>; variable
675 VarNodePtr CreateVarNodeWithSexp(const BaseRef &sexp, const BaseRef &graph) { in CreateVarNodeWithSexp()
202 VarNodePtr CreateVarNodeWithSexp(const BaseRef &sexp, const BaseRef &graph) { in CreateVarNodeWithSexp()