Home
last modified time | relevance | path

Searched refs:ori_cnode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc431 … KernelGraph::NewCNodeWithInfos(const std::vector<AnfNodePtr> &inputs, const CNodePtr &ori_cnode) { in NewCNodeWithInfos() argument
433 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()
Dkernel_graph.h126 …CNodePtr NewCNodeWithInfos(const std::vector<AnfNodePtr> &inputs, const CNodePtr &ori_cnode = null…