Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages02.c80 unsigned int to_node; in main() local
Dmove_pages06.c80 unsigned int to_node; in main() local
Dmove_pages10.c80 unsigned int to_node; in main() local
Dmove_pages07.c80 unsigned int to_node; in main() local
Dmove_pages04.c91 unsigned int to_node; in main() local
Dmove_pages03.c118 unsigned int to_node; in main() local
Dmove_pages11.c119 unsigned int to_node; in main() local
Dmove_pages05.c119 unsigned int to_node; in main() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dadam_weight_decay_unify_mindir.cc57 AnfNodePtr CreateDependNode(const FuncGraphPtr &graph, const AnfNodePtr &to_node, const AnfNodePtr … in CreateDependNode()
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c1321 struct nfsnode *to_node = NULL; in vfs_nfs_rename() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_scheduler.cc1268 const auto &to_node = to_node_with_index.first; in LinkArrowByCallNode() local
Dgraph_scheduler.cc2493 auto to_node = depend_cnode->input(kRealInputIndexInDepend); in LinkControlArrowForCustomActor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc1106 void AnfAlgo::CopyAbstract(const AnfNodePtr &from_node, AnfNode *to_node) { in CopyAbstract()