Home
last modified time | relevance | path

Searched refs:GetOrderedCnodes (Results 1 – 22 of 22) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dspliter.cc31 for (const auto &node : func_graph->GetOrderedCnodes()) { in VisitNodesInputs()
46 for (const auto &node : func_graph->GetOrderedCnodes()) { in VisitNodesOutputs()
65 for (const auto &node : func_graph->GetOrderedCnodes()) { in RecordGraphInfo()
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dspatial_node_adapter.cc133 auto cnodes = func_graph->GetOrderedCnodes(); in AdapteSpatialNode()
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_pad_adjust.cc103 auto cnodes = func_graph->GetOrderedCnodes(); in Adjust()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dquant_cast.cc132 auto cnodes = graph->GetOrderedCnodes(); in Run()
Dweight_quantizer.cc395 for (auto &cnode : func_graph->GetOrderedCnodes()) { in MarkWeightQuantizationInNodes()
414 for (auto &cnode : func_graph->GetOrderedCnodes()) { in DoQuantize()
Dquantize_util.cc589 for (const auto &cnode : func_graph->GetOrderedCnodes()) { in CopyFuncGraph()
593 for (auto &cnode : new_func_graph->GetOrderedCnodes()) { in CopyFuncGraph()
Dfull_quant_quantizer.cc780 auto cnodes = funcGraph->GetOrderedCnodes(); in QuantNode()
872 auto cnodes = funcGraph->GetOrderedCnodes(); in PreProcess()
1087 auto cnodes = func_graph->GetOrderedCnodes(); in BiasCorrection()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_while.cc333 for (auto &cnode : cond_sub_func_graph_->GetOrderedCnodes()) { in IdentifyCondSubgraphInput()
469 for (auto &cnode : body_sub_func_graph_->GetOrderedCnodes()) { in IdentifyBodySubgraphInput()
Dfunctionalize_cond.cc115 for (auto &cnode : graph->GetOrderedCnodes()) { in IdentifySubgraphInput()
/third_party/mindspore/mindspore/lite/tools/converter/
Danf_transform.cc349 auto nodes = func_graph->GetOrderedCnodes(); in GetFuncGraphs()
363 auto new_nodes = new_fg->GetOrderedCnodes(); in GetFuncGraphs()
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dexecutor.cc325 const auto &cnodes = func_graph->GetOrderedCnodes(); in InitParamAggregator()
/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc474 std::list<CNodePtr> cnodes = func_graph_->GetOrderedCnodes(); in GetCNode()
493 auto cnodes = func_graph_->GetOrderedCnodes(); in GetEmbeddingTableParamPtr()
520 auto cnodes = func_graph_->GetOrderedCnodes(); in CacheEmbeddingTableParamPtr()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Ddecrease_transfer_precision.cc62 return gk_graph->GetOrderedCnodes().size(); in GetGraphKernelSize()
Darithmetic_simplify.cc639 for (auto node : func_graph->GetOrderedCnodes()) { in Run()
Dgraph_kernel_helper.cc266 auto cnodes = fg->GetOrderedCnodes(); in MixedNodesTransToGraph()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h371 std::list<CNodePtr> GetOrderedCnodes();
Dfunc_graph.cc636 std::list<CNodePtr> FuncGraph::GetOrderedCnodes() { in GetOrderedCnodes() function in mindspore::FuncGraph
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Drecompute.cc447 std::list<CNodePtr> orders = graph->GetOrderedCnodes(); in InsertRecomputedNodes()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dcache_embedding.cc703 std::list<CNodePtr> orders = graph->GetOrderedCnodes(); in AddCacheEmbedding()
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtflite_lstm_cell_fusion.cc365 auto cnodes = sub_graph->GetOrderedCnodes(); in CheckSubGraph()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.cc119 auto orders = graph->GetOrderedCnodes(); in LabelParameterStart()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc199 auto cnodes = fg->GetOrderedCnodes(); in GetCachedFuncGraph()