Home
last modified time | relevance | path

Searched defs:src_node (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dlocal_edge.cc24 …calEdge::LocalEdge(EdgeIdType id, EdgeType type, WeightType weight, std::shared_ptr<Node> src_node, in LocalEdge()
Dedge.h41 …Edge(EdgeIdType id, EdgeType type, WeightType weight, std::shared_ptr<Node> src_node, std::shared_… in Edge()
Dgraph_data_impl.cc145 std::shared_ptr<Node> src_node; in GetEdgesFromNodes() local
776 std::shared_ptr<Node> src_node; in GetEdgeProbability() local
/third_party/skia/third_party/externals/tint/src/transform/
Dpromote_initializers_to_const_var.cc54 for (auto* src_node : ctx.src->ASTNodes().Objects()) { in Run() local
/third_party/skia/third_party/externals/tint/src/ast/
Dmodule_clone_test.cc136 for (auto* src_node : src.ASTNodes().Objects()) { in TEST() local
/third_party/skia/third_party/externals/tint/fuzzers/
Dtint_ast_clone_fuzzer.cc77 for (auto* src_node : src.ASTNodes().Objects()) { in LLVMFuzzerTestOneInput() local
/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c463 merge_node *src_node = get_merge_node(src->src.ssa, state); in coalesce_phi_nodes_block() local
490 merge_node *src_node = get_merge_node(entry->src.ssa, state); in aggressive_coalesce_parallel_copy() local
Dnir_opt_find_array_copies.c488 struct match_node *src_node = in handle_write() local
/third_party/mindspore/tests/ut/cpp/dataset/
Dgnn_graph_test.cc52 NodeIdType src_node = 0; in ParsingNeighbors() local
/third_party/mindspore/mindspore/lite/src/
Dscheduler.cc1239 kernel::LiteKernel *Scheduler::SchedulePartialToKernel(const lite::LiteGraph::Node *src_node) { in SchedulePartialToKernel()
1358 kernel::LiteKernel *Scheduler::ScheduleNodeToKernel(const lite::LiteGraph::Node *src_node, TypeId p… in ScheduleNodeToKernel()
/third_party/mindspore/mindspore/core/ir/
Dmanager.cc802 void FuncGraphTransaction::SetEdge(const AnfNodePtr &src_node, int k, const AnfNodePtr &v) { in SetEdge()
814 void FuncGraphTransaction::AddEdge(const AnfNodePtr &src_node, const AnfNodePtr &v) { in AddEdge()
/third_party/e2fsprogs/lib/ext2fs/
Dblkmap64_rb.c251 struct rb_node *dest_node, *src_node, *dest_last, **n; in rb_copy_bmap() local
/third_party/expat/lib/
Dxmlparse.c7419 const int src_node = (int)(stackTop++)->numchildren; in build_model() local
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c7135 build_node(XML_Parser parser, int src_node, XML_Content *dest, in build_node()
/third_party/python/Modules/expat/
Dxmlparse.c7135 build_node(XML_Parser parser, int src_node, XML_Content *dest, in build_node()