Searched defs:graph_compiler_info (Results 1 – 11 of 11) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/ |
| D | graph_scheduler.cc | 102 bool GetNeedSyncStream(const GraphCompilerInfo &graph_compiler_info) { in GetNeedSyncStream() 121 int64_t GetLoopCount(const GraphCompilerInfo &graph_compiler_info) { in GetLoopCount() 306 void ChangeGraphMode(const GraphCompilerInfo &graph_compiler_info) { in ChangeGraphMode() 566 ActorSet *GraphScheduler::Transform(const GraphCompilerInfo &graph_compiler_info) { in Transform() 993 ActorSetPtr GraphScheduler::Build(const GraphCompilerInfo &graph_compiler_info) { in Build() 1019 void GraphScheduler::CacheGraphOutputToActor(const GraphCompilerInfo &graph_compiler_info) { in CacheGraphOutputToActor() 1085 …hScheduler::UpdateDeviceAddressByRefInternalParameter(const GraphCompilerInfo &graph_compiler_info… in UpdateDeviceAddressByRefInternalParameter() 1152 void GraphScheduler::Link(ActorSet *actor_set, const GraphCompilerInfo &graph_compiler_info) { in Link() 1159 auto is_include_rpc = [](const GraphCompilerInfo &graph_compiler_info) { in Link() 1249 …aSourceActorPtr> GraphScheduler::BuildDataSourceActor(const GraphCompilerInfo &graph_compiler_info, in BuildDataSourceActor() [all …]
|
| D | any_type_graph_scheduler.cc | 34 …r<AnyTypeKernelActorPtr> AnyTypeGraphScheduler::Build(const GraphCompilerInfo &graph_compiler_info, in Build() 380 … const GraphCompilerInfo &graph_compiler_info, in FixDeviceTensorStoreKeyInActor() 487 auto graph_compiler_info = ConstructGraphCompilerInfo(model_graph, real_graph, device_context); in Transform() local
|
| D | mem_swap_scheduler.cc | 345 …std::vector<MemSwapActorPtr>> MemSwapScheduler::Build(const GraphCompilerInfo &graph_compiler_info, in Build() 482 void MemSwapScheduler::Link(const GraphCompilerInfo &graph_compiler_info, ActorSet *actor_set) cons… in Link() argument
|
| D | memory_swap_node_scheduler.cc | 94 …ctor<MemSwapActorPtr>> MemorySwapNodeScheduler::Build(const GraphCompilerInfo &graph_compiler_info, in Build() 479 void MemorySwapNodeScheduler::Link(const GraphCompilerInfo &graph_compiler_info, ActorSet *actor_se… in Link() argument
|
| D | control_node_scheduler.cc | 123 ControlActorSetPtr ControlNodeScheduler::Build(const GraphCompilerInfo &graph_compiler_info, in Build() 166 const GraphCompilerInfo &graph_compiler_info, const HostTensorQueuePtr &host_queue, in BuildDataSourceActorForControlNode() 501 …d ControlNodeScheduler::BuildStackActorForControlNode(const GraphCompilerInfo &graph_compiler_info, in BuildStackActorForControlNode()
|
| D | inline_control_flow_scheduler.cc | 738 …InlineControlFlowScheduler::Link(ActorSet *actor_set, const GraphCompilerInfo &graph_compiler_info, in Link()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/ |
| D | data_prepare_actor.h | 44 const AID *profiler_aid, const GraphCompilerInfo *graph_compiler_info, in DataPrepareActor()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/ |
| D | backend_base.h | 104 …void RunGraphByCondition(const ActorInfo &actor_info, const GraphCompilerInfo &graph_compiler_info, in RunGraphByCondition()
|
| D | backend_base.cc | 144 …tor<std::vector<tensor::TensorPtr>> GetRunGraphInputs(const GraphCompilerInfo &graph_compiler_info, in GetRunGraphInputs() 554 auto graph_compiler_info = ConstructGraphCompilerInfo(root_graph); in CompileGraphs() local 1060 …dRTBackendBase::ContiguousArgs(const VectorRef &args, const GraphCompilerInfo &graph_compiler_info… in ContiguousArgs() 1085 void MindRTBackendBase::WaitMultiStream(const GraphCompilerInfo &graph_compiler_info) { in WaitMultiStream() 1118 const auto &graph_compiler_info = *(graph_iter->second); in RunGraph() local
|
| D | backend.cc | 648 …torSet *MindRTBackend::RealCompileGraphBeforeRunActor(const GraphCompilerInfo &graph_compiler_info, in RealCompileGraphBeforeRunActor() 707 …ackend::RunGraphByActors(const ActorInfo &actor_info, const GraphCompilerInfo &graph_compiler_info, in RunGraphByActors() 771 void MindRTBackend::RunGraphBySingleOp(const GraphCompilerInfo &graph_compiler_info, const VectorRe… in RunGraphBySingleOp() 870 …end::RunGraphByCondition(const ActorInfo &actor_info, const GraphCompilerInfo &graph_compiler_info, in RunGraphByCondition()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/ |
| D | graph_adapter.cc | 429 bool GraphAdapter::IsPynativeGeGraphSink(const GraphCompilerInfo &graph_compiler_info) { in IsPynativeGeGraphSink()
|