Searched refs:getDimsOfType (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
D | LinalgOps.h | 111 void getDimsOfType(Operation *op, StringRef iteratorTypeName,
|
D | LinalgStructuredOpsInterface.td | 48 return getDimsOfType($_op, getParallelIteratorTypeName(), res); 73 return getDimsOfType($_op, getReductionIteratorTypeName(), res); 98 return getDimsOfType($_op.getOperation(), getWindowIteratorTypeName(), res);
|
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgOps.cpp | 1325 void mlir::linalg::getDimsOfType(Operation *op, StringRef iteratorTypeName, in getDimsOfType() function in mlir::linalg
|