Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusionOnTensors.cpp643 SmallVector<Value, 1> resultVals; in fuseWithReshapeByExpansion() local
647 resultVals.push_back(rewriter.create<TensorReshapeOp>( in fuseWithReshapeByExpansion()
652 resultVals.push_back(fusedOp->getResult(result.index())); in fuseWithReshapeByExpansion()
656 return resultVals; in fuseWithReshapeByExpansion()