Searched refs:ori_cnode (Results 1 – 2 of 2) sorted by relevance
431 … KernelGraph::NewCNodeWithInfos(const std::vector<AnfNodePtr> &inputs, const CNodePtr &ori_cnode) { in NewCNodeWithInfos() argument433 if (ori_cnode != nullptr) { in NewCNodeWithInfos()434 cnode->set_attrs(ori_cnode->attrs()); in NewCNodeWithInfos()435 cnode->set_primal_attrs(ori_cnode->primal_attrs()); in NewCNodeWithInfos()436 cnode->set_primal_debug_infos(ori_cnode->primal_debug_infos()); in NewCNodeWithInfos()
126 …CNodePtr NewCNodeWithInfos(const std::vector<AnfNodePtr> &inputs, const CNodePtr &ori_cnode = null…