Searched defs:subgraph_type (Results 1 – 3 of 3) sorted by relevance
400 auto subgraph_type = subgraph->subgraph_type(); in AddOutputKernel() local633 auto subgraph_type = subgraph->subgraph_type(); in IsolatePartialInputs() local
360 SubGraphType subgraph_type() const { return this->subgraph_type_; } in subgraph_type() function
187 auto subgraph_type = kernel->subgraph_type(); in InitKernels() local1607 bool KernelFitCurrentSubGraph(const kernel::SubGraphType subgraph_type, const kernel::KernelExec &k… in KernelFitCurrentSubGraph()