/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/gnn/ |
D | bindings.cc | 60 … [](gnn::GraphData &g, const std::vector<std::pair<gnn::NodeIdType, gnn::NodeIdType>> &node_list) { in __anone4a0376a0102() 67 OutputFormat format) { in __anone4a0376a0102() 80 … [](gnn::GraphData &g, std::vector<gnn::NodeIdType> node_list, gnn::NodeIdType neighbor_num, in __anone4a0376a0102() 81 gnn::NodeType neg_neighbor_type) { in __anone4a0376a0102() 87 …[](gnn::GraphData &g, std::shared_ptr<Tensor> node_list, std::vector<gnn::FeatureType> feature_typ… in __anone4a0376a0102() 106 float step_home_param, float step_away_param, gnn::NodeIdType default_node) { in __anone4a0376a0102()
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | graphdata.py | 181 def get_edges_from_nodes(self, node_list): argument 202 def get_all_neighbors(self, node_list, neighbor_type, output_format=OutputFormat.NORMAL): argument 328 …def get_sampled_neighbors(self, node_list, neighbor_nums, neighbor_types, strategy=SamplingStrateg… argument 369 def get_neg_sampled_neighbors(self, node_list, neg_neighbor_num, neg_neighbor_type): argument 397 def get_node_feature(self, node_list, feature_types): argument
|
/third_party/mindspore/tests/ut/cpp/pre_activate/pass/ |
D | allreduce_fusion_test.cc | 60 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local 101 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local 142 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local 199 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | gnn_graph_test.cc | 127 std::vector<NodeIdType> node_list; in TEST_F() local 168 std::vector<NodeIdType> node_list; in TEST_F() local 229 std::vector<NodeIdType> node_list; in TEST_F() local 331 std::vector<NodeIdType> node_list; in TEST_F() local 373 std::vector<NodeIdType> node_list; in TEST_F() local 399 std::vector<NodeIdType> node_list; in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/ |
D | combine_momentum_fusion.cc | 24 bool GetDealList(const std::vector<AnfNodePtr> &node_list, std::vector<std::vector<AnfNodePtr>> *de… in GetDealList() 52 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in Run() local
|
D | combine_cast_fusion.cc | 25 bool GetDealList(const std::vector<AnfNodePtr> &node_list, std::vector<std::vector<AnfNodePtr>> *de… in GetDealList() 82 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in Run() local
|
/third_party/mindspore/mindspore/lite/test/ut/tools/converter/registry/ |
D | pass_registry_test.cc | 101 auto node_list = api::FuncGraph::TopoSort(func_graph->get_return()); in Execute() local 169 auto node_list = TopoSort(func_graph->get_return()); in Execute() local 210 auto node_list = api::FuncGraph::TopoSort(func_graph_->get_return()); in TEST_F() local
|
D | model_parser_registry_test.cc | 43 auto node_list = func_graph->TopoSort(func_graph->get_return()); in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_service_impl.cc | 197 std::vector<std::pair<NodeIdType, NodeIdType>> node_list; in GetEdgesFromNodes() local 219 std::vector<NodeIdType> node_list; in GetAllNeighbors() local 238 std::vector<NodeIdType> node_list; in GetSampledNeighbors() local 264 std::vector<NodeIdType> node_list; in GetNegSampledNeighbors() local 280 std::vector<NodeIdType> node_list; in RandomWalk() local
|
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/format_type/ |
D | insert_cast_test.cc | 72 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local 126 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local
|
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/ |
D | split_one_pass.cc | 30 auto node_list = TopoSort(func_graph->get_return()); in Run() local
|
D | reduce_same_act_pass.cc | 30 auto node_list = TopoSort(func_graph->get_return()); in Run() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/buffer_fusion/ |
D | matmul_confusiontranspose_fusion_pass.cc | 49 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | conv_bnreduce_fusion_pass.cc | 47 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | conv2dbackprop_eltwise_fusion_pass.cc | 50 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | batchmatmul_fusedmuladd_fusion_pass.cc | 45 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | matmul_eltwise_fusion_pass.cc | 46 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | eltwise_fusion_pass.cc | 57 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | conv_single_in_fusion_pass.cc | 60 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | multi_output_fusion_pass.cc | 63 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | conv_double_in_fusion_pass.cc | 56 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | bnupdate_eltwise_fusion_pass.cc | 50 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
D | stridedread_conv_stridedwrite_fusion_pass.cc | 67 std::vector<AnfNodePtr> node_list = TopoSort(kernel_graph.get_return()); in MatchSingleFusionPattern() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/ |
D | refresh_parameter_format.cc | 51 std::vector<AnfNodePtr> node_list = TopoSort(func_graph->get_return()); in Run() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/ |
D | insert_depend_for_all_gather.cc | 26 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in Run() local
|