Home
last modified time | relevance | path

Searched refs:getWindowIteratorTypeName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h94 constexpr StringRef getWindowIteratorTypeName() { return "window"; } in getWindowIteratorTypeName() function
97 return strAttr && strAttr.getValue() == getWindowIteratorTypeName(); in isWindowIterator()
104 getWindowIteratorTypeName()}; in getAllIteratorTypeNames()
161 Win() : IteratorType(getWindowIteratorTypeName()) {} in Win()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.td246 return getNumIterators(getWindowIteratorTypeName(),
259 return getDimsOfType($_op.getOperation(), getWindowIteratorTypeName(), res);