Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/control_flow/
Dcontrol_flow_scheduler.cc400 auto subgraph_type = subgraph->subgraph_type(); in AddOutputKernel() local
633 auto subgraph_type = subgraph->subgraph_type(); in IsolatePartialInputs() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/executor/
Dkernel_exec.h360 SubGraphType subgraph_type() const { return this->subgraph_type_; } in subgraph_type() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dscheduler.cc187 auto subgraph_type = kernel->subgraph_type(); in InitKernels() local
1607 bool KernelFitCurrentSubGraph(const kernel::SubGraphType subgraph_type, const kernel::KernelExec &k… in KernelFitCurrentSubGraph()