Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dlite_kernel.h328 SubGraphType subgraph_type() const { return this->subgraph_type_; } in subgraph_type() function
Dscheduler.cc225 auto subgraph_type = kernel->subgraph_type(); in InitKernels() local
1477 bool KernelFitCurrentSubGraph(const kernel::SubGraphType subgraph_type, const kernel::LiteKernel &k… in KernelFitCurrentSubGraph()