Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/cache_embedding/
Dps_embedding_cache_inserter.h34 …PsEmbeddingCacheInserter(const FuncGraphPtr &root_graph, int64_t rank_id, const std::string &node_… in PsEmbeddingCacheInserter()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dopt.h102 SimpleRewriter(const FuncGraphPtr &root_graph, const FuncGraphManagerPtr &manager) in SimpleRewriter()
Dfallback_rewriter.cc131 BaseRewriter(const FuncGraphPtr &root_graph, const FuncGraphManagerPtr &manager) in BaseRewriter()
243 BeforeOptARewriter(const FuncGraphPtr &root_graph, const FuncGraphManagerPtr &manager) in BeforeOptARewriter()
864 AfterOptARewriter(const FuncGraphPtr &root_graph, const FuncGraphManagerPtr &manager, in AfterOptARewriter()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/trt_pass/
Dgraph_converter.cc126 …le<std::map<size_t, size_t>, CNodePtr> GraphConverter::BuildTrtNode(const FuncGraphPtr &root_graph, in BuildTrtNode()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend_base.cc499 auto root_graph = WrapPrimitives(func_graph); in CompileGraphs() local
791 auto root_graph = func_graph; in CompileSubGraph() local
1026 const FuncGraphPtr &root_graph) { in ConstructOutputs()
1505 …<GraphCompilerInfo> MindRTBackendBase::ConstructGraphCompilerInfo(const FuncGraphPtr &root_graph) { in ConstructGraphCompilerInfo()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dgraph_compiler.cc575 KernelGraphPtr root_graph = session_->ConstructKernelGraph(func_graph, all_graphs, device_target); in ConstructKernelGraphForGraphRunMode() local
642 KernelGraphPtr root_graph; in CompileWholeGraphForGraphRunMode() local
Dcontrol_node_scheduler.cc1497 const auto &root_graph = parser->root_func_graph_; in LinkControlArrowForLoopCountActor() local
2007 const auto &root_graph = parser->root_func_graph_; in LinkDataArrowForOutputActor() local
2037 const auto &root_graph = graph_compiler_info.control_node_parser_->root_func_graph_; in LinkArrowForRootGraphEntranceActor() local
Dcontrol_node_parser.cc992 … const std::vector<DeviceContext *> &device_contexts, const FuncGraphPtr &root_graph, in Parse()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/dynamic_shape/
Ddynamic_shape.cc388 FuncGraphPtr root_graph = roots.back(); in InDynamicGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dmindir_exporter.cc230 ModelProtoPtr IrExporter::GetDumpProto(const FuncGraphPtr &root_graph, const std::vector<FuncGraphP… in GetDumpProto()
257 bool IrExportBuilder::BuildModel(const FuncGraphPtr &root_graph, const std::vector<FuncGraphPtr> &c… in BuildModel()
1790 bool DumpBinaryProto(const FuncGraphPtr &root_graph, const std::vector<FuncGraphPtr> &child_graphs, in DumpBinaryProto()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/hardware/
Dgpu_session.cc389 auto root_graph = ConstructKernelGraph(func_graph, &all_graphs, DeviceType::kGPU); in CompileGraphImpl() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/
Dtf_model_parser.cc470 … std::unordered_map<std::string, AnfNodePtr> *anf_node_map, bool root_graph) { in ConvertParameter()
523 bool root_graph) { in ConvertGraphInputsAndConsts()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dless_batch_normalization.cc332 auto root_graph = *(roots.begin()); in RemoveBatchNormalizetionNotUseParameters() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Danf_runtime_algorithm.cc1582 void AnfRuntimeAlgorithm::InsertMakeTupleForOutput(const NotNull<KernelGraphPtr> &root_graph) { in InsertMakeTupleForOutput()
Dkernel_graph_mgr.cc721 bool DumpKernelGraphJson(const KernelGraphPtr &root_graph, const std::set<KernelGraphPtr> &child_gr… in DumpKernelGraphJson()