Searched refs:newOutputs (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | SplitReduction.cpp | 329 SmallVector<Value> newOutputs; in splitReductionByScaling() local 330 newOutputs.reserve(op.getNumOutputs()); in splitReductionByScaling() 352 newOutputs.push_back(fillOps.back().getResult(0)); in splitReductionByScaling() 392 b.create<GenericOp>(loc, ValueRange(newOutputs).getTypes(), newInputs, in splitReductionByScaling() 393 newOutputs, newMaps, iteratorTypes); in splitReductionByScaling()
|
| H A D | DropUnitDims.cpp | 424 SmallVector<Value, 4> newOutputs = insertReshapes(genericOp.outputs()); in matchAndRewrite() local 433 loc, resultTypes, newInputs, newOutputs, newIndexingMaps, in matchAndRewrite()
|