Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1879 SmallVector<OpFoldResult, 3> highValues; in matchAndRewrite() local
1882 highValues.reserve(rank); in matchAndRewrite()
1897 highValues.push_back(highVal); in matchAndRewrite()
1901 padOp.getType(), input, padConstant, lowValues, highValues, in matchAndRewrite()