Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp888 Value newInput = tensor::createCanonicalRankReducingExtractSliceOp( in returningMatchAndRewrite() local
906 loc, newOutputType, ValueRange{newInput, newKernel}, in returningMatchAndRewrite()
958 Value newInput = tensor::createCanonicalRankReducingExtractSliceOp( in returningMatchAndRewrite() local
976 loc, newOutputType, ValueRange{newInput, newKernel}, in returningMatchAndRewrite()
H A DSplitReduction.cpp151 Value newInput = b.create<tensor::ExpandShapeOp>( in splitReduction() local
153 newInputs.push_back(newInput); in splitReduction()