Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
DLinalgOps.h111 void getDimsOfType(Operation *op, StringRef iteratorTypeName,
DLinalgStructuredOpsInterface.td48 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/
DLinalgOps.cpp1325 void mlir::linalg::getDimsOfType(Operation *op, StringRef iteratorTypeName, in getDimsOfType() function in mlir::linalg