Home
last modified time | relevance | path

Searched defs:execution_plan (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_executor/
Dmindrt_graph_executor.cc31std::shared_ptr<infer::abstract::ExecutionPlan> execution_plan) { in MindRTGraphExecutor()
115 const std::string &name, std::shared_ptr<infer::abstract::ExecutionPlan> execution_plan) { in MindRTGraphExecutorCreator()
Ddefault_executor.cc31 std::shared_ptr<infer::abstract::ExecutionPlan> execution_plan) { in DefaultExecutor()
156 const std::string &name, std::shared_ptr<infer::abstract::ExecutionPlan> execution_plan) { in DefaultGraphExecutorCreator()
Dfactory.cc32 std::shared_ptr<infer::abstract::ExecutionPlan> execution_plan) { in GetExecutor()
Dplan_executor.cc24 …nExecutor::PlanExecutor(const std::string &name, std::shared_ptr<abstract::ExecutionPlan> executio… in PlanExecutor()
Dflow_executor.cc24 …wExecutor::FlowExecutor(const std::string &name, std::shared_ptr<abstract::ExecutionPlan> executio… in FlowExecutor()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_runtime/
Ddefault_graph_runtime.cc27 Status DefaultGraphRuntime::Prepare(std::shared_ptr<ExecutionPlan> execution_plan) { in Prepare()
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/
Dmix_data_type_test.cc63 std::map<std::string, TypeId> execution_plan; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/graph_compiler/
Ddefault_graph_compiler.cc99 auto execution_plan = NonCFGCompile(graph_segments, graph); in Compile() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/session/
Ddefault_session.cc61 auto execution_plan = compiler->Compile(graph); in CompileGraph() local