Searched refs:iteratorTypeName (Results 1 – 3 of 3) sorted by relevance
111 void getDimsOfType(Operation *op, StringRef iteratorTypeName,
458 auto iteratorTypeName = it.value().cast<StringAttr>().getValue(); in getDimMap() local459 if (iteratorTypeName != targetIteratorTypeName) in getDimMap()480 auto iteratorTypeName = it.value().cast<StringAttr>().getValue(); in getIterationBounds() local481 if (iteratorTypeName == getReductionIteratorTypeName()) { in getIterationBounds()
1325 void mlir::linalg::getDimsOfType(Operation *op, StringRef iteratorTypeName, in getDimsOfType() argument1334 if (tn == iteratorTypeName) in getDimsOfType()