Searched refs:getDimsOfType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/ |
| H A D | Linalg.h | 88 void getDimsOfType(Operation *op, StringRef iteratorTypeName,
|
| H A D | LinalgInterfaces.td | 209 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 D | LinalgOps.cpp | 1547 void mlir::linalg::getDimsOfType(Operation *op, StringRef iteratorTypeName, in getDimsOfType() function in mlir::linalg
|