Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages09.c79 unsigned int from_node; in main() local
Dmove_pages06.c79 unsigned int from_node; in main() local
Dmove_pages02.c79 unsigned int from_node; in main() local
Dmove_pages10.c79 unsigned int from_node; in main() local
Dmove_pages07.c79 unsigned int from_node; in main() local
Dmove_pages04.c90 unsigned int from_node; in main() local
Dmove_pages03.c117 unsigned int from_node; in main() local
Dmove_pages11.c118 unsigned int from_node; in main() local
Dmove_pages05.c118 unsigned int from_node; in main() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/
Dreplace_addn_fusion.cc46 const auto &from_node = m.Get(m_addn); in BuildAdd() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Dreplace_addn_fusion.cc49 const auto &from_node = m.Get(m_addn); in BuildAdd() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_scheduler.cc467 const auto &from_node = node_with_context.first.first; in BuildStackActor() local
758 const auto &from_node = from_node_with_index.first; in FetchInternalParameterInput() local
1040 const auto &from_node = formal_parameter.first; in LinkArrowFromStackActor() local
1077 const auto &from_node = real_from_node_with_index.first; in LinkArrowbyFormalParameter() local
1217 const auto &from_node = from_node_with_index.first; in LinkArrowByCallNode() local
1282 const auto &from_node = from_node_with_index.first; in LinkArrowByKernel() local
1614 …trolNodeScheduler::LinkControlArrowByAutoMonad(ControlActor *to_actor, const AnfNodePtr &from_node, in LinkControlArrowByAutoMonad()
1954 const auto &from_node = from_node_with_index.first; in LinkDataArrowByKernelGraph() local
Dgraph_scheduler.cc2241 …AbstractActor *to_actor, const AnfNodePtr &from_node, const KernelGraphPtr &graph, const ControlNo… in LinkControlArrowByAutoMonad()
2492 auto from_node = depend_cnode->input(kDependAttachNodeIndex); in LinkControlArrowForCustomActor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/optimizer/
Dkernel_infer_resize_actor_insert.cc126 … const AnfNodePtr &from_node = common::AnfAlgo::GetInputNode(kernel, data_arrow->to_input_index_); in AddDataArrows() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dedit.rs56 pub fn from_node(node: &SyntaxNode) -> IndentLevel { in from_node() method
Dnode_ext.rs364 fn from_node<N: AstNode>(node: &N) -> StructKind { in from_node() method
/third_party/ninja/src/
Dmissing_deps_test.cc73 Node* from_node = state_.LookupNode(from); in CreateGraphDependencyBetween() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dadam_weight_decay_unify_mindir.cc57 …eateDependNode(const FuncGraphPtr &graph, const AnfNodePtr &to_node, const AnfNodePtr &from_node) { in CreateDependNode()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/api/
Dpattern_engine.py54 def from_node(node: Node) -> 'PatternNode': member in PatternNode
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dalgo.rs610 let from_node = crate::SourceFile::parse(from).tree().syntax().clone(); in check_diff() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dlite_model.cc297 auto from_node = [&, this](uint32_t cur_idx) -> bool { in SubGraphInOutVerify() local
/third_party/NuttX/fs/nfs/
Dnfs_adapter.c1320 struct nfsnode *from_node = NULL; in vfs_nfs_rename() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc1106 void AnfAlgo::CopyAbstract(const AnfNodePtr &from_node, AnfNode *to_node) { in CopyAbstract()