Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusion.cpp217 for (auto fusedLoops : fusedLoopsAndRanges) in fuse() local
796 const LinalgTilingOptions &options, const std::set<unsigned> &fusedLoops) { in tileRootOperation()
815 const std::set<unsigned> &fusedLoops) { in fuseOperations()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
DTransforms.h126 SmallVector<Operation *, 4> fusedLoops; member