Searched refs:createFlatListOfOperandDims (Results 1 – 3 of 3) sorted by relevance
335 auto allShapeSizes = op.createFlatListOfOperandDims(b, op.getLoc()); in tileLinalgOpImpl()
876 SmallVector<Value, 4> createFlatListOfOperandDims(OpBuilder &, Location);880 /// `createFlatListOfOperandDims`.
60 SmallVector<Value, 4> LinalgOp::createFlatListOfOperandDims(OpBuilder &b, in createFlatListOfOperandDims() function in LinalgOp74 auto viewSizes = createFlatListOfOperandDims(b, loc); in createLoopRanges()