Home
last modified time | relevance | path

Searched defs:node_list (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pre_activate/ascend/format_type/
Drectify_do_mask_test.cc47 auto node_list = TopoSort(g->get_return()); in SetFormat() local
73 auto node_list = TopoSort(g->get_return()); in CheckNQ() local
88 auto node_list = TopoSort(g->get_return()); in CheckEQ() local
Dinsert_cast_test.cc80 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local
138 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Doptimize_gradients_allreduce_overlap.cc121 …<std::string, size_t> GradNodeRelatedForwardNodeOrderId(const std::vector<AnfNodePtr> &node_list) { in GradNodeRelatedForwardNodeOrderId()
139 void ExtractFusionCommNodes(const std::vector<AnfNodePtr> &node_list, in ExtractFusionCommNodes()
168 void ExtractGradRelatedNodes(const std::vector<AnfNodePtr> &node_list, in ExtractGradRelatedNodes()
192 const std::vector<AnfNodePtr> &node_list, in TagAllReduceDependentsNodesSearchSpace()
230 const std::vector<AnfNodePtr> &node_list, in LastNodeNotDownStream()
308 void RemoveFirstDependNode(const std::vector<AnfNodePtr> &node_list) { in RemoveFirstDependNode()
376 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in OverLapGradientsAllReduceAndCompute() local
426 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pre_activate/pass/
Dallreduce_fusion_test.cc66 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local
107 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local
148 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local
205 auto node_list = TopoSort(func_graph->get_return()); in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/const_fold/
Dfold_with_infershape.cc60 auto node_list = TopoSort(func_graph->get_return()); in HandleCommonFold() local
112 auto node_list = TopoSort(func_graph->get_return()); in HandleSpecialFold() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/enhancer/
Dinsert_depend_for_all_gather_output.cc41 int64_t InsertDependForAllGatherOutput::DealSegment(const std::vector<AnfNodePtr> &node_list) { in DealSegment()
83 …llGatherOutput::GetEachSegSend(const FuncGraphPtr &graph, const std::vector<AnfNodePtr> &node_list, in GetEachSegSend()
174 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in Run() local
Deliminate_maketuple_getitem.cc29 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/
Dunify_format.cc216 auto node_list = api::FuncGraph::TopoSort(func_graph->get_return()); in BasicProcess() local
242 auto node_list = api::FuncGraph::TopoSort(graph->get_return()); in ConvWeightFormatTrans() local
267 auto node_list = api::FuncGraph::TopoSort(func_graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/import/
Dcast_op_adjust.cc102 bool IsControlFlow(const std::vector<AnfNodePtr> &node_list) { in IsControlFlow()
131 auto node_list = TopoSort(func_graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dconvert_custom_for_ge.cc88 std::vector<AnfNodePtr> node_list, input_list, output_list; in SaveNodesInfo() local
107 auto node_list = GkUtils::GetGraphKernelNodes(func_graph); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/tools/converter/registry/
Dpass_registry_test.cc114 auto node_list = TopoSort(graph->get_return()); in Execute() local
185 auto node_list = TopoSort(graph->get_return()); in Execute() local
227 auto node_list = TopoSort(graph->get_return()); in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/
Dcombine_cast_fusion.cc34 bool GetDealList(const std::vector<AnfNodePtr> &node_list, std::vector<std::vector<AnfNodePtr>> *de… in GetDealList()
91 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Dsingle_graph_scheduler.cc35 InferKernel *SingleGraphScheduler::Schedule(const CompileResultPtr &node_list) { in Schedule()
96 int SingleGraphScheduler::SelectKernel(const CompileResultPtr &node_list) { in SelectKernel()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/optimizer/
Dprint_value_type.cc55 bool GetOptList(const std::vector<AnfNodePtr> &node_list, std::vector<AnfNodePtr> *opt_list, in GetOptList()
106 std::vector<AnfNodePtr> node_list = TopoSort(graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/quant_helper/
Dffn_full_quant.cc130 auto node_list = TopoSort(func_graph->get_return()); in CheckFFNNeedFullQuant() local
156 auto node_list = TopoSort(func_graph->get_return()); in DoSingleGraphFFNFullQuantTransform() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/
Dconv2d_transpose_input_adjust.cc35 auto node_list = TopoSort(func_graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/dynamic_shape/
Dconvert_custom_op.cc31 const auto &node_list = TopoSort(func_graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/
Dtf_input_adjust.cc49 auto node_list = TopoSort(func_graph->get_return()); in Adjust() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dkernel_builder.cc49 auto node_list = GkUtils::GetGraphKernelNodes(func_graph); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dreduce_same_act_pass.cc32 auto node_list = TopoSort(func_graph->get_return()); in Run() local
Dsplit_one_pass.cc33 auto node_list = TopoSort(func_graph->get_return()); in Run() local
Dmul_constant_pass.cc36 auto node_list = TopoSort(func_graph->get_return()); in Run() local
/third_party/mesa3d/src/compiler/glsl/tests/
Dlist_iterators.cpp42 exec_list node_list; member in list_iterators_node_inherite
160 exec_list node_list; member in list_iterators_node_embed
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dreshape_shape_fusion.cc31 auto node_list = TopoSort(func_graph->get_return()); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fusion/
Drefresh_parameter_format.cc54 std::vector<AnfNodePtr> node_list = TopoSort(func_graph->get_return()); in Run() local

12345678