Home
last modified time | relevance | path

Searched defs:graph_compiler_info (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_scheduler.cc277 ActorSet *GraphScheduler::Transform(const GraphCompilerInfo &graph_compiler_info) { in Transform()
362 ActorSetPtr GraphScheduler::Build(const GraphCompilerInfo &graph_compiler_info) { in Build()
379 void GraphScheduler::CacheGraphOutputToActor(const GraphCompilerInfo &graph_compiler_info) { in CacheGraphOutputToActor()
432 void GraphScheduler::Link(ActorSet *actor_set, const GraphCompilerInfo &graph_compiler_info) { in Link()
485 …aSourceActorPtr> GraphScheduler::BuildDataSourceActor(const GraphCompilerInfo &graph_compiler_info, in BuildDataSourceActor()
588 …ctor<KernelActorPtr> GraphScheduler::BuildKernelActor(const GraphCompilerInfo &graph_compiler_info in BuildKernelActor()
622 LoopCountActorPtr GraphScheduler::BuildLoopCountActor(const GraphCompilerInfo &graph_compiler_info)… in BuildLoopCountActor()
638 OutputActorPtr GraphScheduler::BuildOutputActor(const GraphCompilerInfo &graph_compiler_info) { in BuildOutputActor()
655 …PrepareActorPtr GraphScheduler::BuildDataPrepareActor(const GraphCompilerInfo &graph_compiler_info, in BuildDataPrepareActor()
737 …ctor<SwitchActorPtr> GraphScheduler::BuildSwitchActor(const GraphCompilerInfo &graph_compiler_info in BuildSwitchActor()
[all …]
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Ddata_prepare_actor.h42const GraphCompilerInfo *graph_compiler_info, const HostQueueDSActorPtr &host_data_source_actor, in DataPrepareActor()
/third_party/mindspore/mindspore/ccsrc/vm/
Dbackend.cc397 auto graph_compiler_info = ConstructGraphCompilerInfo(root_graph); in CompileGraphs() local
499 …auto graph_compiler_info = ConstructGraphCompilerInfo(actor_info, tensors_mask, input_tensors, !en… in CompileGraph() local
794 const auto &graph_compiler_info = *(graph_iter->second); in RunGraph() local
1047 const auto &graph_compiler_info = *(graph_iter->second); in RunGraph() local