Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DInterchange.cpp79 ArrayRef<Attribute> itTypes = genericOp.getIteratorTypes().getValue(); in interchangeGenericOp() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DIterationGraphSorter.cpp29 explicit AffineDimFinder(ArrayRef<utils::IteratorType> itTypes) in AffineDimFinder()