Home
last modified time | relevance | path

Searched refs:getDimsOfType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalg.h88 void getDimsOfType(Operation *op, StringRef iteratorTypeName,
H A DLinalgInterfaces.td209 return getDimsOfType($_op, getParallelIteratorTypeName(), res);
234 return getDimsOfType($_op, getReductionIteratorTypeName(), res);
259 return getDimsOfType($_op.getOperation(), getWindowIteratorTypeName(), res);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1547 void mlir::linalg::getDimsOfType(Operation *op, StringRef iteratorTypeName, in getDimsOfType() function in mlir::linalg