Searched defs:subgraph_type (Results 1 – 2 of 2) sorted by relevance
328 SubGraphType subgraph_type() const { return this->subgraph_type_; } in subgraph_type() function
225 auto subgraph_type = kernel->subgraph_type(); in InitKernels() local1477 bool KernelFitCurrentSubGraph(const kernel::SubGraphType subgraph_type, const kernel::LiteKernel &k… in KernelFitCurrentSubGraph()